When installing wine, I saw q4wine was listed in Myrlyn, and then not. I think I either did a refresh or by looking in Discover. In Discover, Flatpak had it. So I installed wine in Myrlyn and then q4wine with flatpak. I have not finished the set up yet, as it’s asking questions.
Now today, in discover, Flatpak has an update for org.winehq.Wine.gecko and org.winehq.Wine.mono as refresh of version stable-25.08. But Myrlyn doesn’t have any update of mono 10.1.0-lp160.3.1 nor gecko 2.47.4-bp160.1.2.
What should I do? Is Flatpak using the wine I installed or did it install it’s own?
Also, the questions q4wine is asking is for the binaries. The defaults are /app/bin/wine, etc… But there is no /app folder. I don’t understand how flatpak works, as is a there a hidden set of /app folders in flatpak? Do I need to change it to /usr/bin/wine ?
So I finished the setup and left everything to the /app defaults. When I try to run winecfg, etc., they exit with a code of -1. Looking in the log, I copy the exec string and run it in a terminal and it says /bin/sh: line 1: /app/bin/wine: No such file or directory
If I shouldn’t use Myrlyn, where should I point the binaries to?
I installed wine from Myrlyn and when I no longer saw q4wine there, I looked in Discover. It had asked me about the binary directories during setup. I held off until hearing they have isolated systems, and then all I did was hit Next, Next, Next, etc. to the end.
When looking through q4wine now, I cannot find those settings. I do find similar things set as /app such as in the Utils tab for console binary: /app/bin/konsole
I’m not sure what to do at this point. It looks like it took the default input and set up defaults for the wine instance and can’t go back to change it other than changing each icon of the wine instance.
Is there a way to find out whether the q4wine installed wine or other things?
I hadn’t used flatpaks before because I didn’t understand them.
Yes, Flatpak maintains its own version of the KDE environment, irrespective of what is installed (or not) on the main system.
I cannot comment on the other points, sorry.
Okay, thanks. That’s sounding like flatpak has it’s own system to be maintained and at least with the KDE environment, those two things don’t substitute for the other, are not shared.
In a command prompt, if I do flatpak list, I see Mesa, gecko, mono, q4wine, but no wine. I’m thinking I need to install Wine in flatpak rather than in the through Myrlyn?
I’m still ambiguous of what deano_ferrari was agreed to.
Sorry.
I guess I don’t know what I’m supposed to do with that information. Maybe you’re saying I can’t test it that way in the terminal. q4wine did that exec string command. It gave an exit code of 256. Nothing listed in STDOUT and STDERR. So if I can’t execute that same command in the terminal, I don’t know the reason it doesn’t work. Nor do I know how to insert flatpak run into the exec string to test it.
Flatpak programs are not regular executables. Even it is different, you can think about a windows/MS-Dos program executed with Wine: you have to run wine and “tell” wine that runs the program, i.e.: wine myWinProgram
If you use a flatpak program (i.e. VLC, you need tell Flatpak that runs the program, i.e.: flatpak run vlc (in the special format of flatpak, i.e. flatpak run com.vlc.videolan…)
To run a Windows program with a wine flatpak, you need use the right command, some as flatpak run org.WineHQ.q4wine --command /app/bin/wine, you need query the right command.
But you only needs wine+q4wine from flatpak or wine+q4wine from Myrlyn. But Myrlyn search is not good. You need search for wine and surely you’ll need to search q4wine. Install both. Or both as flatpaks.