-
Notifications
You must be signed in to change notification settings - Fork 73
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
Not listing installed packages for Flatpak 1.2.5 #201
Comments
Hello @satourne , please, launch bauh through the command line and paste here any error output that shows up. |
You should use : flatpak list --columns=description,application,size,arch,branch,version,installation,ref,origin nano /etc/debian_version sudo pip3 uninstall bauh python -V Process: bauh Some other manipulationslike : bauh During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): Traceback (most recent call last): HAGD |
Fixed on the staging branch: a6c065e |
After opening a new issue
First of all : Thanks.
I open that issue as an information for your curiosity.
I know that the officials platforms are
Describe the bug
$ flatpak --version
Flatpak 1.2.5
$ bauh --version
bauh 0.9.19
I have flatpak and when I launch bauh, I can see softwares those are available.
![screenshot-bauh](https://user-images.githubusercontent.com/612785/136538197-a005ed47-cfc6-4bde-a607-639c3797ee41.jpg)
But when I click on Installed, I see nothing in despite of I have flatpak
![screenshot-bauh-installed](https://user-images.githubusercontent.com/612785/136538230-e9cecae0-fdb6-4821-8d31-533c2eafc933.jpg)
Software Environment
bauh version: bauh 0.9.19
O.S: Debian GNU/Linux 10 (buster)
Python version: Python 2.7.16
Python 3.7.3
Installation method: pip
Informations :
With Flatpak 1.2.5, the output is :
flatpak list -d
Description Application Version Branch Arch Origin Installation Ref Active commit Latest commit Installed size Options
PulseEffects - Effets… …m.pulseeffects 4.8.4 stable x86_64 flathub system com.github.wwmm.pulseeffects/x86_64/stable f2cf4f14601c ? 43,6 MB system,current
So I see there is a problem in gems/flatpak/flatpak.py
File "/usr/local/lib/python3.7/dist-packages/bauh/gems/flatpak/flatpak.py", line 1XX, in list_installed
'arch': ref_split[1],
IndexError: list index out of range
I change some lines like this :
and it works differently ...
![screenshot-bauh-modified](https://user-images.githubusercontent.com/612785/136540102-df1bac8a-460a-4a12-b353-6559521fbf6f.jpg)
Thanks again.
P.S: I'm a newbie with python...
The text was updated successfully, but these errors were encountered: