Skip to content

Commit 86f34b3

Browse files
authored
docs: add workaround for Could not load the Qt platform plugin "xcb"
Signed-off-by: Vignesh D <[email protected]>
1 parent e73fb3c commit 86f34b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/source/getting_started/installation/installation_common_section.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ Basic test passed
111111
Open the final layout using KLayout. This will open the window of KLayout in editing mode `-e` with sky130 technology.
112112

113113
```
114+
# This might be required in case we get error "Could not load the Qt platform plugin "xcb" in "" even though it was found."
115+
xhost +SI:localuser:$(id -un)
116+
114117
# Enter a Docker session:
115118
make mount
116119

0 commit comments

Comments
 (0)