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

Multiple KDE applications in pcmanfm-qt "Applications" #1403

Closed
stefonarch opened this issue Jun 18, 2021 · 8 comments
Closed

Multiple KDE applications in pcmanfm-qt "Applications" #1403

stefonarch opened this issue Jun 18, 2021 · 8 comments

Comments

@stefonarch
Copy link
Member

stefonarch commented Jun 18, 2021

Stumbled upon that testing the fix for #1401

Okular and Marble show multiple files in "Applications":
schermata-07-01-56

schermata-06-57-22

ls /usr/share/applications/ |grep marble
marble_geojson.desktop
marble_gpx.desktop
marble_kml.desktop
marble_kmz.desktop
marble_shp.desktop

In the panel's menu only one is shown.

Expected Behavior

Similar as in the menu only one should be shown

Current Behavior
System Information
  • Distribution & Version: all, git master
@tsujan
Copy link
Member

tsujan commented Jun 18, 2021

Yes but the problem is deeper. See lxqt/libfm-qt#417

I close this not because it isn't valid but because a more fundamental change is needed.

@tsujan tsujan closed this as completed Jun 18, 2021
@stefonarch
Copy link
Member Author

I just wonder why KDE need tons of okular.desktop but anyway - I hardly ever look in menu://applications/

@tsujan
Copy link
Member

tsujan commented Jun 18, 2021

Oh, I think this isn't a bug. All those items in your screenshot have italic texts. It means they are hidden. Do you show hidden files under menu://applications/?

@tsujan
Copy link
Member

tsujan commented Jun 18, 2021

This is correct (see Krita icons):

hidden

@tsujan
Copy link
Member

tsujan commented Jun 18, 2021

I just wonder why KDE need tons of okular.desktop

If you go to /usr/share/applications and drop them into a text editor, you'll see the differences between them. I'd say KDE does a weird thing but since it adds NoDisplay=true to them, there's no problem.

@stefonarch
Copy link
Member Author

You'r right, for some reason "show hidden" was set there. So no issue, but I didn't think about hidden files there to be honest :)

@tsujan
Copy link
Member

tsujan commented Jun 18, 2021

Probably, you wanted to test the recursive customization there and showed hidden files under menu://applications/.

I think it's better to check pcmanfm-qtPreferencesDisplayShow icons of hidden files shadowed by default for the user to distinguish hidden files immediately.

@stefonarch
Copy link
Member Author

Good point!

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

No branches or pull requests

2 participants