Bug 250749

Summary: CD recorder belongs to System
Product: [Applications] k3b Reporter: Christopher Yeleighton <giecrilj>
Component: generalAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED FIXED    
Severity: minor CC: asraniel, michalm, trueg
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In: 2.0.2

Description Christopher Yeleighton 2010-09-10 10:00:44 UTC
Version:           unspecified (using KDE 4.3.5) 
OS:                Linux

The CD recorder application is displayed in category Multimedia because it can create audio CD.  I think it is misplaced because I use it mostly for archival so I had a hard time finding it at first.

Reproducible: Always

Steps to Reproduce:
1. Kickoff Programs/System/FileSystem.

Actual Results:  
1. 
Search tool.

Expected Results:  
1.
Search tool.
CD recorder.
Comment 1 Michał Małek 2010-12-26 21:15:07 UTC
commit 177dd06ed6e71014ed6c284e878a291c4b744bb7
branch 2.0
Author: Michal Malek <michalm@jabster.pl>
Date:   Sun Dec 26 18:29:13 2010 +0100

    Show K3b also in "System" category in KDE launch menus
    BUG: 250749

diff --git a/ChangeLog b/ChangeLog
index 4123265..dc56653 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@ Bugfixes:
  * Crash on device detection (249371)
  * Crash when showing settings window (238819)
  * Fixed playlist sort order (249395)
+ * Show K3b also in "System" category in KDE launch menus (250749)
 
 2.0.1
 =====
diff --git a/src/k3b.desktop b/src/k3b.desktop
index 7e9f5a1..ce4ae72 100644
--- a/src/k3b.desktop
+++ b/src/k3b.desktop
@@ -140,5 +140,5 @@ Name[zh_TW]=K3b
 MimeType=application/x-k3b;application/x-iso;application/x-cd-image;application/x-cue;
 X-KDE-StartupNotify=true
 X-KDE-NativeMimeType=application/x-k3b;
-Categories=KDE;Qt;AudioVideo;DiscBurning;
+Categories=KDE;Qt;AudioVideo;DiscBurning;System;Filesystem;
 X-DBUS-ServiceType=Unique
Comment 2 Michał Małek 2010-12-26 21:15:07 UTC
commit c75f83d0b79acaff37c2ebbc1123f0afd07f2857
branch master
Author: Michal Malek <michalm@jabster.pl>
Date:   Sun Dec 26 18:29:13 2010 +0100

    Show K3b also in "System" category in KDE launch menus
    BUG: 250749

diff --git a/ChangeLog b/ChangeLog
index 1e9e9be..61499ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,7 @@ Bugfixes:
  * Crash on device detection (249371)
  * Crash when showing settings window (238819)
  * Fixed playlist sort order (249395)
+ * Show K3b also in "System" category in KDE launch menus (250749)
 
 2.0.1
 =====
diff --git a/src/k3b.desktop b/src/k3b.desktop
index ff49f10..69c33e3 100644
--- a/src/k3b.desktop
+++ b/src/k3b.desktop
@@ -140,5 +140,5 @@ Name[zh_TW]=燒錄軟體_K3b
 MimeType=application/x-k3b;application/x-iso;application/x-cd-image;application/x-cue;
 X-KDE-StartupNotify=true
 X-KDE-NativeMimeType=application/x-k3b;
-Categories=KDE;Qt;AudioVideo;DiscBurning;
+Categories=KDE;Qt;AudioVideo;DiscBurning;System;Filesystem;
 X-DBUS-ServiceType=Unique