> > To debug gnome-session you can create a wrapper script to start it in debug > > mode without using gdm. > > > > Rename /usr/bin/gnome-session to gnome-session2 and create > > /usr/bin/gnome-session containing: > > > > #!/bin/sh > > gnome-session2 --debug > > > >..and set it to be executable. > > > > You can then use "startx" or the method above to start gnome-session and > > get debug messages in the syslog. > > BTW, as long as you've compiled the many gnome-session deps without > > systemd, the gnome gui will run without it. > > i successfully installed gnome 33 section and section 34 (Few not installed) > after that > i run startx it execute xorg windows gnome is not starting my .xinitrc file > contains > dbus-launch --exit-with-session gnome-session > any suggestions how can i start gnome GUI? > Maybe you could double-check that the dbus daemon is running before you "startx"
Note that, if you start gnome-session directly, you don't need " dbus-launch --exit-with-session", just "gnome session" will do. -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
