Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multiple Windows prefix locations to WineGUI #24

Open
RichardJECooke opened this issue Apr 8, 2024 · 4 comments
Open

Add multiple Windows prefix locations to WineGUI #24

RichardJECooke opened this issue Apr 8, 2024 · 4 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@RichardJECooke
Copy link

I have lots of different Windows folders in different places - .wine, .snap, flathub somewhere, Bottles, Steam.

How do I get WineGUI to see them all please?

@melroy89
Copy link
Member

melroy89 commented Apr 8, 2024

The default wine directory: ~/.wine should already be visible in WineGUI by default.

Ideally try to create/place/move others as much as possible to folder: <home_folder>/.local/share/winegui/prefixes directory (notice that .local is hidden). This is the default directory.

If you didn't create any Windows machines in WineGUI, you can also consider changing the machine folder location at: File->Preferences and select another folder location were most of your Windows Bottles/Machines are located.

Finally, if you know how to work on command line, you can also use the ln -s command to create so called symbolic link under Linux. For example: ln -s /home/user/your-other-machine_folder /home/user/.local/share/winegui/prefixes/your-other-machine

In this last example a symbolic link will be created between the existing machine and the WineGUI prefixes location, without the need of moving your Windows Machine/Bottle.

@melroy89 melroy89 added the documentation Improvements or additions to documentation label Apr 8, 2024
@RichardJECooke
Copy link
Author

Thanks. But you can't move cdrives out of their app. Bottles/snap/flatpak all place them in very specific folders. Hopefully one day there'll be a settings page in winegui where you can add existing. cdrives

@melroy89 melroy89 changed the title How to see all wine machines? Add multiple Windows prefix locations to WineGUI Apr 9, 2024
@melroy89 melroy89 added the enhancement New feature or request label Apr 9, 2024
@melroy89
Copy link
Member

melroy89 commented Apr 9, 2024

Thanks. But you can't move cdrives out of their app. Bottles/snap/flatpak all place them in very specific folders. Hopefully one day there'll be a settings page in winegui where you can add existing. cdrives

I understand, for now try to create a symbolic link via ln -s. I marked this issue has an enhancement now as well.

@melroy89
Copy link
Member

melroy89 commented May 5, 2024

Upstream ticket created: https://gitlab.melroy.org/melroy/winegui/-/issues/42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants