-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Xpra in desktop mode #328
Changes from all commits
2e5262b
a1cd66b
dfb1b55
78c5937
2e2d388
df52bf5
70ac827
26f2b3d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
#!/bin/sh | ||
|
||
# SPDX-FileCopyrightText: Copyright DB InfraGO AG and contributors | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
[xin_-1] | ||
file=/tmp/wallpaper.png | ||
mode=4 | ||
bgcolor=#000000 | ||
xrdb -merge <<\EOF | ||
Xft.dpi: 96 | ||
EOF | ||
|
||
exec openbox-session |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Requires testing: Does the internal session viewer in the Capella Collaboration Manager still work as expected? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Requires testing in the staging environment: How is the general connectivity? Reordering of a popup seems to cause more traffic since there is no window scoping anymore on the client side There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Browser zoom in doesn't scale the window anymore. Needs more investigation, probably we can't do much about it. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Zooming in and out does work for me, but only via the browser menu, as Ctrl+Scroll gets captured and sent to X. However it seems to suffer from the same issue as resizing quickly. Reloading fixes this as well, after which the Capella window is simply rendered larger (and blurry if zooming in, but that's expected on X). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requires testing: Does the session sharing in the Capella Collaboration Manager still work as expected? How does it behave with different screen sizes?