wok rev 2881
pekwm: Fix freedesktop menu script path
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 04 15:54:37 2009 +0200 (2009-05-04) |
parents | 95a7fe095e66 |
children | 72137cdb4884 |
files | pekwm/stuff/etc/pekwm/menu |
line diff
1.1 --- a/pekwm/stuff/etc/pekwm/menu Mon May 04 15:27:20 2009 +0200 1.2 +++ b/pekwm/stuff/etc/pekwm/menu Mon May 04 15:54:37 2009 +0200 1.3 @@ -13,7 +13,7 @@ 1.4 Entry = "Wikipedia Encyclopedia" { Icon = "$PIXMAPS/wikipedia.png"; Actions = "Exec firefox http://www.wikipedia.org/ &" } 1.5 } 1.6 Submenu = "All Applications" { 1.7 - Entry = "" { Actions = "Dynamic /home/dillo/pekwm-freedesktop-menu.sh" } 1.8 + Entry = "" { Actions = "Dynamic /usr/share/pekwm/scripts/pekwm-freedesktop-menu.sh" } 1.9 } 1.10 Submenu = "Documentation" { 1.11 Entry = "System documentation" { Icon = "$PIXMAPS/slitaz-doc.png"; Actions = "Exec firefox /usr/share/doc/slitaz/index.html &" }