Xfce Forum

Sub domains
 

You are not logged in.

#1 2021-10-10 13:15:58

Tio
Member
Registered: 2021-09-26
Posts: 92

Sessions do not work with Nautilus

II wanted to try a different file manager, like Nautilus, but saved sessions cannot open Nautilus after a reboot. Works with most applications but Nautilus and a few more do not work. I wonder what can I check, how to debug. How is Sessions working?

Offline

#2 2021-10-10 15:21:32

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,000

Re: Sessions do not work with Nautilus

Have a look at your ~/.cache/sessions/xfce4-session* saved sessions file and you will see the nautilus executable saved as:

Legacy0_Command=org.gnome.Nautilus

...so it's saving the executable as "org.gnome.Nautilus" (the class name) instead of just "nautilus" (the executable).

Might be related to this bug report.

A quick workaround is to create a /usr/local/bin/org.gnome.Nautilus executable file with the following content:

#!/bin/bash

exec /usr/bin/nautilus

...and make sure it is executable.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#3 2021-10-11 01:12:59

Tio
Member
Registered: 2021-09-26
Posts: 92

Re: Sessions do not work with Nautilus

Thanks!

I did that but it simply opens up a single window (no more than that) + won't remember the file paths. And this happens to other applications too.

Offline

Board footer

Powered by FluxBB