Last active
October 30, 2025 21:08
-
-
Save dginhoux/c01dabe455fbb2897130f6de5992422b to your computer and use it in GitHub Desktop.
gnome entry for bin not in path ; with icon support, pin and multiple instance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## location in ~/.local/share/applications/com.mikrotik.winbox4.desktop | |
| ## never use variables !!! | |
| [Desktop Entry] | |
| Name=WinBox4 | |
| Comment=MikroTik WinBox4 client | |
| Exec=/home/dginhoux/_system/mikrotik/winbox/WinBox_Linux/WinBox | |
| Icon=/home/dginhoux/_system/mikrotik/winbox/WinBox_Linux/assets/img/winbox.png | |
| Terminal=false | |
| Type=Application | |
| Categories=Network;Administration; | |
| StartupNotify=true | |
| StartupWMClass=WinBox ### identiy class with "xprop | grep WM_CLASS" and open/click on the app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment