You are not logged in.
Hi
After install gnome 3.16 , i can't running nautilus , and i try to open it from terminal and i got this message
$ nautilus
nautilus: symbol lookup error: nautilus: undefined symbol: g_simple_action_set_state_hintAnd thanks in advance for help.
Last edited by hayderctee (2015-04-03 06:41:35)
Every action has a reaction
Offline
Did you do a partial upgrade? (pacman -Sy) Because those are not supported.
Last edited by Alad (2015-04-03 00:11:05)
Mods are just community members who have the occasionally necessary option to move threads around and edit posts. -- Trilby
Offline
I am having the same problem, recent arch install, GNOME 3.16, running nautilus yields up:
[owner@arch-hp-2000-notebook-pc ~]$ nautilus
(nautilus:3810): Gtk-WARNING **: Failed to register client: GDBus.Error:org.gnome.SessionManager.AlreadyRegistered: Unable to register client
nautilus: symbol lookup error: nautilus: undefined symbol: g_simple_action_set_state_hintWhat is the cause of this?
-Jonathan
HP 2000 Notebook PC, dual-booting Windows 8.1 (mostly unused) with Arch Linux (GNOME 3.16 as daily driver)
Offline
I solved the problem by creating this file
$ sudo nano /usr/share/applications/nautilus.desktopthen , put these lines inside the new file
[Desktop Entry]
Name=Files
Comment=Access and organize files
Keywords=folder;manager;explore;disk;filesystem;
Exec=nautilus --new-window %U
Icon=system-file-manager
Terminal=false
Type=Application
DBusActivatable=true
StartupNotify=true
Categories=GNOME;GTK;Utility;Core;FileManager;
MimeType=inode/directory;application/x-gnome-saved-search;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=nautilus
X-GNOME-Bugzilla-Component=general
X-GNOME-Bugzilla-Version=4.4.8-1
X-GNOME-UsesNotifications=truethen running this command
$ sudo ln -s /usr/share/applications/nautilus.desktop /etc/xdg/autostart/and the last thing , upgrade my system , after that nautulus running normaly
Every action has a reaction
Offline
Thanks! Solved for me too.
-Jonathan
HP 2000 Notebook PC, dual-booting Windows 8.1 (mostly unused) with Arch Linux (GNOME 3.16 as daily driver)
Offline