Don't know, but my Debian seems to run it only sometimes when I boot my system.. However, I discovered, that if you want to run a script/application when KDE starts, you can use this:jongi wrote:It seems /etc/rc.local is no longer being run at boot. what would cause this?
#!/bin/bash
sudo /path/to/your/script/Or instead of sudo, use kdesuchrismortimore wrote:Mine still runs /etc/rc.local on boot.
You could put this into ~/.kde/Autostart/ and configure sudo appropriately if you wish:
- Code: Select all
#!/bin/bash
sudo /path/to/your/script/
sudo apt-get install sysv-rc-confMez wrote:You can easily just disable viewing signatures
Click here - and set "Display Signatures" to No
jombeewoof wrote:what if you added it to /etc/init.d/
that's where I stick my script that I need loaded before X starts up.
Mine doesn't require root though.
Mez wrote:You can easily just disable viewing signatures
Click here - and set "Display Signatures" to No
Return to Desktop & Multimedia
Users browsing this forum: No registered users and 5 guests