mirror of
				https://github.com/oSoWoSo/DistroHopper.git
				synced 2024-08-14 22:46:53 +00:00 
			
		
		
		
	portable mode: ./ instead of pwd for paths
Portable mode: not full path in desktop files
This commit is contained in:
		
							parent
							
								
									f67d896b23
								
							
						
					
					
						commit
						e9ce6d4f58
					
				
					 89 changed files with 179 additions and 179 deletions
				
			
		
							
								
								
									
										6
									
								
								dh
									
										
									
									
									
								
							
							
						
						
									
										6
									
								
								dh
									
										
									
									
									
								
							|  | @ -89,9 +89,9 @@ do | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
| 	function work_in_current_dir() { | 	function work_in_current_dir() { | ||||||
| 		VMS_DIR="$(pwd)" | 		VMS_DIR="./" | ||||||
| 		DH_CONFIG_DIR="$(pwd)" | 		DH_CONFIG_DIR="./" | ||||||
| 		DH_ICON_DIR="$(pwd)/icons" | 		DH_ICON_DIR="./icons" | ||||||
| 		portable_prefix='./' | 		portable_prefix='./' | ||||||
| 		#export "VMS_DIR" "DH_CONFIG_DIR" "DH_ICON_DIR" "terminal" "replace" "portable_prefix" | 		#export "VMS_DIR" "DH_CONFIG_DIR" "DH_ICON_DIR" "terminal" "replace" "portable_prefix" | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=agarimos | Name=agarimos | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "latest" --field="Edition:CB" "plasma"!"xfce"!"lxqt"!"gnome" | xargs -I{} sh -c "./quickget agarimos {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "latest" --field="Edition:CB" "plasma"!"xfce"!"lxqt"!"gnome" | xargs -I{} sh -c "./quickget agarimos {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/agarimos.svg | Icon=./icons/agarimos.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=alma | Name=alma | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "8"!"9" --field="Edition:CB" "boot"!"minimal"!"dvd" | xargs -I{} sh -c "./quickget alma {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "8"!"9" --field="Edition:CB" "boot"!"minimal"!"dvd" | xargs -I{} sh -c "./quickget alma {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/alma.svg | Icon=./icons/alma.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=alpine | Name=alpine | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "3.12"!"3.13"!"3.14"!"3.15"!"latest" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget alpine {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "3.12"!"3.13"!"3.14"!"3.15"!"latest" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget alpine {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/alpine.svg | Icon=./icons/alpine.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=android | Name=android | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "7.1"!"8.1"!"9.0" --field="Edition:CB" "x86"!"x86_64" | xargs -I{} sh -c "./quickget android {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "7.1"!"8.1"!"9.0" --field="Edition:CB" "x86"!"x86_64" | xargs -I{} sh -c "./quickget android {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/android.svg | Icon=./icons/android.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=arch | Name=arch | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "latest" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget arch {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "latest" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget arch {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/arch.svg | Icon=./icons/arch.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=archcraft | Name=archcraft | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "latest" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget archcraft {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "latest" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget archcraft {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/archcraft.svg | Icon=./icons/archcraft.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=arco | Name=arco | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "v21.09.08"!"v21.09.11"!"v21.11.04"!"v21.11.05"!"v22.01.10"!"v22.03.07"!"v22.04.02"!"v22.05.02"!"v22.06.07"!"v22.07.03"!"v22.09.04"!"v22.10.02"!"v22.11.02"!"v22.12.02"!"v23.01.03"!"v23.02.02"!"v23.03.01"!"v23.04.03"!"v23.05.04"!"v23.06.02"!"v23.07.01"!"v23.09.03"!"v23.10.01" --field="Edition:CB" "large"!"small" | xargs -I{} sh -c "./quickget arco {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "v21.09.08"!"v21.09.11"!"v21.11.04"!"v21.11.05"!"v22.01.10"!"v22.03.07"!"v22.04.02"!"v22.05.02"!"v22.06.07"!"v22.07.03"!"v22.09.04"!"v22.10.02"!"v22.11.02"!"v22.12.02"!"v23.01.03"!"v23.02.02"!"v23.03.01"!"v23.04.03"!"v23.05.04"!"v23.06.02"!"v23.07.01"!"v23.09.03"!"v23.10.01" --field="Edition:CB" "large"!"small" | xargs -I{} sh -c "./quickget arco {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/arco.svg | Icon=./icons/arco.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=artix | Name=artix | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "stable" --field="Edition:CB" "base-dinit"!"base-openrc"!"base-runit"!"base-s6"!"cinnamon-dinit"!"cinnamon-openrc"!"cinnamon-runit"!"cinnamon-s6"!"lxde-dinit"!"lxde-openrc"!"lxde-runit"!"lxde-s6"!"lxqt-dinit"!"lxqt-openrc"!"lxqt-runit"!"lxqt-s6"!"mate-dinit"!"mate-openrc"!"mate-runit"!"mate-s6"!"plasma-dinit"!"plasma-openrc"!"plasma-runit"!"plasma-s6"!"xfce-dinit"!"xfce-openrc"!"xfce-runit"!"xfce-s6"!"community-gtk-openrc"!"community-qt-openrc" | xargs -I{} sh -c "./quickget artix {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "stable" --field="Edition:CB" "base-dinit"!"base-openrc"!"base-runit"!"base-s6"!"cinnamon-dinit"!"cinnamon-openrc"!"cinnamon-runit"!"cinnamon-s6"!"lxde-dinit"!"lxde-openrc"!"lxde-runit"!"lxde-s6"!"lxqt-dinit"!"lxqt-openrc"!"lxqt-runit"!"lxqt-s6"!"mate-dinit"!"mate-openrc"!"mate-runit"!"mate-s6"!"plasma-dinit"!"plasma-openrc"!"plasma-runit"!"plasma-s6"!"xfce-dinit"!"xfce-openrc"!"xfce-runit"!"xfce-s6"!"community-gtk-openrc"!"community-qt-openrc" | xargs -I{} sh -c "./quickget artix {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/artix.svg | Icon=./icons/artix.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=athenaos | Name=athenaos | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "23.06.23" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget athenaos {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "23.06.23" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget athenaos {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/athenaos.svg | Icon=./icons/athenaos.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=batocera | Name=batocera | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "32"!"33"!"34" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget batocera {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "32"!"33"!"34" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget batocera {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/batocera.svg | Icon=./icons/batocera.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=biglinux | Name=biglinux | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "kde" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget biglinux {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "kde" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget biglinux {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/biglinux.svg | Icon=./icons/biglinux.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=blendos | Name=blendos | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "plasma/1688424625"!"gnome/1688424211"!"deepin/1688423865"!"lxqt/1688423615"!"mate/1688423313"!"xfce/1688423053"!"cinnamon/1688422684"!"plasma/1687873468"!"gnome/1687872336"!"deepin/1687871428"!"lxqt/1687870883"!"mate/1687870186"!"xfce/1687869663"!"cinnamon/1687869060" --field="Edition:CB" "gnome"!"kde" | xargs -I{} sh -c "./quickget blendos {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "plasma/1688424625"!"gnome/1688424211"!"deepin/1688423865"!"lxqt/1688423615"!"mate/1688423313"!"xfce/1688423053"!"cinnamon/1688422684"!"plasma/1687873468"!"gnome/1687872336"!"deepin/1687871428"!"lxqt/1687870883"!"mate/1687870186"!"xfce/1687869663"!"cinnamon/1687869060" --field="Edition:CB" "gnome"!"kde" | xargs -I{} sh -c "./quickget blendos {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/blendos.svg | Icon=./icons/blendos.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=bodhi | Name=bodhi | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "7.0.0" --field="Edition:CB" "standard"!"hwe"!"s76" | xargs -I{} sh -c "./quickget bodhi {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "7.0.0" --field="Edition:CB" "standard"!"hwe"!"s76" | xargs -I{} sh -c "./quickget bodhi {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/bodhi.svg | Icon=./icons/bodhi.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=cachyos | Name=cachyos | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "230813" --field="Edition:CB" "kde"!"gnome" | xargs -I{} sh -c "./quickget cachyos {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "230813" --field="Edition:CB" "kde"!"gnome" | xargs -I{} sh -c "./quickget cachyos {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/cachyos.svg | Icon=./icons/cachyos.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=centos-stream | Name=centos-stream | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "8"!"9" --field="Edition:CB" "dvd1"!"boot" | xargs -I{} sh -c "./quickget centos-stream {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "8"!"9" --field="Edition:CB" "dvd1"!"boot" | xargs -I{} sh -c "./quickget centos-stream {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/centos-stream.svg | Icon=./icons/centos-stream.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=cereus | Name=cereus | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "latest" --field="Edition:CB" "base"!"lxqt"!"xfce" | xargs -I{} sh -c "./quickget cereus {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "latest" --field="Edition:CB" "base"!"lxqt"!"xfce" | xargs -I{} sh -c "./quickget cereus {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/cereus.svg | Icon=./icons/cereus.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=chimera | Name=chimera | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "latest" --field="Edition:CB" "base"!"gnome" | xargs -I{} sh -c "./quickget chimera {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "latest" --field="Edition:CB" "base"!"gnome" | xargs -I{} sh -c "./quickget chimera {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/chimera.svg | Icon=./icons/chimera.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=debian | Name=debian | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "10.0.0"!"10.1.0"!"10.2.0"!"10.3.0"!"10.4.0"!"10.5.0"!"10.6.0"!"10.7.0"!"10.8.0"!"10.9.0"!"10.10.0"!"10.11.0"!"10.12.0"!"10.13.0"!"11.0.0"!"11.1.0"!"11.2.0"!"11.3.0"!"11.4.0"!"11.5.0"!"11.6.0"!"11.7.0"!"12.0.0"!"12.1.0" --field="Edition:CB" "standard"!"cinnamon"!"gnome"!"kde"!"lxde"!"lxqt"!"mate"!"xfce"!"netinst" | xargs -I{} sh -c "./quickget debian {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && 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"!"11.7.0"!"12.0.0"!"12.1.0" --field="Edition:CB" "standard"!"cinnamon"!"gnome"!"kde"!"lxde"!"lxqt"!"mate"!"xfce"!"netinst" | xargs -I{} sh -c "./quickget debian {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/debian.svg | Icon=./icons/debian.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=deepin | Name=deepin | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "20"!"20.1"!"20.2"!"20.2.1"!"20.2.2"!"20.2.3"!"20.2.4"!"20.3"!"20.4"!"20.5"!"20.6"!"20.7" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget deepin {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "20"!"20.1"!"20.2"!"20.2.1"!"20.2.2"!"20.2.3"!"20.2.4"!"20.3"!"20.4"!"20.5"!"20.6"!"20.7" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget deepin {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/deepin.svg | Icon=./icons/deepin.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=devuan | Name=devuan | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "beowulf"!"chimaera"!"daedalus" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget devuan {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "beowulf"!"chimaera"!"daedalus" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget devuan {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/devuan.svg | Icon=./icons/devuan.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=dietpi | Name=dietpi | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "bios"!"uefi" --field="Edition:CB" "bookworm"!"bookworm-installer"!"bullseye"!"bullseye-installer" | xargs -I{} sh -c "./quickget dietpi {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "bios"!"uefi" --field="Edition:CB" "bookworm"!"bookworm-installer"!"bullseye"!"bullseye-installer" | xargs -I{} sh -c "./quickget dietpi {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/dietpi.svg | Icon=./icons/dietpi.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=dragonflybsd | Name=dragonflybsd | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "6.4.0"!"6.2.2"!"6.2.1"!"6.0.1"!"6.0.0"!"5.8.3"!"5.8.2"!"5.8.1"!"5.6.3"!"5.8.0"!"5.6.2"!"5.6.1"!"5.6.0"!"5.4.3"!"5.4.2"!"5.4.1"!"5.4.0"!"5.2.2"!"5.2.1"!"5.2.0"!"5.0.2"!"5.0.1"!"5.0.0" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget dragonflybsd {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "6.4.0"!"6.2.2"!"6.2.1"!"6.0.1"!"6.0.0"!"5.8.3"!"5.8.2"!"5.8.1"!"5.6.3"!"5.8.0"!"5.6.2"!"5.6.1"!"5.6.0"!"5.4.3"!"5.4.2"!"5.4.1"!"5.4.0"!"5.2.2"!"5.2.1"!"5.2.0"!"5.0.2"!"5.0.1"!"5.0.0" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget dragonflybsd {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/dragonflybsd.svg | Icon=./icons/dragonflybsd.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=edubuntu | Name=edubuntu | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "23.04" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget edubuntu {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "23.04" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget edubuntu {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/edubuntu.svg | Icon=./icons/edubuntu.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=elementary | Name=elementary | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "7.0" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget elementary {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "7.0" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget elementary {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/elementary.svg | Icon=./icons/elementary.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=endeavouros | Name=endeavouros | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "apollo_22_1"!"artemis-22_6"!"artemis_neo_22_7"!"artemis_neo_22_8"!"artemis_nova_22_9"!"atlantis-21_4"!"atlantis_neo-21_5"!"cassini_22_12" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget endeavouros {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "apollo_22_1"!"artemis-22_6"!"artemis_neo_22_7"!"artemis_neo_22_8"!"artemis_nova_22_9"!"atlantis-21_4"!"atlantis_neo-21_5"!"cassini_22_12" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget endeavouros {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/endeavouros.svg | Icon=./icons/endeavouros.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=endless | Name=endless | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "5.0.0" --field="Edition:CB" "base"!"en"!"fr"!"pt_BR"!"es" | xargs -I{} sh -c "./quickget endless {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "5.0.0" --field="Edition:CB" "base"!"en"!"fr"!"pt_BR"!"es" | xargs -I{} sh -c "./quickget endless {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/endless.svg | Icon=./icons/endless.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=fedora | Name=fedora | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "33"!"34"!"35"!"36"!"37"!"38" --field="Edition:CB" "Workstation"!"Budgie"!"Cinnamon"!"i3"!"KDE"!"LXDE"!"LXQt"!"Mate"!"Xfce"!"Silverblue"!"Sericea"!"Kinoite"!"Sway"!"Server" | xargs -I{} sh -c "./quickget fedora {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "33"!"34"!"35"!"36"!"37"!"38" --field="Edition:CB" "Workstation"!"Budgie"!"Cinnamon"!"i3"!"KDE"!"LXDE"!"LXQt"!"Mate"!"Xfce"!"Silverblue"!"Sericea"!"Kinoite"!"Sway"!"Server" | xargs -I{} sh -c "./quickget fedora {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/fedora.svg | Icon=./icons/fedora.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=freebsd | Name=freebsd | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "12.4"!"13.1"!"13.2"!"14.0" --field="Edition:CB" "disc1"!"dvd1" | xargs -I{} sh -c "./quickget freebsd {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "12.4"!"13.1"!"13.2"!"14.0" --field="Edition:CB" "disc1"!"dvd1" | xargs -I{} sh -c "./quickget freebsd {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/freebsd.svg | Icon=./icons/freebsd.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=freedos | Name=freedos | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "1.2"!"1.3" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget freedos {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "1.2"!"1.3" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget freedos {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/freedos.svg | Icon=./icons/freedos.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=fvoid | Name=fvoid | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "latest" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget fvoid {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "latest" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget fvoid {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/tux.svg | Icon=./icons/tux.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=gabeeos | Name=gabeeos | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "latest" --field="Edition:CB" "openbox"!"qtile" | xargs -I{} sh -c "./quickget gabeeos {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "latest" --field="Edition:CB" "openbox"!"qtile" | xargs -I{} sh -c "./quickget gabeeos {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/gabeeos.svg | Icon=./icons/gabeeos.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=garuda | Name=garuda | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "latest" --field="Edition:CB" "cinnamon"!"dr460nized"!"dr460nized-gaming"!"gnome"!"i3"!"kde-git"!"kde-lite"!"lxqt-kwin"!"mate"!"qtile"!"sway"!"wayfire"!"xfce" | xargs -I{} sh -c "./quickget garuda {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "latest" --field="Edition:CB" "cinnamon"!"dr460nized"!"dr460nized-gaming"!"gnome"!"i3"!"kde-git"!"kde-lite"!"lxqt-kwin"!"mate"!"qtile"!"sway"!"wayfire"!"xfce" | xargs -I{} sh -c "./quickget garuda {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/garuda.svg | Icon=./icons/garuda.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=gentoo | Name=gentoo | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "latest" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget gentoo {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "latest" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget gentoo {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/gentoo.svg | Icon=./icons/gentoo.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=ghostbsd | Name=ghostbsd | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "21.10.16"!"21.11.24"!"22.01.12" --field="Edition:CB" "mate"!"xfce" | xargs -I{} sh -c "./quickget ghostbsd {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "21.10.16"!"21.11.24"!"22.01.12" --field="Edition:CB" "mate"!"xfce" | xargs -I{} sh -c "./quickget ghostbsd {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/ghostbsd.svg | Icon=./icons/ghostbsd.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=haiku | Name=haiku | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "r1beta3"!"r1beta4" --field="Edition:CB" "x86_64"!"x86_gcc2h" | xargs -I{} sh -c "./quickget haiku {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "r1beta3"!"r1beta4" --field="Edition:CB" "x86_64"!"x86_gcc2h" | xargs -I{} sh -c "./quickget haiku {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/haiku.svg | Icon=./icons/haiku.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=holoiso | Name=holoiso | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "4.5" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget holoiso {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "4.5" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget holoiso {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/holoiso.svg | Icon=./icons/holoiso.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=kali | Name=kali | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "current"!"kali-weekly" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget kali {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "current"!"kali-weekly" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget kali {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/kali.svg | Icon=./icons/kali.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=kdeneon | Name=kdeneon | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "user"!"testing"!"unstable"!"developer" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget kdeneon {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "user"!"testing"!"unstable"!"developer" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget kdeneon {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/kdeneon.svg | Icon=./icons/kdeneon.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=kolibrios | Name=kolibrios | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "latest" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget kolibrios {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "latest" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget kolibrios {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/kolibrios.svg | Icon=./icons/kolibrios.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=kubuntu | Name=kubuntu | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "16.04"!"18.04"!"20.04"!"22.04"!"23.04"!"jammy-daily"!"daily-live"!"daily-canary"!"daily-legacy" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget kubuntu {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "16.04"!"18.04"!"20.04"!"22.04"!"23.04"!"jammy-daily"!"daily-live"!"daily-canary"!"daily-legacy" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget kubuntu {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/kubuntu.svg | Icon=./icons/kubuntu.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=lite | Name=lite | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "6.0"!"6.2"!"6.4"!"6.6" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget lite {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "6.0"!"6.2"!"6.4"!"6.6" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget lite {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/lite.svg | Icon=./icons/lite.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=lmde | Name=lmde | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "5" --field="Edition:CB" "cinnamon" | xargs -I{} sh -c "./quickget lmde {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "5" --field="Edition:CB" "cinnamon" | xargs -I{} sh -c "./quickget lmde {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/lmde.svg | Icon=./icons/lmde.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=lubuntu | Name=lubuntu | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "16.04"!"18.04"!"20.04"!"22.04"!"23.04"!"jammy-daily"!"daily-live"!"daily-canary"!"daily-legacy" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget lubuntu {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "16.04"!"18.04"!"20.04"!"22.04"!"23.04"!"jammy-daily"!"daily-live"!"daily-canary"!"daily-legacy" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget lubuntu {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/lubuntu.svg | Icon=./icons/lubuntu.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=macos | Name=macos | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "high-sierra"!"mojave"!"catalina"!"big-sur"!"monterey"!"ventura" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget macos {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "high-sierra"!"mojave"!"catalina"!"big-sur"!"monterey"!"ventura" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget macos {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/macos.svg | Icon=./icons/macos.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=mageia | Name=mageia | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "8" --field="Edition:CB" "Plasma"!"GNOME"!"Xfce" | xargs -I{} sh -c "./quickget mageia {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "8" --field="Edition:CB" "Plasma"!"GNOME"!"Xfce" | xargs -I{} sh -c "./quickget mageia {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/mageia.svg | Icon=./icons/mageia.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=manjaro | Name=manjaro | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "xfce"!"gnome"!"kde"!"budgie"!"cinnamon"!"i3"!"mate" --field="Edition:CB" "full"!"minimal" | xargs -I{} sh -c "./quickget manjaro {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "xfce"!"gnome"!"kde"!"budgie"!"cinnamon"!"i3"!"mate" --field="Edition:CB" "full"!"minimal" | xargs -I{} sh -c "./quickget manjaro {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/manjaro.svg | Icon=./icons/manjaro.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=mint | Name=mint | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "20.2"!"20.3"!"21"!"21.1"!"21.2" --field="Edition:CB" "cinnamon"!"mate"!"xfce" | xargs -I{} sh -c "./quickget mint {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "20.2"!"20.3"!"21"!"21.1"!"21.2" --field="Edition:CB" "cinnamon"!"mate"!"xfce" | xargs -I{} sh -c "./quickget mint {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/mint.svg | Icon=./icons/mint.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=miyo | Name=miyo | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "2022" --field="Edition:CB" "Kwin"!"Deboot-Ceres"!"JWM"!"Openbox"!"MATE" | xargs -I{} sh -c "./quickget miyo {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "2022" --field="Edition:CB" "Kwin"!"Deboot-Ceres"!"JWM"!"Openbox"!"MATE" | xargs -I{} sh -c "./quickget miyo {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/miyo.svg | Icon=./icons/miyo.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=mx | Name=mx | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "21.3" --field="Edition:CB" "Xfce"!"KDE"!"Fluxbox" | xargs -I{} sh -c "./quickget mx {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "21.3" --field="Edition:CB" "Xfce"!"KDE"!"Fluxbox" | xargs -I{} sh -c "./quickget mx {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/mx.svg | Icon=./icons/mx.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=netboot | Name=netboot | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "latest" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget netboot {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "latest" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget netboot {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/netboot.svg | Icon=./icons/netboot.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=netbsd | Name=netbsd | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "9.3"!"9.2"!"9.1"!"9.0"!"8.2"!"8.1"!"8.0" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget netbsd {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "9.3"!"9.2"!"9.1"!"9.0"!"8.2"!"8.1"!"8.0" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget netbsd {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/netbsd.svg | Icon=./icons/netbsd.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=nixos | Name=nixos | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "21.05"!"21.11"!"22.05"!"22.11"!"23.05" --field="Edition:CB" "gnome"!"plasma5"!"minimal" | xargs -I{} sh -c "./quickget nixos {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "21.05"!"21.11"!"22.05"!"22.11"!"23.05" --field="Edition:CB" "gnome"!"plasma5"!"minimal" | xargs -I{} sh -c "./quickget nixos {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/nixos.svg | Icon=./icons/nixos.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=openbsd | Name=openbsd | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "6.8"!"6.9"!"7.0"!"7.1"!"7.2"!"7.3"!"7.4" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget openbsd {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "6.8"!"6.9"!"7.0"!"7.1"!"7.2"!"7.3"!"7.4" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget openbsd {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/openbsd.svg | Icon=./icons/openbsd.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=openindiana | Name=openindiana | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "20230421" --field="Edition:CB" "gui"!"text"!"minimal" | xargs -I{} sh -c "./quickget openindiana {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "20230421" --field="Edition:CB" "gui"!"text"!"minimal" | xargs -I{} sh -c "./quickget openindiana {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/openindiana.svg | Icon=./icons/openindiana.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=opensuse | Name=opensuse | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "15.0"!"15.1"!"15.2"!"15.3"!"15.4"!"microos"!"tumbleweed" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget opensuse {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "15.0"!"15.1"!"15.2"!"15.3"!"15.4"!"microos"!"tumbleweed" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget opensuse {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/opensuse.svg | Icon=./icons/opensuse.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=oracle | Name=oracle | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "7.7"!"7.8"!"7.9"!"8.4"!"8.5"!"8.6"!"9.0" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget oracle {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "7.7"!"7.8"!"7.9"!"8.4"!"8.5"!"8.6"!"9.0" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget oracle {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/oracle.svg | Icon=./icons/oracle.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=popos | Name=popos | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "20.04"!"21.10"!"22.04" --field="Edition:CB" "intel"!"nvidia" | xargs -I{} sh -c "./quickget popos {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "20.04"!"21.10"!"22.04" --field="Edition:CB" "intel"!"nvidia" | xargs -I{} sh -c "./quickget popos {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/popos.svg | Icon=./icons/popos.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=reactos | Name=reactos | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "latest" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget reactos {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "latest" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget reactos {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/reactos.svg | Icon=./icons/reactos.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=rebornos | Name=rebornos | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "latest" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget rebornos {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "latest" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget rebornos {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/rebornos.svg | Icon=./icons/rebornos.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=rocky | Name=rocky | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "8.3"!"8.4"!"8.5"!"8.6"!"8.7"!"9.0"!"9.1" --field="Edition:CB" "minimal"!"dvd"!"boot" | xargs -I{} sh -c "./quickget rocky {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "8.3"!"8.4"!"8.5"!"8.6"!"8.7"!"9.0"!"9.1" --field="Edition:CB" "minimal"!"dvd"!"boot" | xargs -I{} sh -c "./quickget rocky {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/rocky.svg | Icon=./icons/rocky.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=siduction | Name=siduction | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "latest" --field="Edition:CB" "kde"!"lxqt"!"nox"!"xfce"!"xorg" | xargs -I{} sh -c "./quickget siduction {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "latest" --field="Edition:CB" "kde"!"lxqt"!"nox"!"xfce"!"xorg" | xargs -I{} sh -c "./quickget siduction {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/siduction.svg | Icon=./icons/siduction.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=slackware | Name=slackware | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "14.2"!"15.0" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget slackware {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "14.2"!"15.0" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget slackware {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/slackware.svg | Icon=./icons/slackware.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=slax | Name=slax | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "latest" --field="Edition:CB" "Debian"!"Slackware" | xargs -I{} sh -c "./quickget slax {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "latest" --field="Edition:CB" "Debian"!"Slackware" | xargs -I{} sh -c "./quickget slax {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/slax.svg | Icon=./icons/slax.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=slitaz | Name=slitaz | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "preferred"!"core"!"core64"!"loram"!"core-5in1"!"preinit" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget slitaz {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "preferred"!"core"!"core64"!"loram"!"core-5in1"!"preinit" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget slitaz {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/slitaz.svg | Icon=./icons/slitaz.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=solus | Name=solus | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "4.3" --field="Edition:CB" "Budgie"!"GNOME"!"MATE"!"Plasma" | xargs -I{} sh -c "./quickget solus {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "4.3" --field="Edition:CB" "Budgie"!"GNOME"!"MATE"!"Plasma" | xargs -I{} sh -c "./quickget solus {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/solus.svg | Icon=./icons/solus.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=tails | Name=tails | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "stable" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget tails {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "stable" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget tails {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/tails.svg | Icon=./icons/tails.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=tinycore | Name=tinycore | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "14.0" --field="Edition:CB" "Core"!"TinyCore"!"CorePlus"!"CorePure64"!"TinyCorePure64" | xargs -I{} sh -c "./quickget tinycore {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "14.0" --field="Edition:CB" "Core"!"TinyCore"!"CorePlus"!"CorePure64"!"TinyCorePure64" | xargs -I{} sh -c "./quickget tinycore {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/tinycore.svg | Icon=./icons/tinycore.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=trisquel | Name=trisquel | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "10.0.1"!"11.0" --field="Edition:CB" "mate"!"lxde"!"kde"!"sugar" | xargs -I{} sh -c "./quickget trisquel {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "10.0.1"!"11.0" --field="Edition:CB" "mate"!"lxde"!"kde"!"sugar" | xargs -I{} sh -c "./quickget trisquel {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/trisquel.svg | Icon=./icons/trisquel.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=truenas-core | Name=truenas-core | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "12.0"!"13.0" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget truenas-core {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "12.0"!"13.0" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget truenas-core {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/truenas-core.svg | Icon=./icons/truenas-core.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=truenas-scale | Name=truenas-scale | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "22.02"!"22.12" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget truenas-scale {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "22.02"!"22.12" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget truenas-scale {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/truenas-scale.svg | Icon=./icons/truenas-scale.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=tuxedoos | Name=tuxedoos | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "2" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget tuxedoos {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "2" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget tuxedoos {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/tuxedoos.svg | Icon=./icons/tuxedoos.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=ubuntu-budgie | Name=ubuntu-budgie | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "18.04"!"20.04"!"22.04"!"23.04"!"jammy-daily"!"daily-live"!"daily-canary"!"daily-legacy" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget ubuntu-budgie {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "18.04"!"20.04"!"22.04"!"23.04"!"jammy-daily"!"daily-live"!"daily-canary"!"daily-legacy" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget ubuntu-budgie {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/ubuntu-budgie.svg | Icon=./icons/ubuntu-budgie.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=ubuntu-mate | Name=ubuntu-mate | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "16.04"!"18.04"!"20.04"!"22.04"!"23.04"!"jammy-daily"!"daily-live"!"daily-canary"!"daily-legacy" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget ubuntu-mate {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "16.04"!"18.04"!"20.04"!"22.04"!"23.04"!"jammy-daily"!"daily-live"!"daily-canary"!"daily-legacy" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget ubuntu-mate {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/ubuntu-mate.svg | Icon=./icons/ubuntu-mate.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=ubuntu-server | Name=ubuntu-server | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "18.04"!"20.04"!"22.04"!"23.04"!"daily-live" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget ubuntu-server {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "18.04"!"20.04"!"22.04"!"23.04"!"daily-live" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget ubuntu-server {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/ubuntu-server.svg | Icon=./icons/ubuntu-server.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=ubuntu-unity | Name=ubuntu-unity | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "23.04"!"daily-live"!"daily-canary" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget ubuntu-unity {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "23.04"!"daily-live"!"daily-canary" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget ubuntu-unity {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/ubuntu-unity.svg | Icon=./icons/ubuntu-unity.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=ubuntu | Name=ubuntu | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "14.04"!"16.04"!"18.04"!"20.04"!"22.04"!"23.04"!"jammy-daily"!"daily-live"!"daily-canary"!"daily-legacy" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget ubuntu {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "14.04"!"16.04"!"18.04"!"20.04"!"22.04"!"23.04"!"jammy-daily"!"daily-live"!"daily-canary"!"daily-legacy" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget ubuntu {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/ubuntu.svg | Icon=./icons/ubuntu.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=ubuntucinnamon | Name=ubuntucinnamon | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "23.04"!"daily-live"!"daily-canary" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget ubuntucinnamon {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "23.04"!"daily-live"!"daily-canary" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget ubuntucinnamon {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/ubuntucinnamon.svg | Icon=./icons/ubuntucinnamon.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=ubuntukylin | Name=ubuntukylin | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "16.04"!"18.04"!"20.04"!"22.04"!"23.04"!"jammy-daily"!"daily-live"!"daily-canary"!"daily-legacy" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget ubuntukylin {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "16.04"!"18.04"!"20.04"!"22.04"!"23.04"!"jammy-daily"!"daily-live"!"daily-canary"!"daily-legacy" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget ubuntukylin {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/ubuntukylin.svg | Icon=./icons/ubuntukylin.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=ubuntustudio | Name=ubuntustudio | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "16.04"!"18.04"!"20.04"!"22.04"!"23.04"!"jammy-daily"!"daily-live"!"daily-canary"!"daily-legacy" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget ubuntustudio {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "16.04"!"18.04"!"20.04"!"22.04"!"23.04"!"jammy-daily"!"daily-live"!"daily-canary"!"daily-legacy" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget ubuntustudio {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/ubuntustudio.svg | Icon=./icons/ubuntustudio.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=vanillaos | Name=vanillaos | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "22.10" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget vanillaos {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "22.10" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget vanillaos {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/vanillaos.svg | Icon=./icons/vanillaos.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=ventoy | Name=ventoy | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "1.0.95" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget ventoy {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "1.0.95" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget ventoy {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/ventoy.svg | Icon=./icons/ventoy.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=void | Name=void | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "current" --field="Edition:CB" "glibc"!"musl"!"xfce-glibc"!"xfce-musl" | xargs -I{} sh -c "./quickget void {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "current" --field="Edition:CB" "glibc"!"musl"!"xfce-glibc"!"xfce-musl" | xargs -I{} sh -c "./quickget void {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/void.svg | Icon=./icons/void.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=voidpup | Name=voidpup | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "latest" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget voidpup {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "latest" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget voidpup {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/voidpup.svg | Icon=./icons/voidpup.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=vx | Name=vx | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "6.0" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget vx {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "6.0" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget vx {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/vx.svg | Icon=./icons/vx.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=windows | Name=windows | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "10"!"11" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget windows {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "10"!"11" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget windows {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/windows.svg | Icon=./icons/windows.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=xero | Name=xero | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "kde" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget xero {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "kde" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget xero {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/xero.svg | Icon=./icons/xero.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=xubuntu | Name=xubuntu | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "16.04"!"18.04"!"20.04"!"22.04"!"23.04"!"jammy-daily"!"daily-live"!"daily-canary"!"daily-legacy" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget xubuntu {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "16.04"!"18.04"!"20.04"!"22.04"!"23.04"!"jammy-daily"!"daily-live"!"daily-canary"!"daily-legacy" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget xubuntu {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/xubuntu.svg | Icon=./icons/xubuntu.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Type=Application | ||||||
| Name=zorin | Name=zorin | ||||||
| GenericName= | GenericName= | ||||||
| Comment= | Comment= | ||||||
| Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --separator=" " --field="Release:CB" "16" --field="Edition:CB" "core64"!"lite64"!"education64"!"edulite64" | xargs -I{} sh -c "./quickget zorin {}";/usr/bin/fish' | Exec=sh -c 'cd ./ && yad --form --separator=" " --field="Release:CB" "16" --field="Edition:CB" "core64"!"lite64"!"education64"!"edulite64" | xargs -I{} sh -c "./quickget zorin {}";/usr/bin/fish' | ||||||
| Icon=/home/zen/Git/DistroHopper/icons/zorin.svg | Icon=./icons/zorin.svg | ||||||
| Terminal=sakura | Terminal=sakura | ||||||
| X-MultipleArgs= | X-MultipleArgs= | ||||||
| Type=Application | Type=Application | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue