Registered Member
|
This is barely a KDE tip/trick but I find it useful. Many times I like to launch kate from command line and want it to go background and stop polluting my terminal.
I don't know if there is a better way to do this. I have seen some people having alias
What I did was add the following line to ~/.bashrc
Then made a script /home/kanttu/bin/kate.sh which launches kate in background and dumps the stdout to /dev/null
I still think there a room for improvements. |
Registered Member
|
a bash function or alias is all you need either
or
hope this helps |
Registered Member
|
nohup kate
nohup: ignoring input and appending output to `nohup.out' ^C nutter@muttley:~$ nohup kate& nohup: ignoring input and appending output to `nohup.out' [1] 4069 easy |
Registered users: Bing [Bot], Evergrowing, Google [Bot]