Summary: | freedesktop.org desktop entry compliant showfoto .desktop files | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Achim Bohnet <ach> |
Component: | Showfoto-Setup | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 0.7.2 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.6.0 | |
Sentry Crash Report: | |||
Attachments: |
adds a cat.
smime-1.p7s |
Description
Achim Bohnet
2005-02-03 01:58:23 UTC
Achim, we already use desktop files which are complient to the standard as far as i can tell. I have looked at the standard and the one we have, and I have come up with a small patch, which only adds a category as suggested in the debian report. Did I miss something? Created attachment 10391 [details]
adds a cat.
Hi Christoffer, I'm a digiKam developer and want it to be complient to the standard. I will insert a "Categories=Qt;KDE;Graphics;" although that is not really necesary to be complient. The swedish translation has already been added to the desktop file by the swedish team. Can you tell me what needs to be done in your view to get it complient, because I think it already is. You can see it at: http://webcvs.kde.org/kdeextragear-3/digikam/digikam/digikam.desktop?rev=1.35&view=auto thanks Tom Created an attachment (id=10394) smime-1.p7s CVS commit by toma: Adds a category to the desktop file. File is compatible with standards, so closing the bug stating it was not. BUGS: 98466 M +2 -1 digikam.desktop 1.37 --- kdeextragear-3/digikam/digikam/digikam.desktop #1.36:1.37 @@ -3,8 +3,9 @@ Encoding=UTF-8 Type=Application +Categories=Qt;KDE;Graphics; Exec=digikam -caption "%c" %i %m Icon=digikam DocPath=digikam/index.html -Name=digikam +Name=digiKam Name[da]=Digikam Name[de]=digiKam |