diff options
author | Thomas Thurman <tthurman@gnome.org> | 2008-09-02 18:49:11 +0000 |
---|---|---|
committer | Thomas James Alexander Thurman <tthurman@src.gnome.org> | 2008-09-02 18:49:11 +0000 |
commit | 177202e2d116dc0f0d05d4861003e46e2bc05def (patch) | |
tree | b6b1dacc33125167e100ae2510de0efbda3dc8e4 /src | |
parent | 18d9d15a1ae068ef69474a9d55954604cbb39151 (diff) | |
download | metacity-177202e2d116dc0f0d05d4861003e46e2bc05def.tar.gz |
Desktop file moved, according to policy change. Closes #549479.
2008-09-02 Thomas Thurman <tthurman@gnome.org>
Desktop file moved, according to policy change. Closes #549479.
* src/metacity.desktop.in: Don't display the desktop file
* src/Makefile.am: Desktop file goes in apps directory
svn path=/trunk/; revision=3846
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/metacity.desktop.in | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index eafb5aed..5fcc6372 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -154,7 +154,7 @@ testboxes_LDADD= @METACITY_LIBS@ testgradient_LDADD= @METACITY_LIBS@ testasyncgetprop_LDADD= @METACITY_LIBS@ -desktopfilesdir=$(datadir)/gnome/wm-properties +desktopfilesdir=$(datadir)/applications desktopfiles_in_files=metacity.desktop.in desktopfiles_files=$(desktopfiles_in_files:.desktop.in=.desktop) desktopfiles_DATA = $(desktopfiles_files) diff --git a/src/metacity.desktop.in b/src/metacity.desktop.in index 47045f01..c9bb0bf8 100644 --- a/src/metacity.desktop.in +++ b/src/metacity.desktop.in @@ -3,6 +3,7 @@ Type=Application Encoding=UTF-8 _Name=Metacity Exec=metacity +NoDisplay=true # name of loadable control center module X-GNOME-WMSettingsModule=metacity # name we put on the WM spec check window |