After update world the application nautilus become hangs when called properties of any file or folder. If I called properties of any file or folder from user this problem repeated, but for root this problem occurs. Reproducible: Always Steps to Reproduce: 1. From user right called nautilus and show properties folder or file. Actual Results: Open window with properties. Expected Results: The nautilus hangs.
Created attachment 389650 [details] Nautilus log working from user strace -f -o /tmp/nautilus.log nautilus
Created attachment 389652 [details] Nautilus log working from root strace -f -o /tmp/nautilus.log nautilus
From root: miheev ~ # nautilus -q (nautilus:5900): Gtk-WARNING **: Failed to register client: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files From user: evmih@miheev:~$ nautilus -q (nautilus:5909): GLib-GObject-CRITICAL **: g_object_set: assertion 'G_IS_OBJECT (object)' failed (nautilus:5909): GLib-GObject-WARNING **: /var/tmp/portage/dev-libs/glib-2.40.0-r1/work/glib-2.40.0/gobject/gsignal.c:2580: instance '0x9c3a20' has no handler with id '284' (nautilus:5909): GLib-CRITICAL **: Source ID 291 was not found when attempting to remove it (nautilus:5909): GLib-CRITICAL **: Source ID 292 was not found when attempting to remove it (nautilus:5909): GLib-CRITICAL **: Source ID 293 was not found when attempting to remove it
Created attachment 389654 [details] emerge --info
miheev ~ # emerge -pv nautilus These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] gnome-base/nautilus-3.12.2 USE="exif gnome introspection previewer -debug (-packagekit) -sendto {-test} -tracker -xmp" 0 kB Total: 1 package (1 reinstall), Size of downloads: 0 kB
I cannot reproduce this, please try to create a new user with a fresh home directory to try to reproduce with it
Also, your CFLAGS looks a bit risky: CFLAGS="-march=native -mfpmath=sse -mmmx -msse4.2 -msse2avx -msahf -mcx16 -O2 -pipe -fomit-frame-pointer -ftree-vectorize -funroll-loops" With native you should let gcc choose the mfpmath set, mmx, ssse... -fomit-frame-pointed doesn't need to be explicitly added for amd64, and I am unsure about tree-vectorize and unroll-loops being safe for all the system :|
I know that at some point ftree-vectorize would break pixman with SSE, but that was long ago.
Also this is probably due to a nautilus extension. Please check if removing any fixes the issue.
(In reply to Pacho Ramos from comment #6) > I cannot reproduce this, please try to create a new user with a fresh home > directory to try to reproduce with it Yes, for other user it's work.
(In reply to Gilles Dartiguelongue from comment #9) > Also this is probably due to a nautilus extension. Please check if removing > any fixes the issue. I'm disable all extensions, but challenges remain. Where gnome stores parameters extensions in user's home directory? Maybe try to remove these settings and return everything to its original state?
(In reply to Gilles Dartiguelongue from comment #9) > Also this is probably due to a nautilus extension. Please check if removing > any fixes the issue. My extensions (now all enable): evmih@miheev:~$ eselect gnome-shell-extensions list Available extensions (* means enabled for all users by default): [1] alternate-tab@gnome-shell-extensions.gcampax.github.com [2] apps-menu@gnome-shell-extensions.gcampax.github.com * [3] auto-move-windows@gnome-shell-extensions.gcampax.github.com [4] drive-menu@gnome-shell-extensions.gcampax.github.com * [5] launch-new-instance@gnome-shell-extensions.gcampax.github.com [6] native-window-placement@gnome-shell-extensions.gcampax.github.com [7] places-menu@gnome-shell-extensions.gcampax.github.com * [8] systemMonitor@gnome-shell-extensions.gcampax.github.com [9] user-theme@gnome-shell-extensions.gcampax.github.com * [10] window-list@gnome-shell-extensions.gcampax.github.com [11] windowsNavigator@gnome-shell-extensions.gcampax.github.com [12] workspace-indicator@gnome-shell-extensions.gcampax.github.com *
I would start copying files an directories from buggy account to fresh one until it starts to fail. That will help to find the offending file that is causing this
(In reply to Pacho Ramos from comment #13) > I would start copying files an directories from buggy account to fresh one > until it starts to fail. That will help to find the offending file that is > causing this I copy all hidden files and folders (with dot) from my home directory to directory other user, change recursive owner and login them on gnome desktop. Nautilus is correct working. What you think about it?
strange... are both users in same system groups?
(In reply to Pacho Ramos from comment #15) > strange... are both users in same system groups? No, newuser only their group. P.S. Window properties open by old user, but very longly.
Personally I wouldn't consider this valid until system is re-emerged with sane CFLAGS and this is reproduced also with a fresh user