Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: [SOLVED] Why can't I add to the Startup Appications?

  1. #1

    [SOLVED] Why can't I add to the Startup Appications?

    I've been trying to add conky and xscreensaver to my list of startup applications via the GUI. It appears to fairly straightforward:

    startup_apps_screenshot_20200727.png

    However, after selecting "Close", my additions disappear. I am running Ubuntu 20.04.
    Last edited by extraspecialbitter2; January 10th, 2021 at 06:41 PM. Reason: removed large image

  2. #2
    Join Date
    Jun 2007
    Location
    Arizona U.S.A.
    Beans
    5,739

    Re: Why can't I add to the Startup Appications?

    Try this to get xscreensaver going. Make a text file containing:

    Code:
    [Desktop Entry]
    Type=Application
    Name=X Screensaver
    Comment=Use real screensavers
    Icon=preferences-desktop-screensaver
    Exec=xscreensaver -nosplash
    NoDisplay=true
    and save it as xscreensaver.desktop in ~/.config/autostart

    Restart and it should start monitoring for inactivity upon login.

  3. #3
    Join Date
    Aug 2013
    Beans
    4,941

    Re: Why can't I add to the Startup Appications?

    This is yet another way that gnome devs make the desktop experience frustrating for users. In gnome shell you have go through the extra step to create a .desktop file for a command or a user script in order to make it autostart (see Dennis N's post above). I am using unity on 20.04 and all I have to do is type in the command in startup applications like before.

  4. #4
    Join Date
    May 2010
    Beans
    3,247

    Re: Why can't I add to the Startup Appications?

    I've always done it this way. Works universally so doesn't matter the desktop environment. Do you have full access to the autostart folder as your user?

  5. #5

    Re: Why can't I add to the Startup Appications?

    Quote Originally Posted by Dennis N View Post
    Try this to get xscreensaver going. Make a text file containing:

    Code:
    [Desktop Entry]
    Type=Application
    Name=X Screensaver
    Comment=Use real screensavers
    Icon=preferences-desktop-screensaver
    Exec=xscreensaver -nosplash
    NoDisplay=true
    and save it as xscreensaver.desktop in ~/.config/autostart

    Restart and it should start monitoring for inactivity upon login.
    Thanks for the reply! At the moment, ~/.config/autostart is a flat file:

    Code:
    nitrogen --restore &
    compton --config ~/.config/compton.conf &
    lxpanel &
    conky &
    Given that conky is not being started up automatically, I'm guessing it's not being used, so I'm tempted to save it off somewhere and try out your suggestion.

  6. #6

    Re: Why can't I add to the Startup Appications?

    Quote Originally Posted by ActionParsnip View Post
    I've always done it this way. Works universally so doesn't matter the desktop environment. Do you have full access to the autostart folder as your user?
    I'm not sure what you mean by "autostart folder". I navigated to the "Startup Applications" icon on the "Activities" bar.

    startup_apps_screenshot_20200728.jpg
    Last edited by slickymaster; July 28th, 2020 at 03:48 PM. Reason: removed large image

  7. #7
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Why can't I add to the Startup Appications?

    Please do not post large images into your posts. Many of our users have slow internet connections and data limits. Large images can take a long time to load -- and may even cost a user extra money. Use the attachment functionality provided by the paperclip button above the text entry box.

  8. #8

    Re: Why can't I add to the Startup Appications?

    Quote Originally Posted by slickymaster View Post
    Please do not post large images into your posts. Many of our users have slow internet connections and data limits. Large images can take a long time to load -- and may even cost a user extra money. Use the attachment functionality provided by the paperclip button above the text entry box.
    Thanks for the guidance and for modifying my post accordingly.

  9. #9
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,615
    Distro
    Ubuntu

    Re: Why can't I add to the Startup Appications?

    At the moment, ~/.config/autostart is a flat file:
    Code:
    nitrogen --restore &
    compton --config ~/.config/compton.conf &
    lxpanel &
    conky &
    Given that conky is not being started up automatically, I'm guessing it's not being used, so I'm tempted to save it off somewhere and try out your suggestion.
    Based on the image in the next post nothing in that file is running.

    ~/.config/autostart is a folder not a file, and needs to have .desktop file formatted files like Dennis N's example in order to utilize them.
    Perhaps try making the folder and then see what happens.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  10. #10
    Join Date
    Jan 2006
    Location
    Sunny Southend-on-Sea
    Beans
    8,430
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: Why can't I add to the Startup Appications?

    Quote Originally Posted by extraspecialbitter2 View Post
    At the moment, ~/.config/autostart is a flat file
    I'm pretty sure it should be a directory with .desktop files in.
    None but ourselves can free our minds

Page 1 of 2 12 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
  •