Winetricks / winetricks

Winetricks is an easy way to work around problems in Wine
GNU Lesser General Public License v2.1
2.79k stars 403 forks source link

[Feature Request] Being able to open prefixes in a file manager with "open with..." #1722

Open ghost opened 3 years ago

ghost commented 3 years ago

I want to just right click a prefix and open it with winetricks,that would be handy.

paulwratt commented 3 years ago

If you use PCmanFM you can add them yourself (in the meantime), using the examples I posted here (as a start point): https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=310734&p=1858270

Right-click menu items are not very flexible. ie you can't script the list visually. But you can use a (bounce) script that lists your prefixes, and pass that to a GUI frontend (instead of a console frontend) like zenity/xdotool/kdialog/notify-send or pass it throught another language that has GUI abilities, like PyQT/PyGTK or TCL/TK, but it will still be 2 click + right-click on file - doable but not very clean https://duckduckgo.com/?q=GUI+scripting+on+linux

ghost commented 3 years ago

Thanks but I don't use PCmanFM,I use Dolphin.