| Summary: | Wrong icon for Raku/perl6 | ||
|---|---|---|---|
| Product: | [Applications] krusader | Reporter: | Todd <toddandmargo> |
| Component: | general | Assignee: | Krusader Bugs Distribution List <krusader-bugs-null> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | minor | CC: | davide, krusader-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | 2.7.1 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Todd
2020-03-22 07:14:25 UTC
Is the icon also wrong in Dolphin? Dolphin messes my machine up, so I'd rather not install it. Thunar just shows a piece of paper, like a text file. Nautilus just shows a purple square on its point. Does that help? No, it doesn't help, because only Dolphin and Krusader are using KDE code. If both show the issue, then the bug is in a lower level KDE framework. But if you say Dolphin messes up your system, we need to wait until someone can provide the information requested in comment 1. Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! Sorry. I can't risk messing up my system with Dolphin Can you run the command "file --mime-type <file>" to both .pl and .pl6 files and post the result? Files cannot be empty. As Christoph pointed, icons are managed globally in KDE and we ask to replicate many Krusader bugs on Dolphin. You could change icons from KDE's System Settings - Applications - File Association (systemsettings5) or the single module "kcmshell5 filetypes". If you don't have those programs installed, the first information could be enough. That I can do! Note: the Perl 6 folks are slowly changing their extensions from .pl6 to .raku Perl 6: $ file --mime-type TermTest.pl6 TermTest.pl6: text/x-perl $ file --mime-type SubTest.raku SubTest.raku: text/x-perl Perl 5: $ file --mime-type RenameDots.pl RenameDots.pl: text/x-perl The 'file' command doesn't query the XDG mime database, but uses its own database, called 'magic'. (In reply to Christoph Feck from comment #8) > The 'file' command doesn't query the XDG mime database, but uses its own > database, called 'magic'. Right, the command should be "xdg-mime query filetype <file>" $ xdg-mime query filetype X11Test.pl6 application/x-perl $ xdg-mime query filetype X11Test.raku application/x-perl This confirms that the bug is in the XDG MIME database. The MIME type for Perl 6 is text/x-perl6. Please report this issue directly to the XDG MIME database maintainers via https://gitlab.freedesktop.org/xdg/shared-mime-info/issues Of course it's "application/x-perl6"... I should learn to use copy/paste. Wrong icon for Perl6 / Raku: https://gitlab.freedesktop.org/xdg/shared-mime-info/-/issues/133 |