DavidoTek/ProtonUp-Qt

Plz support WineZGUI

fastrizwaan opened this issue · 2 comments

Please add flatpak support of WineZGUI app

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

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 fastrizwaan/WineZGUI#20, compatibility tools like GE-Proton are supported, right?.

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