[kmail2] [Bug 368149] sending mail via local sendmail missing

2016-10-14 Thread M G Berberich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368149

--- Comment #3 from M G Berberich  ---
I consider this a misdetermination, and I’m quite sure, I’m not the only one
doing so.

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

[akregator] [Bug 182807] Left/middle mouse click always opens link in current tab (e.g. instead of background/external) regardless of setting

2016-09-25 Thread M G Berberich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=182807

--- Comment #22 from M G Berberich  ---
seems to be fixed in 5.2.3 as far as I can tell

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


[korganizer] [Bug 214627] Layout-problem with whole-day-entries in dayview

2016-09-25 Thread M G Berberich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=214627

--- Comment #4 from M G Berberich  ---
Created attachment 101275
  --> https://bugs.kde.org/attachment.cgi?id=101275=edit
screenshot showing overlap in korganizer 5.2.3

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


[korganizer] [Bug 214627] Layout-problem with whole-day-entries in dayview

2016-09-25 Thread M G Berberich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=214627

--- Comment #3 from M G Berberich  ---
still exists in 5.2.3 from debian testing.

Version 5.2.3
Unter:
KDE Frameworks 5.25.0
Qt 5.6.1 (kompiliert gegen 5.6.1)
Das xcb Fenstersystem

screenshot follows

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


[kmail2] [Bug 368149] New: sending mail via local sendmail missing

2016-09-02 Thread M G Berberich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368149

Bug ID: 368149
   Summary: sending mail via local sendmail missing
   Product: kmail2
   Version: unspecified
  Platform: Debian testing
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: misc
  Assignee: kdepim-b...@kde.org
  Reporter: k...@oss.m-berberich.de

kmail misses the possibiliy to send mails via the local sendmail/MTA
installation (mostly using /usr/lib/sendmail)
This is a regression.

Reproducible: Always

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


[akregator] [Bug 366200] New: http://blog.fefe.de/rss.xml?html breaks akregator

2016-07-28 Thread M G Berberich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366200

Bug ID: 366200
   Summary: http://blog.fefe.de/rss.xml?html breaks akregator
   Product: akregator
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: feed parser
  Assignee: kdepim-b...@kde.org
  Reporter: k...@oss.m-berberich.de

Adding http://blog.fefe.de/rss.xml?html to the feeds, breaks Akonadi. It shows
a variety of entrys from other feeds under this feeds

Reproducible: Always

Steps to Reproduce:
1. Add http://blog.fefe.de/rss.xml?html to your feeds
2. Use Akregator for some time
3. Eventually a lot of entries of other feeds will show under Fefes Blog

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


[akregator] [Bug 365329] New: Selecting unread messages makes akregator unselect all messages

2016-07-10 Thread M G Berberich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365329

Bug ID: 365329
   Summary: Selecting unread messages makes akregator unselect all
messages
   Product: akregator
   Version: unspecified
  Platform: Debian unstable
   URL: http://m-berberich.de/Diverses/Akregator-1.avi
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: k...@oss.m-berberich.de

If I select unread-messages in the quick-filter, akregator starts to mark all
messages unread, message by message. See video:
http://m-berberich.de/Diverses/Akregator-1.avi

Akregator-Version is 5.2.2
KDE Frameworks 5.23.0
Qt 5.6.1 (compiled against 5.6.1)
The xcb windowsystem

Reproducible: Always

Steps to Reproduce:
1. activate quick-filter
2. select unread messages 
3. watch

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


[plasmashell] [Bug 355858] digital clock does not display anything

2015-12-07 Thread M G Berberich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355858

--- Comment #15 from M G Berberich  ---
How about:

  time_t tt = time(0);
  struct tm *tm = localtime();
  char tz[20];
  strftime(tz, 19, "%Z", tm);
  QByteArray ianaId(tz);

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


[plasmashell] [Bug 355858] digital clock does not display anything

2015-12-03 Thread M G Berberich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355858

--- Comment #9 from M G Berberich  ---
I was wrong.
On Debian TZ is set to “:/etc/localtime”, this makes the clock fail.
Unsetting TZ makes the clock work, at least if startet with plasmawindowed
  TZ=   plasmawindowed /usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/
does work.

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

[plasmashell] [Bug 355858] digital clock does not display anything

2015-11-30 Thread M G Berberich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355858

--- Comment #6 from M G Berberich  ---
That’s probably distribution dependent.
On Debian “dpkg-reconfigure tzdata” copies a file from /usr/share/zoneinfo/ to
/etc. In my case “/usr/share/zoneinfo/Europe/Berlin“ and “/etc/localtime” are
identical.

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