Git commit 94a4cfc59f95be7277bde316f2e9173e61e2ed7d by Burkhard Lück. Committed on 21/08/2016 at 10:50. Pushed by lueck into branch 'master'.
fix wrong path + use qtpaths M +8 -6 doc/index.docbook http://commits.kde.org/kmenuedit/94a4cfc59f95be7277bde316f2e9173e61e2ed7d diff --git a/doc/index.docbook b/doc/index.docbook index 1e68fe2..e88f8b8 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -179,13 +179,15 @@ to the bottom of the tree to make it a top level entry. <para>There is no way to transfer menu settings using the &GUI;, you have to do that manually and copy the following files to the target user:</para> <para>&kmenuedit; stores the menu hierarchy in -<filename>$<envar>HOME</envar>/.config/menus/applications-kmenuedit.menu</filename> -and <filename class="directory">$<envar>HOME</envar>/.local/share/desktop-directories</filename> -contains desktop files for submenus you created. -In <filename class="directory">$<envar>HOME</envar>/.local/share/applications/</filename> you -find the desktop files for the custom items you created. +<filename>menus/applications-kmenuedit.menu</filename> in the folder <filename class="directory">$(qtpaths --paths +GenericConfigLocation)</filename> +and <filename class="directory">desktop-directories</filename> in the folder <filename class="directory">$(qtpaths --paths +GenericDataLocation)</filename> contains desktop files for submenus you created. +In <filename class="directory">applications/</filename> in the folder <filename class="directory">$(qtpaths --paths +GenericDataLocation)</filename> you find the desktop files for the custom items you created. </para> -<para>The shortcuts for each application are stored in <filename>~/.kde/share/config/kglobalshortcutsrc</filename>, +<para>The shortcuts for each application are stored in <filename>kglobalshortcutsrc</filename> +in the folder <filename class="directory">$(qtpaths --paths GenericConfigLocation)</filename>, but export/import does not work because the UUIDs of the shortcuts do not match up between systems, even though the <filename class="extension">.desktop</filename> files are the same. You have to assign all shortcuts manually again. </para>
