-
I'm hitting xpra/xpra/client/gtk3/tray_menu.py Line 1478 in 54d9c76 but I don't understand why: $ xpra showconfig | grep start-
proxy-start-sessions = True
start-after-connect =
start-child =
start-child-after-connect =
start-child-late =
start-child-on-connect =
start-child-on-last-client-exit =
start-env (used) = '#avoid Ubuntu's global menu, which is a mess and cannot be forwarded:', 'UBUNTU_MENUPROXY=', 'QT_X11_NO_NATIVE_MENUBAR=1', '#fix for MainSoft's MainWin buggy window management:', 'MWNOCAPTURE=true', 'MWNO_RIT=true', 'MWWM=allwm', '#force GTK3 applications to use X11 so we can intercept them:', 'GDK_BACKEND=x11', '#force Qt applications to use X11 so we can intercept them:', 'QT_QPA_PLATFORM=xcb', '#disable Qt scaling:QT_AUTO_SCREEN_SET_FACTOR=0', 'QT_SCALE_FACTOR=1', '#overlay scrollbars complicate things:GTK_OVERLAY_SCROLLING=0', '#some versions of GTK3 honour this option, sadly not all:', 'GTK_CSD=0' <class 'list'>
start-env (default) = '#silence some AT-SPI and atk-bridge warnings:', 'NO_AT_BRIDGE=1' <class 'list'>
start-late =
start-new-commands = True
start-on-connect =
start-on-last-client-exit =
start-via-proxy = False
|
Beta Was this translation helpful? Give feedback.
Answered by
totaam
Sep 17, 2023
Replies: 2 comments 3 replies
-
The server log should have more details. |
Beta Was this translation helpful? Give feedback.
3 replies
-
My bad, I was a bit too aggressive in removing legacy flags. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
totaam
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My bad, I was a bit too aggressive in removing legacy flags.
v5 servers still need this one: fdff997