diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-07-17 21:58:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-07-17 22:36:41 +0900 |
commit | 068aed6bc6add87e0d61b7459f4206aa996e0c6f (patch) | |
tree | 69fd2612658562f183f8355c57093bc1d3bd09b0 | |
parent | 2d62203f9930d28c9ac2a362de5d7dbb36d93190 (diff) | |
download | tde-packaging-068aed6bc6add87e0d61b7459f4206aa996e0c6f.tar.gz tde-packaging-068aed6bc6add87e0d61b7459f4206aa996e0c6f.zip |
DEB: Start media backend on TDE session startup. This resolves bug 2780.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e6d40c43e6c8246b9dd0276880b393708775a8b6)
3 files changed, 3 insertions, 0 deletions
diff --git a/debian/lenny/tdebase/debian/tdebase-tdeio-plugins-trinity.install b/debian/lenny/tdebase/debian/tdebase-tdeio-plugins-trinity.install index 366b86bf0..42abd47bc 100644 --- a/debian/lenny/tdebase/debian/tdebase-tdeio-plugins-trinity.install +++ b/debian/lenny/tdebase/debian/tdebase-tdeio-plugins-trinity.install @@ -93,6 +93,7 @@ debian/tmp/opt/trinity/share/apps/systemview/home.desktop debian/tmp/opt/trinity/share/apps/systemview/media.desktop debian/tmp/opt/trinity/share/apps/systemview/remote.desktop debian/tmp/opt/trinity/share/apps/systemview/users.desktop +debian/tmp/opt/trinity/share/autostart/mediabackend.desktop debian/tmp/opt/trinity/share/config.kcfg/mediamanagersettings.kcfg debian/tmp/opt/trinity/share/doc/tde/HTML/en/tdeioslave/about debian/tmp/opt/trinity/share/doc/tde/HTML/en/tdeioslave/applications diff --git a/debian/squeeze/tdebase/debian/tdebase-tdeio-plugins-trinity.install b/debian/squeeze/tdebase/debian/tdebase-tdeio-plugins-trinity.install index 366b86bf0..42abd47bc 100644 --- a/debian/squeeze/tdebase/debian/tdebase-tdeio-plugins-trinity.install +++ b/debian/squeeze/tdebase/debian/tdebase-tdeio-plugins-trinity.install @@ -93,6 +93,7 @@ debian/tmp/opt/trinity/share/apps/systemview/home.desktop debian/tmp/opt/trinity/share/apps/systemview/media.desktop debian/tmp/opt/trinity/share/apps/systemview/remote.desktop debian/tmp/opt/trinity/share/apps/systemview/users.desktop +debian/tmp/opt/trinity/share/autostart/mediabackend.desktop debian/tmp/opt/trinity/share/config.kcfg/mediamanagersettings.kcfg debian/tmp/opt/trinity/share/doc/tde/HTML/en/tdeioslave/about debian/tmp/opt/trinity/share/doc/tde/HTML/en/tdeioslave/applications diff --git a/ubuntu/maverick/tdebase/debian/tdebase-tdeio-plugins-trinity.install b/ubuntu/maverick/tdebase/debian/tdebase-tdeio-plugins-trinity.install index 366b86bf0..42abd47bc 100644 --- a/ubuntu/maverick/tdebase/debian/tdebase-tdeio-plugins-trinity.install +++ b/ubuntu/maverick/tdebase/debian/tdebase-tdeio-plugins-trinity.install @@ -93,6 +93,7 @@ debian/tmp/opt/trinity/share/apps/systemview/home.desktop debian/tmp/opt/trinity/share/apps/systemview/media.desktop debian/tmp/opt/trinity/share/apps/systemview/remote.desktop debian/tmp/opt/trinity/share/apps/systemview/users.desktop +debian/tmp/opt/trinity/share/autostart/mediabackend.desktop debian/tmp/opt/trinity/share/config.kcfg/mediamanagersettings.kcfg debian/tmp/opt/trinity/share/doc/tde/HTML/en/tdeioslave/about debian/tmp/opt/trinity/share/doc/tde/HTML/en/tdeioslave/applications |