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.
Search Criteria
Package Details: ventoy-bin 1.1.05-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: | 380 |
Popularity: | 9.74 |
First Submitted: | 2020-05-19 06:14 (UTC) |
Last Updated: | 2025-02-24 18:30 (UTC) |
Dependencies (7)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, bash-gitAUR)
- dosfstools (dosfstools-gitAUR)
- util-linux (util-linux-aesAUR, util-linux-selinuxAUR)
- xz (xz-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, 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 (10)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 18 Next › Last »
q234rty commented on 2022-02-23 06:47 (UTC)
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.
AchmadFathoni commented on 2022-01-02 01:23 (UTC)
Can you elaborate why libglade is dynamic linked in that binary but we don't need install libglade as dependency? Just curious.
yochananmarqos commented on 2022-01-01 18:11 (UTC)
@AchmadFathoni: Now there's no need.
AchmadFathoni commented on 2022-01-01 17:58 (UTC)
ldd /opt/ventoy/tool/x86_64/Ventoy2Disk.gtk2
libglade-2.0.so.0 => not found
yochananmarqos commented on 2022-01-01 17:55 (UTC)
@AchmadFathoni: How do you figure? libglade
is deprecated.
AchmadFathoni commented on 2022-01-01 17:37 (UTC)
Need libglade as dependency.
Pinned Comments