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: 383
Popularity: 5.58
First Submitted: 2020-05-19 06:14 (UTC)
Last Updated: 2025-02-24 18:30 (UTC)

Pinned Comments

Latest Comments

1 2 3 4 5 6 .. 18 Next › Last »

yochananmarqos commented on 2025-05-23 16:25 (UTC)

@Integral: That makes no difference. If you're running the Ventoy2Disk.qt5 executable, the issue is the StartupWMClass in the desktop file is Ventoy2Disk.gtk3. Copy the desktop file to userspace and change the StartupWMClass to Ventoy2Disk.qt5:

cp /usr/share/applications/ventoy.desktop ~/.local/share/applications/
sed -i 's/Ventoy2Disk.gtk3/Ventoy2Disk.qt5/g' ~/.local/share/applications/ventoy.desktop

Integral commented on 2025-05-23 08:46 (UTC)

Could you please change the desktop filename to "Ventoy2Disk.desktop"? It would fix the window icon under Wayland.

RafaelJust commented on 2025-02-22 14:40 (UTC) (edited on 2025-02-22 14:46 (UTC) by RafaelJust)

The package won't download anymore as the ventoy .tar.gz returns a 404. I just tested it loccally and updating the version to 1.1.04 and updating the checks fixes it. Please update the download link to use the newest version 1.1.04 :)

exponential commented on 2025-02-22 07:52 (UTC)

there's a python dependency in tool/VentoyWorker.sh

Some stuff in prepare should be in upstream. Probably the GUI and POSIX ones. Maybe parts of sanitize patch.

Ashark commented on 2025-02-17 10:51 (UTC)

@yochananmarqos Yes, I use KDE. Now I see the gui is automatically using qt5. Thanks. Just FYI, that now on kde it seems impossible to use gtk, as there is no flag --gtk (in case anyone wants it). But I do not care of that :).

yochananmarqos commented on 2025-02-14 17:32 (UTC)

JisuWoniu: I've corrected the desktop session name.

Ashark commented on 2025-02-14 08:15 (UTC)

@yochananmarqos

@Ashark: I've added an initial patch to support more desktop sessions. If you're using KDE, it will use Qt5.

Thanks, but it does not work. It still uses gtk:

$ ventoygui

(Ventoy2Disk.gtk3:20484): Gtk-CRITICAL **: 11:13:42.804: gtk_widget_grab_default: assertion 'gtk_widget_get_can_default (widget)' failed

exponential commented on 2025-02-14 05:56 (UTC)

guys, a lot of the latest suggestions should go upstream, not here.

JisuWoniu commented on 2025-02-14 04:12 (UTC)

Or use XDG_CURRENT_DESKTOP instead as recommended by Arch Wiki: https://wiki.archlinux.org/title/Xdg-utils#Environment_variables

JisuWoniu commented on 2025-02-14 03:41 (UTC)

@yochananmarqos On KDE, $DESKTOP_SESSION is set to plasma, not kde.

$ env | grep DESKTOP_SESSION
DESKTOP_SESSION=plasma