mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
cleanup
This commit is contained in:
parent
5047ec49de
commit
70624baf6a
75 changed files with 1414 additions and 178 deletions
17
README.md
17
README.md
|
@ -1,19 +1,24 @@
|
|||
Welcome to
|
||||
|
||||
### [yadEmu](https://github.com/oSoWoSo/yadEmu)
|
||||
# [DistroHooper](https://github.com/oSoWoSo/DistroHooper)
|
||||
### Still Testing version!
|
||||

|
||||
|
||||
|
||||
quickly create and run VMs
|
||||
|
||||
Using excellent [quickemu](https://github.com/quickemu-project/quickemu) as base
|
||||
As a base fork of excellent [quickemu](https://github.com/quickemu-project/quickemu)
|
||||
|
||||
Removed:
|
||||
Windows support (Currently not intended)
|
||||
MacoOS support (Currently not intended)
|
||||
|
||||
I added:
|
||||
|
||||
### quickgui
|
||||
## quickgui
|
||||
using yad
|
||||
|
||||
### .Desktop file generator
|
||||
It will simple generate .desktop files for every supported VM in quickemu.
|
||||
So you can copy it anywhere...
|
||||
|
||||
|
@ -21,7 +26,9 @@ I added:
|
|||
|
||||
you can download new distro with few clicks of a mouse
|
||||
|
||||
You need to run quickgui just for update.
|
||||
You need to run quickgui just for update supported distros.
|
||||
|
||||
### Simple GUI using yad --notebook
|
||||
|
||||
See it in action on youtube...
|
||||
|
||||
|
@ -30,7 +37,7 @@ See it in action on youtube...
|
|||
or command line?...
|
||||
|
||||
|
||||
### quicktui
|
||||
## quicktui
|
||||
using fzf
|
||||
|
||||
[](https://www.youtube.com/watch?v=gJ5hqYEskOw)
|
||||
|
|
BIN
config/.config.kate-swp
Normal file
BIN
config/.config.kate-swp
Normal file
Binary file not shown.
|
@ -1 +1,5 @@
|
|||
#!/bin/bash
|
||||
QUICKEMU_VMS_DIR="$(yad --file --directory)"
|
||||
export QUICKEMU_VMS_DIR
|
||||
echo "New dir is: $QUICKEMU_VMS_DIR"
|
||||
sed -f config 's/QUICKEMU_VMS_DIR=""/QUICKEMU_VMS_DIR="$QUICKEMU_VMS_DIR"/g'
|
||||
|
|
|
@ -6,6 +6,7 @@ archlinux
|
|||
archcraft
|
||||
arcolinux
|
||||
batocera
|
||||
blendos
|
||||
cachyos
|
||||
centos-stream
|
||||
cereus
|
||||
|
@ -16,6 +17,7 @@ dietpi
|
|||
dragonflybsd
|
||||
elementary
|
||||
endeavouros
|
||||
endless
|
||||
fedora
|
||||
freebsd
|
||||
freedos
|
||||
|
@ -38,7 +40,6 @@ netboot
|
|||
netbsd
|
||||
nixos
|
||||
lubuntu
|
||||
macos
|
||||
openbsd
|
||||
opensuse
|
||||
oraclelinux
|
||||
|
@ -61,9 +62,8 @@ ubuntu-mate
|
|||
ubuntustudio
|
||||
ubuntu-unity
|
||||
void
|
||||
vxlinux
|
||||
voidpup
|
||||
windows
|
||||
vxlinux
|
||||
xerolinux
|
||||
xubuntu
|
||||
zorin
|
||||
|
|
1063
config/vms_icons/blendos.svg
Normal file
1063
config/vms_icons/blendos.svg
Normal file
File diff suppressed because it is too large
Load diff
After Width: | Height: | Size: 667 KiB |
161
config/vms_icons/endless.svg
Normal file
161
config/vms_icons/endless.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 18 KiB |
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=agarimos
|
||||
releases=20230305 20230303 20230225 20230216
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "20230305"!"20230303"!"20230225"!"20230216" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget agarimos {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "20230305"!"20230303"!"20230225"!"20230216" | xargs -I{} sakura -e "quickget agarimos {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/agarimos.png
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -3,7 +3,7 @@ Type=Application
|
|||
Name=alma
|
||||
releases=8.6 8.7 9.0 9.1
|
||||
editions=minimal dvd
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "8.6"!"8.7"!"9.0"!"9.1" --field="Edition:CB" "minimal"!"dvd" | xargs -I{} sakura -h -e "quickget alma {}"'
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "8.6"!"8.7"!"9.0"!"9.1" --field="Edition:CB" "minimal"!"dvd" | xargs -I{} sakura -e "quickget alma {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/alma.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=alpine
|
||||
releases=3.12 3.13 3.14 3.15 latest
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "3.12"!"3.13"!"3.14"!"3.15"!"latest" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget alpine {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "3.12"!"3.13"!"3.14"!"3.15"!"latest" | xargs -I{} sakura -e "quickget alpine {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/alpine.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -3,7 +3,7 @@ Type=Application
|
|||
Name=android
|
||||
releases=7.1 8.1 9.0
|
||||
editions=x86 x86_64
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "7.1"!"8.1"!"9.0" --field="Edition:CB" "x86"!"x86_64" | xargs -I{} sakura -h -e "quickget android {}"'
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "7.1"!"8.1"!"9.0" --field="Edition:CB" "x86"!"x86_64" | xargs -I{} sakura -e "quickget android {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/android.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=archcraft
|
||||
releases=latest
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "latest" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget archcraft {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "latest" | xargs -I{} sakura -e "quickget archcraft {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/archcraft.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=archlinux
|
||||
releases=latest
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "latest" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget archlinux {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "latest" | xargs -I{} sakura -e "quickget archlinux {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/archlinux.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -3,7 +3,7 @@ Type=Application
|
|||
Name=arcolinux
|
||||
releases=v21.09.11 v21.11.05 v22.01.10
|
||||
editions=large small
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "v21.09.11"!"v21.11.05"!"v22.01.10" --field="Edition:CB" "large"!"small" | xargs -I{} sakura -h -e "quickget arcolinux {}"'
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "v21.09.11"!"v21.11.05"!"v22.01.10" --field="Edition:CB" "large"!"small" | xargs -I{} sakura -e "quickget arcolinux {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/arcolinux.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=batocera
|
||||
releases=32 33 34
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "32"!"33"!"34" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget batocera {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "32"!"33"!"34" | xargs -I{} sakura -e "quickget batocera {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/batocera.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -3,7 +3,7 @@ Type=Application
|
|||
Name=cachyos
|
||||
releases=230305
|
||||
editions=kde gnome
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "230305" --field="Edition:CB" "kde"!"gnome" | xargs -I{} sakura -h -e "quickget cachyos {}"'
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "230305" --field="Edition:CB" "kde"!"gnome" | xargs -I{} sakura -e "quickget cachyos {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/cachyos.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -3,7 +3,7 @@ Type=Application
|
|||
Name=centos-stream
|
||||
releases=8 9
|
||||
editions=dvd1 boot
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "8"!"9" --field="Edition:CB" "dvd1"!"boot" | xargs -I{} sakura -h -e "quickget centos-stream {}"'
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "8"!"9" --field="Edition:CB" "dvd1"!"boot" | xargs -I{} sakura -e "quickget centos-stream {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/centos-stream.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -3,7 +3,7 @@ Type=Application
|
|||
Name=cereus
|
||||
releases=latest
|
||||
editions=base lxqt xfce
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "latest" --field="Edition:CB" "base"!"lxqt"!"xfce" | xargs -I{} sakura -h -e "quickget cereus {}"'
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "latest" --field="Edition:CB" "base"!"lxqt"!"xfce" | xargs -I{} sakura -e "quickget cereus {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/cereus.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -3,7 +3,7 @@ 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/.local/share/quickemu && yad --form --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{} sakura -h -e "quickget debian {}"'
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && 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{} sakura -e "quickget debian {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/debian.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
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
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && 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" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget deepin {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --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" | xargs -I{} sakura -e "quickget deepin {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/deepin.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=devuan
|
||||
releases=beowulf chimaera
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "beowulf"!"chimaera" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget devuan {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "beowulf"!"chimaera" | xargs -I{} sakura -e "quickget devuan {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/devuan.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -3,7 +3,7 @@ Type=Application
|
|||
Name=dietpi
|
||||
releases=bios uefi
|
||||
editions=bookworm bookworm-installer bullseye bullseye-installer
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "bios"!"uefi" --field="Edition:CB" "bookworm"!"bookworm-installer"!"bullseye"!"bullseye-installer" | xargs -I{} sakura -h -e "quickget dietpi {}"'
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "bios"!"uefi" --field="Edition:CB" "bookworm"!"bookworm-installer"!"bullseye"!"bullseye-installer" | xargs -I{} sakura -e "quickget dietpi {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/dietpi.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=dragonflybsd
|
||||
releases=6.4.0
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "6.4.0" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget dragonflybsd {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "6.4.0" | xargs -I{} sakura -e "quickget dragonflybsd {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/dragonflybsd.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=elementary
|
||||
releases=7.0
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "7.0" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget elementary {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "7.0" | xargs -I{} sakura -e "quickget elementary {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/elementary.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
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
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && 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" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget endeavouros {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --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" | xargs -I{} sakura -e "quickget endeavouros {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/endeavouros.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -3,7 +3,7 @@ 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/.local/share/quickemu && yad --form --field="Release:CB" "33"!"34"!"35"!"36"!"37" --field="Edition:CB" "Workstation"!"Cinnamon"!"i3"!"KDE"!"LXDE"!"LXQt"!"Mate"!"Xfce"!"Silverblue"!"Server" | xargs -I{} sakura -h -e "quickget fedora {}"'
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && 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{} sakura -e "quickget fedora {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/fedora.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -3,7 +3,7 @@ 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/.local/share/quickemu && yad --form --field="Release:CB" "12.3"!"12.4"!"13.0"!"13.1"!"13.2" --field="Edition:CB" "disc1"!"dvd1" | xargs -I{} sakura -h -e "quickget freebsd {}"'
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "12.3"!"12.4"!"13.0"!"13.1"!"13.2" --field="Edition:CB" "disc1"!"dvd1" | xargs -I{} sakura -e "quickget freebsd {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/freebsd.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=freedos
|
||||
releases=1.2 1.3
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "1.2"!"1.3" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget freedos {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "1.2"!"1.3" | xargs -I{} sakura -e "quickget freedos {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/freedos.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=fvoid
|
||||
releases=latest
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "latest" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget fvoid {}"'
|
||||
releases=latest 20230222 20230124 20221021 20220818
|
||||
editions=lxqt
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "latest"!"20230222"!"20230124"!"20221021"!"20220818" --field="Edition:CB" "lxqt" | xargs -I{} sakura -e "quickget fvoid {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/tux.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=gabeeos
|
||||
releases=latest
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "latest" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget gabeeos {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "latest" | xargs -I{} sakura -e "quickget gabeeos {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/gabeeos.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=garuda
|
||||
releases=latest
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "latest" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget garuda {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "latest" | xargs -I{} sakura -e "quickget garuda {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/garuda.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=gentoo
|
||||
releases=latest
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "latest" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget gentoo {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "latest" | xargs -I{} sakura -e "quickget gentoo {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/gentoo.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -3,7 +3,7 @@ Type=Application
|
|||
Name=ghostbsd
|
||||
releases=21.10.16 21.11.24 22.01.12
|
||||
editions=mate xfce
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "21.10.16"!"21.11.24"!"22.01.12" --field="Edition:CB" "mate"!"xfce" | xargs -I{} sakura -h -e "quickget ghostbsd {}"'
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "21.10.16"!"21.11.24"!"22.01.12" --field="Edition:CB" "mate"!"xfce" | xargs -I{} sakura -e "quickget ghostbsd {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/ghostbsd.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -3,7 +3,7 @@ Type=Application
|
|||
Name=haiku
|
||||
releases=r1beta3 r1beta4
|
||||
editions=x86_64 x86_gcc2h
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "r1beta3"!"r1beta4" --field="Edition:CB" "x86_64"!"x86_gcc2h" | xargs -I{} sakura -h -e "quickget haiku {}"'
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "r1beta3"!"r1beta4" --field="Edition:CB" "x86_64"!"x86_gcc2h" | xargs -I{} sakura -e "quickget haiku {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/haiku.png
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=kali
|
||||
releases=current kali-weekly
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "current"!"kali-weekly" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget kali {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "current"!"kali-weekly" | xargs -I{} sakura -e "quickget kali {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/kali.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=kdeneon
|
||||
releases=user testing unstable developer
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "user"!"testing"!"unstable"!"developer" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget kdeneon {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "user"!"testing"!"unstable"!"developer" | xargs -I{} sakura -e "quickget kdeneon {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/kdeneon.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=kolibrios
|
||||
releases=latest
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "latest" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget kolibrios {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "latest" | xargs -I{} sakura -e "quickget kolibrios {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/kolibrios.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=kubuntu
|
||||
releases=16.04 18.04 20.04 22.04 22.10 jammy-daily daily-live daily-canary
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "16.04"!"18.04"!"20.04"!"22.04"!"22.10"!"jammy-daily"!"daily-live"!"daily-canary"!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!"" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget kubuntu {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "16.04"!"18.04"!"20.04"!"22.04"!"22.10"!"jammy-daily"!"daily-live"!"daily-canary"!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!"" | xargs -I{} sakura -e "quickget kubuntu {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/kubuntu.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -3,7 +3,7 @@ Type=Application
|
|||
Name=linuxmint
|
||||
releases=20.2 20.3 21 21.1
|
||||
editions=cinnamon mate xfce
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "20.2"!"20.3"!"21"!"21.1" --field="Edition:CB" "cinnamon"!"mate"!"xfce" | xargs -I{} sakura -h -e "quickget linuxmint {}"'
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "20.2"!"20.3"!"21"!"21.1" --field="Edition:CB" "cinnamon"!"mate"!"xfce" | xargs -I{} sakura -e "quickget linuxmint {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/linuxmint.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -3,7 +3,7 @@ Type=Application
|
|||
Name=lmde
|
||||
releases=5
|
||||
editions=cinnamon
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "5" --field="Edition:CB" "cinnamon" | xargs -I{} sakura -h -e "quickget lmde {}"'
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "5" --field="Edition:CB" "cinnamon" | xargs -I{} sakura -e "quickget lmde {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/lmde.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=lubuntu
|
||||
releases=16.04 18.04 20.04 22.04 22.10 jammy-daily daily-live daily-canary
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "16.04"!"18.04"!"20.04"!"22.04"!"22.10"!"jammy-daily"!"daily-live"!"daily-canary"!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!"" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget lubuntu {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "16.04"!"18.04"!"20.04"!"22.04"!"22.10"!"jammy-daily"!"daily-live"!"daily-canary"!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!"" | xargs -I{} sakura -e "quickget lubuntu {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/lubuntu.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=macos
|
||||
releases=high-sierra mojave catalina big-sur monterey ventura
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "high-sierra"!"mojave"!"catalina"!"big-sur"!"monterey"!"ventura" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget macos {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/macos.svg
|
||||
Categories=System;Virtualization;
|
|
@ -3,7 +3,7 @@ Type=Application
|
|||
Name=mageia
|
||||
releases=8
|
||||
editions=Plasma GNOME Xfce
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "8" --field="Edition:CB" "Plasma"!"GNOME"!"Xfce" | xargs -I{} sakura -h -e "quickget mageia {}"'
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "8" --field="Edition:CB" "Plasma"!"GNOME"!"Xfce" | xargs -I{} sakura -e "quickget mageia {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/mageia.png
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=manjaro
|
||||
releases=xfce gnome kde budgie cinnamon i3 mate
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "xfce"!"gnome"!"kde"!"budgie"!"cinnamon"!"i3"!"mate" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget manjaro {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "xfce"!"gnome"!"kde"!"budgie"!"cinnamon"!"i3"!"mate" | xargs -I{} sakura -e "quickget manjaro {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/manjaro.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -3,7 +3,7 @@ Type=Application
|
|||
Name=mxlinux
|
||||
releases=21.3
|
||||
editions=Xfce KDE Fluxbox
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "21.3" --field="Edition:CB" "Xfce"!"KDE"!"Fluxbox" | xargs -I{} sakura -h -e "quickget mxlinux {}"'
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "21.3" --field="Edition:CB" "Xfce"!"KDE"!"Fluxbox" | xargs -I{} sakura -e "quickget mxlinux {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/mxlinux.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=netboot
|
||||
releases=latest
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "latest" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget netboot {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "latest" | xargs -I{} sakura -e "quickget netboot {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/netboot.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=netbsd
|
||||
releases=9.0 9.1 9.2
|
||||
editions=
|
||||
releases=9.0 9.1 9.2 9.3
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "9.0"!"9.1"!"9.2" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget netbsd {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "9.0"!"9.1"!"9.2"!"9.3" | xargs -I{} sakura -e "quickget netbsd {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/netbsd.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -3,7 +3,7 @@ Type=Application
|
|||
Name=nixos
|
||||
releases=21.05 21.11 22.05 22.11
|
||||
editions=gnome plasma5 minimal
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "21.05"!"21.11"!"22.05"!"22.11" --field="Edition:CB" "gnome"!"plasma5"!"minimal" | xargs -I{} sakura -h -e "quickget nixos {}"'
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "21.05"!"21.11"!"22.05"!"22.11" --field="Edition:CB" "gnome"!"plasma5"!"minimal" | xargs -I{} sakura -e "quickget nixos {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/nixos.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=openbsd
|
||||
releases=6.8 6.9 7.0 7.1 7.2
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "6.8"!"6.9"!"7.0"!"7.1"!"7.2" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget openbsd {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "6.8"!"6.9"!"7.0"!"7.1"!"7.2" | xargs -I{} sakura -e "quickget openbsd {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/openbsd.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=opensuse
|
||||
releases=15.0 15.1 15.2 15.3 15.4 microos tumbleweed
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "15.0"!"15.1"!"15.2"!"15.3"!"15.4"!"microos"!"tumbleweed" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget opensuse {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "15.0"!"15.1"!"15.2"!"15.3"!"15.4"!"microos"!"tumbleweed" | xargs -I{} sakura -e "quickget opensuse {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/opensuse.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=oraclelinux
|
||||
releases=7.7 7.8 7.9 8.4 8.5 8.6 9.0
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "7.7"!"7.8"!"7.9"!"8.4"!"8.5"!"8.6"!"9.0" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget oraclelinux {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "7.7"!"7.8"!"7.9"!"8.4"!"8.5"!"8.6"!"9.0" | xargs -I{} sakura -e "quickget oraclelinux {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/oraclelinux.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -3,7 +3,7 @@ Type=Application
|
|||
Name=popos
|
||||
releases=20.04 21.10 22.04
|
||||
editions=intel nvidia
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "20.04"!"21.10"!"22.04" --field="Edition:CB" "intel"!"nvidia" | xargs -I{} sakura -h -e "quickget popos {}"'
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "20.04"!"21.10"!"22.04" --field="Edition:CB" "intel"!"nvidia" | xargs -I{} sakura -e "quickget popos {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/popos.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=reactos
|
||||
releases=latest
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "latest" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget reactos {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "latest" | xargs -I{} sakura -e "quickget reactos {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/reactos.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=rebornos
|
||||
releases=latest
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "latest" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget rebornos {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "latest" | xargs -I{} sakura -e "quickget rebornos {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/rebornos.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -3,7 +3,7 @@ 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/.local/share/quickemu && yad --form --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{} sakura -h -e "quickget rockylinux {}"'
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && 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{} sakura -e "quickget rockylinux {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/rockylinux.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=slackware
|
||||
releases=14.2 15.0
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "14.2"!"15.0" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget slackware {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "14.2"!"15.0" | xargs -I{} sakura -e "quickget slackware {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/slackware.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=slitaz
|
||||
releases=preferred core core64 loram core-5in1 preinit
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "preferred"!"core"!"core64"!"loram"!"core-5in1"!"preinit" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget slitaz {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "preferred"!"core"!"core64"!"loram"!"core-5in1"!"preinit" | xargs -I{} sakura -e "quickget slitaz {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/slitaz.png
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -3,7 +3,7 @@ Type=Application
|
|||
Name=solus
|
||||
releases=4.3
|
||||
editions=Budgie GNOME MATE Plasma
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "4.3" --field="Edition:CB" "Budgie"!"GNOME"!"MATE"!"Plasma" | xargs -I{} sakura -h -e "quickget solus {}"'
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "4.3" --field="Edition:CB" "Budgie"!"GNOME"!"MATE"!"Plasma" | xargs -I{} sakura -e "quickget solus {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/solus.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=steamos
|
||||
releases=4.0
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "4.0" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget steamos {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "4.0" | xargs -I{} sakura -e "quickget steamos {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/steamos.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=tails
|
||||
releases=stable
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "stable" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget tails {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "stable" | xargs -I{} sakura -e "quickget tails {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/tails.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=truenas-core
|
||||
releases=12.0 13.0
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "12.0"!"13.0" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget truenas-core {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "12.0"!"13.0" | xargs -I{} sakura -e "quickget truenas-core {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/truenas-core.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=truenas-scale
|
||||
releases=22.02 22.12
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "22.02"!"22.12" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget truenas-scale {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "22.02"!"22.12" | xargs -I{} sakura -e "quickget truenas-scale {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/truenas-scale.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=ubuntu-budgie
|
||||
releases=18.04 20.04 22.04 22.10 jammy-daily daily-live daily-canary
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "18.04"!"20.04"!"22.04"!"22.10"!"jammy-daily"!"daily-live"!"daily-canary"!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!"" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget ubuntu-budgie {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "18.04"!"20.04"!"22.04"!"22.10"!"jammy-daily"!"daily-live"!"daily-canary"!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!"" | xargs -I{} sakura -e "quickget ubuntu-budgie {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/ubuntu-budgie.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=ubuntu-mate
|
||||
releases=16.04 18.04 20.04 22.04 22.10 jammy-daily daily-live daily-canary
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "16.04"!"18.04"!"20.04"!"22.04"!"22.10"!"jammy-daily"!"daily-live"!"daily-canary"!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!"" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget ubuntu-mate {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "16.04"!"18.04"!"20.04"!"22.04"!"22.10"!"jammy-daily"!"daily-live"!"daily-canary"!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!"" | xargs -I{} sakura -e "quickget ubuntu-mate {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/ubuntu-mate.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=ubuntu-unity
|
||||
releases=22.10 daily-live daily-canary
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "22.10"!"daily-live"!"daily-canary" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget ubuntu-unity {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "22.10"!"daily-live"!"daily-canary" | xargs -I{} sakura -e "quickget ubuntu-unity {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/ubuntu-unity.png
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=ubuntu
|
||||
releases=14.04 16.04 18.04 20.04 22.04 22.10 jammy-daily daily-live daily-canary
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "14.04"!"16.04"!"18.04"!"20.04"!"22.04"!"22.10"!"jammy-daily"!"daily-live"!"daily-canary"!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!"" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget ubuntu {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "14.04"!"16.04"!"18.04"!"20.04"!"22.04"!"22.10"!"jammy-daily"!"daily-live"!"daily-canary"!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!"" | xargs -I{} sakura -e "quickget ubuntu {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/ubuntu.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=ubuntukylin
|
||||
releases=16.04 18.04 20.04 22.04 22.10 jammy-daily daily-live daily-canary
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "16.04"!"18.04"!"20.04"!"22.04"!"22.10"!"jammy-daily"!"daily-live"!"daily-canary"!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!"" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget ubuntukylin {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "16.04"!"18.04"!"20.04"!"22.04"!"22.10"!"jammy-daily"!"daily-live"!"daily-canary"!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!"" | xargs -I{} sakura -e "quickget ubuntukylin {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/ubuntukylin.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=ubuntustudio
|
||||
releases=16.04 18.04 20.04 22.04 22.10 jammy-daily daily-live daily-canary
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "16.04"!"18.04"!"20.04"!"22.04"!"22.10"!"jammy-daily"!"daily-live"!"daily-canary"!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!"" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget ubuntustudio {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "16.04"!"18.04"!"20.04"!"22.04"!"22.10"!"jammy-daily"!"daily-live"!"daily-canary"!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!"" | xargs -I{} sakura -e "quickget ubuntustudio {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/ubuntustudio.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -3,7 +3,7 @@ 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/.local/share/quickemu && yad --form --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{} sakura -h -e "quickget void {}"'
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && 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{} sakura -e "quickget void {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/void.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=voidpup
|
||||
releases=latest
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "latest" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget voidpup {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "latest" | xargs -I{} sakura -e "quickget voidpup {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/voidpup.png
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=vxlinux
|
||||
releases=6.1.2 6.1 5.0 4.2 4.1 4.0.
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "6.1.2"!"6.1"!"5.0"!"4.2"!"4.1"!"4.0." --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget vxlinux {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "6.1.2"!"6.1"!"5.0"!"4.2"!"4.1"!"4.0." | xargs -I{} sakura -e "quickget vxlinux {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/vxlinux.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=windows
|
||||
releases=8 10 11
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "8"!"10"!"11" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget windows {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/windows.svg
|
||||
Categories=System;Virtualization;
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=xerolinux
|
||||
releases=kde
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "kde" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget xerolinux {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "kde" | xargs -I{} sakura -e "quickget xerolinux {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/xerolinux.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Type=Application
|
||||
Name=xubuntu
|
||||
releases=16.04 18.04 20.04 22.04 22.10 jammy-daily daily-live daily-canary
|
||||
editions=
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "16.04"!"18.04"!"20.04"!"22.04"!"22.10"!"jammy-daily"!"daily-live"!"daily-canary"!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!"" --field="Edition:CB" "" | xargs -I{} sakura -h -e "quickget xubuntu {}"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "16.04"!"18.04"!"20.04"!"22.04"!"22.10"!"jammy-daily"!"daily-live"!"daily-canary"!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!""!"" | xargs -I{} sakura -e "quickget xubuntu {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/xubuntu.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
|
@ -3,7 +3,7 @@ Type=Application
|
|||
Name=zorin
|
||||
releases=16
|
||||
editions=core64 lite64 education64 edulite64
|
||||
replace='"!"'
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --field="Release:CB" "16" --field="Edition:CB" "core64"!"lite64"!"education64"!"edulite64" | xargs -I{} sakura -h -e "quickget zorin {}"'
|
||||
replace="!"
|
||||
Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "16" --field="Edition:CB" "core64"!"lite64"!"education64"!"edulite64" | xargs -I{} sakura -e "quickget zorin {}"'
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/zorin.svg
|
||||
Categories=System;Virtualization;
|
||||
|
|
96
quickget
96
quickget
|
@ -37,6 +37,7 @@ function pretty_name() {
|
|||
archlinux) PRETTY_NAME="Arch Linux";;
|
||||
archcraft) PRETTY_NAME="Archcraft";;
|
||||
arcolinux) PRETTY_NAME="Arco Linux";;
|
||||
blendos) PRETTY_NAME="BlendOS";;
|
||||
cachyos) PRETTY_NAME="CachyOS";;
|
||||
centos-stream) PRETTY_NAME="CentOS Stream";;
|
||||
cereus) PRETTY_NAME="Cereus Linux";;
|
||||
|
@ -44,6 +45,7 @@ function pretty_name() {
|
|||
dragonflybsd) PRETTY_NAME="DragonFlyBSD";;
|
||||
elementary) PRETTY_NAME="elementary OS";;
|
||||
endeavouros) PRETTY_NAME="EndeavourOS";;
|
||||
endless) PRETTY_NAME="Endless OS";;
|
||||
freebsd) PRETTY_NAME="FreeBSD";;
|
||||
freedos) PRETTY_NAME="FreeDOS";;
|
||||
fvoid) PRETTY_NAME="F-Void";;
|
||||
|
@ -168,6 +170,7 @@ function os_support() {
|
|||
archcraft \
|
||||
arcolinux \
|
||||
batocera \
|
||||
blendos \
|
||||
cachyos \
|
||||
centos-stream \
|
||||
cereus \
|
||||
|
@ -178,6 +181,7 @@ function os_support() {
|
|||
dragonflybsd \
|
||||
elementary \
|
||||
endeavouros \
|
||||
endless \
|
||||
fedora \
|
||||
freebsd \
|
||||
freedos \
|
||||
|
@ -207,8 +211,8 @@ function os_support() {
|
|||
reactos \
|
||||
rebornos \
|
||||
rockylinux \
|
||||
slackware \
|
||||
siduction \
|
||||
slackware \
|
||||
slitaz \
|
||||
solus \
|
||||
steamos \
|
||||
|
@ -273,6 +277,10 @@ function releases_batocera() {
|
|||
echo 32 33 34
|
||||
}
|
||||
|
||||
function releases_blendos() {
|
||||
curl -s https://api.github.com/repos/blend-os/blendOS/releases |grep tag_name | grep -o -E '[[:digit:]]+\.[[:digit:]]+'
|
||||
}
|
||||
|
||||
function releases_cachyos() {
|
||||
echo 230305
|
||||
}
|
||||
|
@ -342,6 +350,14 @@ function releases_endeavouros() {
|
|||
cassini_22_12
|
||||
}
|
||||
|
||||
function releases_endless() {
|
||||
echo 5.0.0
|
||||
}
|
||||
|
||||
function editions_endless() {
|
||||
echo base en fr pt_BR es
|
||||
}
|
||||
|
||||
function releases_fedora() {
|
||||
echo 33 34 35 36 37
|
||||
}
|
||||
|
@ -373,7 +389,11 @@ function releases_freedos() {
|
|||
}
|
||||
|
||||
function releases_fvoid() {
|
||||
echo latest
|
||||
echo latest 20230222 20230124 20221021 20220818
|
||||
}
|
||||
|
||||
function editions_fvoid() {
|
||||
echo lxqt
|
||||
}
|
||||
|
||||
function releases_gabeeos() {
|
||||
|
@ -467,7 +487,7 @@ function releases_netboot() {
|
|||
}
|
||||
|
||||
function releases_netbsd() {
|
||||
echo 9.0 9.1 9.2
|
||||
echo 9.0 9.1 9.2 9.3
|
||||
}
|
||||
|
||||
function releases_nixos(){
|
||||
|
@ -507,6 +527,12 @@ function releases_rebornos() {
|
|||
echo latest
|
||||
}
|
||||
|
||||
function get_rebornos() {
|
||||
local ISO=$(curl -s 'https://www.rebornos.org/download/' | grep -ohE 'https://pub-cb7a4d4f7a974896b3bf40c52d1defbc.r2.dev/RebornOS-ISO/(rebornos_xfce_minimal|rebornos_iso)-[0-9]{4}.[0-9]{2}.[0-9]{2}-x86_64.iso' | tail -n1)
|
||||
local HASH=$(curl -s 'https://www.rebornos.org/download/' | grep -ozP 'Checksum MD5:.*[0-9a-fA-F]{32}' | grep -zoP '[0-9a-fA-F]{32}' | cut -d '' -f1)
|
||||
echo "${ISO} ${HASH}"
|
||||
}
|
||||
|
||||
function releases_rockylinux() {
|
||||
echo 8.3 8.4 8.5 9.0 9.1
|
||||
}
|
||||
|
@ -517,10 +543,6 @@ function editions_rockylinux() {
|
|||
"dvd (dvd1 prior to 9.0)"
|
||||
}
|
||||
|
||||
function releases_slackware() {
|
||||
echo 14.2 15.0
|
||||
}
|
||||
|
||||
function releases_siduction() {
|
||||
echo latest
|
||||
}
|
||||
|
@ -529,6 +551,10 @@ function editions_siduction() {
|
|||
echo kde lxqt nox xfce xorg
|
||||
}
|
||||
|
||||
function releases_slackware() {
|
||||
echo 14.2 15.0
|
||||
}
|
||||
|
||||
function releases_slitaz() {
|
||||
echo preferred core core64 loram core-5in1 preinit
|
||||
}
|
||||
|
@ -645,7 +671,7 @@ function releases_voidpup() {
|
|||
}
|
||||
|
||||
function releases_vxlinux() {
|
||||
echo 6.1.2 6.1 5.0 4.2 4.1 4.0
|
||||
echo 6.1.2 6.1 5.0 4.2 4.1 4.0.
|
||||
}
|
||||
|
||||
function releases_xerolinux() {
|
||||
|
@ -811,7 +837,7 @@ EOF
|
|||
fi
|
||||
# OS specific tweaks
|
||||
case ${OS} in
|
||||
alma|centos-stream|oraclelinux|popos|rockylinux)
|
||||
alma|centos-stream|endless|oraclelinux|popos|rockylinux)
|
||||
echo "disk_size=\"32G\"" >> "${CONF_FILE}";;
|
||||
batocera)
|
||||
echo "disk_size=\"8G\"" >> "${CONF_FILE}";;
|
||||
|
@ -973,6 +999,14 @@ function get_batocera() {
|
|||
local URL="https://mirrors.o2switch.fr/batocera/x86_64/stable/last"
|
||||
local ISO="$(curl -sl ${URL}/ | grep -e 'batocera.*img.gz'|cut -d\" -f2)"
|
||||
local CURRENT_RELEASE=$(echo "${ISO}"| cut -d\- -f3)
|
||||
|
||||
function get_blendos() {
|
||||
local HASH=""
|
||||
local URL="$(curl -s https://api.github.com/repos/blend-os/blendOS/releases |grep 'browser_download_url'|grep ${RELEASE} | grep -o '\"http.*\.iso\"'| cut -d\" -f 2| head -1)"
|
||||
HASH=$(curl -s "${URL}.sha256sum" | cut -d' ' -f1)
|
||||
echo "${URL} ${HASH}"
|
||||
}
|
||||
|
||||
case ${RELEASE} in
|
||||
${CURRENT_RELEASE}) #Current release
|
||||
URL+=""
|
||||
|
@ -1154,6 +1188,34 @@ function get_endeavouros() {
|
|||
echo "${URL}/${ISO} ${HASH}"
|
||||
}
|
||||
|
||||
function get_endless() {
|
||||
local HASH="" # No hash - there is a signature in .asc signed by
|
||||
#https://d1anzknqnc1kmb.cloudfront.net/eos-image-keyring.gpg
|
||||
# (4096R: CB50 0F7B C923 3FAD 32B4 E720 9E0C 1250 587A 279C)
|
||||
local FILE_TS=""
|
||||
# https://support.endlessos.org/en/installation/direct-download gives the info but computes the URLS in js
|
||||
# so parsing out the useful info is not happening tonight
|
||||
# Endless edition names are "base" for the small minimal one or the Language for the large full release
|
||||
# The isos are stamped as they are finished so ....
|
||||
case ${EDITION} in
|
||||
base)
|
||||
FILE_TS="230127-211122";;
|
||||
fr)
|
||||
FILE_TS="230127-213415";;
|
||||
en)
|
||||
FILE_TS="230127-212436";;
|
||||
es)
|
||||
FILE_TS="230127-212646";;
|
||||
pt_BR)
|
||||
FILE_TS="230127-220328";;
|
||||
esac
|
||||
|
||||
URL="https://images-dl.endlessm.com/release/${RELEASE}/eos-amd64-amd64/${EDITION}"
|
||||
ISO="eos-eos${RELEASE:0:3}-amd64-amd64.${FILE_TS}.${EDITION}.iso"
|
||||
|
||||
echo "${URL}/${ISO}"
|
||||
}
|
||||
|
||||
function get_fedora() {
|
||||
local EDITION="${1:-}"
|
||||
local HASH=""
|
||||
|
@ -1443,14 +1505,6 @@ function get_rockylinux() {
|
|||
echo "${URL}/${ISO} ${HASH}"
|
||||
}
|
||||
|
||||
function get_slackware() {
|
||||
local HASH=""
|
||||
local ISO="slackware64-${RELEASE}-install-dvd.iso"
|
||||
local URL="https://slackware.nl/slackware/slackware-iso/slackware64-${RELEASE}-iso"
|
||||
HASH=$(wget -q -O- "${URL}/${ISO}.md5" | cut -d' ' -f1)
|
||||
echo "${URL}/${ISO} ${HASH}"
|
||||
}
|
||||
|
||||
function get_siduction() {
|
||||
local HASH=""
|
||||
local DATE=""
|
||||
|
@ -1462,6 +1516,14 @@ function get_siduction() {
|
|||
echo "${URL}/${ISO} ${HASH}"
|
||||
}
|
||||
|
||||
function get_slackware() {
|
||||
local HASH=""
|
||||
local ISO="slackware64-${RELEASE}-install-dvd.iso"
|
||||
local URL="https://slackware.nl/slackware/slackware-iso/slackware64-${RELEASE}-iso"
|
||||
HASH=$(wget -q -O- "${URL}/${ISO}.md5" | cut -d' ' -f1)
|
||||
echo "${URL}/${ISO} ${HASH}"
|
||||
}
|
||||
|
||||
function get_slitaz() {
|
||||
local HASH=""
|
||||
local ISO="slitaz-rolling-${RELEASE}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue