Summary: | Please Make It Possible To Sort Icons In The Kmenu Alphabetically By Either Name or Description | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Jay LaCroix <jay> |
Component: | widget-kickoff | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | aseigo, bjoern, echidnaman, kde-2011.08, nbigaouette, toddrme2178 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Alphabetic sorting in simple kickoff
Alphabetic sorting in simple kickoff Alphabetic sorting in simple kickoff |
Description
Jay LaCroix
2008-04-02 09:59:53 UTC
Also I think it would be cool to have an option to alphabetize the Favorites menu as well in Kickoff, rather than just display them in the order that they were added in. In fact, how can one edit the order of favorites (other than editing .kde4/share/config/plasmarc)? Note also that the application launcher menu dies if an error is thus introduced in this file. Currently, the only simple way seems to be to remove all favorites and then add them all back in the desired order! I agree, being able to change the order (especially of favorites) from within the menu would be extremely useful. Either by having a drag-and-drop ability or having a "move up" and "move down" option when you right-click an icon. Dragging and dropping would be better, but just having the option on right-click would be better yet. A passable, although not ideal, solution would be to have the favorites appear in the menu editor, either integrated into the main part or in their own section. Dragging and dropping is better but I think there needs to be some way to move favorites around. *** This bug has been confirmed by popular vote. *** I'm working on a patch for this. This model-stuff makes it really hard :( I have it working so far, that you can choose sorting by group like "Web-browser" (what is the current default) or alphabetical. Sadly the setting is currently not saved and I cannot find the reason. If someone could tell me in which file KConfigGroup stores the settings, that would help me investigate. So, stay tuned, patch will follow in the next days. Awesome! Is your patch also able to make the Application names display in bold in the Kmenu instead of the description? That was a big part of it for me. For example, now the Firefox kmenu entry looks like this: Web Browser Firefox When it would be easier to find if it looked like this: Firefox Web Browser Just wanted to make sure I understood you correctly. Thanks again. Created attachment 27220 [details]
Alphabetic sorting in simple kickoff
This adds an option for sorting the menu in simple kickoff in alphabetical order to configuration interface.
It sorts for the application name, not the description.
This is just for the simple kickoff menu. I may implement this for normal kickoff as well, if wished.
Created attachment 27221 [details]
Alphabetic sorting in simple kickoff
This adds an option for sorting the menu in simple kickoff in alphabetical order to configuration interface.
It sorts for the application name, not the description.
This is just for the simple kickoff menu. I may implement this for normal kickoff as well, if wished.
Created attachment 27222 [details]
Alphabetic sorting in simple kickoff
This adds an option for sorting the menu in simple kickoff in alphabetical order to configuration interface.
It sorts for the application name, not the description.
This is just for the simple kickoff menu. I may implement this for normal kickoff as well, if wished.
I think that's cool, I was also hoping that there would be a selection to have the application name bolded instead of the description if the user wishes. It's not a huge deal, since I go into kmenuedit and remove the descriptions from every icon manually and then the name is listed first automatically. I was just hoping that if you choose to sort by name, the name would appear first in the kickoff icon. I think it would be great to have across the board (kickoff, 3.5 menu, lancelot, etc). However, I still think being able to sort manually is really important. I don't really want to sort it alphabetically, I want to sort it so the most-used applications are at the top and less-used applications are at the bottom (or perhaps vice-versus). *** Bug 170117 has been marked as a duplicate of this bug. *** This seems to be working now. Not on my end with 4.2. You can sort alphabetically with the favorites icons now, but the whole point of this bug report was to make it so that emphasis can be placed on the application name rather than the description in the Kickoff menu. For example, you have to look for Firefox under "W" for "Web Browser" instead of "F" for "Firefox". In the Kickoff menu, the description appears on top and the application name appears below the description. You should be able to flip it. It is sad that after that much time this is still not implemented... :( With the patches in the bug, can this be fixed? actually, this is all implemented in 4.3. btw, in future, patches really ought to go on reviewboard.kde.org as it's a lot harder for them to get lost there and a lot easier to actually review them there. you can reference the bug number from the review request and it will link the review request to the bugs.kde.org page. |