Yakuake doesn't apply settings from config on ubuntu 18.04, I looked around and found that there was a kde bug related to this so I also created a profile in .local/share/konsole
and the settings are saved there but somehow yakuake doesn't apply the settings defined there.
I tried configuring it to always show on screen 2, if I change it from the UI, it moves to screen 2 but if I press F12 to hide/show it again it goes back to screen 1, but somehow the setting still shows as screen 2.
I have same settings in 2 places .config/yakuakerc
and .local/share/konsole/myprofile
Here are the settings,
[Appearance]
BackgroundColor=136,138,133
BackgroundColorOpacity=5
Translucency=true
[Desktop Entry]
DefaultProfile=Leonidas.profile
[Dialogs]
FirstRun=false
[Favorite Profiles]
Favorites=
[Shortcuts]
close-active-terminal=Ctrl+Shift+R
close-session=Ctrl+Shift+W
decrease-window-height=Alt+Shift+Up
decrease-window-width=Alt+Shift+Left
file_quit=Ctrl+Shift+Q
grow-terminal-bottom=Ctrl+Alt+Down
grow-terminal-left=Ctrl+Alt+Left
grow-terminal-right=Ctrl+Alt+Right
grow-terminal-top=Ctrl+Alt+Up
increase-window-height=Alt+Shift+Down
increase-window-width=Alt+Shift+Right
move-session-left=Ctrl+Shift+Left
move-session-right=Ctrl+Shift+Right
new-session=Ctrl+Shift+T
next-session=Shift+Right
next-terminal=Ctrl+Shift+Down
previous-session=Shift+Left
previous-terminal=Ctrl+Shift+Up
rename-session=Ctrl+Alt+S
split-left-right=Ctrl+(
split-top-bottom=Ctrl+)
toggle-session-monitor-activity=Ctrl+Shift+A
toggle-session-monitor-silence=Ctrl+Shift+I
view-full-screen=Ctrl+Shift+F11
[Window]
Height=100
Position=51
Screen=2
ShowOnAllDesktops=false
Width=100
It seems clear to me that this is a bug. There are no fewer than 3 bug reports for this issue, going back to January 2015:
https://bugs.kde.org/show_bug.cgi?id=343434
https://bugs.kde.org/show_bug.cgi?id=374504
https://bugs.kde.org/show_bug.cgi?id=383555
This affects me as well, and I have just commented on the oldest bug report.
.local/share/konsole/myprofile
shoule be renamed to.local/share/konsole/my.profile
(useprofile
as extension)There should be a
[General]
section in themy.profile
: