You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use themes, but it was unsuccessful:
I applied the pre-installed kupofl theme. It works when I simply run the project. However, when I generate the AppDir or create the AppImage, it doesn't work anymore - the theme returns to the default.
I also tried to enable and disable the flags "disable-kupofl-theme" and "disable-window-decoration".
When I check the file "default.reg" in the .AppDir, I find the correct theme:
# Copy the .exe file to prefix/drive_c/Program Files/# Set it as the main executable # Run
./Wine-4.21-x86_64.AppImage winecfg "Bottle name"# and change the theme# Create the AppDir
./Wine-4.21-x86_64.AppImage create-appdir "Bottle name"# Test it
./Wine-4.21-x86_64.AppImage test"Bottle name"
This issue doesn't cause any problem to the application, but I would like to make the software more beautiful.
Thank you!
The text was updated successfully, but these errors were encountered:
And change the file "executable" to C:/windows/system32/winecfg.exe
gedit executable
# You can choose your favorite text editor
Run the application INSIDE THE APPDIR with
./AppRun
A window with the winecfg will open. There, you can choose the theme and the configuration you want
After closing and saving the new configuration, re-edit the "executable" file to the first state (with the path to your program .exe)
gedit executable
Now, with this AppDir, you (probably) can package you application with the theme applied
Hello!
I tried to use themes, but it was unsuccessful:
I applied the pre-installed kupofl theme. It works when I simply run the project. However, when I generate the AppDir or create the AppImage, it doesn't work anymore - the theme returns to the default.
I also tried to enable and disable the flags "disable-kupofl-theme" and "disable-window-decoration".
When I check the file "default.reg" in the .AppDir, I find the correct theme:
Steps to reproduce:
This issue doesn't cause any problem to the application, but I would like to make the software more beautiful.
Thank you!
The text was updated successfully, but these errors were encountered: