diff options
| author | Christian Rößler | 2014-04-16 16:25:49 +0200 |
|---|---|---|
| committer | Christian Rößler | 2014-04-16 16:25:49 +0200 |
| commit | 3ad80d160242a39f569ccdbab0b5435acd640749 (patch) | |
| tree | a0281d84df5ef13dd3f1126861a6f14d7439a56b | |
| parent | [vbox] Adapted config files, cosmetic changes etc. (diff) | |
| parent | [ub14.04] added config module for unity-panel-service (diff) | |
| download | tm-scripts-3ad80d160242a39f569ccdbab0b5435acd640749.tar.gz tm-scripts-3ad80d160242a39f569ccdbab0b5435acd640749.tar.xz tm-scripts-3ad80d160242a39f569ccdbab0b5435acd640749.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
| -rw-r--r-- | server/blacklists/desktop-sessions/unity/unity-base | 5 | ||||
| -rw-r--r-- | server/modules/ubuntu-14.04-unity-panel-service-fix/etc/xdg/autostart/unity-panel-service.desktop | 6 |
2 files changed, 11 insertions, 0 deletions
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 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 |
