.desktop: Update desktop files
This commit is contained in:
parent
7173d9c460
commit
b04b907b52
5 changed files with 42 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=VSCodium
|
Name=VSCodium (custom)
|
||||||
Comment=Code Editing. Redefined.
|
Comment=Code Editing. Redefined.
|
||||||
GenericName=Text Editor
|
GenericName=Text Editor
|
||||||
Exec=/opt/vscodium-bin/bin/codium --enable-features=UseOzonePlatform --ozone-platform=wayland --no-sandbox --unity-launch %F
|
Exec=/opt/vscodium-bin/bin/codium --no-sandbox --unity-launch %F
|
||||||
Icon=vscodium
|
Icon=vscodium
|
||||||
Type=Application
|
Type=Application
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
|
@ -14,5 +14,5 @@ Keywords=vscode;
|
||||||
|
|
||||||
[Desktop Action new-empty-window]
|
[Desktop Action new-empty-window]
|
||||||
Name=New Empty Window
|
Name=New Empty Window
|
||||||
Exec=/opt/vscodium-bin/bin/codium --enable-features=UseOzonePlatform --ozone-platform=wayland --no-sandbox --new-window %F
|
Exec=/opt/vscodium-bin/bin/codium --no-sandbox --new-window %F
|
||||||
Icon=vscodium
|
Icon=vscodium
|
||||||
|
|
12
.local/share/applications/discord-canary.desktop
Normal file
12
.local/share/applications/discord-canary.desktop
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=Discord Canary (custom)
|
||||||
|
StartupNotify=true
|
||||||
|
StartupWMClass=discord
|
||||||
|
Comment=All-in-one voice and text chat for gamers that's free, secure, and works on both your desktop and phone.
|
||||||
|
GenericName=Internet Messenger
|
||||||
|
#Exec=/usr/bin/electron18 --ozone-platform=wayland /usr/lib/discord-canary/app.asar -- %u
|
||||||
|
Exec=/usr/bin/discord-canary -- %u
|
||||||
|
Icon=discord-canary
|
||||||
|
Type=Application
|
||||||
|
Categories=Network;InstantMessaging;
|
||||||
|
|
12
.local/share/applications/element-desktop.desktop
Normal file
12
.local/share/applications/element-desktop.desktop
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=Element (custom wayland)
|
||||||
|
Comment=Element - Matrix Messenger
|
||||||
|
Icon=/usr/lib/element/img/element.png
|
||||||
|
#Exec=/usr/bin/electron /usr/lib/element/app.asar --ozone-platform=wayland --use-tray-icon -- %u
|
||||||
|
Exec=/usr/bin/electron17 /usr/lib/element/app.asar --ozone-platform=wayland --disable-dev-mode -- %u
|
||||||
|
Terminal=false
|
||||||
|
Categories=Network;InstantMessaging;
|
||||||
|
StartupWMClass=Element
|
||||||
|
X-GNOME-UsesNotifications=true
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=Signal
|
Name=Signal (custom)
|
||||||
Comment=Signal - Private Messenger
|
Comment=Signal - Private Messenger
|
||||||
Comment[de]=Signal - Sicherer Messenger
|
|
||||||
Icon=signal-desktop
|
Icon=signal-desktop
|
||||||
Exec=signal-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland --use-tray-icon -- %u
|
#Exec=/usr/bin/electron17 /usr/lib/signal-desktop/resources/app.asar --ozone-platform=wayland --use-tray-icon -- %u
|
||||||
|
Exec=/usr/bin/signal-desktop --use-tray-icon -- %u
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Categories=Network;InstantMessaging;
|
Categories=Network;InstantMessaging;
|
||||||
StartupWMClass=Signal
|
StartupWMClass=Signal
|
||||||
|
|
12
.local/share/applications/teamspeak.desktop
Normal file
12
.local/share/applications/teamspeak.desktop
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Version=1.0
|
||||||
|
Type=Application
|
||||||
|
StartupNotify=false
|
||||||
|
Name=TeamSpeak (custom)
|
||||||
|
Icon=teamspeak-client
|
||||||
|
Comment=TeamSpeak Voice Communication Client
|
||||||
|
Categories=Audio;Chat;Network;
|
||||||
|
StartupWMClass=TeamSpeak
|
||||||
|
MimeType=x-scheme-handler/ts3server;x-scheme-handler/teamspeak;
|
||||||
|
Exec=teamspeak %u
|
||||||
|
|
Loading…
Add table
Reference in a new issue