Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gtk gtk
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,475
    • Issues 1,475
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 245
    • Merge requests 245
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • gtkgtk
  • Issues
  • #1390
Closed (duplicated) (duplicated)
Open
Created Oct 05, 2018 by soloturn@soloturn

nautilus opens in wayland if started out of x.org, should respect DISPLAY, WAYLAND_DISPLAY

  1. start two gnome-shell one on tty1 and X (startx), one on tty2 with wayland (XDG_SESSION_TYPE=wayland exec dbus-run-session gnome-session).

  2. open a gnome terminal switch to tty1, open a gnome-terminal.

  3. start nautilus there is no WAYLAND_DISPLAY set. only DISPLAY. type "nautilus" and it launches not on tty1 where the terminal is, but on tty2, wayland, instead of tty1. its working there.

i tried with other applications as well and this seems to be a more general issue with gnome applications:

  • all open correctly when started on tty2, wayland.
  • gnome-terminal opens correctly on tty1, tty2. the only one behaving as expected.
  • epiphany exits with an error on tty1
$ epiphany 
EGLDisplay Initialization failed: EGL_NOT_INITIALIZED
WaylandCompositor requires eglCreateImage and eglDestroyImage.
Nested Wayland compositor could not initialize EGL
Gdk-Message: 04:22:47.904: Error 71 (Protocol error) dispatching to Wayland display.
  • shotwell opens on tty2, menus displaced
  • gnome-texteditor opens on tty2, working
  • totem crashes
$ totem

(totem:31907): Clutter-CRITICAL **: 04:29:27.511: Unable to initialize Clutter: Unable to initialize the Clutter backend: no available drivers found.

(totem:31907): Totem-WARNING **: 04:29:27.511: gtk-clutter failed to initialise, expect problems from here on.

(totem:31907): Clutter-CRITICAL **: 04:29:27.641: Unable to initialize Clutter: Unable to initialize the Clutter backend: no available drivers found.

(totem:31907): Clutter-WARNING **: 04:29:27.641: Missing Cogl context: was Clutter correctly initialized?
Segmentation fault (core dumped)
Edited Oct 05, 2018 by soloturn
Assignee
Assign to
Time tracking