mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
include supported .desktop files
This commit is contained in:
parent
fc9457da2b
commit
091c2511c6
74 changed files with 685 additions and 0 deletions
0
supported/.gitignore
vendored
0
supported/.gitignore
vendored
10
supported/agarimos.desktop
Normal file
10
supported/agarimos.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=agarimos
|
||||
releases=latest
|
||||
editions=plasma gnome xfce
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --separator=" " --field="Release:CB" "latest" --field="Edition:CB" "plasma"!"gnome"!"xfce" | xargs -I{} sh -c " agarimos {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/agarimos.png
|
||||
Categories=System;Virtualization;
|
||||
|
10
supported/alma.desktop
Normal file
10
supported/alma.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=alma
|
||||
releases=8.6 8.7 9.0 9.1
|
||||
editions=minimal dvd
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --separator=" " --field="Release:CB" "8.6"!"8.7"!"9.0"!"9.1" --field="Edition:CB" "minimal"!"dvd" | xargs -I{} sh -c " alma {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/alma.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/alpine.desktop
Normal file
9
supported/alpine.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=alpine
|
||||
releases=3.12 3.13 3.14 3.15 latest
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "3.12"!"3.13"!"3.14"!"3.15"!"latest" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget alpine {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/alpine.svg
|
||||
Categories=System;Virtualization;
|
||||
|
10
supported/android.desktop
Normal file
10
supported/android.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=android
|
||||
releases=7.1 8.1 9.0
|
||||
editions=x86 x86_64
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --separator=" " --field="Release:CB" "7.1"!"8.1"!"9.0" --field="Edition:CB" "x86"!"x86_64" | xargs -I{} sh -c " android {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/android.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/archcraft.desktop
Normal file
9
supported/archcraft.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=archcraft
|
||||
releases=latest
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "latest" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget archcraft {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/archcraft.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/archlinux.desktop
Normal file
9
supported/archlinux.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=archlinux
|
||||
releases=latest
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "latest" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget archlinux {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/archlinux.svg
|
||||
Categories=System;Virtualization;
|
||||
|
10
supported/arcolinux.desktop
Normal file
10
supported/arcolinux.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=arcolinux
|
||||
releases=v21.09.11 v21.11.05 v22.01.10
|
||||
editions=large small
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --separator=" " --field="Release:CB" "v21.09.11"!"v21.11.05"!"v22.01.10" --field="Edition:CB" "large"!"small" | xargs -I{} sh -c " arcolinux {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/arcolinux.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/batocera.desktop
Normal file
9
supported/batocera.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=batocera
|
||||
releases=32 33 34
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "32"!"33"!"34" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget batocera {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/batocera.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/blendos.desktop
Normal file
9
supported/blendos.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=blendos
|
||||
releases=23.01
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "23.01" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget blendos {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/blendos.svg
|
||||
Categories=System;Virtualization;
|
||||
|
10
supported/cachyos.desktop
Normal file
10
supported/cachyos.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=cachyos
|
||||
releases=latest
|
||||
editions=kde gnome cli
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --separator=" " --field="Release:CB" "latest" --field="Edition:CB" "kde"!"gnome"!"cli" | xargs -I{} sh -c " cachyos {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/cachyos.svg
|
||||
Categories=System;Virtualization;
|
||||
|
10
supported/centos-stream.desktop
Normal file
10
supported/centos-stream.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=centos-stream
|
||||
releases=8 9
|
||||
editions=dvd1 boot
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --separator=" " --field="Release:CB" "8"!"9" --field="Edition:CB" "dvd1"!"boot" | xargs -I{} sh -c " centos-stream {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/centos-stream.svg
|
||||
Categories=System;Virtualization;
|
||||
|
10
supported/cereus.desktop
Normal file
10
supported/cereus.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=cereus
|
||||
releases=latest
|
||||
editions=base lxqt xfce
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --separator=" " --field="Release:CB" "latest" --field="Edition:CB" "base"!"lxqt"!"xfce" | xargs -I{} sh -c " cereus {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/cereus.svg
|
||||
Categories=System;Virtualization;
|
||||
|
10
supported/debian.desktop
Normal file
10
supported/debian.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=debian
|
||||
releases=10.0.0 10.1.0 10.2.0 10.3.0 10.4.0 10.5.0 10.6.0 10.7.0 10.8.0 10.9.0 10.10.0 10.11.0 10.12.0 10.13.0 11.0.0 11.1.0 11.2.0 11.3.0 11.4.0 11.5.0 11.6.0
|
||||
editions=standard cinnamon gnome kde lxde lxqt mate xfce netinst
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --separator=" " --field="Release:CB" "10.0.0"!"10.1.0"!"10.2.0"!"10.3.0"!"10.4.0"!"10.5.0"!"10.6.0"!"10.7.0"!"10.8.0"!"10.9.0"!"10.10.0"!"10.11.0"!"10.12.0"!"10.13.0"!"11.0.0"!"11.1.0"!"11.2.0"!"11.3.0"!"11.4.0"!"11.5.0"!"11.6.0" --field="Edition:CB" "standard"!"cinnamon"!"gnome"!"kde"!"lxde"!"lxqt"!"mate"!"xfce"!"netinst" | xargs -I{} sh -c " debian {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/debian.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/deepin.desktop
Normal file
9
supported/deepin.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=deepin
|
||||
releases=20 20.1 20.2 20.2.1 20.2.2 20.2.3 20.2.4 20.3 20.4 20.5 20.6 20.7
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "20"!"20.1"!"20.2"!"20.2.1"!"20.2.2"!"20.2.3"!"20.2.4"!"20.3"!"20.4"!"20.5"!"20.6"!"20.7" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget deepin {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/deepin.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/devuan.desktop
Normal file
9
supported/devuan.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=devuan
|
||||
releases=beowulf chimaera
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "beowulf"!"chimaera" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget devuan {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/devuan.svg
|
||||
Categories=System;Virtualization;
|
||||
|
10
supported/dietpi.desktop
Normal file
10
supported/dietpi.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=dietpi
|
||||
releases=bios uefi
|
||||
editions=bookworm bookworm-installer bullseye bullseye-installer
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --separator=" " --field="Release:CB" "bios"!"uefi" --field="Edition:CB" "bookworm"!"bookworm-installer"!"bullseye"!"bullseye-installer" | xargs -I{} sh -c " dietpi {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/dietpi.png
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/dragonflybsd.desktop
Normal file
9
supported/dragonflybsd.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=dragonflybsd
|
||||
releases=6.4.0
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "6.4.0" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget dragonflybsd {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/dragonflybsd.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/elementary.desktop
Normal file
9
supported/elementary.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=elementary
|
||||
releases=7.0
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "7.0" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget elementary {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/elementary.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/endeavouros.desktop
Normal file
9
supported/endeavouros.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=endeavouros
|
||||
releases=apollo_22_1 artemis-22_6 artemis_neo_22_7 artemis_neo_22_8 artemis_nova_22_9 atlantis-21_4 atlantis_neo-21_5 cassini_22_12
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "apollo_22_1"!"artemis-22_6"!"artemis_neo_22_7"!"artemis_neo_22_8"!"artemis_nova_22_9"!"atlantis-21_4"!"atlantis_neo-21_5"!"cassini_22_12" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget endeavouros {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/endeavouros.svg
|
||||
Categories=System;Virtualization;
|
||||
|
10
supported/endless.desktop
Normal file
10
supported/endless.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=endless
|
||||
releases=5.0.0
|
||||
editions=base en fr pt_BR es
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --separator=" " --field="Release:CB" "5.0.0" --field="Edition:CB" "base"!"en"!"fr"!"pt_BR"!"es" | xargs -I{} sh -c " endless {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/endless.svg
|
||||
Categories=System;Virtualization;
|
||||
|
10
supported/fedora.desktop
Normal file
10
supported/fedora.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=fedora
|
||||
releases=33 34 35 36 37
|
||||
editions=Workstation Cinnamon i3 KDE LXDE LXQt Mate Xfce Silverblue Server
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --separator=" " --field="Release:CB" "33"!"34"!"35"!"36"!"37" --field="Edition:CB" "Workstation"!"Cinnamon"!"i3"!"KDE"!"LXDE"!"LXQt"!"Mate"!"Xfce"!"Silverblue"!"Server" | xargs -I{} sh -c " fedora {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/fedora.svg
|
||||
Categories=System;Virtualization;
|
||||
|
10
supported/freebsd.desktop
Normal file
10
supported/freebsd.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=freebsd
|
||||
releases=12.3 12.4 13.0 13.1 13.2
|
||||
editions=disc1 dvd1
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --separator=" " --field="Release:CB" "12.3"!"12.4"!"13.0"!"13.1"!"13.2" --field="Edition:CB" "disc1"!"dvd1" | xargs -I{} sh -c " freebsd {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/freebsd.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/freedos.desktop
Normal file
9
supported/freedos.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=freedos
|
||||
releases=1.2 1.3
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "1.2"!"1.3" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget freedos {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/freedos.svg
|
||||
Categories=System;Virtualization;
|
||||
|
10
supported/fvoid.desktop
Normal file
10
supported/fvoid.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=fvoid
|
||||
releases=latest 20230222 20230124 20221021 20220818
|
||||
editions=lxqt
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --separator=" " --field="Release:CB" "latest"!"20230222"!"20230124"!"20221021"!"20220818" --field="Edition:CB" "lxqt" | xargs -I{} sh -c " fvoid {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/tux.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/gabeeos.desktop
Normal file
9
supported/gabeeos.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=gabeeos
|
||||
releases=latest
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "latest" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget gabeeos {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/gabeeos.png
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/garuda.desktop
Normal file
9
supported/garuda.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=garuda
|
||||
releases=latest
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "latest" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget garuda {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/garuda.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/gentoo.desktop
Normal file
9
supported/gentoo.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=gentoo
|
||||
releases=latest
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "latest" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget gentoo {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/gentoo.svg
|
||||
Categories=System;Virtualization;
|
||||
|
10
supported/ghostbsd.desktop
Normal file
10
supported/ghostbsd.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=ghostbsd
|
||||
releases=21.10.16 21.11.24 22.01.12
|
||||
editions=mate xfce
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --separator=" " --field="Release:CB" "21.10.16"!"21.11.24"!"22.01.12" --field="Edition:CB" "mate"!"xfce" | xargs -I{} sh -c " ghostbsd {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/ghostbsd.svg
|
||||
Categories=System;Virtualization;
|
||||
|
10
supported/haiku.desktop
Normal file
10
supported/haiku.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=haiku
|
||||
releases=r1beta3 r1beta4
|
||||
editions=x86_64 x86_gcc2h
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --separator=" " --field="Release:CB" "r1beta3"!"r1beta4" --field="Edition:CB" "x86_64"!"x86_gcc2h" | xargs -I{} sh -c " haiku {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/haiku.png
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/kali.desktop
Normal file
9
supported/kali.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=kali
|
||||
releases=current kali-weekly
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "current"!"kali-weekly" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget kali {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/kali.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/kdeneon.desktop
Normal file
9
supported/kdeneon.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=kdeneon
|
||||
releases=user testing unstable developer
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "user"!"testing"!"unstable"!"developer" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget kdeneon {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/kdeneon.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/kolibrios.desktop
Normal file
9
supported/kolibrios.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=kolibrios
|
||||
releases=latest
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "latest" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget kolibrios {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/kolibrios.png
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/kubuntu.desktop
Normal file
9
supported/kubuntu.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=kubuntu
|
||||
releases=16.04 18.04 20.04 22.04 22.10 jammy-daily daily-live daily-canary
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "16.04"!"18.04"!"20.04"!"22.04"!"22.10"!"jammy-daily"!"daily-live"!"daily-canary" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget kubuntu {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/kubuntu.svg
|
||||
Categories=System;Virtualization;
|
||||
|
10
supported/linuxmint.desktop
Normal file
10
supported/linuxmint.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=linuxmint
|
||||
releases=20.2 20.3 21 21.1
|
||||
editions=cinnamon mate xfce
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --separator=" " --field="Release:CB" "20.2"!"20.3"!"21"!"21.1" --field="Edition:CB" "cinnamon"!"mate"!"xfce" | xargs -I{} sh -c " linuxmint {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/linuxmint.svg
|
||||
Categories=System;Virtualization;
|
||||
|
10
supported/lmde.desktop
Normal file
10
supported/lmde.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=lmde
|
||||
releases=5
|
||||
editions=cinnamon
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --separator=" " --field="Release:CB" "5" --field="Edition:CB" "cinnamon" | xargs -I{} sh -c " lmde {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/lmde.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/lubuntu.desktop
Normal file
9
supported/lubuntu.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=lubuntu
|
||||
releases=16.04 18.04 20.04 22.04 22.10 jammy-daily daily-live daily-canary
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "16.04"!"18.04"!"20.04"!"22.04"!"22.10"!"jammy-daily"!"daily-live"!"daily-canary" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget lubuntu {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/lubuntu.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/macos.desktop
Normal file
9
supported/macos.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=macos
|
||||
releases=high-sierra mojave catalina big-sur monterey ventura
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "high-sierra"!"mojave"!"catalina"!"big-sur"!"monterey"!"ventura" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget macos {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/macos.svg
|
||||
Categories=System;Virtualization;
|
||||
|
10
supported/mageia.desktop
Normal file
10
supported/mageia.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=mageia
|
||||
releases=8
|
||||
editions=Plasma GNOME Xfce
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --separator=" " --field="Release:CB" "8" --field="Edition:CB" "Plasma"!"GNOME"!"Xfce" | xargs -I{} sh -c " mageia {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/mageia.png
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/manjaro.desktop
Normal file
9
supported/manjaro.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=manjaro
|
||||
releases=xfce gnome kde budgie cinnamon i3 mate
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "xfce"!"gnome"!"kde"!"budgie"!"cinnamon"!"i3"!"mate" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget manjaro {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/manjaro.svg
|
||||
Categories=System;Virtualization;
|
||||
|
10
supported/miyo.desktop
Normal file
10
supported/miyo.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=miyo
|
||||
releases=latest 2022 2020 2019 2018 2017 2016
|
||||
editions=kwin ceres jwm openbox mate
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --separator=" " --field="Release:CB" "latest"!"2022"!"2020"!"2019"!"2018"!"2017"!"2016" --field="Edition:CB" "kwin"!"ceres"!"jwm"!"openbox"!"mate" | xargs -I{} sh -c " miyo {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/tux.svg
|
||||
Categories=System;Virtualization;
|
||||
|
10
supported/mxlinux.desktop
Normal file
10
supported/mxlinux.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=mxlinux
|
||||
releases=21.3
|
||||
editions=Xfce KDE Fluxbox
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --separator=" " --field="Release:CB" "21.3" --field="Edition:CB" "Xfce"!"KDE"!"Fluxbox" | xargs -I{} sh -c " mxlinux {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/mxlinux.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/netboot.desktop
Normal file
9
supported/netboot.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=netboot
|
||||
releases=latest
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "latest" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget netboot {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/netboot.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/netbsd.desktop
Normal file
9
supported/netbsd.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=netbsd
|
||||
releases=9.0 9.1 9.2 9.3
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "9.0"!"9.1"!"9.2"!"9.3" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget netbsd {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/netbsd.svg
|
||||
Categories=System;Virtualization;
|
||||
|
10
supported/nixos.desktop
Normal file
10
supported/nixos.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=nixos
|
||||
releases=21.05 21.11 22.05 22.11
|
||||
editions=gnome plasma5 minimal
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --separator=" " --field="Release:CB" "21.05"!"21.11"!"22.05"!"22.11" --field="Edition:CB" "gnome"!"plasma5"!"minimal" | xargs -I{} sh -c " nixos {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/nixos.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/openbsd.desktop
Normal file
9
supported/openbsd.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=openbsd
|
||||
releases=6.8 6.9 7.0 7.1 7.2 7.3
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "6.8"!"6.9"!"7.0"!"7.1"!"7.2"!"7.3" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget openbsd {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/openbsd.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/opensuse.desktop
Normal file
9
supported/opensuse.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=opensuse
|
||||
releases=15.0 15.1 15.2 15.3 15.4 microos tumbleweed
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "15.0"!"15.1"!"15.2"!"15.3"!"15.4"!"microos"!"tumbleweed" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget opensuse {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/opensuse.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/oraclelinux.desktop
Normal file
9
supported/oraclelinux.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=oraclelinux
|
||||
releases=7.7 7.8 7.9 8.4 8.5 8.6 9.0
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "7.7"!"7.8"!"7.9"!"8.4"!"8.5"!"8.6"!"9.0" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget oraclelinux {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/oraclelinux.svg
|
||||
Categories=System;Virtualization;
|
||||
|
10
supported/popos.desktop
Normal file
10
supported/popos.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=popos
|
||||
releases=20.04 21.10 22.04
|
||||
editions=intel nvidia
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --separator=" " --field="Release:CB" "20.04"!"21.10"!"22.04" --field="Edition:CB" "intel"!"nvidia" | xargs -I{} sh -c " popos {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/popos.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/reactos.desktop
Normal file
9
supported/reactos.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=reactos
|
||||
releases=latest
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "latest" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget reactos {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/reactos.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/rebornos.desktop
Normal file
9
supported/rebornos.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=rebornos
|
||||
releases=latest
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "latest" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget rebornos {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/rebornos.svg
|
||||
Categories=System;Virtualization;
|
||||
|
10
supported/rockylinux.desktop
Normal file
10
supported/rockylinux.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=rockylinux
|
||||
releases=8.3 8.4 8.5 9.0 9.1
|
||||
editions=minimal dvd (dvd1 prior to 9.0)
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --separator=" " --field="Release:CB" "8.3"!"8.4"!"8.5"!"9.0"!"9.1" --field="Edition:CB" "minimal"!"dvd"!"(dvd1"!"prior"!"to"!"9.0)" | xargs -I{} sh -c " rockylinux {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/rockylinux.svg
|
||||
Categories=System;Virtualization;
|
||||
|
10
supported/siduction.desktop
Normal file
10
supported/siduction.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=siduction
|
||||
releases=latest
|
||||
editions=kde lxqt nox xfce xorg
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --separator=" " --field="Release:CB" "latest" --field="Edition:CB" "kde"!"lxqt"!"nox"!"xfce"!"xorg" | xargs -I{} sh -c " siduction {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/siduction.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/slackware.desktop
Normal file
9
supported/slackware.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=slackware
|
||||
releases=14.2 15.0
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "14.2"!"15.0" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget slackware {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/slackware.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/slitaz.desktop
Normal file
9
supported/slitaz.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=slitaz
|
||||
releases=preferred core core64 loram core-5in1 preinit
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "preferred"!"core"!"core64"!"loram"!"core-5in1"!"preinit" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget slitaz {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/slitaz.png
|
||||
Categories=System;Virtualization;
|
||||
|
10
supported/solus.desktop
Normal file
10
supported/solus.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=solus
|
||||
releases=4.3
|
||||
editions=Budgie GNOME MATE Plasma
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --separator=" " --field="Release:CB" "4.3" --field="Edition:CB" "Budgie"!"GNOME"!"MATE"!"Plasma" | xargs -I{} sh -c " solus {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/solus.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/steamos.desktop
Normal file
9
supported/steamos.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=steamos
|
||||
releases=4.0
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "4.0" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget steamos {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/steamos.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/tails.desktop
Normal file
9
supported/tails.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=tails
|
||||
releases=stable
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "stable" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget tails {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/tails.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/truenas-core.desktop
Normal file
9
supported/truenas-core.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=truenas-core
|
||||
releases=12.0 13.0
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "12.0"!"13.0" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget truenas-core {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/truenas-core.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/truenas-scale.desktop
Normal file
9
supported/truenas-scale.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=truenas-scale
|
||||
releases=22.02 22.12
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "22.02"!"22.12" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget truenas-scale {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/truenas-scale.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/ubuntu-budgie.desktop
Normal file
9
supported/ubuntu-budgie.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=ubuntu-budgie
|
||||
releases=18.04 20.04 22.04 22.10 jammy-daily daily-live daily-canary
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "18.04"!"20.04"!"22.04"!"22.10"!"jammy-daily"!"daily-live"!"daily-canary" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget ubuntu-budgie {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/ubuntu-budgie.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/ubuntu-mate.desktop
Normal file
9
supported/ubuntu-mate.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=ubuntu-mate
|
||||
releases=16.04 18.04 20.04 22.04 22.10 jammy-daily daily-live daily-canary
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "16.04"!"18.04"!"20.04"!"22.04"!"22.10"!"jammy-daily"!"daily-live"!"daily-canary" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget ubuntu-mate {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/ubuntu-mate.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/ubuntu-unity.desktop
Normal file
9
supported/ubuntu-unity.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=ubuntu-unity
|
||||
releases=22.10 daily-live daily-canary
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "22.10"!"daily-live"!"daily-canary" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget ubuntu-unity {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/ubuntu-unity.png
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/ubuntu.desktop
Normal file
9
supported/ubuntu.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=ubuntu
|
||||
releases=14.04 16.04 18.04 20.04 22.04 22.10 jammy-daily daily-live daily-canary
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "14.04"!"16.04"!"18.04"!"20.04"!"22.04"!"22.10"!"jammy-daily"!"daily-live"!"daily-canary" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget ubuntu {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/ubuntu.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/ubuntukylin.desktop
Normal file
9
supported/ubuntukylin.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=ubuntukylin
|
||||
releases=16.04 18.04 20.04 22.04 22.10 jammy-daily daily-live daily-canary
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "16.04"!"18.04"!"20.04"!"22.04"!"22.10"!"jammy-daily"!"daily-live"!"daily-canary" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget ubuntukylin {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/ubuntukylin.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/ubuntustudio.desktop
Normal file
9
supported/ubuntustudio.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=ubuntustudio
|
||||
releases=16.04 18.04 20.04 22.04 22.10 jammy-daily daily-live daily-canary
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "16.04"!"18.04"!"20.04"!"22.04"!"22.10"!"jammy-daily"!"daily-live"!"daily-canary" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget ubuntustudio {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/ubuntustudio.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/ventoy.desktop
Normal file
9
supported/ventoy.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=ventoy
|
||||
releases=latest
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "latest" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget ventoy {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/ventoy.png
|
||||
Categories=System;Virtualization;
|
||||
|
10
supported/void.desktop
Normal file
10
supported/void.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=void
|
||||
releases=current 20221001 20210316 20210930 20210218 20191109 20190526 20190217 20181111 20171007 20170825 20170220
|
||||
editions=base base-musl cinnamon cinnamon-musl enlightenment enlightenment-musl gnome gnome-musl lxde lxde-musl lxqt lxqt-musl mate mate-musl xfce xfce-musl
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --separator=" " --field="Release:CB" "current"!"20221001"!"20210316"!"20210930"!"20210218"!"20191109"!"20190526"!"20190217"!"20181111"!"20171007"!"20170825"!"20170220" --field="Edition:CB" "base"!"base-musl"!"cinnamon"!"cinnamon-musl"!"enlightenment"!"enlightenment-musl"!"gnome"!"gnome-musl"!"lxde"!"lxde-musl"!"lxqt"!"lxqt-musl"!"mate"!"mate-musl"!"xfce"!"xfce-musl" | xargs -I{} sh -c " void {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/void.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/voidpup.desktop
Normal file
9
supported/voidpup.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=voidpup
|
||||
releases=latest
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "latest" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget voidpup {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/voidpup.png
|
||||
Categories=System;Virtualization;
|
||||
|
10
supported/vxlinux.desktop
Normal file
10
supported/vxlinux.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=vxlinux
|
||||
releases=7.0 6.1.2 6.1 5.0 4.2 4.1 4.0.
|
||||
editions=lxqt kde
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --separator=" " --field="Release:CB" "7.0"!"6.1.2"!"6.1"!"5.0"!"4.2"!"4.1"!"4.0." --field="Edition:CB" "lxqt"!"kde" | xargs -I{} sh -c " vxlinux {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/vxlinux.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/windows.desktop
Normal file
9
supported/windows.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=windows
|
||||
releases=8 10 11
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "8"!"10"!"11" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget windows {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/windows.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/xerolinux.desktop
Normal file
9
supported/xerolinux.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=xerolinux
|
||||
releases=kde
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "kde" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget xerolinux {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/xerolinux.svg
|
||||
Categories=System;Virtualization;
|
||||
|
9
supported/xubuntu.desktop
Normal file
9
supported/xubuntu.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=xubuntu
|
||||
releases=16.04 18.04 20.04 22.04 22.10 jammy-daily daily-live daily-canary
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --field="Release:CB" "16.04"!"18.04"!"20.04"!"22.04"!"22.10"!"jammy-daily"!"daily-live"!"daily-canary" | cut -d'|' -f1 | xargs -I{} sh -c "./"quickget xubuntu {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/xubuntu.svg
|
||||
Categories=System;Virtualization;
|
||||
|
10
supported/zorin.desktop
Normal file
10
supported/zorin.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=zorin
|
||||
releases=16
|
||||
editions=core64 lite64 education64 edulite64
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/git/distrohopper && yad --form --separator=" " --field="Release:CB" "16" --field="Edition:CB" "core64"!"lite64"!"education64"!"edulite64" | xargs -I{} sh -c " zorin {}'
|
||||
Icon=/home/zen/git/distrohopper/icons/zorin.svg
|
||||
Categories=System;Virtualization;
|
||||
|
Loading…
Reference in a new issue