[plasmashell] [Bug 356225] Panel moves to wrong screen when external monitor is connected

2016-09-09 Thread Christian Bayer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356225

Christian Bayer  changed:

   What|Removed |Added

 CC||christian_...@gmx.de

-- 
You are receiving this mail because:
You are watching all bug changes.


[kmail2] [Bug 343676] custom default font for composer is ignored suddenly

2016-03-11 Thread Christian Bayer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=343676

Christian Bayer  changed:

   What|Removed |Added

 CC||christian_...@gmx.de

--- Comment #6 from Christian Bayer  ---
Same here, Kontact/KMail 5.0.2 on Ubuntu 15.10 latest updates:
KDE Frameworks 5.15.0
Qt 5.4.2 (built against 5.4.2)

Font is the very same, DejaVu Sans Mono which I use nowhere. It changed one or
two weeks ago after I rebooted after installing updates. Rebooting again
doesn't help. I had no font overrides enabled, I was always using Oxygen Sans
what is configured in the KDE global font dialog. Enabling the override is
completely ignored. It always starts a reply or a new email with DejaVu Sans
Mono.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kmail2] [Bug 343676] custom default font for composer is ignored suddenly

2016-03-11 Thread Christian Bayer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=343676

--- Comment #7 from Christian Bayer  ---
Also, the default font for displaying HTML emails changed to DejaVu Sans Mono
as well.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Akonadi] [Bug 353957] Akonadi IMAP resource crashed when checked maildir

2015-12-03 Thread Christian Bayer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353957

--- Comment #12 from Christian Bayer  ---
Since no one seems to acknowledge that this is an important bug that needs to
be fixed, here is a script for people who can't wait. Replace
akonadi_imap_resource_3 with the name of the akonadi resource that crashes.

$ cat imap_resource_respawn
#!/bin/bash

while [ /bin/true ]
do
PID=`pgrep -f  "/usr/bin/akonadi_imap_resource --identifier
akonadi_imap_resource_3"`
if [ -z $PID ]
then
echo process $PID died. Respawning.
/usr/bin/akonadi_imap_resource --identifier
akonadi_imap_resource_3&
fi
sleep 10s
done

-- 
You are receiving this mail because:
You are watching all bug changes.