brezerk / q4wine

Q4Wine is a Qt GUI for W.I.N.E. It will help you manage wine prefixes and installed applications.
http://q4wine.brezblock.org.ua/
GNU General Public License v3.0
204 stars 40 forks source link

[Question] Can I open programs with programs that are added to q4wine? #183

Closed ghost closed 2 years ago

ghost commented 3 years ago

I want to open files with windows programs that are added to q4wine.

brezerk commented 3 years ago

Hi @Toadfield

sry, somehow I missed your request :|

yes, you can: you need to associate desired mime type with q4wine-cli:

here is an example to open .sh file with notepad:

q4wine-cli -p Default -d system -i wordpad ~/develop/conky.sh

see: man q4wine-cli for details

brezerk commented 2 years ago

Seems like resolved. Reopen if needed.