https://bugs.kde.org/show_bug.cgi?id=431044
Bug ID: 431044
Summary: Terminal panel interrupts sourcing .bashrc at dolphin
startup
Product: dolphin
Version: 20.12.0
Platform: Manjaro
OS: Linux
Status: REPORTED
Severity: minor
Priority: NOR
Component: panels: terminal
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
SUMMARY
Terminal panel doesn't source ~/.bashrc when dolphin is reopened.
Returns normal with CTRL+D / exit and opening again (f4).
STEPS TO REPRODUCE
1. Open dolphin with terminal panel (f4).
2. Close dolphin.
3. Open dolphin. Terminal panel is restored.
OBSERVED RESULT
When dolphin is reopened the terminal panel is missing aliases and settings
from the ~/.bashrc.
EXPECTED RESULT
Terminal panel has same properties as if opened manually.
SOFTWARE/OS VERSIONS
Qt Version: 5.15.2
ADDITIONAL INFORMATION
Sourcing is interrupted at line #221 in terminalpanel.cpp. Restoring panel at
dolphin start calls function twice with second call sending SIGINT to konsole
instance.
https://invent.kde.org/system/dolphin/-/blob/master/src/panels/terminal/terminalpanel.cpp#L221
$BASH_ARGV has value "/home/user/.bashrc" instead of empty like when panel is
working normally.
--
You are receiving this mail because:
You are watching all bug changes.