[PC-BSD Commits] r13577 - in pbi/modules/games/gnomesudoku: xdg-desktop xdg-menu
svn at pcbsd.org
svn at pcbsd.org
Mon Oct 31 08:25:59 PDT 2011
Author: kenmoore
Date: 2011-10-31 08:25:59 -0700 (Mon, 31 Oct 2011)
New Revision: 13577
Modified:
pbi/modules/games/gnomesudoku/xdg-desktop/gnomesudoku.desktop
pbi/modules/games/gnomesudoku/xdg-menu/gnomesudoku.desktop
Log:
Oops, fix the desktop/menu entries to use the PBI_EXEDIR rather than PBI_APPDIR for executables
Modified: pbi/modules/games/gnomesudoku/xdg-desktop/gnomesudoku.desktop
===================================================================
--- pbi/modules/games/gnomesudoku/xdg-desktop/gnomesudoku.desktop 2011-10-31 15:24:30 UTC (rev 13576)
+++ pbi/modules/games/gnomesudoku/xdg-desktop/gnomesudoku.desktop 2011-10-31 15:25:59 UTC (rev 13577)
@@ -3,7 +3,7 @@
Type=Application
Name=gnomesudoku
GenericName=gnomesudoku
-Exec=%%PBI_APPDIR%%/gnome-sudoku
+Exec=%%PBI_EXEDIR%%/gnome-sudoku
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/defaulticon.png
StartupNotify=true
Modified: pbi/modules/games/gnomesudoku/xdg-menu/gnomesudoku.desktop
===================================================================
--- pbi/modules/games/gnomesudoku/xdg-menu/gnomesudoku.desktop 2011-10-31 15:24:30 UTC (rev 13576)
+++ pbi/modules/games/gnomesudoku/xdg-menu/gnomesudoku.desktop 2011-10-31 15:25:59 UTC (rev 13577)
@@ -3,7 +3,7 @@
Type=Application
Name=gnomesudoku
GenericName=gnomesudoku
-Exec=%%PBI_APPDIR%%/gnome-sudoku
+Exec=%%PBI_EXEDIR%%/gnome-sudoku
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/defaulticon.png
StartupNotify=true
More information about the Commits
mailing list