Is there an app icon in your KDE Linux desktop that doesn’t look proper? Are you wanting to edit it to make a change? Comply with this information to study to how edit program shortcuts in KDE Plasma 5.

Technique 1: KDE menu editor

When you’re on KDE Plasma 5 and wish to edit some program shortcuts, one of the best ways to go about it’s to use the built-in KDE menu editor. Right here’s how to use the KDE menu app to edit shortcuts on Linux.

Step 1: Decrease all purposes to view the Plasma desktop. Moreover, shut all open purposes, as you’ll be modifying shortcuts on the system.

Step 2: Find the KDE Plasma 5 app launcher on the panel (it’s on the far left portion of the panel). When you’ve discovered the app launcher, right-click on it with the mouse to open up the right-click menu.

Step 3: Look by means of the app launcher right-click menu for the choice “Edit Applications” and choose it with the mouse. Choosing “Edit Applications” will launch a program known as “KDE Menu Editor” on the display screen.

Step 4: Within the KDE Menu Editor, look by means of the totally different classes on the left-hand aspect. They’re “Growth, Schooling, Video games, Graphics, Web, Multimedia, workplace, Science & Math, Settings, System, Utilities, Misplaced & Discovered, and Assist (Assist Middle).

Click on on the down arrow subsequent to one of many classes. From there, discover the applying shortcut you’d like to edit in the KDE Menu Editor.

Step 5: After choosing an utility shortcut in KDE Menu Editor, the app info will present up on the appropriate. Look by means of the totally different columns “Name, Description, Comment, Command” and edit what you’d like to change.

Step 6: When you’ve edited your utility shortcut in the KDE Menu Editor, click on the “Save” button on the top-left. It can save modifications, and apply them immediately!

Technique 2: Terminal

One other manner to edit program shortcuts on KDE Plasma 5 is thru the terminal. The terminal route is a superb manner to go if you would like to make a fast edit, and don’t really feel like messing with the KDE Menu editor, as it’s a refined software with tons of choices.

Modifying program shortcuts in KDE Plasma 5 is completed by enhancing particular person “desktop” recordsdata in the “/usr/share/applications/” listing with a textual content editor. To edit any program shortcut in your KDE PC, begin by opening up a terminal window. You possibly can launch a terminal by urgent Ctrl + Alt + T or Ctrl + Shift + T. As soon as open, observe the step-by-step directions under.

Be aware: we extremely suggest enhancing program shortcuts on KDE in the KDE Menu editor if you’re a newbie. This methodology is for people who have some talent with the terminal on Linux already.

Step 1: Utilizing the CD command, transfer your terminal window from the house listing (~) to the “applications” listing.

cd /usr/share/purposes/

As soon as in the folder, you may verify it by working the pwd command.

pwd

Step 2: Within the “applications” listing, the terminal session should transition from a traditional consumer account to the “root” consumer. The explanation the basis consumer is important is that program shortcuts can solely be edited as root.

To transition from a conventional consumer account to the basis account, run the sudo -s command.

sudo -s

Step 3: After gaining root entry in the terminal window, run the ls command to reveal the entire program shortcut recordsdata out there in the “applications” listing.

ls

Alternatively, should you want to discover the identify of a selected program shortcut file, run the ls command alongside the grep command to filter the outcomes.

ls | grep 'searchterm'

Step 4: Once you’ve positioned the precise program shortcut you would like to edit in the terminal window, open it up in the Nano textual content editor. To do that, use the next command.

nano -w program-shortcut.desktop

Step 5: Utilizing the Nano textual content editor, edit the program shortcut.

If you’re having hassle understanding what to do whereas enhancing, take a look at our tutorial on how to create new desktop shortcuts, it goes over what particular person objects in the program shortcut recordsdata are, which might support in the enhancing course of.

Step 6: After making modifications to the program’s shortcut, it’s time to save. To save lots of your edits, press Ctrl + O on the keyboard. Alternatively, the Ctrl + S keyboard shortcut additionally works.

Step 7: Now that your shortcut is edited, you could shut the Nano textual content editor in the terminal window. To do that, press Ctrl + X on the keyboard.

Step 8: Now that the Nano textual content editor is closed, check out the edits you’ve made to your program shortcut to be sure that the modifications certainly saved accurately by working it by means of the cat command.

cat name-of-program-shortcut.desktop

Or, for higher viewing, connect the extra command as a pipe. It can enable you to learn the file line-by-line.

cat name-of-program-shortcut.desktop | extra



Source link

Share.
Leave A Reply

Exit mobile version