Unity Control Center icons in the dash don't point to the right section in the Control Center

Bug #1373225 reported by Alberto Salvia Novella
12
This bug affects 1 person
Affects Status Importance Assigned to Milestone
One Hundred Papercuts
Fix Released
Low
Unassigned
gnome-control-center (Ubuntu)
Fix Released
Low
Unassigned

Bug Description

****************
HOW TO REPRODUCE
****************

- In the dash, open one of these applications: Notifications, Online Accounts, Privacy, Security, Sharing.

******************
EXPECTED BEHAVIOUR
******************

- Going to the right section in the Control Center.

**************
REAL BEHAVIOUR
**************

- You go to the main page in the Control Center.

****************
RELEVANT DETAILS
****************

- Old icons are still there, and should be removed too.

**************
TECHNICAL INFO
**************

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: unity-control-center 14.10.0+14.10.20140922-0ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-17.23-generic 3.16.3
Uname: Linux 3.16.0-17-generic x86_64
ApportVersion: 2.14.7-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Sep 24 06:43:11 2014
InstallationDate: Installed on 2013-05-21 (490 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
SourcePackage: unity-control-center
UpgradeStatus: Upgraded to utopic on 2014-09-24 (0 days ago)
usr_lib_unity-control-center:
 activity-log-manager 0.9.7-0ubuntu15
 deja-dup 32.0-0ubuntu1

Revision history for this message
Alberto Salvia Novella (es20490446e) wrote :
Changed in unity:
status: New → Confirmed
Changed in hundredpapercuts:
status: New → Confirmed
importance: Undecided → Low
status: Confirmed → Triaged
summary: - Unity Control Center icons in the dash doesn't point to the right
- section in the control center
+ Unity Control Center icons in the dash don't point to the right section
+ in the Control Center
Changed in unity (Ubuntu):
status: New → Confirmed
Changed in unity (Ubuntu):
status: Confirmed → Triaged
importance: Undecided → Low
milestone: none → ubuntu-14.10
Changed in unity:
status: Confirmed → Won't Fix
Revision history for this message
Alberto Salvia Novella (es20490446e) wrote :

Why you decided not to fix this bug?

Revision history for this message
Marco Trevisan (Treviño) (3v1n0) wrote :

I don't think it is an unity issue, but it might be unity-control-center problem instead.

Revision history for this message
Gunnar Hjalmarsson (gunnarhj) wrote :

What if you uninstall the gnome-control-center package?

Revision history for this message
Alberto Salvia Novella (es20490446e) wrote :

@ Gunnar Hjalmarsson:

If I uninstall the "gnome-control-center" package, then all the broken icons go away.

no longer affects: unity
no longer affects: unity (Ubuntu)
Revision history for this message
Alberto Salvia Novella (es20490446e) wrote :

So the solution to this bug is to make the installation of the "unity-control-center" package to uninstall the "gnome-control-center" package.

Revision history for this message
Gunnar Hjalmarsson (gunnarhj) wrote :

Or to modify some of gnome-control-center's .desktop files. For instance:

gnome-activity-log-manager-panel.desktop
- "OnlyShowIn=Unity" should probably be "NotShowIn=Unity"

gnome-sharing-panel.desktop
- "OnlyShowIn=GNOME;Unity;" should probably be "OnlyShowIn=GNOME;"

gnome-privacy-panel.desktop
- "OnlyShowIn=GNOME;Unity;" should probably be "OnlyShowIn=GNOME;"

gnome-notifications-panel.desktop
- "OnlyShowIn=GNOME;Unity;" should probably be "OnlyShowIn=GNOME;"

gnome-online-accounts-panel.desktop
- "OnlyShowIn=GNOME;Unity;" should probably be "OnlyShowIn=GNOME;"

Revision history for this message
Sebastien Bacher (seb128) wrote :

Gunnar, you are right, gnome-control-center desktops need to be fixed there. Closing the unity-control-center component since the desktop in that one are correct

Changed in unity-control-center (Ubuntu):
status: Triaged → Invalid
Changed in gnome-control-center (Ubuntu):
importance: Undecided → Low
status: New → Triaged
milestone: none → ubuntu-14.10
no longer affects: unity-control-center (Ubuntu)
Revision history for this message
Gunnar Hjalmarsson (gunnarhj) wrote :

gnome-activity-log-manager-panel.desktop will be fixed via bug #1363721. I prepared a MP which fixes the other four items mentioned in comment #7.

Changed in gnome-control-center (Ubuntu):
assignee: nobody → Gunnar Hjalmarsson (gunnarhj)
status: Triaged → In Progress
Revision history for this message
Gunnar Hjalmarsson (gunnarhj) wrote :

Hmm.. Maybe I should have run this first:

$ cd /usr/share/applications; grep -F 'OnlyShowIn=GNOME;Unity;' `l gnome-*`
gnome-panel.desktop:OnlyShowIn=GNOME;Unity;
gnome-power-statistics.desktop:OnlyShowIn=GNOME;Unity;
gnome-contacts.desktop:OnlyShowIn=GNOME;Unity;
gnome-printers-panel.desktop:OnlyShowIn=GNOME;Unity;
gnome-search-panel.desktop:OnlyShowIn=GNOME;Unity;
gnome-terminal.desktop:OnlyShowIn=GNOME;Unity;
gnome-user-share-properties.desktop:OnlyShowIn=GNOME;Unity;

Revision history for this message
Tim Lunn (darkxst) wrote :

gnome-control-center 3.12 (which should land this week in utopic, Bug 1372346), sets NoDisplay=True in all the panel desktop files, so this patch should not be required.

Changed in gnome-control-center (Ubuntu):
status: In Progress → Fix Committed
Revision history for this message
Gunnar Hjalmarsson (gunnarhj) wrote :

On 2014-09-30 01:02, Tim wrote:
> gnome-control-center 3.12 (which should land this week in utopic,
> Bug 1372346), sets NoDisplay=True in all the panel desktop files, so
> this patch should not be required.

Ok.. But the old gcc_not_in_unity.patch seems to be included in ppa:darkxst/gnome-desktop, so I don't quite follow you.

Anyway, putting the MP on hold for now.

Changed in gnome-control-center (Ubuntu):
assignee: Gunnar Hjalmarsson (gunnarhj) → nobody
status: Fix Committed → In Progress
status: In Progress → Triaged
Revision history for this message
Tim Lunn (darkxst) wrote :

I am going to drop gcc_not_in_unity.patch, It only occurred to me when I saw this bug!

Revision history for this message
Gunnar Hjalmarsson (gunnarhj) wrote :

Ok, thanks, then it all makes sense, and we can just await your upload.

Revision history for this message
Gunnar Hjalmarsson (gunnarhj) wrote :
Changed in gnome-control-center (Ubuntu):
status: Triaged → Fix Released
Changed in hundredpapercuts:
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.