[frameworks-kconfig] [Bug 345100] The menu editor doesn't properly save new icons for submenus

Wolfgang Bauer bugzilla_noreply at kde.org
Wed Apr 19 11:16:16 BST 2017


https://bugs.kde.org/show_bug.cgi?id=345100

Wolfgang Bauer <wbauer at tmo.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned-bugs at kde.org     |matthew at mjdsystems.ca
          Component|general                     |general
            Version|5.2.1                       |5.33.0
                 CC|                            |kdelibs-bugs at kde.org,
                   |                            |wbauer at tmo.at
            Product|kmenuedit                   |frameworks-kconfig

--- Comment #27 from Wolfgang Bauer <wbauer at tmo.at> ---
This is actually a bug in the kconfig framework, not in kmenuedit.

KDesktopFile::locateLocal() returns the wrong path (~/.local/share/ instead of
~/.local/share/desktop-directories/).
kmenuedit uses this function to get the save path, so the changes are saved to
the wrong location (as has been pointed out here already) and are therefore
ignored.
(kmenuedit cannot just change the original file because it may be located in a
system-wide folder, normally /usr/share/desktop-directories/, where the user
cannot write changes to)

Proposed fix:
https://phabricator.kde.org/D5502

Other than that, creating a new submenu does work fine here.
But please note that the application menu hides *empty* folders, so you need to
create actual entries in the submenu first to make it show up.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Unassigned-bugs mailing list