[Bug] Editor does not display on selected screen. #85
Replies: 3 comments 9 replies
-
|
Looks like there was an issue with how i was getting the primary screen. It was using wayland, but that might not be the same as KDE reporting. I changed it to open where the mouse is, and selecting the monitor will change monitors for the editor. |
Beta Was this translation helpful? Give feedback.
-
|
I've upgraded to v1.7.0 but it still only appears to display on my primary monitor regardless of cursor position or selected display. I've fully restarted my PC as well and same results. I've tried the version attached to your release, the AUR source and AUR binary variants and all the same result. Additionally I've had these issues on v1.6.0 and v1.7.0
Honestly had some general weirdness with the plugin as well, the primary monitor did briefly change at one point during trying to capture footage of this behaviour but the layouts also just completely got unset and I couldn't change them again. This seems to have happened after selecting the monitor in the xdg-desktop-portal dialog, which seemed to have crashed the plasmazones service leading to me restarting it. Issue with Zones not filling full screen and primary monitor showing incorrect zones: second_try.mp4Weird issue with Plasma Zones service crashing: first_try.mp4 |
Beta Was this translation helpful? Give feedback.
-
|
Working on the multi monitor issue. My filesystem got corrupted yesterday, so I had to reinstall my system. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When selecting the screen name in the layout editor the edeitor stays on the same screen.
It always appears to display on what it believes is the primary screen.
This also occurs when running:
I have noticed that was PlasmaZones selects as the primary screen is not actually what I have assigned in KDE's display settings, with the screen that has the lowest port number appearing to be assigned as the primary display.
Expected Behavior
The editor displays on the screen that is either currently active or the screen that has been selected in the layout editor.
Steps to Reproduce
Have multiple monitors.
Open the layout editor.
Select the name of the other monitor.
That monitor's layout should now be displayed but the layout editor should display on the same screen.
PlasmaZones Version
1.6.0-1
Display Server
Wayland
Desktop Environment
Plasma 6.5.5
Distribution
Arch Linux
Relevant Logs
Configuration
DP-3
{ "defaultOrder": 0, "description": "Two equal vertical columns", "id": "{a1b2c3d4-1111-2222-3333-444455556666}", "name": "Vertical Monitor", "showZoneNumbers": true, "type": 0, "zonePadding": 0, "zones": [ { "appearance": { "activeOpacity": 0.5, "borderColor": "#cca1a9b1", "borderRadius": 8, "borderWidth": 2, "highlightColor": "#803daee9", "inactiveColor": "#40a1a9b1", "inactiveOpacity": 0.3, "useCustomColors": false }, "id": "{bdbf981a-ef17-4b43-a060-250ad664accf}", "name": "Zone 1", "relativeGeometry": { "height": 0.5139582273339023, "width": 1, "x": 0, "y": 0.13931046173352155 }, "zoneNumber": 1 }, { "appearance": { "activeOpacity": 0.5, "borderColor": "#cca1a9b1", "borderRadius": 8, "borderWidth": 2, "highlightColor": "#803daee9", "inactiveColor": "#40a1a9b1", "inactiveOpacity": 0.3, "useCustomColors": false }, "id": "{337ac9ce-503c-4f5d-9964-88224b67dd7b}", "name": "Zone 2", "relativeGeometry": { "height": 0.34673131093257614, "width": 1, "x": 0, "y": 0.6532686890674239 }, "zoneNumber": 2 }, { "appearance": { "activeOpacity": 0.5, "borderColor": "#cca1a9b1", "borderRadius": 8, "borderWidth": 2, "highlightColor": "#803daee9", "inactiveColor": "#40a1a9b1", "inactiveOpacity": 0.3, "useCustomColors": false }, "id": "{f9ab9bbc-2563-4662-b083-e72838049fe8}", "name": "Zone 3", "relativeGeometry": { "height": 0.13931046173352155, "width": 1, "x": 0, "y": 0 }, "zoneNumber": 3 } ] }DP-4
{ "description": "50% main column with 2 stacked zones on the right", "id": "{a1b2c3d4-1111-2222-3333-444455550001}", "name": "Split Focus", "showZoneNumbers": true, "type": 5, "zonePadding": 8, "zones": [ { "appearance": { "activeOpacity": 0.5, "borderColor": "#c8ffffff", "borderRadius": 8, "borderWidth": 2, "highlightColor": "#800078d4", "inactiveColor": "#40808080", "inactiveOpacity": 0.3, "useCustomColors": false }, "id": "{56150538-2b4a-4ea9-80da-a5c54c14376a}", "name": "Main", "relativeGeometry": { "height": 1, "width": 0.5, "x": 0, "y": 0 }, "zoneNumber": 1 }, { "appearance": { "activeOpacity": 0.5, "borderColor": "#c8ffffff", "borderRadius": 8, "borderWidth": 2, "highlightColor": "#800078d4", "inactiveColor": "#40808080", "inactiveOpacity": 0.3, "useCustomColors": false }, "id": "{cfcb2120-9b08-4412-8429-0b69d20a5661}", "name": "Top Right", "relativeGeometry": { "height": 0.5, "width": 0.5, "x": 0.5, "y": 0 }, "zoneNumber": 2 }, { "appearance": { "activeOpacity": 0.5, "borderColor": "#c8ffffff", "borderRadius": 8, "borderWidth": 2, "highlightColor": "#800078d4", "inactiveColor": "#40808080", "inactiveOpacity": 0.3, "useCustomColors": false }, "id": "{445d1768-2402-4d1b-aa0f-42c2fa083335}", "name": "Bottom Right", "relativeGeometry": { "height": 0.5, "width": 0.5, "x": 0.5, "y": 0.5 }, "zoneNumber": 3 } ] }Checklist
Beta Was this translation helpful? Give feedback.
All reactions