Merge lp:~jbicha/ubuntuone-control-panel/dont-show-in-gnome-system-settings into lp:ubuntuone-control-panel

Proposed by Jeremy Bícha
Status: Merged
Approved by: dobey
Approved revision: 381
Merged at revision: 379
Proposed branch: lp:~jbicha/ubuntuone-control-panel/dont-show-in-gnome-system-settings
Merge into: lp:ubuntuone-control-panel
Diff against target: 27 lines (+12/-0)
2 files modified
ubuntuone-control-panel-qt-gnome.desktop.in (+11/-0)
ubuntuone-installer.desktop.in (+1/-0)
To merge this branch: bzr merge lp:~jbicha/ubuntuone-control-panel/dont-show-in-gnome-system-settings
Reviewer Review Type Date Requested Status
dobey (community) Approve
Review via email: mp+133398@code.launchpad.net

Commit message

Don't show Ubuntu One in System Settings when running GNOME.

Description of the change

For the Ubuntu GNOME Remix, we want to showcase a pure GNOME experience on Ubuntu. We'd like to hide the extra System Settings panels Ubuntu has hacked on. Ubuntu One will still be accessible from GNOME Shell's Activities Overview (their version of Unity's Dash).

Remember to add the new .desktop to debian/ubuntuone-control-panel-qt.install when you package this.

Thanks!

To post a comment you must log in.
380. By Jeremy Bícha

fix the GNOME .desktop so that it doesn't show in System Settings

381. By Jeremy Bícha

don't use "installer" in the name of the new .desktop

Revision history for this message
dobey (dobey) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'ubuntuone-control-panel-qt-gnome.desktop.in'
2--- ubuntuone-control-panel-qt-gnome.desktop.in 1970-01-01 00:00:00 +0000
3+++ ubuntuone-control-panel-qt-gnome.desktop.in 2012-11-08 15:04:25 +0000
4@@ -0,0 +1,11 @@
5+[Desktop Entry]
6+Name=Ubuntu One
7+_Comment=Configure and manage your Ubuntu One account
8+Exec=ubuntuone-control-panel-qt
9+Icon=ubuntuone
10+Terminal=false
11+Type=Application
12+OnlyShowIn=GNOME;
13+Categories=GNOME;GTK;Settings;DesktopSettings;X-GNOME-PersonalSettings
14+StartupNotify=true
15+X-Ayatana-Appmenu-Show-Stubs=False
16
17=== modified file 'ubuntuone-installer.desktop.in'
18--- ubuntuone-installer.desktop.in 2012-09-10 14:12:04 +0000
19+++ ubuntuone-installer.desktop.in 2012-11-08 15:04:25 +0000
20@@ -5,6 +5,7 @@
21 Icon=ubuntuone
22 Terminal=false
23 Type=Application
24+NotShowIn=GNOME;
25 Categories=GNOME;GTK;Settings;DesktopSettings;X-GNOME-Settings-Panel;X-GNOME-PersonalSettings
26 StartupNotify=true
27 X-Ayatana-Appmenu-Show-Stubs=False

Subscribers

People subscribed via source and target branches