Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100054 - digikam gnome menu issues - .desktop file and icon required
Summary: digikam gnome menu issues - .desktop file and icon required
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-23 12:03 UTC by Rhys Hardwick
Modified: 2005-07-25 04:52 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rhys Hardwick 2005-07-23 12:03:36 UTC
A digikam.desktop files needs to be created, and I recommend removing the
showfoto.desktop file.  Also, a symlink of the icon to /usr/share/pixmaps is
recommended.

An example of my file is..
=====
[Desktop Entry]
Encoding=UTF-8
Icon=digikam.png
Name=DigiKam
Comment=DigiKam Photo Organiser
Exec=digikam
Terminal=false
Type=Application
Categories=Appication;Graphics;
===

My symlink is :
lrwxrwxrwx  1 root root 52 Jul 23 17:32 digikam.png ->
/usr/share/icons/crystalsvg/128x128/apps/digikam.png


Reproducible: Always
Steps to Reproduce:
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-07-24 05:09:28 UTC
It's there: /usr/share/applnk/Graphics/digikam.desktop, the showfoto entry is fine. 

kde-config --path apps 

and 

kde-config --path icon

add the relevant kde search paths - they remain valid for KDE 3.x, no matter who
is crying freedesktop.org standard. I don't see the point playing the slave
here, since this affects a whole lot of KDE apps. See also Bug 89870 for Gnome
hijacking the desktop.
Comment 2 Rhys Hardwick 2005-07-24 13:29:28 UTC
For gnome, the desktop files must exist in /usr/share/applications.  Icons,
AFAIK, need to be in /usr/share/pixmaps.

This is what needs sorting out.
Comment 3 foser (RETIRED) gentoo-dev 2005-07-25 03:42:44 UTC
passing to digikam herd.

Comment #1 & #3 combined would give a proper file location/.desktop .
Comment 4 Gregorio Guidi (RETIRED) gentoo-dev 2005-07-25 04:52:37 UTC
The best thing to do is to ask the authors to move the .desktop file 
to /usr/share/applications and the icon to /usr/share/icons/hicolor (see also 
bug 81862 for an example). 
It's a trivial task, the digikam devs just need to be informed (btw see also 
http://bugs.kde.org/show_bug.cgi?id=98466)