| Summary: | Wish: Add a command line argument to start dolphin in fullscreen mode | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | myndstream |
| Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | wishlist | CC: | dolphin-bugs-null, nate |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian stable | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
myndstream
2020-05-01 11:40:15 UTC
wmctrl -r Dolphin -b toggle,fullscreen *** This bug has been marked as a duplicate of bug 413255 *** 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 |