commit 25069872e5701533d265dbf9baa5ab57740ae0bc Author: zenobit Date: Fri Mar 10 06:47:33 2023 +0100 inbitial commit diff --git a/config/about.desktop b/config/about.desktop new file mode 100644 index 0000000..ac01378 --- /dev/null +++ b/config/about.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +Name=About +Exec=yad --about +Icon=/home/zen/.config/quickemu/vms-icons/cereus.svg +Categories=System;Virtualization;Settings; diff --git a/config/add_distro.desktop b/config/add_distro.desktop new file mode 100644 index 0000000..ac01378 --- /dev/null +++ b/config/add_distro.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +Name=About +Exec=yad --about +Icon=/home/zen/.config/quickemu/vms-icons/cereus.svg +Categories=System;Virtualization;Settings; diff --git a/config/config b/config/config new file mode 100644 index 0000000..2afbd2a --- /dev/null +++ b/config/config @@ -0,0 +1,2 @@ +# quickyad config file +SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" diff --git a/config/regenerate.desktop b/config/regenerate.desktop new file mode 100644 index 0000000..737bcbb --- /dev/null +++ b/config/regenerate.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +Name=Renew supported VMs +Exec=renew.sh +Icon=/home/zen/.config/quickemu/vms-icons/tux.svg +Categories=System;Virtualization;Settings; diff --git a/config/regenerate.sh b/config/regenerate.sh new file mode 100644 index 0000000..e69de29 diff --git a/config/set_dir.desktop b/config/set_dir.desktop new file mode 100644 index 0000000..6b617ca --- /dev/null +++ b/config/set_dir.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +Name=Set working dir +Exec=set_dir.sh +Icon=/home/zen/.config/quickemu/vms-icons/cereus.svg +Categories=System;Virtualization;Settings; diff --git a/config/set_dir.sh b/config/set_dir.sh new file mode 100644 index 0000000..e69de29 diff --git a/config/supported.txt b/config/supported.txt new file mode 100644 index 0000000..05927d3 --- /dev/null +++ b/config/supported.txt @@ -0,0 +1,68 @@ +agarimos +alma +alpine +android +archlinux +archcraft +arcolinux +batocera +cachyos +centos-stream +cereus +debian +deepin +devuan +dietpi +dragonflybsd +elementary +endeavouros +fedora +freebsd +freedos +fvoid +gabeeos +garuda +gentoo +ghostbsd +haiku +kali +kdeneon +kolibrios +kubuntu +linuxmint +lmde +mageia +manjaro +mxlinux +netboot +netbsd +nixos +lubuntu +macos +openbsd +opensuse +oraclelinux +popos +reactos +rebornos +rockylinux +slackware +slitaz +solus +steamos +tails +truenas-core +truenas-scale +ubuntu +ubuntu-budgie +ubuntukylin +ubuntu-mate +ubuntustudio +ubuntu-unity +void +vxlinux +voidpup +windows +xerolinux +xubuntu +zorin diff --git a/config/vms_icons/README.md b/config/vms_icons/README.md new file mode 100644 index 0000000..1f8ac12 --- /dev/null +++ b/config/vms_icons/README.md @@ -0,0 +1,4 @@ +# distro-svg + +Collection of distro icons in svg format, if your favorite distro is missing open a issue, PR are welcomed . \ +note that these are not mine, I just collected theme from various places . diff --git a/config/vms_icons/absolute.svg b/config/vms_icons/absolute.svg new file mode 100644 index 0000000..b5a9bbd --- /dev/null +++ b/config/vms_icons/absolute.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/config/vms_icons/academix.svg b/config/vms_icons/academix.svg new file mode 100644 index 0000000..6f1610c --- /dev/null +++ b/config/vms_icons/academix.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/config/vms_icons/agarimos.png b/config/vms_icons/agarimos.png new file mode 100644 index 0000000..bb4e146 Binary files /dev/null and b/config/vms_icons/agarimos.png differ diff --git a/config/vms_icons/aix.svg b/config/vms_icons/aix.svg new file mode 100644 index 0000000..0542bc5 --- /dev/null +++ b/config/vms_icons/aix.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/config/vms_icons/alma.svg b/config/vms_icons/alma.svg new file mode 100644 index 0000000..1c88e52 --- /dev/null +++ b/config/vms_icons/alma.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/config/vms_icons/alpine.svg b/config/vms_icons/alpine.svg new file mode 100644 index 0000000..5134b7e --- /dev/null +++ b/config/vms_icons/alpine.svg @@ -0,0 +1,4 @@ + + + + diff --git a/config/vms_icons/android.svg b/config/vms_icons/android.svg new file mode 100644 index 0000000..c2e2055 --- /dev/null +++ b/config/vms_icons/android.svg @@ -0,0 +1,4 @@ + + + + diff --git a/config/vms_icons/antix.svg b/config/vms_icons/antix.svg new file mode 100644 index 0000000..30b0b6f --- /dev/null +++ b/config/vms_icons/antix.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/config/vms_icons/arch.svg b/config/vms_icons/arch.svg new file mode 100644 index 0000000..f57758c --- /dev/null +++ b/config/vms_icons/arch.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/config/vms_icons/archbang.svg b/config/vms_icons/archbang.svg new file mode 100644 index 0000000..70b9771 --- /dev/null +++ b/config/vms_icons/archbang.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/config/vms_icons/archcraft.svg b/config/vms_icons/archcraft.svg new file mode 100644 index 0000000..1384ef0 --- /dev/null +++ b/config/vms_icons/archcraft.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/config/vms_icons/archlabs.svg b/config/vms_icons/archlabs.svg new file mode 100644 index 0000000..e573e9f --- /dev/null +++ b/config/vms_icons/archlabs.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/config/vms_icons/archlinux.svg b/config/vms_icons/archlinux.svg new file mode 100644 index 0000000..85be6cd --- /dev/null +++ b/config/vms_icons/archlinux.svg @@ -0,0 +1,4 @@ + + + + diff --git a/config/vms_icons/archman.svg b/config/vms_icons/archman.svg new file mode 100644 index 0000000..70c76cc --- /dev/null +++ b/config/vms_icons/archman.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/config/vms_icons/arcolinux.svg b/config/vms_icons/arcolinux.svg new file mode 100644 index 0000000..b700cfa --- /dev/null +++ b/config/vms_icons/arcolinux.svg @@ -0,0 +1,4 @@ + + + + diff --git a/config/vms_icons/artix.svg b/config/vms_icons/artix.svg new file mode 100644 index 0000000..3c50120 --- /dev/null +++ b/config/vms_icons/artix.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/config/vms_icons/aryalinux.svg b/config/vms_icons/aryalinux.svg new file mode 100644 index 0000000..e97238e --- /dev/null +++ b/config/vms_icons/aryalinux.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/config/vms_icons/backbox.svg b/config/vms_icons/backbox.svg new file mode 100644 index 0000000..3a2f339 --- /dev/null +++ b/config/vms_icons/backbox.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/config/vms_icons/batocera.svg b/config/vms_icons/batocera.svg new file mode 100644 index 0000000..45be22a --- /dev/null +++ b/config/vms_icons/batocera.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/config/vms_icons/blackarch.svg b/config/vms_icons/blackarch.svg new file mode 100644 index 0000000..fe9b44f --- /dev/null +++ b/config/vms_icons/blackarch.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/config/vms_icons/bodhi-linux.svg b/config/vms_icons/bodhi-linux.svg new file mode 100644 index 0000000..a8e3d3c --- /dev/null +++ b/config/vms_icons/bodhi-linux.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/config/vms_icons/bunsenlabs.svg b/config/vms_icons/bunsenlabs.svg new file mode 100644 index 0000000..6cd7237 --- /dev/null +++ b/config/vms_icons/bunsenlabs.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/config/vms_icons/cachyos.svg b/config/vms_icons/cachyos.svg new file mode 100644 index 0000000..f9cf1f0 --- /dev/null +++ b/config/vms_icons/cachyos.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/config/vms_icons/centos-stream.svg b/config/vms_icons/centos-stream.svg new file mode 100644 index 0000000..bd057d5 --- /dev/null +++ b/config/vms_icons/centos-stream.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/config/vms_icons/cereus.svg b/config/vms_icons/cereus.svg new file mode 100644 index 0000000..e7624e0 --- /dev/null +++ b/config/vms_icons/cereus.svg @@ -0,0 +1,73 @@ + + + + diff --git a/config/vms_icons/condres.svg b/config/vms_icons/condres.svg new file mode 100644 index 0000000..67ecbcf --- /dev/null +++ b/config/vms_icons/condres.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/config/vms_icons/debian.svg b/config/vms_icons/debian.svg new file mode 100644 index 0000000..ce5bd54 --- /dev/null +++ b/config/vms_icons/debian.svg @@ -0,0 +1,4 @@ + + + + diff --git a/config/vms_icons/deepin.svg b/config/vms_icons/deepin.svg new file mode 100644 index 0000000..6a6c5c9 --- /dev/null +++ b/config/vms_icons/deepin.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/config/vms_icons/devuan.svg b/config/vms_icons/devuan.svg new file mode 100644 index 0000000..5e8655b --- /dev/null +++ b/config/vms_icons/devuan.svg @@ -0,0 +1,4 @@ + + + + diff --git a/config/vms_icons/dietpi.png b/config/vms_icons/dietpi.png new file mode 100644 index 0000000..d9ddd8b Binary files /dev/null and b/config/vms_icons/dietpi.png differ diff --git a/config/vms_icons/dietpi.svg b/config/vms_icons/dietpi.svg new file mode 100644 index 0000000..a0fc2fe --- /dev/null +++ b/config/vms_icons/dietpi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/config/vms_icons/dragonflybsd.svg b/config/vms_icons/dragonflybsd.svg new file mode 100644 index 0000000..299235f --- /dev/null +++ b/config/vms_icons/dragonflybsd.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/config/vms_icons/elementary.svg b/config/vms_icons/elementary.svg new file mode 100644 index 0000000..f4862c9 --- /dev/null +++ b/config/vms_icons/elementary.svg @@ -0,0 +1,4 @@ + + + + diff --git a/config/vms_icons/endeavoros.svg b/config/vms_icons/endeavoros.svg new file mode 100644 index 0000000..7e5e014 --- /dev/null +++ b/config/vms_icons/endeavoros.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/config/vms_icons/endeavouros.svg b/config/vms_icons/endeavouros.svg new file mode 100644 index 0000000..f794f5b --- /dev/null +++ b/config/vms_icons/endeavouros.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/config/vms_icons/fedora.svg b/config/vms_icons/fedora.svg new file mode 100644 index 0000000..c8ed822 --- /dev/null +++ b/config/vms_icons/fedora.svg @@ -0,0 +1,4 @@ + + + + diff --git a/config/vms_icons/freebsd.svg b/config/vms_icons/freebsd.svg new file mode 100644 index 0000000..0fc136e --- /dev/null +++ b/config/vms_icons/freebsd.svg @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/config/vms_icons/freedos.svg b/config/vms_icons/freedos.svg new file mode 100644 index 0000000..3e402b6 --- /dev/null +++ b/config/vms_icons/freedos.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/config/vms_icons/gabeeos.svg b/config/vms_icons/gabeeos.svg new file mode 100644 index 0000000..37273c1 Binary files /dev/null and b/config/vms_icons/gabeeos.svg differ diff --git a/config/vms_icons/garuda.svg b/config/vms_icons/garuda.svg new file mode 100644 index 0000000..c53d87d --- /dev/null +++ b/config/vms_icons/garuda.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/config/vms_icons/gentoo.svg b/config/vms_icons/gentoo.svg new file mode 100644 index 0000000..c03d7d2 --- /dev/null +++ b/config/vms_icons/gentoo.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/config/vms_icons/ghostbsd.svg b/config/vms_icons/ghostbsd.svg new file mode 100644 index 0000000..a652bf9 --- /dev/null +++ b/config/vms_icons/ghostbsd.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/config/vms_icons/haiku.png b/config/vms_icons/haiku.png new file mode 100644 index 0000000..177b12b Binary files /dev/null and b/config/vms_icons/haiku.png differ diff --git a/config/vms_icons/hyperbola.svg b/config/vms_icons/hyperbola.svg new file mode 100644 index 0000000..1d9650b --- /dev/null +++ b/config/vms_icons/hyperbola.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/config/vms_icons/kali.svg b/config/vms_icons/kali.svg new file mode 100644 index 0000000..4d838f0 --- /dev/null +++ b/config/vms_icons/kali.svg @@ -0,0 +1,4 @@ + + + + diff --git a/config/vms_icons/kaos.svg b/config/vms_icons/kaos.svg new file mode 100644 index 0000000..91592ef --- /dev/null +++ b/config/vms_icons/kaos.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/config/vms_icons/kdeneon.svg b/config/vms_icons/kdeneon.svg new file mode 100644 index 0000000..cd8eaa8 --- /dev/null +++ b/config/vms_icons/kdeneon.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/config/vms_icons/knoppix.svg b/config/vms_icons/knoppix.svg new file mode 100644 index 0000000..d170b47 --- /dev/null +++ b/config/vms_icons/knoppix.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/config/vms_icons/kolibrios.svg b/config/vms_icons/kolibrios.svg new file mode 100644 index 0000000..7128797 Binary files /dev/null and b/config/vms_icons/kolibrios.svg differ diff --git a/config/vms_icons/korora.svg b/config/vms_icons/korora.svg new file mode 100644 index 0000000..dd93a04 --- /dev/null +++ b/config/vms_icons/korora.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/config/vms_icons/kubuntu.svg b/config/vms_icons/kubuntu.svg new file mode 100644 index 0000000..2532b89 --- /dev/null +++ b/config/vms_icons/kubuntu.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/config/vms_icons/linux-lite.svg b/config/vms_icons/linux-lite.svg new file mode 100644 index 0000000..ab1d439 --- /dev/null +++ b/config/vms_icons/linux-lite.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/config/vms_icons/linuxmint-cinnamon.svg b/config/vms_icons/linuxmint-cinnamon.svg new file mode 100644 index 0000000..c746b33 --- /dev/null +++ b/config/vms_icons/linuxmint-cinnamon.svg @@ -0,0 +1,4 @@ + + + + diff --git a/config/vms_icons/linuxmint.svg b/config/vms_icons/linuxmint.svg new file mode 100644 index 0000000..84030dd --- /dev/null +++ b/config/vms_icons/linuxmint.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/config/vms_icons/lmde.svg b/config/vms_icons/lmde.svg new file mode 100644 index 0000000..09d9df9 --- /dev/null +++ b/config/vms_icons/lmde.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/config/vms_icons/lubuntu.svg b/config/vms_icons/lubuntu.svg new file mode 100644 index 0000000..5ecbc1e --- /dev/null +++ b/config/vms_icons/lubuntu.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/config/vms_icons/lxle.svg b/config/vms_icons/lxle.svg new file mode 100644 index 0000000..eecf54e --- /dev/null +++ b/config/vms_icons/lxle.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/config/vms_icons/mac.svg b/config/vms_icons/mac.svg new file mode 100644 index 0000000..9f67ab1 --- /dev/null +++ b/config/vms_icons/mac.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/config/vms_icons/macos.svg b/config/vms_icons/macos.svg new file mode 100644 index 0000000..1d8f6eb --- /dev/null +++ b/config/vms_icons/macos.svg @@ -0,0 +1,4 @@ + + + + diff --git a/config/vms_icons/madlinux.svg b/config/vms_icons/madlinux.svg new file mode 100644 index 0000000..6c3d0c6 --- /dev/null +++ b/config/vms_icons/madlinux.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/config/vms_icons/mageia.png b/config/vms_icons/mageia.png new file mode 100644 index 0000000..fa8a732 Binary files /dev/null and b/config/vms_icons/mageia.png differ diff --git a/config/vms_icons/manjaro.svg b/config/vms_icons/manjaro.svg new file mode 100644 index 0000000..9907d13 --- /dev/null +++ b/config/vms_icons/manjaro.svg @@ -0,0 +1,4 @@ + + + + diff --git a/config/vms_icons/midnightbsd.svg b/config/vms_icons/midnightbsd.svg new file mode 100644 index 0000000..7b8614b --- /dev/null +++ b/config/vms_icons/midnightbsd.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/config/vms_icons/ms-dos.svg b/config/vms_icons/ms-dos.svg new file mode 100644 index 0000000..94aea51 --- /dev/null +++ b/config/vms_icons/ms-dos.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/config/vms_icons/mx.svg b/config/vms_icons/mx.svg new file mode 100644 index 0000000..34f44ea --- /dev/null +++ b/config/vms_icons/mx.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/config/vms_icons/mxlinux.svg b/config/vms_icons/mxlinux.svg new file mode 100644 index 0000000..5d478e0 --- /dev/null +++ b/config/vms_icons/mxlinux.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/config/vms_icons/netboot.svg b/config/vms_icons/netboot.svg new file mode 100644 index 0000000..973f0c2 --- /dev/null +++ b/config/vms_icons/netboot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/config/vms_icons/netbsd.svg b/config/vms_icons/netbsd.svg new file mode 100644 index 0000000..0a7e9b0 --- /dev/null +++ b/config/vms_icons/netbsd.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/config/vms_icons/netrunner.svg b/config/vms_icons/netrunner.svg new file mode 100644 index 0000000..8a0f939 --- /dev/null +++ b/config/vms_icons/netrunner.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/config/vms_icons/nixos.svg b/config/vms_icons/nixos.svg new file mode 100644 index 0000000..c1ecdd9 --- /dev/null +++ b/config/vms_icons/nixos.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/config/vms_icons/openbsd.svg b/config/vms_icons/openbsd.svg new file mode 100644 index 0000000..fcf1c2a --- /dev/null +++ b/config/vms_icons/openbsd.svg @@ -0,0 +1,742 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/config/vms_icons/openmandriva.svg b/config/vms_icons/openmandriva.svg new file mode 100644 index 0000000..f1fe1fa --- /dev/null +++ b/config/vms_icons/openmandriva.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/config/vms_icons/opensuse.svg b/config/vms_icons/opensuse.svg new file mode 100644 index 0000000..3308dc8 --- /dev/null +++ b/config/vms_icons/opensuse.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/config/vms_icons/oraclelinux.svg b/config/vms_icons/oraclelinux.svg new file mode 100644 index 0000000..4ae1ce1 --- /dev/null +++ b/config/vms_icons/oraclelinux.svg @@ -0,0 +1,30 @@ + + diff --git a/config/vms_icons/parrot.svg b/config/vms_icons/parrot.svg new file mode 100644 index 0000000..2ccd706 --- /dev/null +++ b/config/vms_icons/parrot.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/config/vms_icons/pclinuxos.svg b/config/vms_icons/pclinuxos.svg new file mode 100644 index 0000000..fdc6935 --- /dev/null +++ b/config/vms_icons/pclinuxos.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/config/vms_icons/pisilinux.svg b/config/vms_icons/pisilinux.svg new file mode 100644 index 0000000..ac4cc11 --- /dev/null +++ b/config/vms_icons/pisilinux.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/config/vms_icons/pop-os.svg b/config/vms_icons/pop-os.svg new file mode 100644 index 0000000..41e2963 --- /dev/null +++ b/config/vms_icons/pop-os.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/config/vms_icons/popos.svg b/config/vms_icons/popos.svg new file mode 100644 index 0000000..9d8532c --- /dev/null +++ b/config/vms_icons/popos.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/config/vms_icons/puppy-linux.svg b/config/vms_icons/puppy-linux.svg new file mode 100644 index 0000000..6e3815f --- /dev/null +++ b/config/vms_icons/puppy-linux.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/config/vms_icons/pureos.svg b/config/vms_icons/pureos.svg new file mode 100644 index 0000000..f2601e1 --- /dev/null +++ b/config/vms_icons/pureos.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/config/vms_icons/raspbian.svg b/config/vms_icons/raspbian.svg new file mode 100644 index 0000000..f925a3a --- /dev/null +++ b/config/vms_icons/raspbian.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/config/vms_icons/reactos.svg b/config/vms_icons/reactos.svg new file mode 100644 index 0000000..15333aa --- /dev/null +++ b/config/vms_icons/reactos.svg @@ -0,0 +1,273 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/config/vms_icons/rebornos.svg b/config/vms_icons/rebornos.svg new file mode 100644 index 0000000..1b2a528 --- /dev/null +++ b/config/vms_icons/rebornos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/config/vms_icons/regolith.svg b/config/vms_icons/regolith.svg new file mode 100644 index 0000000..7db899a --- /dev/null +++ b/config/vms_icons/regolith.svg @@ -0,0 +1,4 @@ + + + + diff --git a/config/vms_icons/rhel.svg b/config/vms_icons/rhel.svg new file mode 100644 index 0000000..e1e8cf2 --- /dev/null +++ b/config/vms_icons/rhel.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/config/vms_icons/rockylinux.svg b/config/vms_icons/rockylinux.svg new file mode 100644 index 0000000..c5376f6 --- /dev/null +++ b/config/vms_icons/rockylinux.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/config/vms_icons/rosa.svg b/config/vms_icons/rosa.svg new file mode 100644 index 0000000..1af3d2d --- /dev/null +++ b/config/vms_icons/rosa.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/config/vms_icons/salentos.svg b/config/vms_icons/salentos.svg new file mode 100644 index 0000000..25722ef --- /dev/null +++ b/config/vms_icons/salentos.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/config/vms_icons/slackware.svg b/config/vms_icons/slackware.svg new file mode 100644 index 0000000..4a35f4b --- /dev/null +++ b/config/vms_icons/slackware.svg @@ -0,0 +1,851 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + S + S + S + S + + + + + + + + + diff --git a/config/vms_icons/slitaz.png b/config/vms_icons/slitaz.png new file mode 100644 index 0000000..1ca0b4d Binary files /dev/null and b/config/vms_icons/slitaz.png differ diff --git a/config/vms_icons/smartos.svg b/config/vms_icons/smartos.svg new file mode 100644 index 0000000..f5398b2 --- /dev/null +++ b/config/vms_icons/smartos.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/config/vms_icons/solus.svg b/config/vms_icons/solus.svg new file mode 100644 index 0000000..d69429f --- /dev/null +++ b/config/vms_icons/solus.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/config/vms_icons/steamos.svg b/config/vms_icons/steamos.svg new file mode 100644 index 0000000..b0620f7 --- /dev/null +++ b/config/vms_icons/steamos.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/config/vms_icons/tails.svg b/config/vms_icons/tails.svg new file mode 100644 index 0000000..7651d3e --- /dev/null +++ b/config/vms_icons/tails.svg @@ -0,0 +1,288 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/config/vms_icons/truenas-core.svg b/config/vms_icons/truenas-core.svg new file mode 100644 index 0000000..aec295b --- /dev/null +++ b/config/vms_icons/truenas-core.svg @@ -0,0 +1,666 @@ + + + diff --git a/config/vms_icons/truenas-scale.svg b/config/vms_icons/truenas-scale.svg new file mode 100644 index 0000000..9de4bef --- /dev/null +++ b/config/vms_icons/truenas-scale.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/config/vms_icons/trueos.svg b/config/vms_icons/trueos.svg new file mode 100644 index 0000000..2bbfd5b --- /dev/null +++ b/config/vms_icons/trueos.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/config/vms_icons/tux.svg b/config/vms_icons/tux.svg new file mode 100755 index 0000000..2d7f8d1 --- /dev/null +++ b/config/vms_icons/tux.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/config/vms_icons/tux10.svg b/config/vms_icons/tux10.svg new file mode 100644 index 0000000..58c0f0d --- /dev/null +++ b/config/vms_icons/tux10.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/config/vms_icons/tux11.svg b/config/vms_icons/tux11.svg new file mode 100644 index 0000000..05e4d22 --- /dev/null +++ b/config/vms_icons/tux11.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/config/vms_icons/tux9.svg b/config/vms_icons/tux9.svg new file mode 100755 index 0000000..2d7f8d1 --- /dev/null +++ b/config/vms_icons/tux9.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/config/vms_icons/ubuntu-budgie.svg b/config/vms_icons/ubuntu-budgie.svg new file mode 100644 index 0000000..ed41fea --- /dev/null +++ b/config/vms_icons/ubuntu-budgie.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/config/vms_icons/ubuntu-kylin.svg b/config/vms_icons/ubuntu-kylin.svg new file mode 100644 index 0000000..bade3fb --- /dev/null +++ b/config/vms_icons/ubuntu-kylin.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/config/vms_icons/ubuntu-mate.svg b/config/vms_icons/ubuntu-mate.svg new file mode 100644 index 0000000..5f4a4c1 --- /dev/null +++ b/config/vms_icons/ubuntu-mate.svg @@ -0,0 +1,4 @@ + + + + diff --git a/config/vms_icons/ubuntu-studio.svg b/config/vms_icons/ubuntu-studio.svg new file mode 100644 index 0000000..63189d4 --- /dev/null +++ b/config/vms_icons/ubuntu-studio.svg @@ -0,0 +1,4 @@ + + + + diff --git a/config/vms_icons/ubuntu-unity.png b/config/vms_icons/ubuntu-unity.png new file mode 100644 index 0000000..c145b6f Binary files /dev/null and b/config/vms_icons/ubuntu-unity.png differ diff --git a/config/vms_icons/ubuntu.svg b/config/vms_icons/ubuntu.svg new file mode 100644 index 0000000..9161c0c --- /dev/null +++ b/config/vms_icons/ubuntu.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/config/vms_icons/ubuntukylin.svg b/config/vms_icons/ubuntukylin.svg new file mode 100644 index 0000000..bade3fb --- /dev/null +++ b/config/vms_icons/ubuntukylin.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/config/vms_icons/ubuntustudio.svg b/config/vms_icons/ubuntustudio.svg new file mode 100644 index 0000000..63189d4 --- /dev/null +++ b/config/vms_icons/ubuntustudio.svg @@ -0,0 +1,4 @@ + + + + diff --git a/config/vms_icons/ultimate-edition.svg b/config/vms_icons/ultimate-edition.svg new file mode 100644 index 0000000..550710c --- /dev/null +++ b/config/vms_icons/ultimate-edition.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/config/vms_icons/void.svg b/config/vms_icons/void.svg new file mode 100644 index 0000000..3698567 --- /dev/null +++ b/config/vms_icons/void.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/config/vms_icons/voidpup.png b/config/vms_icons/voidpup.png new file mode 100644 index 0000000..2df01a4 Binary files /dev/null and b/config/vms_icons/voidpup.png differ diff --git a/config/vms_icons/voyager.svg b/config/vms_icons/voyager.svg new file mode 100644 index 0000000..60a5ec7 --- /dev/null +++ b/config/vms_icons/voyager.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/config/vms_icons/vxlinux.png b/config/vms_icons/vxlinux.png new file mode 100644 index 0000000..e1b0444 Binary files /dev/null and b/config/vms_icons/vxlinux.png differ diff --git a/config/vms_icons/vxlinux.svg b/config/vms_icons/vxlinux.svg new file mode 100644 index 0000000..d1ceadf --- /dev/null +++ b/config/vms_icons/vxlinux.svg @@ -0,0 +1,790 @@ + + + + + + + + + + diff --git a/config/vms_icons/windows.svg b/config/vms_icons/windows.svg new file mode 100644 index 0000000..f37abf4 --- /dev/null +++ b/config/vms_icons/windows.svg @@ -0,0 +1,4 @@ + + + + diff --git a/config/vms_icons/xerolinux.png b/config/vms_icons/xerolinux.png new file mode 100644 index 0000000..35deb32 Binary files /dev/null and b/config/vms_icons/xerolinux.png differ diff --git a/config/vms_icons/xubuntu.svg b/config/vms_icons/xubuntu.svg new file mode 100644 index 0000000..8f4864a --- /dev/null +++ b/config/vms_icons/xubuntu.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/config/vms_icons/zorin.svg b/config/vms_icons/zorin.svg new file mode 100644 index 0000000..683824f --- /dev/null +++ b/config/vms_icons/zorin.svg @@ -0,0 +1,4 @@ + + + + diff --git a/config/vms_ready/agarimos-20230305.desktop b/config/vms_ready/agarimos-20230305.desktop new file mode 100644 index 0000000..6b4cc0b --- /dev/null +++ b/config/vms_ready/agarimos-20230305.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +Name=agarimos-20230305 +Exec=quickemu -vm "agarimos-20230305.conf" +Icon=/home/zen/.config/quickemu/vms_icons/agarimos.png +Categories=System;Virtualization; diff --git a/config/vms_ready/agarimos.desktop b/config/vms_ready/agarimos.desktop new file mode 100644 index 0000000..2609add --- /dev/null +++ b/config/vms_ready/agarimos.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +Name=agarimos +Exec=quickemu -vm "agarimos.conf" +Icon=/home/zen/.config/quickemu/vms_icons/agarimos.png +Categories=System;Virtualization; diff --git a/config/vms_ready/alpine-3.15.desktop b/config/vms_ready/alpine-3.15.desktop new file mode 100644 index 0000000..8494f88 --- /dev/null +++ b/config/vms_ready/alpine-3.15.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +Name=alpine-3.15 +Exec=quickemu -vm "alpine-3.15.conf" +Icon=/home/zen/.config/quickemu/vms_icons/alpine.svg +Categories=System;Virtualization; diff --git a/config/vms_ready/alpine-latest.desktop b/config/vms_ready/alpine-latest.desktop new file mode 100644 index 0000000..cbc01d1 --- /dev/null +++ b/config/vms_ready/alpine-latest.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +Name=alpine-latest +Exec=quickemu -vm "alpine-latest.conf" +Icon=/home/zen/.config/quickemu/vms_icons/alpine.svg +Categories=System;Virtualization; diff --git a/config/vms_ready/archcraft-latest.desktop b/config/vms_ready/archcraft-latest.desktop new file mode 100644 index 0000000..d9a026c --- /dev/null +++ b/config/vms_ready/archcraft-latest.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +Name=archcraft-latest +Exec=quickemu -vm "archcraft-latest.conf" +Icon=/home/zen/.config/quickemu/vms_icons/archcraft.svg +Categories=System;Virtualization; diff --git a/config/vms_ready/cereus.desktop b/config/vms_ready/cereus.desktop new file mode 100644 index 0000000..6ad95ef --- /dev/null +++ b/config/vms_ready/cereus.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +Name=cereus +Exec=quickemu -vm "cereus.conf" +Icon=/home/zen/.config/quickemu/vms_icons/cereus.svg +Categories=System;Virtualization; diff --git a/config/vms_ready/fvoid.desktop b/config/vms_ready/fvoid.desktop new file mode 100644 index 0000000..b25baad --- /dev/null +++ b/config/vms_ready/fvoid.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +Name=fvoid +Exec=quickemu -vm "fvoid.conf" +Icon=/home/zen/.config/quickemu/vms_icons/tux.svg +Categories=System;Virtualization; diff --git a/config/vms_ready/gabeeos.desktop b/config/vms_ready/gabeeos.desktop new file mode 100644 index 0000000..7896b00 --- /dev/null +++ b/config/vms_ready/gabeeos.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +Name=gabeeos +Exec=quickemu -vm "gabeeos.conf" +Icon=/home/zen/.config/quickemu/vms_icons/gabeeos.svg +Categories=System;Virtualization; diff --git a/config/vms_ready/haiku-r1beta4-x86_64.desktop b/config/vms_ready/haiku-r1beta4-x86_64.desktop new file mode 100644 index 0000000..b5b4725 --- /dev/null +++ b/config/vms_ready/haiku-r1beta4-x86_64.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +Name=haiku-r1beta4-x86_64 +Exec=quickemu -vm "haiku-r1beta4-x86_64.conf" +Icon=/home/zen/.config/quickemu/vms_icons/haiku.png +Categories=System;Virtualization; diff --git a/config/vms_ready/slitaz-core-5in1.desktop b/config/vms_ready/slitaz-core-5in1.desktop new file mode 100644 index 0000000..45aa000 --- /dev/null +++ b/config/vms_ready/slitaz-core-5in1.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +Name=slitaz-core-5in1 +Exec=quickemu -vm "slitaz-core-5in1.conf" +Icon=/home/zen/.config/quickemu/vms_icons/slitaz.png +Categories=System;Virtualization; diff --git a/config/vms_ready/slitaz-core.desktop b/config/vms_ready/slitaz-core.desktop new file mode 100644 index 0000000..4eb4656 --- /dev/null +++ b/config/vms_ready/slitaz-core.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +Name=slitaz-core +Exec=quickemu -vm "slitaz-core.conf" +Icon=/home/zen/.config/quickemu/vms_icons/slitaz.png +Categories=System;Virtualization; diff --git a/config/vms_ready/slitaz-preferred.desktop b/config/vms_ready/slitaz-preferred.desktop new file mode 100644 index 0000000..1b3f22b --- /dev/null +++ b/config/vms_ready/slitaz-preferred.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +Name=slitaz-preferred +Exec=quickemu -vm "slitaz-preferred.conf" +Icon=/home/zen/.config/quickemu/vms_icons/slitaz.png +Categories=System;Virtualization; diff --git a/config/vms_ready/ubuntu-unity-daily-live.desktop b/config/vms_ready/ubuntu-unity-daily-live.desktop new file mode 100644 index 0000000..c397c67 --- /dev/null +++ b/config/vms_ready/ubuntu-unity-daily-live.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +Name=ubuntu-unity-daily-live +Exec=quickemu -vm "ubuntu-unity-daily-live.conf" +Icon=/home/zen/.config/quickemu/vms_icons/ubuntu-unity.png +Categories=System;Virtualization; diff --git a/config/vms_ready/ubuntustudio-dvd.desktop b/config/vms_ready/ubuntustudio-dvd.desktop new file mode 100644 index 0000000..5c004b7 --- /dev/null +++ b/config/vms_ready/ubuntustudio-dvd.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +Name=ubuntustudio-dvd +Exec=quickemu -vm "ubuntustudio-dvd.conf" +Icon=/home/zen/.config/quickemu/vms_icons/ubuntustudio.svg +Categories=System;Virtualization; diff --git a/config/vms_ready/void-current-glibc.desktop b/config/vms_ready/void-current-glibc.desktop new file mode 100644 index 0000000..ac55af7 --- /dev/null +++ b/config/vms_ready/void-current-glibc.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +Name=void-current-glibc +Exec=quickemu -vm "void-current-glibc.conf" +Icon=/home/zen/.config/quickemu/vms_icons/void.svg +Categories=System;Virtualization; diff --git a/config/vms_ready/void-current-xfce-glibc.desktop b/config/vms_ready/void-current-xfce-glibc.desktop new file mode 100644 index 0000000..4987760 --- /dev/null +++ b/config/vms_ready/void-current-xfce-glibc.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +Name=void-current-xfce-glibc +Exec=quickemu -vm "void-current-xfce-glibc.conf" +Icon=/home/zen/.config/quickemu/vms_icons/void.svg +Categories=System;Virtualization; diff --git a/config/vms_ready/voidpup.desktop b/config/vms_ready/voidpup.desktop new file mode 100644 index 0000000..9f6ab80 --- /dev/null +++ b/config/vms_ready/voidpup.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +Name=voidpup +Exec=quickemu -vm "voidpup.conf" +Icon=/home/zen/.config/quickemu/vms_icons/voidpup.png +Categories=System;Virtualization; diff --git a/config/vms_ready/vxlinux-6.1.desktop b/config/vms_ready/vxlinux-6.1.desktop new file mode 100644 index 0000000..7fbed43 --- /dev/null +++ b/config/vms_ready/vxlinux-6.1.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +Name=vxlinux-6.1 +Exec=quickemu -vm "vxlinux-6.1.conf" +Icon=/home/zen/.config/quickemu/vms_icons/vxlinux.svg +Categories=System;Virtualization; diff --git a/config/vms_ready/xerolinux-kde.desktop b/config/vms_ready/xerolinux-kde.desktop new file mode 100644 index 0000000..e803ee8 --- /dev/null +++ b/config/vms_ready/xerolinux-kde.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +Name=xerolinux-kde +Exec=quickemu -vm "xerolinux-kde.conf" +Icon=/home/zen/.config/quickemu/vms_icons/xerolinux.png +Categories=System;Virtualization; diff --git a/config/vms_supported/agarimos.desktop b/config/vms_supported/agarimos.desktop new file mode 100644 index 0000000..c0bfbb5 --- /dev/null +++ b/config/vms_supported/agarimos.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=agarimos +releases=20230305 20230303 20230225 20230216 +replace='"!"' +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; diff --git a/config/vms_supported/alma.desktop b/config/vms_supported/alma.desktop new file mode 100644 index 0000000..b939247 --- /dev/null +++ b/config/vms_supported/alma.desktop @@ -0,0 +1,9 @@ +[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/.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; diff --git a/config/vms_supported/alpine.desktop b/config/vms_supported/alpine.desktop new file mode 100644 index 0000000..c6ffc4d --- /dev/null +++ b/config/vms_supported/alpine.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=alpine +releases=3.12 3.13 3.14 3.15 latest +replace='"!"' +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; diff --git a/config/vms_supported/android.desktop b/config/vms_supported/android.desktop new file mode 100644 index 0000000..5a3e873 --- /dev/null +++ b/config/vms_supported/android.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +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 --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; diff --git a/config/vms_supported/archcraft.desktop b/config/vms_supported/archcraft.desktop new file mode 100644 index 0000000..5257721 --- /dev/null +++ b/config/vms_supported/archcraft.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=archcraft +releases=latest +replace='"!"' +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; diff --git a/config/vms_supported/archlinux.desktop b/config/vms_supported/archlinux.desktop new file mode 100644 index 0000000..50c2c70 --- /dev/null +++ b/config/vms_supported/archlinux.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=archlinux +releases=latest +replace='"!"' +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; diff --git a/config/vms_supported/arcolinux.desktop b/config/vms_supported/arcolinux.desktop new file mode 100644 index 0000000..226ddee --- /dev/null +++ b/config/vms_supported/arcolinux.desktop @@ -0,0 +1,9 @@ +[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/.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; diff --git a/config/vms_supported/batocera.desktop b/config/vms_supported/batocera.desktop new file mode 100644 index 0000000..2d7a256 --- /dev/null +++ b/config/vms_supported/batocera.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=batocera +releases=32 33 34 +replace='"!"' +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; diff --git a/config/vms_supported/cachyos.desktop b/config/vms_supported/cachyos.desktop new file mode 100644 index 0000000..d734756 --- /dev/null +++ b/config/vms_supported/cachyos.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=Application +Name=cachyos +releases=230305 +editions=kde gnome +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; diff --git a/config/vms_supported/centos-stream.desktop b/config/vms_supported/centos-stream.desktop new file mode 100644 index 0000000..e145c00 --- /dev/null +++ b/config/vms_supported/centos-stream.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=Application +Name=centos-stream +releases=8 9 +editions=dvd1 boot +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; diff --git a/config/vms_supported/cereus.desktop b/config/vms_supported/cereus.desktop new file mode 100644 index 0000000..7f0e62e --- /dev/null +++ b/config/vms_supported/cereus.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=Application +Name=cereus +releases=latest +editions=base lxqt xfce +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; diff --git a/config/vms_supported/debian.desktop b/config/vms_supported/debian.desktop new file mode 100644 index 0000000..c105dc6 --- /dev/null +++ b/config/vms_supported/debian.desktop @@ -0,0 +1,9 @@ +[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/.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; diff --git a/config/vms_supported/deepin.desktop b/config/vms_supported/deepin.desktop new file mode 100644 index 0000000..9b23ce4 --- /dev/null +++ b/config/vms_supported/deepin.desktop @@ -0,0 +1,8 @@ +[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/.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; diff --git a/config/vms_supported/devuan.desktop b/config/vms_supported/devuan.desktop new file mode 100644 index 0000000..2840eb8 --- /dev/null +++ b/config/vms_supported/devuan.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=devuan +releases=beowulf chimaera +replace='"!"' +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; diff --git a/config/vms_supported/dietpi.desktop b/config/vms_supported/dietpi.desktop new file mode 100644 index 0000000..9f17974 --- /dev/null +++ b/config/vms_supported/dietpi.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +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 --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; diff --git a/config/vms_supported/dragonflybsd.desktop b/config/vms_supported/dragonflybsd.desktop new file mode 100644 index 0000000..da3b1e4 --- /dev/null +++ b/config/vms_supported/dragonflybsd.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=dragonflybsd +releases=6.4.0 +replace='"!"' +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; diff --git a/config/vms_supported/elementary.desktop b/config/vms_supported/elementary.desktop new file mode 100644 index 0000000..0d70cf9 --- /dev/null +++ b/config/vms_supported/elementary.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=elementary +releases=7.0 +replace='"!"' +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; diff --git a/config/vms_supported/endeavouros.desktop b/config/vms_supported/endeavouros.desktop new file mode 100644 index 0000000..9855b62 --- /dev/null +++ b/config/vms_supported/endeavouros.desktop @@ -0,0 +1,8 @@ +[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/.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; diff --git a/config/vms_supported/fedora.desktop b/config/vms_supported/fedora.desktop new file mode 100644 index 0000000..92ce69d --- /dev/null +++ b/config/vms_supported/fedora.desktop @@ -0,0 +1,9 @@ +[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/.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; diff --git a/config/vms_supported/freebsd.desktop b/config/vms_supported/freebsd.desktop new file mode 100644 index 0000000..bf1a964 --- /dev/null +++ b/config/vms_supported/freebsd.desktop @@ -0,0 +1,9 @@ +[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/.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; diff --git a/config/vms_supported/freedos.desktop b/config/vms_supported/freedos.desktop new file mode 100644 index 0000000..c6d7540 --- /dev/null +++ b/config/vms_supported/freedos.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=freedos +releases=1.2 1.3 +replace='"!"' +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; diff --git a/config/vms_supported/fvoid.desktop b/config/vms_supported/fvoid.desktop new file mode 100644 index 0000000..926769e --- /dev/null +++ b/config/vms_supported/fvoid.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=fvoid +releases=latest +replace='"!"' +Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "latest" | xargs -I{} sakura -e "quickget fvoid {}"' +Icon=/home/zen/.config/quickemu/vms_icons/tux.svg +Categories=System;Virtualization; diff --git a/config/vms_supported/gabeeos.desktop b/config/vms_supported/gabeeos.desktop new file mode 100644 index 0000000..931abd3 --- /dev/null +++ b/config/vms_supported/gabeeos.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=gabeeos +releases=latest +replace='"!"' +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; diff --git a/config/vms_supported/garuda.desktop b/config/vms_supported/garuda.desktop new file mode 100644 index 0000000..7dd9265 --- /dev/null +++ b/config/vms_supported/garuda.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=garuda +releases=latest +replace='"!"' +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; diff --git a/config/vms_supported/gentoo.desktop b/config/vms_supported/gentoo.desktop new file mode 100644 index 0000000..68ef282 --- /dev/null +++ b/config/vms_supported/gentoo.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=gentoo +releases=latest +replace='"!"' +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; diff --git a/config/vms_supported/ghostbsd.desktop b/config/vms_supported/ghostbsd.desktop new file mode 100644 index 0000000..37ad554 --- /dev/null +++ b/config/vms_supported/ghostbsd.desktop @@ -0,0 +1,9 @@ +[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/.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; diff --git a/config/vms_supported/haiku.desktop b/config/vms_supported/haiku.desktop new file mode 100644 index 0000000..093dc7b --- /dev/null +++ b/config/vms_supported/haiku.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=Application +Name=haiku +releases=r1beta3 r1beta4 +editions=x86_64 x86_gcc2h +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; diff --git a/config/vms_supported/kali.desktop b/config/vms_supported/kali.desktop new file mode 100644 index 0000000..eae4770 --- /dev/null +++ b/config/vms_supported/kali.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=kali +releases=current kali-weekly +replace='"!"' +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; diff --git a/config/vms_supported/kdeneon.desktop b/config/vms_supported/kdeneon.desktop new file mode 100644 index 0000000..584d030 --- /dev/null +++ b/config/vms_supported/kdeneon.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=kdeneon +releases=user testing unstable developer +replace='"!"' +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; diff --git a/config/vms_supported/kolibrios.desktop b/config/vms_supported/kolibrios.desktop new file mode 100644 index 0000000..4aace25 --- /dev/null +++ b/config/vms_supported/kolibrios.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=kolibrios +releases=latest +replace='"!"' +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; diff --git a/config/vms_supported/kubuntu.desktop b/config/vms_supported/kubuntu.desktop new file mode 100644 index 0000000..f1adc41 --- /dev/null +++ b/config/vms_supported/kubuntu.desktop @@ -0,0 +1,8 @@ +[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/.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; diff --git a/config/vms_supported/linuxmint.desktop b/config/vms_supported/linuxmint.desktop new file mode 100644 index 0000000..059681b --- /dev/null +++ b/config/vms_supported/linuxmint.desktop @@ -0,0 +1,9 @@ +[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/.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; diff --git a/config/vms_supported/lmde.desktop b/config/vms_supported/lmde.desktop new file mode 100644 index 0000000..4d4accd --- /dev/null +++ b/config/vms_supported/lmde.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=Application +Name=lmde +releases=5 +editions=cinnamon +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; diff --git a/config/vms_supported/lubuntu.desktop b/config/vms_supported/lubuntu.desktop new file mode 100644 index 0000000..f5b224e --- /dev/null +++ b/config/vms_supported/lubuntu.desktop @@ -0,0 +1,8 @@ +[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/.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; diff --git a/config/vms_supported/macos.desktop b/config/vms_supported/macos.desktop new file mode 100644 index 0000000..86a2a46 --- /dev/null +++ b/config/vms_supported/macos.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=macos +releases=high-sierra mojave catalina big-sur monterey ventura +replace='"!"' +Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "high-sierra"!"mojave"!"catalina"!"big-sur"!"monterey"!"ventura" | xargs -I{} sakura -e "quickget macos {}"' +Icon=/home/zen/.config/quickemu/vms_icons/macos.svg +Categories=System;Virtualization; diff --git a/config/vms_supported/mageia.desktop b/config/vms_supported/mageia.desktop new file mode 100644 index 0000000..20d6bf5 --- /dev/null +++ b/config/vms_supported/mageia.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=Application +Name=mageia +releases=8 +editions=Plasma GNOME Xfce +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; diff --git a/config/vms_supported/manjaro.desktop b/config/vms_supported/manjaro.desktop new file mode 100644 index 0000000..341280f --- /dev/null +++ b/config/vms_supported/manjaro.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=manjaro +releases=xfce gnome kde budgie cinnamon i3 mate +replace='"!"' +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; diff --git a/config/vms_supported/mxlinux.desktop b/config/vms_supported/mxlinux.desktop new file mode 100644 index 0000000..8b9c701 --- /dev/null +++ b/config/vms_supported/mxlinux.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=Application +Name=mxlinux +releases=21.3 +editions=Xfce KDE Fluxbox +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; diff --git a/config/vms_supported/netboot.desktop b/config/vms_supported/netboot.desktop new file mode 100644 index 0000000..47f1cd3 --- /dev/null +++ b/config/vms_supported/netboot.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=netboot +releases=latest +replace='"!"' +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; diff --git a/config/vms_supported/netbsd.desktop b/config/vms_supported/netbsd.desktop new file mode 100644 index 0000000..74c23da --- /dev/null +++ b/config/vms_supported/netbsd.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=netbsd +releases=9.0 9.1 9.2 +replace='"!"' +Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "9.0"!"9.1"!"9.2" | xargs -I{} sakura -e "quickget netbsd {}"' +Icon=/home/zen/.config/quickemu/vms_icons/netbsd.svg +Categories=System;Virtualization; diff --git a/config/vms_supported/nixos.desktop b/config/vms_supported/nixos.desktop new file mode 100644 index 0000000..a61f4fe --- /dev/null +++ b/config/vms_supported/nixos.desktop @@ -0,0 +1,9 @@ +[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/.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; diff --git a/config/vms_supported/openbsd.desktop b/config/vms_supported/openbsd.desktop new file mode 100644 index 0000000..964e5fe --- /dev/null +++ b/config/vms_supported/openbsd.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=openbsd +releases=6.8 6.9 7.0 7.1 7.2 +replace='"!"' +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; diff --git a/config/vms_supported/opensuse.desktop b/config/vms_supported/opensuse.desktop new file mode 100644 index 0000000..b007a2c --- /dev/null +++ b/config/vms_supported/opensuse.desktop @@ -0,0 +1,8 @@ +[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/.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; diff --git a/config/vms_supported/oraclelinux.desktop b/config/vms_supported/oraclelinux.desktop new file mode 100644 index 0000000..ecd488c --- /dev/null +++ b/config/vms_supported/oraclelinux.desktop @@ -0,0 +1,8 @@ +[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/.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; diff --git a/config/vms_supported/popos.desktop b/config/vms_supported/popos.desktop new file mode 100644 index 0000000..3efda3e --- /dev/null +++ b/config/vms_supported/popos.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +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 --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; diff --git a/config/vms_supported/reactos.desktop b/config/vms_supported/reactos.desktop new file mode 100644 index 0000000..6973da6 --- /dev/null +++ b/config/vms_supported/reactos.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=reactos +releases=latest +replace='"!"' +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; diff --git a/config/vms_supported/rebornos.desktop b/config/vms_supported/rebornos.desktop new file mode 100644 index 0000000..6f12588 --- /dev/null +++ b/config/vms_supported/rebornos.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=rebornos +releases=latest +replace='"!"' +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; diff --git a/config/vms_supported/rockylinux.desktop b/config/vms_supported/rockylinux.desktop new file mode 100644 index 0000000..2dbd82e --- /dev/null +++ b/config/vms_supported/rockylinux.desktop @@ -0,0 +1,9 @@ +[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/.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; diff --git a/config/vms_supported/slackware.desktop b/config/vms_supported/slackware.desktop new file mode 100644 index 0000000..05401d3 --- /dev/null +++ b/config/vms_supported/slackware.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=slackware +releases=14.2 15.0 +replace='"!"' +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; diff --git a/config/vms_supported/slitaz.desktop b/config/vms_supported/slitaz.desktop new file mode 100644 index 0000000..94e589f --- /dev/null +++ b/config/vms_supported/slitaz.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=slitaz +releases=preferred core core64 loram core-5in1 preinit +replace='"!"' +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; diff --git a/config/vms_supported/solus.desktop b/config/vms_supported/solus.desktop new file mode 100644 index 0000000..a04b086 --- /dev/null +++ b/config/vms_supported/solus.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=Application +Name=solus +releases=4.3 +editions=Budgie GNOME MATE Plasma +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; diff --git a/config/vms_supported/steamos.desktop b/config/vms_supported/steamos.desktop new file mode 100644 index 0000000..62b8a56 --- /dev/null +++ b/config/vms_supported/steamos.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=steamos +releases=4.0 +replace='"!"' +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; diff --git a/config/vms_supported/tails.desktop b/config/vms_supported/tails.desktop new file mode 100644 index 0000000..b43d9ca --- /dev/null +++ b/config/vms_supported/tails.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=tails +releases=stable +replace='"!"' +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; diff --git a/config/vms_supported/truenas-core.desktop b/config/vms_supported/truenas-core.desktop new file mode 100644 index 0000000..ddf7357 --- /dev/null +++ b/config/vms_supported/truenas-core.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=truenas-core +releases=12.0 13.0 +replace='"!"' +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; diff --git a/config/vms_supported/truenas-scale.desktop b/config/vms_supported/truenas-scale.desktop new file mode 100644 index 0000000..7fe42c7 --- /dev/null +++ b/config/vms_supported/truenas-scale.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=truenas-scale +releases=22.02 22.12 +replace='"!"' +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; diff --git a/config/vms_supported/ubuntu-budgie.desktop b/config/vms_supported/ubuntu-budgie.desktop new file mode 100644 index 0000000..c10063d --- /dev/null +++ b/config/vms_supported/ubuntu-budgie.desktop @@ -0,0 +1,8 @@ +[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/.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; diff --git a/config/vms_supported/ubuntu-mate.desktop b/config/vms_supported/ubuntu-mate.desktop new file mode 100644 index 0000000..b7d0122 --- /dev/null +++ b/config/vms_supported/ubuntu-mate.desktop @@ -0,0 +1,8 @@ +[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/.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; diff --git a/config/vms_supported/ubuntu-unity.desktop b/config/vms_supported/ubuntu-unity.desktop new file mode 100644 index 0000000..c3ac25c --- /dev/null +++ b/config/vms_supported/ubuntu-unity.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=ubuntu-unity +releases=22.10 daily-live daily-canary +replace='"!"' +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; diff --git a/config/vms_supported/ubuntu.desktop b/config/vms_supported/ubuntu.desktop new file mode 100644 index 0000000..789cb57 --- /dev/null +++ b/config/vms_supported/ubuntu.desktop @@ -0,0 +1,8 @@ +[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/.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; diff --git a/config/vms_supported/ubuntukylin.desktop b/config/vms_supported/ubuntukylin.desktop new file mode 100644 index 0000000..a15f55d --- /dev/null +++ b/config/vms_supported/ubuntukylin.desktop @@ -0,0 +1,8 @@ +[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/.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; diff --git a/config/vms_supported/ubuntustudio.desktop b/config/vms_supported/ubuntustudio.desktop new file mode 100644 index 0000000..21232a2 --- /dev/null +++ b/config/vms_supported/ubuntustudio.desktop @@ -0,0 +1,8 @@ +[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/.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; diff --git a/config/vms_supported/void.desktop b/config/vms_supported/void.desktop new file mode 100644 index 0000000..8bdfafa --- /dev/null +++ b/config/vms_supported/void.desktop @@ -0,0 +1,9 @@ +[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/.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; diff --git a/config/vms_supported/voidpup.desktop b/config/vms_supported/voidpup.desktop new file mode 100644 index 0000000..6beeb8d --- /dev/null +++ b/config/vms_supported/voidpup.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=voidpup +releases=latest +replace='"!"' +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; diff --git a/config/vms_supported/vxlinux.desktop b/config/vms_supported/vxlinux.desktop new file mode 100644 index 0000000..19e52d7 --- /dev/null +++ b/config/vms_supported/vxlinux.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=vxlinux +releases=6.1 5.0 4.2 4.1 4.0 +replace='"!"' +Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "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; diff --git a/config/vms_supported/windows.desktop b/config/vms_supported/windows.desktop new file mode 100644 index 0000000..7d5a811 --- /dev/null +++ b/config/vms_supported/windows.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=windows +releases=8 10 11 +replace='"!"' +Exec=sh -c 'cd /home/zen/.local/share/quickemu && yad --form --separator=" " --field="Release:CB" "8"!"10"!"11" | xargs -I{} sakura -e "quickget windows {}"' +Icon=/home/zen/.config/quickemu/vms_icons/windows.svg +Categories=System;Virtualization; diff --git a/config/vms_supported/xerolinux.desktop b/config/vms_supported/xerolinux.desktop new file mode 100644 index 0000000..d2938c3 --- /dev/null +++ b/config/vms_supported/xerolinux.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=xerolinux +releases=kde +replace='"!"' +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.png +Categories=System;Virtualization; diff --git a/config/vms_supported/xubuntu.desktop b/config/vms_supported/xubuntu.desktop new file mode 100644 index 0000000..27d6a2b --- /dev/null +++ b/config/vms_supported/xubuntu.desktop @@ -0,0 +1,8 @@ +[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/.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; diff --git a/config/vms_supported/zorin.desktop b/config/vms_supported/zorin.desktop new file mode 100644 index 0000000..7e74578 --- /dev/null +++ b/config/vms_supported/zorin.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=Application +Name=zorin +releases=16 +editions=core64 lite64 education64 edulite64 +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;