[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#934997: konsole does not display button for open new tab



I have recompiled the new version, it simply limits itself to restore
a flag that is then reported in the configuration file konsolerc.
So, to restore the button, is sufficient this workaround :

F="/home/USER/.config/konsolerc"
grep  -q "NewTabButton=" "$F"||gawk -i inplace
'{print}/^\[TabBar\]/{print "NewTabButton=true"}' "$F"


Reply to: