LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-01-2013, 05:22 AM   #1
BadAvocado
LQ Newbie
 
Registered: Apr 2013
Posts: 5

Rep: Reputation: Disabled
xfce problems dbus segfault with nm-applet


I've been having these errors show up recently. I first noticed them after xfce4 took a long time to log out, then at the next startx, it took a long time to paint the screen, and had a Xorg cursor set and window styles instead of the typical xfce styles. I got things back to "normal" by deleting ~/.cache/sessions/* (all but the 'thumbs' subdirectory).

However, these errors below still show up, and my google searches aren't helping me to diagnose them. Any clues / help are appreciated.

Startup Errors:
Code:
** (nm-applet:4583): CRITICAL **: dbus_set_g_error: assertion 'gerror == NULL || *gerror == NULL' failed

xfdesktop:4566): GLib-GIO-CRITICAL **: g_file_get_path: assertion 'G_IS_FILE (file)' failed

xfdesktop:4566): GLib-GIO-CRITICAL **: g_file_get_path: assertion 'G_IS_FILE (file)' failed

xfdesktop:4566): GLib-GIO-CRITICAL **: g_file_get_path: assertion 'G_IS_FILE (file)' failed

xfdesktop:4566): GLib-GIO-CRITICAL **: g_file_get_path: assertion 'G_IS_FILE (file)' failed

/usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py:127: RuntimeWarning: PyOS_InputHook in not available for interactive use of PyGTK
  set_interactive(1)
QGtkStyle was unable to detect the current GTK+ theme
I think the python2.7 error is related to hplip, if I remove it from the session, that error doesn't appear, but the GLib-GIO-CRITICAL messages still show up.

When I run nm-applet from a terminal, I get a similar dbus error:
Code:
$ nm-applet

** (nm-applet:5809): CRITICAL **: dbus_set_g_error: assertion `gerror == NULL || *gerror == NULL' failed
Segmentation fault
/var/log/messages
Code:
May  1 06:48:32 slackmachine kernel: [75972.503334] nm-applet[5809]: segfault at ffff3ff0 ip b64096ae sp bf969b40 error 4 in libc-2.15.so[b63c3000+17e000]
~/.xinitrc
Code:
#!/bin/sh
#  xinitrc.xfce - modified to work around xfce4session bug
#                 https://bugzilla.xfce.org/show_bug.cgi?id=8841


########################################################################
##  Merge in defaults and keymaps                                     ##
########################################################################

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

if [ -f $sysresources ]; then
    /usr/bin/xrdb -merge $sysresources
fi

if [ -f $sysmodmap ]; then
    /usr/bin/xmodmap $sysmodmap
fi

if [ -f $userresources ]; then
    /usr/bin/xrdb -merge $userresources
fi

if [ -f $usermodmap ]; then
    /usr/bin/xmodmap $usermodmap
fi

########################################################################
##  Start xfce Desktop Environment                                    ##
########################################################################

if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
  exec ck-launch-session dbus-launch --exit-with-session /usr/bin/startxfce4
else
  exec dbus-launch --exit-with-session /usr/bin/startxfce4
fi

Last edited by BadAvocado; 05-01-2013 at 06:24 AM.
 
Old 05-01-2013, 06:30 AM   #2
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Ensure the networkmanager daemon is not set as executable and that you don't have nm-applet set to run at startup and it won't trouble you. You do not need to go into "network connections" in the Xfce menu if you configured your connection using slack's networking daemon.

You're actually trying to execute those .pdf files. Try to execute an actual pdf viewer (e.g. xpdf) or just put them on the desktop.
 
Old 05-01-2013, 06:45 AM   #3
BadAvocado
LQ Newbie
 
Registered: Apr 2013
Posts: 5

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by caravel View Post
Ensure the networkmanager daemon is not set as executable and that you don't have nm-applet set to run at startup and it won't trouble you. You do not need to go into "network connections" in the Xfce menu if you configured your connection using slack's networking daemon.
Thanks for the reply. networkmanager is not set as executable.

Code:
# ls -al /etc/rc.d/rc.networkmanager 
-rw-r--r-- 1 root root 1669 Aug 14  2012 /etc/rc.d/rc.networkmanager
I'm aware that I don't 'need' to use Network Connections, I just assumed this is an entry for nm-applet, so I tried to run it to see what happens. In any case, starting nm-applet from terminal produces a dbus error, and since these segfault errors are littered throughout /var/log/messages, I'd like to diagnose/fix the problem.

Quote:
You're actually trying to execute those .pdf files. Try to execute an actual pdf viewer (e.g. xpdf) or just put them on the desktop.
Thanks, I figured that out after my original post, and then I edited the post to remove that question.
 
Old 05-01-2013, 07:28 AM   #4
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
nm-applet relates to network manager - you don't need to run it and yes it will produce a dbus error if the networkmanager daemon is not running.

You should be able to disable it from running on startup in the xfce settings.
 
Old 05-01-2013, 02:01 PM   #5
BadAvocado
LQ Newbie
 
Registered: Apr 2013
Posts: 5

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by caravel View Post
nm-applet relates to network manager - you don't need to run it and yes it will produce a dbus error if the networkmanager daemon is not running.

You should be able to disable it from running on startup in the xfce settings.
Settings / Session and Startup / Session tab shows:
xwfm4
Thunar
Xfsettingsd
xfce4-panel
xfdesktop
/usr/bin/hp-systray
Power Manager

Of all those, both hp-systray and Thunar show no PID and the restart style is "if running" for both. So I'm not sure what's causing the error to pop up in /var/log/messages.
 
Old 05-01-2013, 04:50 PM   #6
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Settings / Session and Startup / Application Autostart / "Network (Manage your network connections)"

Uncheck - done.

(I also get the same segfault when trying to run nm-applet, when the networkmanager daemon is not running.)

Last edited by cynwulf; 05-01-2013 at 04:53 PM.
 
1 members found this post helpful.
Old 05-02-2013, 12:52 AM   #7
BadAvocado
LQ Newbie
 
Registered: Apr 2013
Posts: 5

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by caravel View Post
Settings / Session and Startup / Application Autostart / "Network (Manage your network connections)"

Uncheck - done.

(I also get the same segfault when trying to run nm-applet, when the networkmanager daemon is not running.)
Thanks - I guess I was being 'dense' yesterday.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Problems with XFCE-4.8 TSquaredF Slackware 4 04-19-2011 03:36 PM
Problems with Xfce theunixwizard Debian 2 05-13-2008 05:45 PM
Xfce problems with task bar and xfce-panel aeruzcar Linux - Software 4 06-26-2006 05:29 AM
few problems with XFCE..help.. alexii86 Linux - General 1 04-03-2004 06:23 PM
Problems with XFCE 4.0.3 wyz51 Linux - Software 0 02-17-2004 08:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:46 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration