Bug 118084 - embedjs desktop Categories missing utility
Summary: embedjs desktop Categories missing utility
Status: RESOLVED WORKSFORME
Alias: None
Product: frameworks-kjsembed
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Bernd Buschinski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-10 20:49 UTC by Yan Morin
Modified: 2023-01-07 05:23 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yan Morin 2005-12-10 20:49:34 UTC
Version:            (using KDE KDE 3.5.0)
Installed from:    Fedora RPMs

There should be a Categories field in embedjs.desktop to put 'EmbedJS' inside 'Accessories' menu and not 'Utilities' global Menu (this is the only application that go there, on fedora core 4, so it's an extra menu).

Category list:
http://standards.freedesktop.org/menu-spec/menu-spec-latest.html

Example of Categories field:
Categories=Utility;X-KDE-Utilities-Desktop;
Comment 1 Nicolas L. 2007-05-24 22:30:44 UTC
Still valid and there is patch. Can someone review and if this is right commit ?

--- /usr/share/applications/kde/kjscmd.desktop  2007-05-24 22:27:59.000000000 +0200
+++ kjscmd.desktop      2007-05-24 22:23:36.000000000 +0200
@@ -7,6 +7,6 @@
 Icon=konsole
 Terminal=false
 X-DCOP-ServiceType=Multi
-Categories=Qt;KDE;Development;
+Categories=Qt;KDE;Development;Debugger;
 InitialPreference=10

--- embedjs.desktop     2007-05-24 22:28:48.000000000 +0200
+++ /usr/share/applnk/Utilities/embedjs.desktop 2007-05-24 22:28:59.000000000 +0200
@@ -1,5 +1,5 @@
 [Desktop Entry]
-Categories=Qt;KDE;
+Categories=Qt;KDE;Debugger;Development;
 Encoding=UTF-8
 Name=EmbedJS
 Name[xx]=xxEmbedJSxx

Comment 2 Nicolas L. 2007-05-24 22:35:54 UTC
sorry the second should be : 
--- /usr/share/applnk/Utilities/embedjs.desktop 2007-05-24 22:33:51.000000000 +0200
+++ embedjs.desktop     2007-05-24 22:34:23.000000000 +0200
@@ -4,6 +4,7 @@
 Name[xx]=xxEmbedJSxx
 Exec=embedjs %i %m -caption "%c"
 Icon=embedjs
+Categories=Qt;KDE;Debugger;Development;
 Type=Application
 DocPath=embedjs/embedjs.html
 Comment=A KDE KPart Application

Comment 3 Michael Pyne 2007-05-26 00:19:40 UTC
The patch looks OK but what file are you patching against?  Is your /usr/share stuff straight out of Subversion?  (If so I would suppose it's the shared-mime-info module)
Comment 4 Nicolas L. 2007-05-26 10:55:55 UTC
sorryit was against my machine ( just to show what we could do).

Against the SVN it gives : 

Index: kjsembed/docs/embedding/simple-embed/embedjs.desktop
===================================================================
--- kjsembed/docs/embedding/simple-embed/embedjs.desktop
(revision 66811
                     9)
+++ kjsembed/docs/embedding/simple-embed/embedjs.desktop        (working copy)
@@ -4,6 +4,7 @@
 Name[xx]=xxEmbedJSxx
 Exec=embedjs %i %m -caption "%c"
 Icon=embedjs
+Categories=Qt;KDE;Debugger;Development;
 Type=Application
 DocPath=embedjs/embedjs.html
 Comment=A KDE KPart Application
Index: kjsembed/kjscmd.desktop
===================================================================
--- kjsembed/kjscmd.desktop     (revision 668119)
+++ kjsembed/kjscmd.desktop     (working copy)
@@ -7,6 +7,6 @@
 Icon=konsole
 Terminal=false
 X-DCOP-ServiceType=Multi
-Categories=Qt;KDE;Development;
+Categories=Qt;KDE;Development;Debugger;
 InitialPreference=10
Comment 5 Andrew Crouthamel 2018-11-02 04:29:28 UTC
Dear Bug Submitter,

This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond.

Thank you for helping us make KDE software even better for everyone!
Comment 6 Andrew Crouthamel 2018-11-16 02:43:21 UTC
Dear Bug Submitter,

This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version?

Thank you for helping us make KDE software even better for everyone!
Comment 7 Chris Burel 2018-11-16 04:29:23 UTC
It looks like this is related to the kjsembed framework. I know it is super old but I'm moving it.
Comment 8 Justin Zobel 2022-12-08 23:51:10 UTC
Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!
Comment 9 Bug Janitor Service 2022-12-23 05:20:50 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 10 Bug Janitor Service 2023-01-07 05:23:28 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!