vinifmor / bauh

Graphical user interface for managing your Linux applications. Supports AppImage, Debian and Arch packages (including AUR), Flatpak, Snap and native Web applications
zlib License
931 stars 71 forks source link

[ SOLVED] Bauh is trying to install flathub, but I don't know why! #351

Closed gilbertoferreira closed 5 months ago

gilbertoferreira commented 5 months ago

Before opening a new issue Install the staging branch and check if the unexpected behavior is happening there as well. If you are on ArchLinux-based distro, you can install it through AUR (bauh-staging). Otherwise, you have to clone the repository and install it with pip:

git clone https://github.com/vinifmor/bauh.git -b staging --depth=1
cd bauh
python3 -m venv venv
venv/bin/pip install pip --upgrade
venv/bin/pip install setuptools --upgrade
venv/bin/pip install -r requirements.txt
venv/bin/pip install .
venv/bin/bauh  # or venv/bin/bauh-tray

Describe the bug Bauh is trying to install flathub. Like flatpak install flathub com.obsproject.Studio -y --user

Software Environment bauh version: 0.10.7 O.S: VoidLinux 20230628 Python version: 3.12.1 Installation method: AppImage

Here the log flatpak install flathub com.obsproject.Studio -y --user

Looking for matches… F: An error was encountered searching remote ‘appcenter’ for ‘flathub’: “flathub” is not a valid name: Name must contain at least 2 dots F: An error was encountered searching remote ‘flathub-beta’ for ‘flathub’: “flathub” is not a valid name: Name must contain at least 2 dots F: An error was encountered searching remote ‘kdeapps’ for ‘flathub’: “flathub” is not a valid name: Name must contain at least 2 dots error: No remote ref found for “flathub”

P.S: these instructions and the template must be respected, otherwise your issue will be closed.

gilbertoferreira commented 5 months ago

Well. After chosse install --system, everything is work now. Thanks