Ventoy GUI for Linux - Printable Version +- Ventoy Forums (https://forums.ventoy.net) +-- Forum: Ventoy General Use —— Ventoy 使用交流 (https://forums.ventoy.net/forumdisplay.php?fid=1) +--- Forum: Ventoy Discussion Forum (https://forums.ventoy.net/forumdisplay.php?fid=2) +--- Thread: Ventoy GUI for Linux (/showthread.php?tid=1439) |
Ventoy GUI for Linux - spanspek - 11-25-2020 Here is a suggestion for a Ventoy GUI for Linux ... Download here Extract and to run just type in the terminal: sudo python3 ventoygui.py RE: Ventoy GUI for Linux - longpanda - 11-26-2020 Good. I think it's better to keep the same UI/layout with Windows version. RE: Ventoy GUI for Linux - spanspek - 11-26-2020 (11-26-2020, 06:54 AM)longpanda Wrote: Good.Thanks! "I think it's better to keep the same UI/layout with Windows version." - I AGREE totally ... will be working in that direction! For now I wanted more info about the drives available (not just sda or sdb) - at least I got that working! To RUN VentoyGUI sudo python3 ventoygui.py If anybody has this error ... Traceback (most recent call last): File "ventoygui.py", line 3, in <module> from tkinter import * ModuleNotFoundError: No module named 'tkinter' just: sudo apt install python3-tk and try again ... RE: Ventoy GUI for Linux - bashfulbutcherblade - 11-28-2020 Looks good, spanspek! +5 stars! RE: Ventoy GUI for Linux - spanspek - 11-28-2020 (11-28-2020, 10:10 AM)bashfulbutcherblade Wrote: Looks good, spanspek! +5 stars!Thank you! Here is the latest version (works with 1.0.29) Download (11-26-2020, 06:54 AM)longpanda Wrote: Good.Hi, Longpanda I need your help. To implement the "Ventoy in Disk" part of the GUI, I need to know where to look for the version number! I assumed that it would be somewhere on the second partition ... RE: Ventoy GUI for Linux - spanspek - 12-01-2020 Latest version includes Ventoy in Device lookup ... DOWNLOAD HERE RE: Ventoy GUI for Linux - longpanda - 02-27-2021 Ventoy 1.0.36 release with experimental Linux GUI based on web browser. https://www.ventoy.net/en/doc_linux_webui.html |