You are not logged in.

#1 2017-06-29 12:37:02

daankata
Member
Registered: 2017-05-21
Posts: 47

.xsession-errors file constantly keeps growing

Hello!
I noticed that when I restart my computer the .xsession-errors file constantly keeps growing. From a few kilobytes to a few megabytes. Here is the output of the file:

xfce4-session: No SSH authentication agent found
gpg-agent[580]: WARNING: "--write-env-file" is an obsolete option - it has no effect
gpg-agent: a gpg-agent is already running - not starting a new one

(xfce4-session:574): xfce4-session-WARNING **: gpg-agent returned no PID in the variables

** (nm-applet:617): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-bqDduJf8IV: Connection refused
libpager-Message: Setting the pager rows returned false. Maybe the setting is not applied.

** (polkit-gnome-authentication-agent-1:626): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-bqDduJf8IV: Connection refused

** (wrapper-2.0:638): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-bqDduJf8IV: Connection refused

** (wrapper-2.0:633): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-bqDduJf8IV: Connection refused

** (wrapper-2.0:651): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-bqDduJf8IV: Connection refused

(wrapper-2.0:633): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -3 and height 26

(wrapper-2.0:638): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -3 and height 26

(wrapper-2.0:651): Gtk-WARNING **: Negative content width -3 (allocation 1, extents 2x2) while allocating gadget (node button, owner PulseaudioButton)

(Thunar:584): GLib-CRITICAL **: g_file_test: assertion 'filename != NULL' failed

(Thunar:584): GLib-CRITICAL **: g_file_test: assertion 'filename != NULL' failed

(Thunar:584): GLib-CRITICAL **: g_file_test: assertion 'filename != NULL' failed

(Thunar:584): GLib-CRITICAL **: g_file_test: assertion 'filename != NULL' failed

(Thunar:584): GLib-CRITICAL **: g_file_test: assertion 'filename != NULL' failed

(Thunar:584): GLib-CRITICAL **: g_file_test: assertion 'filename != NULL' failed

(Thunar:584): GLib-CRITICAL **: g_file_test: assertion 'filename != NULL' failed

(Thunar:584): GLib-CRITICAL **: g_file_test: assertion 'filename != NULL' failed

(Thunar:584): GLib-CRITICAL **: g_file_test: assertion 'filename != NULL' failed

(Thunar:584): GLib-CRITICAL **: g_file_test: assertion 'filename != NULL' failed

(Thunar:584): GLib-CRITICAL **: g_file_test: assertion 'filename != NULL' failed

(Thunar:584): GLib-CRITICAL **: g_file_test: assertion 'filename != NULL' failed

(Thunar:584): GLib-CRITICAL **: g_file_test: assertion 'filename != NULL' failed

(Thunar:584): GLib-CRITICAL **: g_file_test: assertion 'filename != NULL' failed

(Thunar:584): GLib-CRITICAL **: g_file_test: assertion 'filename != NULL' failed

(Thunar:584): GLib-CRITICAL **: g_file_test: assertion 'filename != NULL' failed

(Thunar:584): GLib-CRITICAL **: g_file_test: assertion 'filename != NULL' failed

(Thunar:584): GLib-CRITICAL **: g_file_test: assertion 'filename != NULL' failed

(mousepad:716): GtkSourceView-CRITICAL **: gtk_source_style_scheme_get_id: assertion 'GTK_IS_SOURCE_STYLE_SCHEME (scheme)' failed

(mousepad:716): GLib-CRITICAL **: g_variant_new_string: assertion 'string != NULL' failed

(mousepad:716): GtkSourceView-CRITICAL **: gtk_source_style_scheme_get_id: assertion 'GTK_IS_SOURCE_STYLE_SCHEME (scheme)' failed

(mousepad:716): GLib-CRITICAL **: g_variant_new_string: assertion 'string != NULL' failed

(mousepad:716): GtkSourceView-CRITICAL **: gtk_source_style_scheme_get_id: assertion 'GTK_IS_SOURCE_STYLE_SCHEME (scheme)' failed

What could the cause of the errors be?
Thank you very much!

Offline

#2 2017-06-29 19:10:11

daankata
Member
Registered: 2017-05-21
Posts: 47

Re: .xsession-errors file constantly keeps growing

So I found https://bbs.archlinux.de/viewtopic.php?id=30441 and this https://bbs.archlinux.de/viewtopic.php?id=29733 but I do not know german. Can someone help me with the solution?

Offline

#3 2017-06-29 21:26:02

seth
Member
Registered: 2012-09-03
Posts: 51,671

Re: .xsession-errors file constantly keeps growing

The posts refer to a broken xinitrc -> how do you start X11?

Offline

#4 2017-06-30 07:38:10

daankata
Member
Registered: 2017-05-21
Posts: 47

Re: .xsession-errors file constantly keeps growing

So I found the solution but I do not know how to apply it. If someone can help me? The solution is described here:
Fixed in: https://git.xfce.org/xfce/thunar/diff/t … 762e97b192
Reported in: https://www.mail-archive.com/xfce-bugs@ … 05228.html
How can I apply the patch? Thank you very much!

Offline

#5 2017-06-30 11:02:00

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,556
Website

Re: .xsession-errors file constantly keeps growing


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#6 2017-06-30 11:09:16

seth
Member
Registered: 2012-09-03
Posts: 51,671

Re: .xsession-errors file constantly keeps growing

This is only part of the xsession-error messages you posted, but well...
To apply the patch, you'll have to build the thunar package yourself and apply the patch.

Either install and use asp or download the files from https://git.archlinux.org/svntogit/pack … ges/thunar as well as your patch and run a local makepkg / pacman -U <package>.tar.xz
See https://wiki.archlinux.org/index.php/Makepkg

Ultimately you can just wait until the patched version is released and hits the repos.

edit: isn't ABS deprecated and dead?

Last edited by seth (2017-06-30 11:10:10)

Offline

#7 2017-06-30 12:11:21

Raynman
Member
Registered: 2011-10-22
Posts: 1,539

Re: .xsession-errors file constantly keeps growing

seth wrote:

edit: isn't ABS deprecated and dead?

https://wiki.archlinux.org/index.php/Arch_Build_System wrote:

ABS is a collection of tools for compiling source into installable .pkg.tar.xz packages

abs (lowercase) was only one of those tools.

Offline

Board footer

Powered by FluxBB