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 am modding a game, hence I have a start.bat file in my game directory. I have added the shortcut to that bat file, and it actually works out of the box in Bottles GUI.
However, when I add it as a desktop shortcut (linux side) and run it, it doesnt start. By grabbing the .desktop file's Exec command, its just:
flatpak run --command=bottles-cli com.usebottles.bottles run -p 'Game Modded' -b 'Games'
21:30:13 (INFO) Forcing offline mode
Whereas if I ran the shortcut from Bottles GUI, it will open a command prompt and runs the commands as expected and logs its messages in console and even games open properly.
To Reproduce
I would suggest just write a bat file with an echo command & start <game>.exe and add it as a shortcut in bottles gui, and then export a desktop shortcut, and run via that. GUI works, but desktop shortcut wont.
Describe the bug
I am modding a game, hence I have a
start.bat
file in my game directory. I have added the shortcut to that bat file, and it actually works out of the box in Bottles GUI.However, when I add it as a desktop shortcut (linux side) and run it, it doesnt start. By grabbing the
.desktop
file's Exec command, its just:Whereas if I ran the shortcut from Bottles GUI, it will open a command prompt and runs the commands as expected and logs its messages in console and even games open properly.
To Reproduce
I would suggest just write a bat file with an echo command &
start <game>.exe
and add it as a shortcut in bottles gui, and then export a desktop shortcut, and run via that. GUI works, but desktop shortcut wont.Package
Flatpak from Flathub
Distribution
Fedora 41
Debugging Information
Troubleshooting Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: