ubuntu安装plasticscm7版本步骤

plasticscm依赖于mono库,需要ubuntu进行更新并安装最新版本mono库

1. Download client zip from https://www.plasticscm.com/download/7.0.16.2761
2. Install mono with below command

# sudo apt-get update
# sudo apt-get install mono-complete mono-addins-utils gtk-sharp2 gnome-sharp2


3. Unzip the client zip, and then run gtkplastic


# unzip PlasticSCM-7.0.16.2761-linux-client-binaries.zip
# cd client
# mono gtkplastic.exe

or write below content to gtkplastic.desktop and copy to /usr/share/applications/gtkplastic.desktop
then search gtkplastic and launch it;

Note that the path of Exec and Icon should be correct;
###########################################################################

[Desktop Entry]
Version=7.0
Name=PlasticSCM
Comment=A Software Configuration Management system from Codice Software that tracks changes to source code and any digital asset over time.
Comment[es]=El sistema de Gestión de Configuración de Codice Software que traza cambios en código fuente y cualquier otro contenido digital a lo largo del tiempo.
Exec=/mnt/dev-toolkits/plasticscm7/client/gtkplastic
Icon=/mnt/dev-toolkits/plasticscm7/client/theme/gtk/icons/gtkplastic.ico
Terminal=false
Type=Application
Categories=Development;RevisionControl;

Actions=Configure;LaunchSwitcher;

[Desktop Action Configure]
Name=Configure PlasticSCM
Name[es]=Configurar PlasticSCM
Exec=gtkplastic --configure
OnlyShowIn=GNOME;Unity;

[Desktop Action LaunchSwitcher]
Name=Launch Switcher
Name[es]=Lanzar Switcher
Exec=gtkplastic --switch
OnlyShowIn=GNOME;Unity;

###########################################################################

猜你喜欢

转载自blog.csdn.net/halazi100/article/details/104158960