Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Disable Nautilus on Startup in KDE

  1. #11
    Join Date
    Jun 2008
    Beans
    6

    Re: Disable Nautilus on Startup in KDE

    You can actually just kill nautilus from the command line and restart. Notice even after killing it from the gui it is still running in the background.

    #> ps -ef | grep nautilus
    <nautilus pid>
    #> kill -9 <nautilus pid>

  2. #12
    Join Date
    Aug 2012
    Beans
    23

    Re: Disable Nautilus on Startup in KDE

    I've had the same problem in Kubuntu! Solution: edit or remove the file /etc/xdg/autostart/nautilus-autostart.desktop If you choose to leave it, then you can edit it with KWrite or Kate or some other editor. The line you want to change is the one saying OnlyShowIn=GNOME Make sure there is nothing else but 'GNOME' after the '=' sign. After saving the file delete the backup copy.

  3. #13
    Join Date
    Feb 2011
    Location
    Columbus, OH
    Beans
    119
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: Disable Nautilus on Startup in KDE

    this is rather simple to fix without messing with any other settings.

    system->startup and shutdown->session management "on login" exclude "nautilus".
    Attached Images Attached Images

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •