diff options
author | Ted Gould <ted@gould.cx> | 2011-08-23 14:29:06 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-08-23 14:29:06 -0500 |
commit | 41f7c6c709a74f90cd12ee2b09bbc1648fc8607f (patch) | |
tree | 2e553b1bb40e6bb59cd3b8b1224dff960390d91e | |
parent | e6492845f60367ddbaea1ffae359a8b5e2364075 (diff) | |
download | ayatana-indicator-session-41f7c6c709a74f90cd12ee2b09bbc1648fc8607f.tar.gz ayatana-indicator-session-41f7c6c709a74f90cd12ee2b09bbc1648fc8607f.tar.bz2 ayatana-indicator-session-41f7c6c709a74f90cd12ee2b09bbc1648fc8607f.zip |
Fixing the TryExecs and the versions
-rw-r--r-- | data/indicator-session-logout.desktop.in.in | 3 | ||||
-rw-r--r-- | data/indicator-session-restart.desktop.in.in | 3 | ||||
-rw-r--r-- | data/indicator-session-shutdown.desktop.in.in | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/data/indicator-session-logout.desktop.in.in b/data/indicator-session-logout.desktop.in.in index 78548d1..46ba087 100644 --- a/data/indicator-session-logout.desktop.in.in +++ b/data/indicator-session-logout.desktop.in.in @@ -1,8 +1,9 @@ [Desktop Entry] _Name=Log Out -Try-Exec=@libexecdir@/gtk-logout-helper +TryExec=@libexecdir@/gtk-logout-helper Exec=@libexecdir@/gtk-logout-helper --logout Icon=system-log-out Terminal=false Type=Application OnlyShowIn=Unity; +Version=1.0 diff --git a/data/indicator-session-restart.desktop.in.in b/data/indicator-session-restart.desktop.in.in index 68a2f7f..67aa390 100644 --- a/data/indicator-session-restart.desktop.in.in +++ b/data/indicator-session-restart.desktop.in.in @@ -1,8 +1,9 @@ [Desktop Entry] _Name=Restart -Try-Exec=@libexecdir@/gtk-logout-helper +TryExec=@libexecdir@/gtk-logout-helper Exec=@libexecdir@/gtk-logout-helper --restart Icon=system-restart Terminal=false Type=Application OnlyShowIn=Unity; +Version=1.0 diff --git a/data/indicator-session-shutdown.desktop.in.in b/data/indicator-session-shutdown.desktop.in.in index 419a952..4bd51fe 100644 --- a/data/indicator-session-shutdown.desktop.in.in +++ b/data/indicator-session-shutdown.desktop.in.in @@ -1,8 +1,9 @@ [Desktop Entry] _Name=Shut Down -Try-Exec=@libexecdir@/gtk-logout-helper +TryExec=@libexecdir@/gtk-logout-helper Exec=@libexecdir@/gtk-logout-helper --shutdown Icon=system-shutdown Terminal=false Type=Application OnlyShowIn=Unity; +Version=1.0 |