Bug 177057

Summary: Two View menus in menubar
Product: [Applications] digikam Reporter: Thomas McGuire <mcguire>
Component: Usability-MenusAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED DOWNSTREAM    
Severity: normal    
Priority: NOR    
Version: 0.10.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In: 7.6.0

Description Thomas McGuire 2008-12-06 14:37:55 UTC
Version:            (using Devel)
OS:                Linux
Installed from:    Compiled sources

Digikam has two "View" menus in the menubar. They should be merged. One view menu has Zoom In/Zoom out, the other View menu has all the other actions.
Comment 1 caulier.gilles 2008-12-06 14:45:08 UTC
Not reproductible here. Sound like a broken installation.

Go to your ~/.kde4/share folder and search all file relevant of digiKam. remove it and try again

Gilles

Comment 2 Andi Clemens 2008-12-06 14:48:29 UTC
No it has not :-)
As Gilles mentioned, remove our digikamrc file form /home/xxx/.kde/share/config

Andi
Comment 3 Thomas McGuire 2008-12-06 15:23:32 UTC
I removed $HOME/.kde4/share/apps/digikam, $HOME/.kde4/share/config/digikamrc and $KDEDIR/share/apps/digikam, but I still see two View menus.
Comment 4 caulier.gilles 2008-12-22 14:11:45 UTC
Thomas,

It's abnormal. It still unreproducible here.

We need more infos :

- Do you run digiKam under KDE4 desktop ?
- Run Showfoto. It do the same behavior ?

Gilles Caulier
Comment 5 Thomas McGuire 2008-12-22 15:06:48 UTC
Showfoto doesn't show the same behavior.
I'm running digikam under a KDE3 desktop, but from console with my KDE4 user, so practically it is KDE4.

An interesting fact is, that when I delete $KDEDIR/share/apps/digikam, I only see the duplicated menu items (File->Quit, View->Zoom In/Out etc), the normal ones are gone. I guess there is some other XML file digikam builds the menu from.

But I guess you're right, this _has_ to be an installation error on my side, so feel free to close this bug.
Comment 6 Marcel Wiesweg 2008-12-23 15:06:18 UTC
Search for files called "digikamui.rc"
On OpenSuse this installs to /usr/share/kde4/apps/digikam/digikamui.rc
You can also use grep to search by content, the View->Zoom In action would be described by
<Action name="album_zoomin" />

I mark this as downstream/installation issue.