From 6efb52f5a5ea2d1df81888435957eeffdc562d9a Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 16 Apr 2014 14:27:42 +0200 Subject: [stage4] added xdg autostart stuff for unity in ub14.04 --- server/blacklists/desktop-sessions/unity/unity-base | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 server/blacklists/desktop-sessions/unity/unity-base (limited to 'server') diff --git a/server/blacklists/desktop-sessions/unity/unity-base b/server/blacklists/desktop-sessions/unity/unity-base new file mode 100644 index 00000000..dd04f561 --- /dev/null +++ b/server/blacklists/desktop-sessions/unity/unity-base @@ -0,0 +1,5 @@ +# files needed to start unity under ubuntu 14.04 ++ /etc/xdg/autostart/unity-settings-daemon.desktop ++ /etc/xdg/autostart/unity-fallback-mount-helper.desktop ++ /etc/xdg/autostart/indicator-session.desktop ++ /etc/xdg/autostart/indicator-sound.desktop -- cgit v1.2.3-55-g7522 From d8317ae30a636dca98262e7976ffa5b57d2eab62 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 16 Apr 2014 14:29:09 +0200 Subject: [ub14.04] added config module for unity-panel-service --- .../etc/xdg/autostart/unity-panel-service.desktop | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 server/modules/ubuntu-14.04-unity-panel-service-fix/etc/xdg/autostart/unity-panel-service.desktop (limited to 'server') diff --git a/server/modules/ubuntu-14.04-unity-panel-service-fix/etc/xdg/autostart/unity-panel-service.desktop b/server/modules/ubuntu-14.04-unity-panel-service-fix/etc/xdg/autostart/unity-panel-service.desktop new file mode 100644 index 00000000..ccf9a5e6 --- /dev/null +++ b/server/modules/ubuntu-14.04-unity-panel-service-fix/etc/xdg/autostart/unity-panel-service.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +Name=Unity Panel Service +Exec=/usr/lib/unity/unity-panel-service +OnlyShowIn=Unity; +NoDisplay=true -- cgit v1.2.3-55-g7522 From ca5eff19c5bb75d444e526419c02791f56c56931 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 16 Apr 2014 16:44:26 +0200 Subject: [stage4] more fixes for unity under 14.04 --- server/blacklists/desktop-sessions/unity/unity-base | 1 + 1 file changed, 1 insertion(+) (limited to 'server') diff --git a/server/blacklists/desktop-sessions/unity/unity-base b/server/blacklists/desktop-sessions/unity/unity-base index dd04f561..c93d45cc 100644 --- a/server/blacklists/desktop-sessions/unity/unity-base +++ b/server/blacklists/desktop-sessions/unity/unity-base @@ -3,3 +3,4 @@ + /etc/xdg/autostart/unity-fallback-mount-helper.desktop + /etc/xdg/autostart/indicator-session.desktop + /etc/xdg/autostart/indicator-sound.desktop ++ /etc/xdg/autostart/indicator-datetime.desktop -- cgit v1.2.3-55-g7522