Skip to content

Instantly share code, notes, and snippets.

@vaporwavie
Last active January 30, 2018 00:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vaporwavie/e3cd176d472b02260fe78384a3e2e559 to your computer and use it in GitHub Desktop.
Save vaporwavie/e3cd176d472b02260fe78384a3e2e559 to your computer and use it in GitHub Desktop.
this is a workaround for Ubuntu 17.X, which now uses Wayland as default window manager. this change is causing some bugs on outdated apps, such as gparted and gedit. this will fix for now.

If running Ubuntu 17.10 or newer, this issue can arise when an application has not been updated with full support for Wayland.

As a workaround until the application is updated, you can run

xhost +SI:localuser:root

which will allow the root user to display applications on your desktop.

Source: https://askubuntu.com/a/981508

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment