Merge lp:~cameronnemo/gala/wayland-desktop-file into lp:gala

Proposed by Cameron Norman
Status: Merged
Merged at revision: 475
Proposed branch: lp:~cameronnemo/gala/wayland-desktop-file
Merge into: lp:gala
Diff against target: 39 lines (+16/-1)
2 files modified
data/Makefile.am (+2/-1)
data/gala-wayland.desktop (+14/-0)
To merge this branch: bzr merge lp:~cameronnemo/gala/wayland-desktop-file
Reviewer Review Type Date Requested Status
Rico Tzschichholz Approve
Review via email: mp+264785@code.launchpad.net

Description of the change

This adds a desktop file for use by a corresponding Pantheon-Wayland gnome-session.

To post a comment you must log in.
Revision history for this message
Rico Tzschichholz (ricotz) wrote :

Gala is not able to run under Wayland in its current state. So exclusively adding the desktop-file without actual fixes in that regard doesn't make sense.

review: Needs Information
Revision history for this message
Cameron Norman (cameronnemo) wrote :

I have actually tried under GDM and Gala seems to work somewhat. At least as well as GNOME shell for me. That said the shell as a whole (especially Plank and Wingpanel) does not work.

Revision history for this message
Rico Tzschichholz (ricotz) wrote :

Ok, repush your changes and use this commit message:
"data: Add gala-wayland desktop file"

review: Needs Fixing
475. By Cameron Norman

data: Add gala-wayland desktop file

Revision history for this message
Cameron Norman (cameronnemo) wrote :

The branch has the new commit message now.

Revision history for this message
Rico Tzschichholz (ricotz) wrote :

Ok, repush your changes and use this commit message:
"data: Add gala-wayland desktop file"

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/Makefile.am'
2--- data/Makefile.am 2015-03-30 20:27:09 +0000
3+++ data/Makefile.am 2015-07-15 22:55:38 +0000
4@@ -6,7 +6,7 @@
5 styles_DATA = gala.css texture.png close.png
6
7 applicationsdir = $(datadir)/applications
8-applications_DATA = gala.desktop gala-multitaskingview.desktop
9+applications_DATA = gala.desktop gala-wayland.desktop gala-multitaskingview.desktop
10
11 @INTLTOOL_DESKTOP_RULE@
12
13@@ -24,6 +24,7 @@
14 EXTRA_DIST = \
15 gala.css \
16 gala.desktop \
17+ gala-wayland.desktop \
18 gala-multitaskingview.desktop.in \
19 texture.png \
20 close.png \
21
22=== added file 'data/gala-wayland.desktop'
23--- data/gala-wayland.desktop 1970-01-01 00:00:00 +0000
24+++ data/gala-wayland.desktop 2015-07-15 22:55:38 +0000
25@@ -0,0 +1,14 @@
26+[Desktop Entry]
27+Type=Application
28+Name=Gala (wayland compositor)
29+Exec=gala --wayland --display-server
30+NoDisplay=true
31+# name of loadable control center module
32+X-GNOME-WMSettingsModule=metacity
33+# name we put on the WM spec check window
34+X-GNOME-WMName=Gala
35+# back compat only
36+X-GnomeWMSettingsLibrary=metacity
37+X-GNOME-Autostart-Phase=DisplayServer
38+X-GNOME-Autostart-Notify=true
39+X-Ubuntu-Gettext-Domain=gala

Subscribers

People subscribed via source and target branches