This is a workaround to a problem with the Filepicker font size in many applications such as Chrome, Firefix, Code, Sublime etc.
Here is the bug report:
https://bugs.kde.org/show_bug.cgi?id=458865
When you do a File Open/Save on any of these apps, you get a tiny font dialog even though you get the correct KDE style dialog. So the workaround for now is
I've tried adding it to System Settings > Autostart but does not seem to work, so I have to manually open a console and execute it using a shell script.
Presumably the issue it was fixed in 5.27.
Here is the bug report:
https://bugs.kde.org/show_bug.cgi?id=458865
When you do a File Open/Save on any of these apps, you get a tiny font dialog even though you get the correct KDE style dialog. So the workaround for now is
Code:
systemctl --user restart plasma-xdg-desktop-portal-kde
Presumably the issue it was fixed in 5.27.