-
Notifications
You must be signed in to change notification settings - Fork 72
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
Install AppImage File Generates a Blank .desktop File #186
Comments
@lfom thanks for reporting this. I will have a look. |
Actually it is not a bug. Bauh just copies the desktop file provided by the AppImage (this application provides an empty one). Bauh coud generate a fresh one for this sort of scenarios. I'm going to add this as an enhancement task. |
I've published the fix/enhancement to the staging branch. Try reinstalling the file and check if the desktop entry is properly generated. |
@vinifmor .desktop file is not empty anymore, and it launches the app correctly. I only missed the "Comment=" line. |
@lfom the missing "Comment" field is expected, since the current installation form does not have it. It would fit as a separate feature. |
@vinifmor Isn't it the Description when installing manually? |
You're right. I forgot that for .desktop files the "Comment" field is equivalent to "Description". I'm going to add it. Thanks. |
Already on staging |
Tested on 0.9.19 and it seems to be working fine. Thank you! |
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.
Done, the problem persists
Describe the bug
Related errors from running bauh in the terminal:
Software Environment
bauh version: 0.9.18
O.S: _Pop!OS 21.04 (like Ubuntu 21.04)
Python version: Pyhton 3.9.5
Installation method: pip
Once again, thanks a lot for
bauh
.Regards
The text was updated successfully, but these errors were encountered: