Summary: | embedjs desktop Categories missing utility | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kjsembed | Reporter: | Yan Morin <yansanmo.site> |
Component: | general | Assignee: | Bernd Buschinski <b.buschinski> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | chrisburel, kdelibs-bugs |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Yan Morin
2005-12-10 20:49:34 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 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 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) 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 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! 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! It looks like this is related to the kjsembed framework. I know it is super old but I'm moving it. 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! 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! 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! |