Skip to content
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]: Command-line options parsing is broken on the GUI frontend #3606

Open
jntesteves opened this issue Dec 15, 2024 · 0 comments
Open

[Bug]: Command-line options parsing is broken on the GUI frontend #3606

jntesteves opened this issue Dec 15, 2024 · 0 comments
Labels

Comments

@jntesteves
Copy link
Contributor

Describe the bug

Options like -b/--bottle and -e/--executable are completely ignored.

Options parsing works on bottles-cli, this issue only happens on the main app binary that uses a different CLI options parsing implementation.

To Reproduce

# Will open the main window of the Bottles app instead of the exe
flatpak run com.usebottles.bottles -e /path/to/executable.exe

# Will open the window to choose a bottle instead of launching the exe on the specified bottle
flatpak run com.usebottles.bottles -b my-bottle /path/to/executable.exe

Package

Flatpak from Flathub

Distribution

Fedora 41 Silverblue

Debugging Information

Official Package: true
Version: 51.17-7063d286
DE/WM: gnome
Display:
    X.org: true
    X.org (port): :0
    Wayland: true
Graphics:
    vendors:
        amd:
            vendor: amd
            envs:
                DRI_PRIME: '1'
            icd: /usr/lib/x86_64-linux-gnu/GL/vulkan/icd.d/radeon_icd.x86_64.json:/usr/lib/i386-linux-gnu/GL/vulkan/icd.d/radeon_icd.i686.json
    prime:
        integrated: null
        discrete: null
Kernel:
    Type: Linux
    Version: 6.11.11-300.fc41.x86_64
Disk:
    Total: 8063340544
    Free: 8063168512
RAM:
    MemTotal: 15.0GiB
    MemAvailable: 5.6GiB
Bottles_envs: null

Troubleshooting Logs

No response

Additional context

No response

@jntesteves jntesteves added the Bug label Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant