Skip to content
Snippets Groups Projects
Commit b7d5a25f authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

mate-tweak: provide marco-compton.desktop

parent ef00286d
No related branches found
No related tags found
No related merge requests found
Pipeline #883 passed
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=15 VERSION=16
. ./config . ./config
...@@ -72,6 +72,30 @@ exec \$WINDOW_MANAGER ...@@ -72,6 +72,30 @@ exec \$WINDOW_MANAGER
EOF EOF
chmod 755 marco-compton chmod 755 marco-compton
cat << EOF > data/marco-compton.desktop
[Desktop Entry]
Type=Application
Name=Marco Compton
Exec=marco-compton
NoDisplay=true
# name of loadable control center module
X-MATE-WMSettingsModule=marco
# name we put on the WM spec check window
X-MATE-WMName=Marco
# back compat only
X-MateWMSettingsLibrary=marco
X-MATE-Bugzilla-Bugzilla=MATE
X-MATE-Bugzilla-Product=marco
X-MATE-Bugzilla-Component=general
X-GNOME-Autostart-Phase=WindowManager
X-MATE-Autostart-Phase=WindowManager
X-GNOME-Provides=windowmanager
X-MATE-Provides=windowmanager
X-GNOME-Autostart-Notify=true
X-MATE-Autostart-Notify=true
EOF
sed "/marco-no-composite.desktop/a\ \ \ \ ('{prefix}/share/applications'.format(prefix=sys.prefix), ['data/marco-compton.desktop',])," -i setup.py
# Add Trisquel to layout list # Add Trisquel to layout list
sed 's/fedora/trisquel/g; s/Fedora/Trisquel/' -i mate-tweak sed 's/fedora/trisquel/g; s/Fedora/Trisquel/' -i mate-tweak
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment