I tried installing the package on Asahi Linux and also got the same gtk2 error as mentioned by another user. I am on KDE on Asahi Linux.
Search Criteria
Package Details: ventoy-bin 1.0.99-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ventoy-bin.git (read-only, click to copy) |
---|---|
Package Base: | ventoy-bin |
Description: | A new bootable USB solution |
Upstream URL: | http://www.ventoy.net |
Keywords: | boot image iso multiboot usb |
Licenses: | GPL-3.0-or-later |
Conflicts: | ventoy |
Provides: | ventoy |
Submitter: | DuckSoft |
Maintainer: | DuckSoft (KokaKiwi, yochananmarqos, Kr1ss) |
Last Packager: | yochananmarqos |
Votes: | 359 |
Popularity: | 9.34 |
First Submitted: | 2020-05-19 06:14 (UTC) |
Last Updated: | 2024-06-08 14:58 (UTC) |
Dependencies (7)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- dosfstools (dosfstools-gitAUR)
- util-linux (busybox-coreutilsAUR, util-linux-selinuxAUR, util-linux-aesAUR)
- xz (xz-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR) (optional) – GTK3 GUI
- polkit (polkit-gitAUR, polkit-consolekitAUR) (optional) – run GUI from application menu
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR) (optional) – Qt5 GUI
Required by (0)
Sources (9)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 16 Next › Last »
samxl001 commented on 2022-05-21 08:42 (UTC)
yochananmarqos commented on 2022-03-31 15:04 (UTC)
@sradjoker: That makes no sense. We are using Gtk 3, so we should remove the Gtk 3 binary? Your install is failing how? No one else is having any issues.
sradjoker commented on 2022-03-31 14:43 (UTC)
This line rm "$pkgdir/opt/${pkgname%-bin}/tool/$CARCH/Ventoy2Disk.gtk2"
should be changed to rm "$pkgdir/opt/${pkgname%-bin}/tool/$CARCH/Ventoy2Disk.gtk3"
because we are using gtk3 not gtk2. Because of the above issue my install is failing
yochananmarqos commented on 2022-03-28 16:20 (UTC)
@q234rty: Sorry, I must've missed your previous comment. I've made the change, it doesn't make a difference on my end using GNOME.
q234rty commented on 2022-03-28 16:11 (UTC)
@yochananmarqos Could you adopt the change I mentioned above? Yes it's just a workaround but the file ventoygui
isn't vendored by upstream anyway and I don't really see any harm in changing this except creating a sh process.
q234rty commented on 2022-02-23 06:47 (UTC)
The .desktop file doesn't launch in sway with fuzzel, even with polkit-gnome installed and running as a daemon. Simply changing exec ./VentoyGUI.x86_64 "$@"
to ./VentoyGUI.x86_64 "$@"
in ventoygui solved the issue for me. My guess is the former resulted in pkexec
being parented to init due to how fuzzel works, which is not allowed.
pacifi5t commented on 2022-02-04 16:42 (UTC) (edited on 2022-02-04 16:44 (UTC) by pacifi5t)
@yochananmarqos: Thank you for your tip. I don't know why, but some packages from base-devel
were not installed. Everything's fine now.
yochananmarqos commented on 2022-02-04 16:36 (UTC)
@pacifi5t: patch
is part of the base-devel
group which is a prerequisite for using the AUR. Members of that group do not need to be added to makedepends(). See the AUR wiki article.
yochananmarqos commented on 2022-01-02 01:32 (UTC)
@AchmadFathoni: View the changes of the update I pushed earlier.
Pinned Comments