vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| actually i'm used to press a hotkey (acpi) in order to open konsole i've bind the pressing of that button with the executing of exec $KDE_ACTUAL_USER 'kstart --desktop 2 --activate -- konsole -ls' all works fine... the problem is that once i try to press ^C the application running inside konsole in that moment does not recieve SIGKILL - and i have all the times do ^Z and then killall -9 pid this does not occur when i start konsole with the same command by the hand from any other shell nor terminal. -- remove mailto__ on reply |
| ||||
| Hekaton Keires wrote: > actually i'm used to press a hotkey (acpi) in order to open konsole > > i've bind the pressing of that button with the executing of > exec $KDE_ACTUAL_USER 'kstart --desktop 2 --activate -- konsole -ls' > sorry, forgot telling that KDE_ACTUAL_USER='su - $USER -c' -- remove mailto__ on reply |