You are not logged in.

#1 2015-04-02 23:01:09

hayderctee
Member
From: Iraq
Registered: 2014-01-25
Posts: 33

[Solved]Nautilus not working in gnome 3.16

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_hint

And thanks in advance for help.

Last edited by hayderctee (2015-04-03 06:41:35)


Every action has a reaction

Offline

#2 2015-04-03 00:10:26

Alad
Wiki Admin/IRC Op
From: Bagelstan
Registered: 2014-05-04
Posts: 2,420
Website

Re: [Solved]Nautilus not working in gnome 3.16

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

#3 2015-04-03 01:34:26

Jonathan Precise
Member
From: /dev/null
Registered: 2015-04-03
Posts: 5

Re: [Solved]Nautilus not working in gnome 3.16

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_hint

What 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

#4 2015-04-03 06:40:58

hayderctee
Member
From: Iraq
Registered: 2014-01-25
Posts: 33

Re: [Solved]Nautilus not working in gnome 3.16

I solved the problem by creating this file

$ sudo nano /usr/share/applications/nautilus.desktop

then , 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=true

then 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

#5 2015-04-03 19:21:06

Jonathan Precise
Member
From: /dev/null
Registered: 2015-04-03
Posts: 5

Re: [Solved]Nautilus not working in gnome 3.16

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

Board footer

Powered by FluxBB