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
207 stars 40 forks source link

Auto add Wines from a specific folder #152

Open DanielRios549 opened 4 years ago

DanielRios549 commented 4 years ago

In my opinion, the worst thing about Q4Wine is that we need to add the Wines manually, even the system-wide one is not added automatically, we need to add it manually.

So, I think that manual adding should be an additional feature, and I think the most important Wines should be added automatically by the program, Wines like those in folders such as:

1 - ~/.local/share/lutris/runners/wine/ 2 - ~/.local/share/Steam/steamapps/common/ (all folders started with Proton in this case) 3 - ~/.local/share/Steam/compatibilitytools.d/ (for custom Protons) 4 - The system-wide Wine

I think these wines should and could be added automatically by the program, without need to add them manually, if this were not possible, maybe an option to we add the folders we want to auto add Wines from it should be interesting, I selec a folder and the program adds ll Wines inside this folder when they exists.

brezerk commented 4 years ago

hi

Are you taking about wine prefix'es or wine version's? :)

even the system-wide one is not added automatically

Well. It is supposed to be added actually. If wine and wineserver are in you PATH variable. Right after Wizard q4wine will create Default prefix for you.

I think these wines should and could be added automatically by the program, without need to add them manually, if this were not possible, maybe an option to we add the folders we want to auto add Wines from it should be interesting, I selec a folder and the program adds ll Wines inside this folder when they exists.

There is auto import exists for wine prefixes created under ~/.local/share/wineprefixes if this is what you need, I can add 1, 2 and 3 paths in to the list.

I selec a folder and the program adds ll Wines

Yeah. This can be done too.

DanielRios549 commented 4 years ago

I was speaking about wine versions, like those downloaded by Lutris and Steam, the prefixes I think we need to add manually, to avoid using a wrong version of Wine by default

brezerk commented 4 years ago

ic

maks sense, i'll take a look.