I am trying to open a specific Google Profile in a specific workspace on a specific monitor

$ echo $DISPLAY

:0

$ xrandr --listactivemonitors

Monitors: 4
0: +*XWAYLAND3 1920/600x1080/340+0+1080 XWAYLAND3
1: +XWAYLAND0 1920/600x1080/340+1920+1080 XWAYLAND0
2: +XWAYLAND1 1920/600x1080/340+0+0 XWAYLAND1
3: +XWAYLAND2 1920/600x1080/340+1920+0 XWAYLAND2

$ google-chrome --display=:0.2 --window-position=0,0 --profile-directory=“Profile 2”

[380093:380093:0708/071218.148918:ERROR:ozone_platform_x11.cc(239)] Missing X server or $DISPLAY
[380093:380093:0708/071218.148937:ERROR:env.cc(255)] The platform failed to initialize. Exiting.

$ google-chrome --profile-directory=“Profile 2”

This opens the correct profile on the main window of the current workspace

$ google-chrome --display=2:0 --profile-directory=“Profile 2”

Does something but I don’t know what. I have to CTRL-C to get out of “it”.

This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.