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

[Feature request] Show AppImage Icon #1560

Closed
ahsand97 opened this issue Mar 30, 2022 · 8 comments
Closed

[Feature request] Show AppImage Icon #1560

ahsand97 opened this issue Mar 30, 2022 · 8 comments
Labels

Comments

@ahsand97
Copy link
Contributor

Based on this issue where they're asking to how to set the icon to a .AppImage file itself I can see that it was implemented for type 1 AppImages but that feature was replaced for the daemon appimaged

What I would like to see (Corebird AppImage):
image

The appImaged daemon works great, it scans for specific locations to check .AppImage files, copy them to a specific location, extract their icons and create .desktop files so you can see the applications as if they were "installed" on the menu, but...again, is not what I'm asking cuz if you open a file manager and go to the "AppImages" folder you'd see that all of them have the generic AppImage icon still.

Also based on the description provided here for AppImages:
"As a user, I want to download an application from the original author, and run it on my Linux desktop system just like I would do with a Windows or Mac application."

I think it would be nice if pcmanfm-qt had the ability to display the .AppImage icon to the file itself whenever you open any folder that contains AppImages (just like portable .exe files on Windows) and if you really want to integrate those AppImages then you can use the appimaged daemon to create menu entries of them.

Based on this comment it seems like the correct way is to implement that feature on the file manager, so, would that be possible?

@tsujan
Copy link
Member

tsujan commented Mar 30, 2022

This isn't related to pcmanfm-qt at all. You need an icon set with a separate icon for application-vnd.appimage.

@tsujan tsujan closed this as completed Mar 30, 2022
@tsujan tsujan added the invalid label Mar 30, 2022
@tsujan
Copy link
Member

tsujan commented Mar 30, 2022

And if you want pcmanfm-qt to have specific codes for AppImages, then sorry, it's out of question.

@ahsand97
Copy link
Contributor Author

ahsand97 commented Mar 30, 2022

This isn't related to pcmanfm-qt at all. You need an icon set with a separate icon for application-vnd.appimage.

How would yo do that?? what I was asking for if for example you create an .AppImage and I download it and open the download folders with pcmanfm-qt I want to see the icon of the application for that app, and if I create an .AppImage I want to see the icon I chose for the app.

I created this AppImage and the .AppImage file with pcmanfm-qt shows the same icon for all .AppImages and what I want is to have the pink icon (the one in the task bar) just for the .AppImage file (not for all .AppImages), just like many porrtable .exe on windows have their specific app icon
image

@tsujan
Copy link
Member

tsujan commented Mar 30, 2022

If there's a command that can extract icons from AppImages, you could make a thumbnailer with it. See https://github.com/lxqt/pcmanfm-qt/wiki#thumbnails

If there's no command, it isn't pcmanfm-qt's job to have a special handling for AppImages.

@ahsand97
Copy link
Contributor Author

If there's a command that can extract icons from AppImages, you could make a thumbnailer with it. See https://github.com/lxqt/pcmanfm-qt/wiki#thumbnails

If there's no command, it isn't pcmanfm-qt's job to have a special handling for AppImages.

As always, thank you so much!

@tsujan
Copy link
Member

tsujan commented Mar 30, 2022

You're welcome.

If you have a command that can create an image with a specific size out of an AppImage file, you could share it with others here.

@stefonarch
Copy link
Member

stefonarch commented Mar 30, 2022

schermata-03-30-08-26
Just tested https://github.com/realmazharhussain/appimage-thumbnailer.git and it works, after restart of Desktop module (pcmanfm-qt):

@ahsand97
Copy link
Contributor Author

There's also this other thumbnailer I just found out and it has support for appimages too
xapp-thumbnailers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants