[dolphin] [Bug 431044] Terminal panel interrupts sourcing .bashrc at dolphin startup

2021-11-19 Thread Luigi Keith
https://bugs.kde.org/show_bug.cgi?id=431044 --- Comment #3 from Luigi Keith --- You can fix this without making changes to souce code by simply making your .bashrc file as follows: trap : SIGINT ## YOUR BASHRC CONTENT ## trap - SIGINT This redirects any interrup signals to null- command during

[dolphin] [Bug 279614] The Dolphin shell panel (opened by F4) does not source .bashrc when opened by session restore

2021-11-19 Thread Luigi Keith
https://bugs.kde.org/show_bug.cgi?id=279614 --- Comment #43 from Luigi Keith --- You can fix this without making changes to souce code by simply making your .bashrc file as follows: trap : SIGINT ## YOUR BASHRC CONTENT ## trap - SIGINT This redirects any interrup signals to null- command

[dolphin] [Bug 279614] The Dolphin shell panel (opened by F4) does not source .bashrc when opened by session restore

2021-01-05 Thread Luigi Keith
https://bugs.kde.org/show_bug.cgi?id=279614 --- Comment #37 from Luigi Keith --- I have similar issue regarding this except it occurs without session restore. Sourcing is interrupted at line #221 in terminalpanel.cpp. Restoring panel at dolphin start calls function twice with second call

[dolphin] [Bug 431044] Terminal panel interrupts sourcing .bashrc at dolphin startup

2021-01-05 Thread Luigi Keith
https://bugs.kde.org/show_bug.cgi?id=431044 --- Comment #2 from Luigi Keith --- (In reply to Nate Graham from comment #1) > > *** This bug has been marked as a duplicate of bug 279614 *** Bug 279614 is specifically mentioned to occur during session restore which includes step to log out