Summary: | Gnome (still) prevents session resize | ||
---|---|---|---|
Product: | ThinLinc | Reporter: | Aaron Sowry <aaron> |
Component: | VNC | Assignee: | Pierre Ossman <ossman> |
Status: | NEW --- | ||
Severity: | Normal | CC: | leon.pegg, samuel |
Priority: | P2 | ||
Version: | 4.1.0 | ||
Target Milestone: | MediumPrio | ||
Hardware: | PC | ||
OS: | Unknown | ||
See Also: |
https://www.cendio.com/bugzilla/show_bug.cgi?id=3055 https://www.cendio.com/bugzilla/show_bug.cgi?id=5847 https://bugzilla.cendio.com/show_bug.cgi?id=4419 https://bugzilla.cendio.com/show_bug.cgi?id=8199 https://bugzilla.cendio.com/show_bug.cgi?id=8216 |
||
Acceptance Criteria: |
Description
Aaron Sowry
Also, somewhat strange behavour using xrandr - doing "xrandr -s <anything>" will result in the session being resized to whatever the display size is set to in gnome-control-center. Disabling xrandr plugin in the gnome settings daemon fixes the issue on gnome 3 run dconf-editor browse to org -> gnome -> settings-daemon -> plugins > xrandr and uncheck Active At least on Fedora 36, there is no org.gnome.settings-daemon.plugins.xrandr setting. Removing this file from the user's home directory will do the trick: rm ~/.config/monitors.xml Note that this will also remove monitor preferences for local logins if the same home directory is used. (In reply to Samuel Mannehed from comment #4) > Removing this file from the user's home directory will do the trick: > > rm ~/.config/monitors.xml If this file is removed while a session is active, it will only have an effect after logging out and then logging back in. |