1

Running Nautilus as root on Ubuntu 14.04 When attempting to open properties window to change owner I get

ERROR:nautilus-properties-window.c:1839:schedule_owner_change_timeout: assertion failed: (NAUTILUS_IS_FILE (file)) name org.gnome.SessionManager was not provided by any .service files

Any fix?

Mdarr
  • 11

1 Answers1

0

In order to change file owner given that Nautilus has failed you will need to use the terminal. The command chown as shown in this question will do what you need. You can also type man chown into your terminal to get a detailed description of how to use chown.

willl459
  • 433
  • 1
  • 3
  • 13