Jump to content

Autostart Programs


jjocsak
 Share

Recommended Posts

Well you would need to write the scripts yourself.

 

Here is an example of a script called Startup that I have in my ~/.kde/Autostart/ folder. This script runs the command "nvidia-settings --load-config-only"

 

 

 

#!/bin/bash

#

# This is a bash shell script to be run at startup

#

nvidia-settings --load-config-only

Link to comment
Share on other sites

To create a shell script, create a text file, name it something.sh. Type the path to the executable you want to autostart and save it. Next right click the file and go to the permissions tab and check "Is executable". That should do it.

 

Another way is to copy the corresponding .desktop file from /usr/share/applications and /usr/share/applications/kde4 to the Autostart folder.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...