Package Details: ventoy-bin 1.1.05-1

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)

Pinned Comments

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)

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.

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.