| Summary: | Dolphin becomes extremely slow when directory containing large file that ends with ".theme" | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Antares0982 |
| Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | dolphin-bugs-null, meven |
| Priority: | NOR | ||
| Version First Reported In: | 25.08.2 | ||
| Target Milestone: | --- | ||
| Platform: | NixOS | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Antares0982
2025-10-21 16:33:59 UTC
Is the content of your .theme file text, or binary ? .theme has a application/x-desktop, i.e the same a .desktop files. https://gitlab.freedesktop.org/xdg/shared-mime-info/-/blob/master/data/freedesktop.org.xml.in?ref_type=heads#L4761 Consequently you hit the same bug as 481702 *** This bug has been marked as a duplicate of bug 481702 *** (In reply to Méven from comment #1) > Is the content of your .theme file text, or binary ? > > .theme has a application/x-desktop, i.e the same a .desktop files. > https://gitlab.freedesktop.org/xdg/shared-mime-info/-/blob/master/data/ > freedesktop.org.xml.in?ref_type=heads#L4761 > > Consequently you hit the same bug as 481702 > > *** This bug has been marked as a duplicate of bug 481702 *** The file was actually a large zip file (used by OnePlus theme store). |