-
Notifications
You must be signed in to change notification settings - Fork 74
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
Bauh fails to list Flatpaks #374
Comments
Having the same issue with Arch using the appimage or the AUR build. Cant see installed flatpaks whether its set to User or System. |
Same issue appeared on: I could install and see flatpaks until a few hours ago, somehow now it's gone, hmm. |
Bauh 0.10.7 installed via pipx, Linux Mint 22 Kernel: 6.8.0-48-generic, Python: 3.12.3 I had the same problem some weeks ago and now the error seems to be gone! The main error it think was the following output from parsing the flatpak list: I printed the flatpak parsing output to the terminal in ~/.local/share/pipx/venvs/bauh/lib/python3.12/site-packages/bauh/gems/flatpak/flatpak.py 129 for o in app_list.stdout:
130 if o:
131 data = o.decode().strip().split('\t')
132 print (data) This was the error causing output (only the last line): Now I installed the org.freedesktop.Platform.ffmpeg-full/x86_64/24.08 again Maybe the maintainer of the ffmpeg- Flatpak has changed in meatime his description Text? The error ocurred for me if I has installed the Newsflash Flatpak: What are your experiences? |
I'm encountering the same problem on Manjaro. bauh version: 0.10.7 Workaround I fixed it by removing "org.freedesktop.Platform.ffmpeg-full".
Output of bauh:
Output of "flatpak list":
|
Describe the bug
Bauh no longer lists any Flatpak, whether installed or not.
Software Environment
bauh version: 0.10.7 - AppImage
O.S: Nitrux 3.7.0
Python version: 3.12
Here's the output from the terminal.
The text was updated successfully, but these errors were encountered: