Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 25

Thread: Autostart applications after every logon.

  1. #11
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Autostart applications after every logon.

    Are you logged in as root or did you run the command in a window with root privileges?

  2. #12
    Join Date
    Nov 2012
    Beans
    29

    Re: Autostart applications after every logon.

    Quote Originally Posted by Toz View Post
    Are you logged in as root or did you run the command in a window with root privileges?
    I'm looged in as root.

  3. #13
    Join Date
    Nov 2012
    Beans
    29

    Re: Autostart applications after every logon.

    Thanks for the response, but I'm sorry to inform you it didn't work.

  4. #14
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Autostart applications after every logon.

    Whats in your system-wide autostart directories?
    Code:
    ls -l /etc/xdg/autostart
    Code:
    ls -l /etc/xdg/xdg-xubuntu/autostart

  5. #15
    Join Date
    Nov 2012
    Beans
    29

    Re: Autostart applications after every logon.

    Code:
    ls -l /etc/xdg/autostart
    total 112
    -rw-r--r-- 1 root root  306 Mai 17  2012 at-spi-dbus-bus.desktop
    -rw-r--r-- 1 root root  209 Abr 18  2012 blueman.desktop
    -rw-r--r-- 1 root root  451 Abr 12  2012 gnome-keyring-gpg.desktop
    -rw-r--r-- 1 root root  479 Abr 12  2012 gnome-keyring-pkcs11.desktop
    -rw-r--r-- 1 root root  472 Abr 12  2012 gnome-keyring-secrets.desktop
    -rw-r--r-- 1 root root  454 Abr 12  2012 gnome-keyring-ssh.desktop
    -rw-r--r-- 1 root root  279 Mar 23  2012 gsettings-data-convert.desktop
    -rw-r--r-- 1 root root  304 Mar  8  2013 hplip-systray.desktop
    -rw-r--r-- 1 root root  304 Mar  8  2013 hplip-systray.desktop.dpkg-old
    -rw-r--r-- 1 root root  372 Abr 12  2012 jockey-gtk.desktop
    -rw-r--r-- 1 root root  210 Out 18  2012 nautilus-autostart.desktop
    -rw-r--r-- 1 root root  342 Abr  3  2012 nm-applet.desktop
    -rw-r--r-- 1 root root  244 Mar 27  2012 onboard-autostart.desktop
    -rw-r--r-- 1 root root  358 Fev 11  2012 polkit-gnome-authentication-agent-1.desktop
    -rw-r--r-- 1 root root  391 Mar 29  2012 print-applet.desktop
    -rw-r--r-- 1 root root  259 Jul 19  2012 psensor.desktop
    -rw-r--r-- 1 root root 3920 Abr 12  2012 pulseaudio.desktop
    -rw-r--r-- 1 root root  256 Abr 12  2012 pulseaudio-kde.desktop
    -rw-r--r-- 1 root root 8937 Abr 20  2012 update-notifier.desktop
    -rw-r--r-- 1 root root  312 Abr  4  2012 user-dirs-update-gtk.desktop
    -rw-r--r-- 1 root root 2434 Jun 25  2011 xfce4-notes-autostart.desktop
    -rw-r--r-- 1 root root 4199 Abr  8  2012 xfce4-power-manager.desktop
    -rw-r--r-- 1 root root  150 Mar 13  2012 xfce4-settings-helper-autostart.desktop
    -rw-r--r-- 1 root root  357 Mar 21  2012 xfce4-volumed.desktop
    -rw-r--r-- 1 root root  336 Abr 11  2012 zeitgeist-datahub.desktop
    Code:
    ls -l /etc/xdg/xdg-xubuntu/autostart
    total 4
    -rw-r--r-- 1 root root 29 Abr  4  2010 xfce4-tips-autostart.desktop
    Last edited by Bucky Ball; February 19th, 2014 at 04:13 PM.

  6. #16
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Autostart applications after every logon.

    Please use [code] tags when posting output from the terminal. Much neater and easier to read. Thanks. I've added them to your last post so you can see where they go. You can use 'Adv. Reply' or 'Go Advanced' and use the # icon or do them manually.
    Last edited by Bucky Ball; February 19th, 2014 at 04:14 PM.

  7. #17
    Join Date
    Nov 2012
    Beans
    29

    Re: Autostart applications after every logon.

    Quote Originally Posted by Bucky Ball View Post
    Please use [code] tags when posting output from the terminal. Much neater and easier to read. Thanks. I've added them to your last post so you can see where they go. You can use 'Adv. Reply' or 'Go Advanced' and use the # icon or do them manually.
    Thank you and sorry for that.

  8. #18
    Join Date
    Jun 2009
    Location
    0:0:0:0:0:0:0:1
    Beans
    5,169
    Distro
    Kubuntu

    Re: Autostart applications after every logon.

    i have had this issue, in "Session and Startup" in the "Session" tab set the "Restart Style" to "Never"
    i always have issues with this feature conflicting with my startup applications so i have 2 instances of stuff like cario dock running, for esveral startup apps i made them run a custom command that runs it though a script that checks if the app is running before starting it
    Laptop: ASUS A54C-NB91 (Storage: WD3200BEKT + MKNSSDCR60GB-DX); Desktop: Custom Build - Images included; rPi Server
    Putting your Networked Printer's scanner software to shame PHP Scanner Server
    I frequently edit my post when I have the last post

  9. #19
    Join Date
    Nov 2012
    Beans
    29

    Re: Autostart applications after every logon.

    It worked for most of the applications, but I still have skype and google chrome starting automatically.

  10. #20
    Join Date
    Aug 2013
    Beans
    4,941

    Re: Autostart applications after every logon.

    Quote Originally Posted by pqwoerituytrueiwoq View Post
    i have had this issue, in "Session and Startup" in the "Session" tab set the "Restart Style" to "Never"
    i always have issues with this feature conflicting with my startup applications so i have 2 instances of stuff like cario dock running, for esveral startup apps i made them run a custom command that runs it though a script that checks if the app is running before starting it
    Exactly the same thing with cairo dock. Locking ~/.cache/session fixed it.

Page 2 of 3 FirstFirst 123 LastLast

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
  •