Created
June 18, 2026 23:12
-
-
Save ejangi/98c6702c70fd0b0525c0cca4ce0a7f8e to your computer and use it in GitHub Desktop.
Gnome Desktop launcher for OSC Mix`
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
| [Desktop Entry] | |
| Name=TotalMix OSCMix GUI | |
| Comment=Launch OSCMix graphical user interface for RME Fireface UCX II, ensuring background service is running. | |
| Exec=/bin/bash -c "${HOME}/.local/bin/oscmix_launcher.sh" | |
| Icon=applications-audio # You can change this to a more specific icon if you have one, or find a suitable one in your system's icon themes (e.g., audio-volume-high) | |
| Terminal=false | |
| Type=Application | |
| Categories=AudioVideo;Utility; | |
| StartupNotify=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment