Add stuff to autostart, still missing guake
This commit is contained in:
parent
c3cbfded33
commit
d8f806cd88
4 changed files with 67 additions and 0 deletions
10
.config/autostart/Nextcloud.desktop
Normal file
10
.config/autostart/Nextcloud.desktop
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=Nextcloud
|
||||||
|
GenericName=File Synchronizer
|
||||||
|
Exec=/usr/bin/nextcloud
|
||||||
|
Terminal=false
|
||||||
|
Icon=nextcloud
|
||||||
|
Categories=Network
|
||||||
|
Type=Application
|
||||||
|
StartupNotify=false
|
||||||
|
X-GNOME-Autostart-enabled=true
|
15
.config/autostart/jetbrains-toolbox.desktop
Executable file
15
.config/autostart/jetbrains-toolbox.desktop
Executable file
|
@ -0,0 +1,15 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Icon=/home/leong/.local/share/JetBrains/Toolbox/toolbox.svg
|
||||||
|
Exec=/home/leong/.local/share/JetBrains/Toolbox/bin/jetbrains-toolbox --minimize
|
||||||
|
Version=1.0
|
||||||
|
Type=Application
|
||||||
|
Categories=Development
|
||||||
|
Name=JetBrains Toolbox
|
||||||
|
StartupWMClass=jetbrains-toolbox
|
||||||
|
Terminal=false
|
||||||
|
MimeType=x-scheme-handler/jetbrains;
|
||||||
|
X-GNOME-Autostart-enabled=true
|
||||||
|
StartupNotify=false
|
||||||
|
X-GNOME-Autostart-Delay=10
|
||||||
|
X-MATE-Autostart-Delay=10
|
||||||
|
X-KDE-autostart-after=panel
|
31
.config/autostart/mozilla-thunderbird.desktop
Normal file
31
.config/autostart/mozilla-thunderbird.desktop
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Version=1.0
|
||||||
|
Name=Thunderbird
|
||||||
|
GenericName=Email
|
||||||
|
Comment=Send and Receive Email
|
||||||
|
Exec=thunderbird %u
|
||||||
|
TryExec=thunderbird
|
||||||
|
Icon=thunderbird
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
MimeType=message/rfc822;x-scheme-handler/mailto;
|
||||||
|
StartupNotify=true
|
||||||
|
Categories=Network;Email;
|
||||||
|
Name[cs]=Poštovní klient Thunderbird
|
||||||
|
Name[ca]=Client de correu Thunderbird
|
||||||
|
Name[fi]=Thunderbird-sähköposti
|
||||||
|
Name[fr]=Messagerie Thunderbird
|
||||||
|
Name[pl]=Klient poczty Thunderbird
|
||||||
|
Name[pt_BR]=Cliente de E-mail Thunderbird
|
||||||
|
Name[sv]=E-postklienten Thunderbird
|
||||||
|
Comment[ca]=Llegiu i escriviu correu
|
||||||
|
Comment[cs]=Čtení a psaní pošty
|
||||||
|
Comment[de]=Emails lesen und verfassen
|
||||||
|
Comment[fi]=Lue ja kirjoita sähköposteja
|
||||||
|
Comment[fr]=Lire et écrire des courriels
|
||||||
|
Comment[it]=Leggere e scrivere email
|
||||||
|
Comment[ja]=メールの読み書き
|
||||||
|
Comment[pl]=Czytanie i wysyłanie e-maili
|
||||||
|
Comment[pt_BR]=Ler e escrever suas mensagens
|
||||||
|
Comment[sv]=Läs och skriv e-post
|
||||||
|
X-Desktop-File-Install-Version=0.24
|
11
.config/autostart/slack.desktop
Normal file
11
.config/autostart/slack.desktop
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=Slack
|
||||||
|
StartupWMClass=Slack
|
||||||
|
Comment=Slack Desktop
|
||||||
|
GenericName=Slack Client for Linux
|
||||||
|
Exec=/usr/bin/slack %U
|
||||||
|
Icon=/usr/share/pixmaps/slack.png
|
||||||
|
Type=Application
|
||||||
|
StartupNotify=true
|
||||||
|
Categories=GNOME;GTK;Network;InstantMessaging;
|
||||||
|
MimeType=x-scheme-handler/slack;
|
Loading…
Reference in a new issue