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

Can only load appimage from within bauh. Not from DE Application Launcher #155

Closed
Lennox84 opened this issue Dec 12, 2020 · 9 comments
Closed
Labels
appimage bug Something isn't working done

Comments

@Lennox84
Copy link

Lennox84 commented Dec 12, 2020

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
Appimage will install fine but it seems and cant be found in application launcher i.e. for etcher it reports "Could not find the program 'AppRun' & for GameHub 'com.github.tkashkin.gamehub'

Software Environment
bauh version: 0.9.10
O.S: name and version Fedora 33 (KDE Spin) 5.9.12-200.fc33.x86_64
Python version: Python 3.9.0
Installation method: pip | distro package manager (e.g: pacman)
Manual- Env
Bauh screen 1
Bauh screen 2
Bauh Etcher
Bauh GH 2
Bauh GH

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

@vinifmor
Copy link
Owner

Hi @Lennox84 , thanks for sharing this issue. I'm going to have a look here. It can be a regression.

@vinifmor
Copy link
Owner

This issue is happening because now bauh respects the Exec command defined in the original desktop entry of the AppImage.
RPCS3 does not face this issue. Anyway, I'm going to add a solution for such cases to not harm the overall experience. Thanks again for the quick feedback.

@vinifmor vinifmor added bug Something isn't working appimage and removed in review labels Dec 12, 2020
@Lennox84
Copy link
Author

Lennox84 commented Dec 12, 2020 via email

@vinifmor
Copy link
Owner

Thanks @Lennox84 . Issue already fixed. Please, try the staging branch again, and let me know if it is working now.

P.S: you need to reinstall these AppImages so bauh can regenerate the desktop entries.

@Lennox84
Copy link
Author

Lennox84 commented Dec 12, 2020 via email

@Lennox84
Copy link
Author

Hi Vin,

Really sorry to be such a noob but now that I'm in Fedora and not Manjaro... How do I try the staging branch? Pip will install master no?

I'm following the Manual install instructions you have.
Cheers for your help

@Lennox84
Copy link
Author

Hi Vin,

Really sorry to be such a noob but now that I'm in Fedora and not Manjaro... How do I try the staging branch? Pip will install master no?

I'm following the Manual install instructions you have.

@Lennox84
Copy link
Author

Nevermind, figured it out WooHoo!!

All good, works like a charm.

Thanks
Vin!!

@vinifmor
Copy link
Owner

Great! I'll let this issue open for now until the final release is ready (so people can check if the problem is already reported).

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
appimage bug Something isn't working done
Projects
None yet
Development

No branches or pull requests

2 participants