Changes between Initial Version and Version 1 of Ticket #50110, comment 12


Ignore:
Timestamp:
Dec 27, 2015, 11:52:29 AM (8 years ago)
Author:
asic512
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50110, comment 12

    initial v1  
    1 Bad news: after a reboot, I have only 2 processes related to dbus and once again Evince takes a long time to start ...What are the configuration files should I look at ? Thanks!
     1If I start Xquartz from the launchpad (instead of using startx) with no personnal configuration file (no .xinitrc or .xinitrc.d), I can launch evince from a xterm, then the accessibility bus starts correctly. I get no error or warning message from evince. However gnome-panel crashes:
     2
     3
     4{{{
     5** (gnome-panel:1396): WARNING **: Failed to register client: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
     6
     7** (gnome-panel:1396): WARNING **: Failed to load applications: Failed to look up menu_file for "gnome-applications.menu"
     8
     9
     10** (gnome-panel:1396): WARNING **: Could not ask session manager if shut down is available: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
     11Segmentation fault: 11
     12}}}
     13
     14(is it compatible with quartz wm ?) and I get from gnome-session the following:
     15
     16{{{
     17gnome-session-is-accelerated: No composite extension.
     18gnome-session-is-accelerated: No GLX_EXT_texture_from_pixmap support.
     19Dec 27 12:45:45  gnome-session-binary[1400] <Warning>: WARNING: Using null backend for session tracking
     20Dec 27 12:45:45  gnome-session-binary[1400] <Warning>: WARNING: Unable to find required component 'gnome-shell'
     21Dec 27 12:45:45  gnome-session-binary[1400] <Warning>: WARNING: Unable to find required component 'gnome-settings-daemon'
     22
     23** (gnome-session-quit:1412): WARNING **: Failed to call logout: GDBus.Error:org.gnome.SessionManager.NotInRunning: Logout interface is only available during the Running phase
     24
     25}}}
     26
     27So what are the right configuration files that I should put in .xinit.d in order to start a gnome-session ? Thanks.