-
-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: commands/open with will not open programs correctly #3639
Comments
@jntesteves Please, provide some info about the next release and if it will have the fix for that 'cli.py' file. I'm trying building Bottles by myself by following the instructions on the readme (I think you need to revisit them also, 'cause it's a mess *) *...no instructions on how to download and install 'org.flatpak.Builder' from Flathub (first method), by using Discover with flatpak - I'm on Arch Linux, KDE Plasma (Wayland) - is impossible to find the package 'org.flatpak.Builder', the closest is "Builder" which is a completely different package, to build GNOME apps. Neither online I've found some info. |
@martinotecco The fix is already merged in the main branch of the code, it will be on the next version. Unfortunately, I can't give an estimate of when the next release will happen. Building the Devel version is just for development, it's not good for users because it will save data to a different place, it doesn't share data with the stable version. As a user, when I want to build pre-release versions of an app I use from Flathub, I usually build the version from the store using |
Update 51.18 is already available, and this issue is fixed. Closing. |
Describe the bug
if you try and open an executable via commands or by the option in some DE to "open with" bottles throws an error about the local variable "program" not being associated with a value (and will not open the executable)
if I open bottles and start an executable from within the GUI of the app it works flawlessly, I just cannot for the life of me do this via a command
To Reproduce
use the option to open with bottles from the desktop environment or run
flatpak run com.usebottles.bottles
or
flatpak run com.usebottles.bottles -b
Package
Flatpak from Flathub
Distribution
Debian 12 + KDE
Debugging Information
Troubleshooting Logs
No response
Additional context
Neofetch of my computer
OS: Debian GNU/Linux 12 (bookworm) x86_64 Kernel: 6.1.0-28-amd64 Packages: 2819 (dpkg), 15 (flatpak) Shell: bash 5.2.15 Resolution: 1280x1024 DE: Plasma 5.27.5 WM: kwin Theme: [Plasma], Breeze [GTK2/3] Icons: [Plasma], breeze-dark [GTK2/3] Terminal: konsole CPU: AMD Ryzen 7 3800X (16) @ 3.900GHz GPU: NVIDIA GeForce GTX 1660 Ti Memory: 6072MiB / 32014MiB """
The text was updated successfully, but these errors were encountered: