Xfce Forum

Sub domains
 

You are not logged in.

#1 2014-01-22 11:13:44

passtschu
Member
Registered: 2014-01-22
Posts: 7

Xfce session not running correctly

Hello.

I try to run only the Xorg and then startxfce4.
But I can only see the black Xorg screen.
When I switch to a different VT and back I see the Xfce background but nothing more.

The xfce processes are running and an other app (gparted) runs correctly (without window decoration).

The only output that was generated is:

/usr/bin/startxfce4: X server already running on display :0.0
(xfce4-session:243): GLib-GObject-WARNING **: cannot register existing type 'DBusGProxy'
(xfce4-session:243): GLib-GObject-WARNING **: cannot register existing type 'DBusGObjectPath'
(xfce4-session:243): GLib-GObject-WARNING **: cannot register existing type 'DBusGSignature'
(xfce4-panel:261): GLib-GObject-WARNING **: cannot register existing type 'DBusGProxy'
(xfce4-panel:261): GLib-GObject-WARNING **: cannot register existing type 'DBusGObjectPath'
(xfce4-panel:261): GLib-GObject-WARNING **: cannot register existing type 'DBusGSignature'
(xfce4-panel:261): GLib-GObject-WARNING **: cannot register existing type 'DBusGProxy'
(xfce4-panel:261): GLib-GObject-WARNING **: cannot retrieve class for invalid (unclassed) type '<invalid>'
(xfce4-panel:261): GLib-GObject-CRITICAL **: g_object_new_valist: object class '(null)' has no property named 'name'
(Thunar:263): GLib-GObject-WARNING **: cannot register existing type 'DBusGProxy'
(Thunar:263): GLib-GObject-WARNING **: cannot register existing type 'DBusGObjectPath'
(Thunar:263): GLib-GObject-WARNING **: cannot register existing type 'DBusGSignature'
(xfdesktop:265): GLib-GObject-WARNING **: cannot register existing type 'DBusGProxy'
(xfdesktop:265): GLib-GObject-WARNING **: cannot register existing type 'DBusGObjectPath'
(xfdesktop:265): GLib-GObject-WARNING **: cannot register existing type 'DBusGSignature'
(xfdesktop:265): GLib-GObject-WARNING **: cannot register existing type 'DBusGProxy'
(xfdesktop:265): GLib-GObject-WARNING **: cannot retrieve class for invalid (unclassed) type '<invalid>'
(xfdesktop:265): GLib-GObject-CRITICAL **: g_object_new_valist: object class '(null)' has no property named 'name'

What can I do to get a more helpful output?

Thanks in advance.
passtschu

Offline

#2 2014-01-22 11:25:32

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,950

Re: Xfce session not running correctly

Don't start Xorg first. Just run "startxfce4" - it will fire up the X server.

Which distro are you using?


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#3 2014-01-22 12:28:44

passtschu
Member
Registered: 2014-01-22
Posts: 7

Re: Xfce session not running correctly

Sadly the same result...

It's no distro it's build from scratch as a live system.

Last edited by passtschu (2014-01-22 12:29:21)

Offline

#4 2014-01-22 14:10:41

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,950

Re: Xfce session not running correctly

Have you built/installed dbus and dbus-glib?


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#5 2014-01-22 14:49:49

passtschu
Member
Registered: 2014-01-22
Posts: 7

Re: Xfce session not running correctly

Yes, but apparently not as Xfce expects.

The log messages are not very helpful to get this mystery solved...

Last edited by passtschu (2014-01-22 14:50:37)

Offline

#6 2014-01-22 16:25:15

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,950

Re: Xfce session not running correctly


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#7 2014-01-23 14:37:15

passtschu
Member
Registered: 2014-01-22
Posts: 7

Re: Xfce session not running correctly

No, haven't seen this before but at linux from scratch there is a similar one.
I was wondering what perl-uri and perl-xml-parser is for.
I dont have perl installed atm - is this also needed or do I only need the perl modules?

Last edited by passtschu (2014-01-23 14:37:49)

Offline

#8 2014-01-23 17:35:11

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,950

Re: Xfce session not running correctly

Sorry, but I've never used LFS.

I  do believe perl is required for perl-uri and perl-xml-parser. The first is for implementing the URI class that exo uses. The second for parsing xml documents - here the majority of the configuration options are stored.

Last edited by ToZ (2014-01-23 17:38:50)


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#9 2014-01-28 00:40:53

passtschu
Member
Registered: 2014-01-22
Posts: 7

Re: Xfce session not running correctly

I've added perl to my system but the problem is still the same.
Is there a parameter to get a more verbose output?

Offline

#10 2014-01-28 01:23:53

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,950

Re: Xfce session not running correctly

Double check that all required libraries are installed and found:

ldd $(which xfce4-session)

Not sure about debugging xfce4-session. I did find this page (somewhat dated and poorly formatted (search for xfce4-session)) with info about using core files and gdb to debug xfce4-session. Might be worth a try.

Last edited by ToZ (2014-01-28 01:25:06)


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#11 2014-02-02 10:23:35

passtschu
Member
Registered: 2014-01-22
Posts: 7

Re: Xfce session not running correctly

Yes all dependencies are there. the problem with my problem is nothing is crashing. All Xfce programs are running but not like they should. Don't know how gdb could help without crashing...

Offline

#12 2014-02-02 14:55:46

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,950

Re: Xfce session not running correctly

On a hunch, try clearing out your sessions cache before logging onto Xfce (maybe something is corrupted there from your initial attempts). Simply delete ~/.cache/sessions while not logged into Xfce.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

Board footer

Powered by FluxBB