https://bugs.kde.org/show_bug.cgi?id=420851
--- Comment #3 from myndstr...@protonmail.ch --- Thanks, you two. After installing wmctrl this is the full command which worked to start dolphin to open a directory in fullscreen mode and with larger icons (I also added this to the StackExchange question linked above): QT_SCALE_FACTOR=2 dolphin ~/Foldername & sleep 0.8 && wmctrl -r "Foldername — Dolphin" -b add,fullscreen To start it maximized instead of fullscreen just replace "fullscreen" with "maximized_horz,maximized_vert" I opened a new issue for a command-line argument to start dolphin maximized: https://bugs.kde.org/show_bug.cgi?id=420882 -- You are receiving this mail because: You are watching all bug changes.