Skip to content

Commit 829f2f7

Browse files
committed
fix(vendor/freecad): Fix the version number in the desktop icon.
1 parent 0d8be4f commit 829f2f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vendor/freecad/bootstrap.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cat >/home/work/Desktop/FreeCAD.desktop <<EOF
1010
[Desktop Entry]
1111
Version=1.0
1212
Type=Application
13-
Name=FreeCAD 0.16
13+
Name=FreeCAD
1414
Comment=
1515
Exec=/opt/FreeCAD/bin/FreeCAD
1616
Icon=/opt/FreeCAD/data/freecad-icon-64.png
@@ -40,7 +40,6 @@ unsetenv SESSION_MANAGER
4040
# http://en.wikipedia.org/wiki/D-Bus to run correctly.
4141
unsetenv DBUS_SESSION_BUS_ADDRESS
4242
43-
4443
# Set VNCSESSION to tell /etc/xdg/xfce4/xinitrc to not run xscreensaver
4544
# http://vstone.eu/2009/04/disabling-xscreensaver-when-using-xfce-vnc/
4645
setenv VNCSESSION yes

0 commit comments

Comments
 (0)