DavidoTek / ProtonUp-Qt

Install and manage GE-Proton, Luxtorpeda & more for Steam and Wine-GE & more for Lutris with this graphical user interface.
https://davidotek.github.io/protonup-qt
GNU General Public License v3.0
1.16k stars 39 forks source link

Plz support WineZGUI #373

Closed fastrizwaan closed 2 months ago

fastrizwaan commented 2 months ago

Please add flatpak support of WineZGUI app

the path to runners is ~/.var/app/io.github.fastrizwaan.WineZGUI/data/winezgui/Runners/

DavidoTek commented 2 months ago

Thanks for the suggestion.

That should be simple to do as long as the default folder structures are supported. Does it support both GE-Proton/Steam and Wine-GE/Lutris? According to https://github.com/fastrizwaan/WineZGUI/issues/20, compatibility tools like GE-Proton are supported, right?.

fastrizwaan commented 2 months ago

yes, Runners will have sub directories with wine runners.

rizvan@fedora:~/.var/app/io.github.fastrizwaan.WineZGUI/data/winezgui/Runners$ tree -d .
.
├── wine-9.4-amd64
│   ├── bin
│   ├── lib
│   │   └── wine
│   │       ├── i386-unix
│   │       ├── i386-windows
│   │       ├── x86_64-unix
│   │       └── x86_64-windows
│   └── share
│       └── wine
│           ├── fonts
│           └── nls
├── wine-proton-8.0-5-amd64
│   ├── bin
│   ├── lib
│   │   └── wine
│   │       ├── i386-unix
│   │       ├── i386-windows
│   │       ├── x86_64-unix
│   │       └── x86_64-windows
│   └── share
│       └── wine
│           ├── fonts
│           └── nls
└── wine-proton-exp-9.0-amd64
    ├── bin
    ├── lib
    │   └── wine
    │       ├── i386-unix
    │       ├── i386-windows
    │       ├── x86_64-unix
    │       └── x86_64-windows
    └── share
        └── wine
            ├── fonts
            └── nls