Bug 492337 - Tries to generate preview(?) when all preview options are disabled
Summary: Tries to generate preview(?) when all preview options are disabled
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 24.08.0
Platform: Arch Linux Linux
: NOR minor
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-28 20:02 UTC by Gabriel Barros
Modified: 2024-08-28 20:02 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gabriel Barros 2024-08-28 20:02:13 UTC
SUMMARY
Dolphin tries to parse .theme files when it shouldn't (maybe others filetypes too, but .theme ones are the only ones i get errors in the logs)

STEPS TO REPRODUCE
1. disable all preview options
2. open a directory containing a .theme file

OBSERVED RESULT
my system logs will be full of errors:
> dolphin[5842]: kf.config.core: KConfigIni: In file /home/me/somefile.theme, line 27: Invalid escape sequence: «\W»

around 30lines per file.


EXPECTED RESULT
Dolphin should not read random files.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 6.1.4
KDE Frameworks Version: 6.5.0
Qt Version: 6.7.2
Kernel Version: 6.10.6-arch1-1 (64-bit)
Graphics Platform: Wayland

ADDITIONAL INFORMATION