Organizing apps in launcher
Tofloor
poster avatar
flowergirl
deepin
2016-08-07 12:58
Author
I installed kdegames and in the launcher, some of those games went into the 'system' catagory, and some went into the 'games' catagory.

How do i move the games in the system catagory into the games catagory?

thanx in advance
Reply Favorite View the author
All Replies
arendon
deepin
2017-03-06 10:55
#1
https://bbs.deepin.org/post/131337
Menulibre is also a good solution

sudo apt-get install menulibre

God, i was desperately looking for this application. Thanks!
Reply View the author
com_bvv
deepin
2016-08-08 00:32
#2
All settings can be found in a folder /usr/share/applications
Reply View the author
akito
deepin
2016-10-11 10:26
#3
I am in the /usr/share/applications folder and there are no settings at all besides some useless "bamf.index" and "mimeapps.*" files. Where are the settings?
Reply View the author
th3blad3runn3r
deepin
2016-10-11 23:47
#4
Edited by th3blad3runn3r at 2016-10-12 08:22

Here you'll find a  generic how-to procedure, for those misplacement cases.

Open deepin-terminal, and run
  1. cd /usr./share/applications
  2. ls *.desktop
Copy the Code
You'll see all the shortcuts known by the deepin launcher. Locate a shortcut currently belonging to the category you want to place kdegames into (steam, for example)
Open it via nano (or vi)
  1. nano steam.desktop
Copy the Code
Locate the line "categories" (at the very begining of the file), and copy it into the clipboard (ctrl+shit+c)
For example, my steam category is
  1. Categories=Network;FileTransfer;Game;
Copy the Code
now open kdegames.desktop (with sudo, because we're going to modify it)
  1. sudo nano kdegames.desktop
Copy the Code

Replace the line "categories" within the kdegames.desktop, with the one copied into your clipboard.
Feel free to replace Network and FileTransfer sub entries with someting more accurate.
Nota: Unlike the "steam.desktop" file,  categories line is usually located at the end  of the ".desktop" files..
Save the file and exit deepin-terminal.

You may have to logout (or at least invoke deepin-launcher twice), to see the kdegames now located into the right section.

Hth,
J.Ph.
Reply View the author
akito
deepin
2016-10-12 11:55
#5
https://bbs.deepin.org/post/31337
Here you'll find a  generic how-to procedure, for those misplacement case.

Open deepin-terminal, an ...

Finally a sufficiently explained answer. Thank you very much!
Reply View the author
doorsoft
deepin
2016-10-12 13:48
#6
Menulibre is also a good solution

sudo apt-get install menulibre
Reply View the author
sa******64@ilusale.com
deepin
2022-10-29 22:37
#7
The user is banned, and the content is hidden.