How to pin icons to the taskbar in Ubuntu 18.04
Jan 08, 2024 pm 11:10 PMOpen the terminal and enter application management cd ~/.local/share/applications/
Create a new application icon vim ***.desktop (for example: wechat.desktop)
#!/usr/bin/env xdg-open [Desktop Entry] Version=1.0 Terminal=false Type=Application Name= Exec= Icon= NoDisplay=false StartupWMClass=
Exec represents the application startup path, Icon represents the icon path
Then click the Apply button and drag the newly generated application icon to the taskbar
At this time, when StartupWMClass is empty, double icons will appear when starting the application
To solve this problem, first open the application and then enter in the terminal:
xprop |grep WM_CLASS, at this time the mouse pointer will turn into a crosshair, then click on the open application, the terminal will feedback a message, including 2 strings
Add the contents of the first string to StartupWMClass, save it, close the application and reopen it, and the double icon will no longer appear
The above is the detailed content of How to pin icons to the taskbar in Ubuntu 18.04. For more information, please follow other related articles on the PHP Chinese website!

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

What should I do if the Ubuntu terminal cannot be opened? How to fix the problem that Ubuntu cannot open the terminal

How to cancel the lock icon in the lower right corner of the Ubuntu 18.04 folder?

A sneak peek of the seven highlights of Ubuntu 24.04 LTS

How to remove icons in Ubuntu start menu?

Ubuntu 20.04 screen recording software OBS installation and uninstallation graphic tutorial

Ubuntu finally supports disabling automatic updates of snap packages

How to install Angular on Ubuntu 24.04
