diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 9 | ||||
-rw-r--r-- | src/metacity-wm.desktop.in | 20 |
2 files changed, 1 insertions, 28 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 401be92c..ee57d6c7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -138,11 +138,6 @@ desktopfiles_in_files=metacity.desktop.in desktopfiles_files=$(desktopfiles_in_files:.desktop.in=.desktop) desktopfiles_DATA = $(desktopfiles_files) -wmpropertiesdir=$(datadir)/gnome/wm-properties -wmproperties_in_files=metacity-wm.desktop.in -wmproperties_files=$(wmproperties_in_files:.desktop.in=.desktop) -wmproperties_DATA = $(wmproperties_files) - xmldir = @GNOME_KEYBINDINGS_KEYSDIR@ xml_in_files = \ 50-metacity-navigation.xml.in \ @@ -154,12 +149,10 @@ xml_DATA = $(xml_in_files:.xml.in=.xml) @INTLTOOL_SCHEMAS_RULE@ CLEANFILES = \ - metacity.desktop metacity-wm.desktop org.gnome.metacity.gschema.xml 50-metacity-launchers.xml 50-metacity-navigation.xml 50-metacity-screenshot.xml 50-metacity-system.xml 50-metacity-windows.xml + metacity.desktop org.gnome.metacity.gschema.xml 50-metacity-launchers.xml 50-metacity-navigation.xml 50-metacity-screenshot.xml 50-metacity-system.xml 50-metacity-windows.xml EXTRA_DIST=$(desktopfiles_files) \ - $(wmproperties_files) \ $(desktopfiles_in_files) \ - $(wmproperties_in_files) \ metacity-schemas.convert \ org.gnome.metacity.gschema.xml.in \ $(xml_in_files) diff --git a/src/metacity-wm.desktop.in b/src/metacity-wm.desktop.in deleted file mode 100644 index da78a44d..00000000 --- a/src/metacity-wm.desktop.in +++ /dev/null @@ -1,20 +0,0 @@ -[Desktop Entry] -Type=Application -_Name=Metacity -Exec=metacity -# name of loadable control center module -X-GNOME-WMSettingsModule=metacity -# name we put on the WM spec check window -X-GNOME-WMName=Metacity -# back compat only -X-GnomeWMSettingsLibrary=metacity -X-GNOME-Bugzilla-Bugzilla=GNOME -X-GNOME-Bugzilla-Product=metacity -X-GNOME-Bugzilla-Component=general -X-GNOME-Autostart-Phase=WindowManager -X-GNOME-Provides=windowmanager -X-GNOME-Autostart-Notify=true - -[Window Manager] -SessionManaged=true - |