GNOME Bugzilla – Bug 768328
[bug] operation goes in a window
Last modified: 2016-07-03 10:58:53 UTC
Created attachment 330810 [details] screenshot Today I encountered a strange bug: I was copying a folder to an external usb drive. I launched this operation normally, via nautilus GUI opened using the launcher from gnome-shell as normal (the reason why I specify this, will be soon clear). then I launched a nautilus instance via terminal using this command `nautilus .local` (I was in my home) this command results in a new nautilus window launched but also a new little window (without name or title) containing the operation drop-down window that usually appears when clicking on the "pie" button beside the search, etc., on the right of the top bar of nautilus. Then I closed the dwarf window and this results in the closure of all nautilus instances. I'm on Arch Linux x86_64, gnome 3.20, nautilus 3.20.1+17+gf84d431-1, nautilus-sendto 3.8.4-1 and nautilus-renamer 4.0-1 the attached screenshot shows the problem while latest relevant lines of `journalctl -b -e -f` are: Jul 03 11:53:18 arch-xps org.gnome.Nautilus[872]: (nautilus:1293): Gtk-CRITICAL **: gtk_window_realize: assertion '!_gtk_widget_get_realized (widget)' failed Jul 03 11:53:18 arch-xps dbus[426]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' Jul 03 11:53:18 arch-xps systemd[1]: Starting Hostname Service... Jul 03 11:53:18 arch-xps dbus[426]: [system] Successfully activated service 'org.freedesktop.hostname1' Jul 03 11:53:18 arch-xps systemd[1]: Started Hostname Service. Jul 03 11:53:30 arch-xps org.gnome.Shell.desktop[904]: (gnome-shell:904): St-CRITICAL **: st_label_set_text: assertion 'text != NULL' failed Jul 03 11:53:46 arch-xps org.gnome.Shell.desktop[904]: (gnome-shell:904): St-CRITICAL **: st_label_set_text: assertion 'text != NULL' failed Jul 03 11:53:47 arch-xps org.gnome.Shell.desktop[904]: (gnome-shell:904): St-CRITICAL **: st_label_set_text: assertion 'text != NULL' failed Jul 03 11:53:50 arch-xps org.gnome.Shell.desktop[904]: (gnome-shell:904): St-CRITICAL **: st_label_set_text: assertion 'text != NULL' failed Jul 03 11:54:01 arch-xps org.gnome.Shell.desktop[904]: (gnome-shell:904): St-CRITICAL **: st_label_set_text: assertion 'text != NULL' failed Jul 03 11:54:17 arch-xps org.gnome.Shell.desktop[904]: (gnome-shell:904): St-CRITICAL **: st_label_set_text: assertion 'text != NULL' failed Jul 03 11:54:19 arch-xps org.gnome.Nautilus[872]: (nautilus:1293): Gdk-WARNING **: nautilus: Fatal IO error 11 (Resource temporarily unavailable) on X server :0. Jul 03 11:55:24 arch-xps dbus-daemon[872]: Activating service name='org.gnome.Nautilus' Jul 03 11:55:24 arch-xps dbus-daemon[872]: Successfully activated service 'org.gnome.Nautilus' Jul 03 11:55:25 arch-xps org.gnome.Nautilus[872]: (nautilus:2994): Gtk-WARNING **: Theme parsing error: <broken file>:1:0: Failed to import: The resource at '/org/gnome/libgd/tagged-entry/default.css' does not exist Jul 03 11:55:25 arch-xps dbus[426]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' Jul 03 11:55:25 arch-xps systemd[1]: Starting Hostname Service... Jul 03 11:55:25 arch-xps dbus[426]: [system] Successfully activated service 'org.freedesktop.hostname1' Jul 03 11:55:25 arch-xps systemd[1]: Started Hostname Service. Jul 03 11:55:45 arch-xps org.gnome.Nautilus[872]: [swscaler @ 0x1a2f8e0] deprecated pixel format used, make sure you did set range correctly
and (I forgot to mention about it above) if I try to move the dwarf window, this will be re-positioned in the original one every time the drop-down window is updated e.g. changes in time left, write speed, etc...
*** This bug has been marked as a duplicate of bug 764060 ***