I use Yakuake constantly. I've been using a new KDEneon install for several weeks, so I'm still doing minor configuration changes. Today I checked the Yakauke setting: "Show titlebar contents in tab labels" and when I saved, Yakuake crashed immediately and would not re-launch even after logging out and back in. I dug into ~/.config/yakuakerc in my home and discovered this:
I didn't see the obvious right away, so I open my morning snapshot and this was the previous config:
Here's the culprit:
Screen=-1
instead of
Screen=1
However, I have been unable to reproduce it so I'm holding off reporting it as a bug.
Wondering if anyone runs into this...
[Desktop Entry]
DefaultProfile=Profile 1.profile
[Dialogs]
FirstRun=false
[Window]
DynamicTabTitles=true
KeepOpen=false
Screen=-1
ShowSystrayIcon=false
Width=50
DefaultProfile=Profile 1.profile
[Dialogs]
FirstRun=false
[Window]
DynamicTabTitles=true
KeepOpen=false
Screen=-1
ShowSystrayIcon=false
Width=50
I didn't see the obvious right away, so I open my morning snapshot and this was the previous config:
[Desktop Entry]
DefaultProfile=Profile 1.profile
[Dialogs]
FirstRun=false
[Window]
KeepOpen=false
Screen=1
ShowSystrayIcon=false
Width=50
DefaultProfile=Profile 1.profile
[Dialogs]
FirstRun=false
[Window]
KeepOpen=false
Screen=1
ShowSystrayIcon=false
Width=50
Screen=-1
instead of
Screen=1
However, I have been unable to reproduce it so I'm holding off reporting it as a bug.
Wondering if anyone runs into this...
Comment