diff options
author | Jordi Mallach <jordi@sindominio.net> | 2003-07-02 16:32:02 +0000 |
---|---|---|
committer | Jordi Mallach <jordim@src.gnome.org> | 2003-07-02 16:32:02 +0000 |
commit | a33db818d3d3546c1024e2a6f138e37912bdc10b (patch) | |
tree | e71db7da869ac988e04004a1faa0bcebf20f4f19 | |
parent | 288d1c00d33bdbb812d3e00b45871f7d32841199 (diff) | |
download | gdm-a33db818d3d3546c1024e2a6f138e37912bdc10b.tar.gz |
Fix Terminal entries and add StartupNotify support where appropriate.
2003-07-02 Jordi Mallach <jordi@sindominio.net>
* gui/*.desktop.in: Fix Terminal entries and add StartupNotify
support where appropriate.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gui/gdmflexiserver-xnest.desktop.in | 2 | ||||
-rw-r--r-- | gui/gdmflexiserver.desktop.in | 2 | ||||
-rw-r--r-- | gui/gdmphotosetup.desktop.in | 5 | ||||
-rw-r--r-- | gui/gdmsetup.desktop.in | 3 |
5 files changed, 12 insertions, 5 deletions
@@ -1,3 +1,8 @@ +2003-07-02 Jordi Mallach <jordi@sindominio.net> + + * gui/*.desktop.in: Fix Terminal entries and add StartupNotify + support where appropriate. + 2003-06-30 Mohammad DAMT <mdamt@bisnisweb.com> * po/id.po: Added Indonesian translation diff --git a/gui/gdmflexiserver-xnest.desktop.in b/gui/gdmflexiserver-xnest.desktop.in index f539b3c7..0d1371e6 100644 --- a/gui/gdmflexiserver-xnest.desktop.in +++ b/gui/gdmflexiserver-xnest.desktop.in @@ -8,7 +8,7 @@ _Comment=Log in as another user inside a nested window TryExec=Xnest Exec=gdmflexiserver --xnest Icon=gdm.png -Terminal=0 +Terminal=false Type=Application Categories=Application;System; X-GNOME-Bugzilla-Bugzilla=GNOME diff --git a/gui/gdmflexiserver.desktop.in b/gui/gdmflexiserver.desktop.in index dc0e53a6..cdc11187 100644 --- a/gui/gdmflexiserver.desktop.in +++ b/gui/gdmflexiserver.desktop.in @@ -5,7 +5,7 @@ _GenericName=New Login _Comment=Log in as another user without logging out Exec=gdmflexiserver Icon=gdm.png -Terminal=0 +Terminal=false Type=Application Categories=Application;System; X-GNOME-Bugzilla-Bugzilla=GNOME diff --git a/gui/gdmphotosetup.desktop.in b/gui/gdmphotosetup.desktop.in index 47aa76c3..6e108f5c 100644 --- a/gui/gdmphotosetup.desktop.in +++ b/gui/gdmphotosetup.desktop.in @@ -5,8 +5,9 @@ _GenericName=Login Photo _Comment=Change the picture that will show in the GDM (login manager) face browser TryExec=gdmphotosetup Exec=gdmphotosetup -Icon=login-photo.png -Terminal=0 +Icon=login-photo.pn +StartupNotify=true +Terminal=false Type=Application Categories=Application;Settings;AdvancedSettings; X-GNOME-Bugzilla-Bugzilla=GNOME diff --git a/gui/gdmsetup.desktop.in b/gui/gdmsetup.desktop.in index 9ea89eef..27662073 100644 --- a/gui/gdmsetup.desktop.in +++ b/gui/gdmsetup.desktop.in @@ -6,7 +6,8 @@ _Comment=A graphical application for configuring the GNOME Display Manager (GDM) TryExec=gdmsetup Exec=gdmsetup Icon=gdm.png -Terminal=0 +StartupNotify=true +Terminal=false Type=Application Categories=Application;System; X-GNOME-Bugzilla-Bugzilla=GNOME |