[kontact] [Bug 353958] Akregator marks all unread feeds in list as read when set status to unread and click on one of the unread articles

2015-11-27 Thread pno via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353958

pno  changed:

   What|Removed |Added

 CC||paul.no...@free.fr

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kdepim] [Bug 355992] kdepim-15.08.3 programs fail with "QSystemTrayIcon::setVisible: No Icon set" errors

2015-11-27 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355992

--- Comment #2 from p...@kc.rr.com ---
Yes, I'm running it under plasma5-workspace-5.4.3.

The same behaviour occurs even when the application launches automatically
(e.g. korgac via /etc/xdg/autostart/org.kde.korgac.desktop). I rerun in a
terminal just so that I can observe the errors. The big problem is that they
run out of control and into infinite loops, thus consuming all the CPU.

DBUS is running. The output it dbus-launch gives:
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-jpDuuLSzGC,guid=eafe6573b139512ea42d48c35658af23
DBUS_SESSION_BUS_PID=13691
Moreover, using "dbus-launch korgac" yields precisely the same results:
QSystemTrayIcon::setVisible: No Icon set

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 354056] Deleted emails stay, but greyed out

2015-11-27 Thread Paolo Pedroni via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354056

Paolo Pedroni  changed:

   What|Removed |Added

 CC||paolo.pedr...@iol.it

--- Comment #12 from Paolo Pedroni  ---
Same to me, sadly, ever since I moved to KF5 based akonadi and kmail2

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 310899] Resource KMail Folders is broken. This resource is now online

2015-11-27 Thread Hank Ivy via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=310899

Hank Ivy  changed:

   What|Removed |Added

 CC||hank...@hot.rr.com

--- Comment #17 from Hank Ivy  ---
It happens a lot to me.  What can I do to collect information that would help?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 356008] New: Unable to spawn mysqld server with mariadb 10.1

2015-11-27 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356008

Bug ID: 356008
   Summary: Unable to spawn mysqld server with mariadb 10.1
   Product: Akonadi
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: grave
  Priority: NOR
 Component: server
  Assignee: kdepim-bugs@kde.org
  Reporter: maxi...@free.fr

when starting akonadi:
Database process exited unexpectedly during initial connection! 
executable: "/usr/bin/mysqld" 
arguments: ("--defaults-file=/home/bruno/.local/share/akonadi/mysql.conf",
"--datadir=/home/bruno/.local/share/akonadi/db_data/",
"--socket=/tmp/akonadi-bruno.nfiyzD/mysql.socket") 
stdout: "" 
stderr: "2015-11-27 23:40:30 139693854136192 [Note] /usr/bin/mysqld (mysqld
10.1.9-MariaDB) starting as process 3282 ...\n" 
exit code: 1 
process error: "Unknown error"

When trying to run mysql myself with same params :
$ /usr/bin/mysqld -v
--defaults-file=/home/bruno/.local/share/akonadi/mysql.conf
--datadir=/home/bruno/.local/share/akonadi/db_data/
--socket=/tmp/akonadi-bruno.nfiyzD/mysql.socket -v
2015-11-27 23:42:31 140622178531200 [Note] /usr/bin/mysqld (mysqld
10.1.9-MariaDB-log) starting as process 3381 ...
2015-11-27 23:42:31 140622178531200 [Note] InnoDB: Using mutexes to ref count
buffer pool pages
2015-11-27 23:42:31 140622178531200 [Note] InnoDB: The InnoDB memory heap is
disabled
2015-11-27 23:42:31 140622178531200 [Note] InnoDB: Mutexes and rw_locks use GCC
atomic builtins
2015-11-27 23:42:31 140622178531200 [Note] InnoDB: Memory barrier is not used
2015-11-27 23:42:31 140622178531200 [Note] InnoDB: Compressed tables use zlib
1.2.8
2015-11-27 23:42:31 140622178531200 [Note] InnoDB: Using Linux native AIO
2015-11-27 23:42:31 140622178531200 [Note] InnoDB: Using CPU crc32 instructions
2015-11-27 23:42:31 140622178531200 [Note] InnoDB: Initializing buffer pool,
size = 128.0M
2015-11-27 23:42:31 140622178531200 [Note] InnoDB: Completed initialization of
buffer pool
2015-11-27 23:42:31 140622178531200 [Note] InnoDB: Highest supported file
format is Barracuda.
2015-11-27 23:42:31 140622178531200 [Warning] InnoDB: Resizing redo log from
2*4096 to 2*3072 pages, LSN=14116095600
2015-11-27 23:42:31 140622178531200 [Warning] InnoDB: Starting to delete and
rewrite log files.
2015-11-27 23:42:31 140622178531200 [Note] InnoDB: Setting log file
./ib_logfile101 size to 48 MB
2015-11-27 23:42:32 140622178531200 [Note] InnoDB: Setting log file
./ib_logfile1 size to 48 MB
2015-11-27 23:42:32 140622178531200 [Note] InnoDB: Renaming log file
./ib_logfile101 to ./ib_logfile0
2015-11-27 23:42:32 140622178531200 [Warning] InnoDB: New log files created,
LSN=14116096012
2015-11-27 23:42:32 140622178531200 [Note] InnoDB: 128 rollback segment(s) are
active.
2015-11-27 23:42:32 140622178531200 [Note] InnoDB: Waiting for purge to start
2015-11-27 23:42:32 140622178531200 [Note] InnoDB:  Percona XtraDB
(http://www.percona.com) 5.6.26-74.0 started; log sequence number 14116095600
2015-11-27 23:42:32 140621752825600 [Note] InnoDB: Dumping buffer pool(s) not
yet started
2015-11-27 23:42:32 140622178531200 [Note] Plugin 'FEEDBACK' is disabled.
2015-11-27 23:42:32 140622178531200 [ERROR] /usr/bin/mysqld: unknown variable
'defaults-file=/home/bruno/.local/share/akonadi/mysql.conf'
2015-11-27 23:42:32 140622178531200 [ERROR] Aborting

Support for switch "defaults-file" seems to have been dropped, preventing
mysqld to start.
Using mariadb 10.1.9 and akonadi 15.08.3.

Reproducible: Always

Steps to Reproduce:
1. Start akonadi with mysql backend


Actual Results:  
Starts

Expected Results:  
Does not start

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 350059] Filters in kmail no longer functional

2015-11-27 Thread Hussam Al-Tayeb via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=350059

Hussam Al-Tayeb  changed:

   What|Removed |Added

 CC|m...@hussam.eu.org|

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kdepim] [Bug 355992] New: kdepim-15.08.3 programs fail with "QSystemTrayIcon::setVisible: No Icon set" errors

2015-11-27 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355992

Bug ID: 355992
   Summary: kdepim-15.08.3 programs fail with
"QSystemTrayIcon::setVisible: No Icon set" errors
   Product: kdepim
   Version: GIT (master)
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: grave
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: p...@kc.rr.com

I compiled kdepim-15.08.3 from source and I cannot get most of its programs
(akregator, blogilo, kalarm, kleopatra, korgac, etc.) to work. They all emit
endless errors "QSystemTrayIcon::setVisible: No Icon set" and consume ~98% of
CPU until I kill them. I have tried running them under gdb, but they only
terminate when I stop them or when akonadi complains of too many files being
open. SO I'm guessing that something is trying to set the icon set and ends up
in an endless loop.
Other applications:
kde framework = 5.4.3
kde applications = 15.08.3
QT = 5.5.1
OS = opensuse 42.1

Reproducible: Always

Steps to Reproduce:
1. Run korgac / kalarm in terminal window
2. 
3.

Actual Results:  
Endless error report in terminal window or tens of debug popups if run from
menu. The application does not terminate unless forcibly killed.

Expected Results:  
Run application or daemon or exit gracefully

Most other Kde apps work without similar issues. The selected desktop and icon
theme is breeze. Fonts are set to oxygen

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kdepim] [Bug 355992] kdepim-15.08.3 programs fail with "QSystemTrayIcon::setVisible: No Icon set" errors

2015-11-27 Thread Jonathan Marten via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355992

Jonathan Marten  changed:

   What|Removed |Added

 CC||j...@keelhaul.me.uk

--- Comment #1 from Jonathan Marten  ---
Is this under the Plasma 5 desktop?  if so, is DBus set up correctly and
running, with its environment variables set in that terminal window?

Possible duplicate of bug 350785.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 354056] Deleted emails stay, but greyed out

2015-11-27 Thread ami . nuscule via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354056

ami.nuscule  changed:

   What|Removed |Added

 CC||ami.nusc...@gmail.com

--- Comment #11 from ami.nuscule  ---
Same thing with Kubuntu 15.10 and KMail 5.0.2
I'm afraid i must switch to another mail client, as KMail is unuseable as is...

What a pity ! I really like (and i'm used to) KMail
Please feel free to ask for additional information, as i'm really looking
forward to seeing Kmail as sexy as before  :)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 355978] hr in Cited text not présent when Respond mail

2015-11-27 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355978

--- Comment #4 from ad1r...@hotmail.fr ---
-_- outlook don't use hr balise ... the bug append only with outlook line added
After search, it's du to style directly added to mail,maybe the reponce not
resend style

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 316153] can't move or delete messages in imap inbox

2015-11-27 Thread Carlos Lapao via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=316153

Carlos Lapao  changed:

   What|Removed |Added

 CC||cjla...@gmail.com

--- Comment #35 from Carlos Lapao  ---
(In reply to Yasin Zähringer from comment #33)
> While investigating a different issue I found a workaround (which however
> does not address the root cause):
> start the akonadi console, select the browser tab and find the affected
> inbox. Right click on it and select folder properties. Now you find a tab
> called ACL and where probably all check boxes are deselected. I checked all
> boxes except the two boxes of the second row (link,unlink) because a
> subfolder also had these boxes unchecked. After I restarted KMail, I was
> finally able to move mails again.

Same here, followed this advice and still can't move or delete messages, they
will all be grayed out

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 355978] New: hr in Cited text not présent when Respond mail

2015-11-27 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355978

Bug ID: 355978
   Summary: hr in Cited text not présent when Respond mail
   Product: kmail2
   Version: 4.14.7
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: composer
  Assignee: kdepim-bugs@kde.org
  Reporter: ad1r...@hotmail.fr

When i receive one mail with a tr html balise for split  mailflux like
attachement 1, when i respond at her mail, my tr as added but old tr bar was
removed like attachement 2 

This is the template a used: 
%REM="Modèle « Répondre à tous » par défaut"%-
%CURSOR
De : %OFROMADDR
Envoyé : %ODATE %OTIMELONG
A : %OTONAME
Cc : %OCCNAME
Objet : %OFULLSUBJECT
%BLANK
%TEXT


Reproducible: Always

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 355978] hr in Cited text not présent when Respond mail

2015-11-27 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355978

--- Comment #1 from ad1r...@hotmail.fr ---
Created attachment 95768
  --> https://bugs.kde.org/attachment.cgi?id=95768=edit
mail i have received with hr

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 355978] hr in Cited text not présent when Respond mail

2015-11-27 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355978

--- Comment #2 from ad1r...@hotmail.fr ---
Created attachment 95769
  --> https://bugs.kde.org/attachment.cgi?id=95769=edit
Email when a click on respond all, the hr has removed

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 355978] hr in Cited text not présent when Respond mail

2015-11-27 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355978

--- Comment #3 from ad1r...@hotmail.fr ---
The email respond is in html , my balise  is interpreted

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kontact] [Bug 353482] Akonadi will not load in PMI files.

2015-11-27 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353482

--- Comment #9 from axel-boeck...@gmx.de ---
Created attachment 95770
  --> https://bugs.kde.org/attachment.cgi?id=95770=edit
New crash information added by DrKonqi

kontact () using Qt 5.4.2

- What I was doing when the application crashed:
I click on calender or journal or contacts

-- Backtrace (Reduced):
#7  0xb2f2129a in Akonadi::Tag::operator= (this=0xbfd3e184, other=...) at
../../../../akonadi/src/core/tag.cpp:80
#8  0xb2f213ff in Akonadi::Tag::Tag (this=0xbfd3e184, other=...) at
../../../../akonadi/src/core/tag.cpp:72
#9  0xb2fc0537 in Akonadi::TagModelPrivate::tagForIndex (this=0x94ed3b0,
index=...) at ../../../../akonadi/src/core/models/tagmodel_p.cpp:105
#10 0xb2fbf32c in Akonadi::TagModel::data (this=0x94ed480, index=..., role=2)
at ../../../../akonadi/src/core/models/tagmodel.cpp:91
#11 0xb64ca8b7 in QAbstractProxyModel::data(QModelIndex const&, int) const ()
from /usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kontact] [Bug 353482] Akonadi will not load in PMI files.

2015-11-27 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353482

axel-boeck...@gmx.de changed:

   What|Removed |Added

 CC||axel-boeck...@gmx.de

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 283020] Store Kmail Tags in IMAP flags, like Thunderbird

2015-11-27 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=283020

marvi...@gmx.de changed:

   What|Removed |Added

 CC||marvi...@gmx.de

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail] [Bug 265596] Kmail doesn't remember file associations for PDF

2015-11-27 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=265596

sbecom2...@gmail.com changed:

   What|Removed |Added

 CC||sbecom2...@gmail.com

--- Comment #2 from sbecom2...@gmail.com ---
I have had the exact same issue for a long time though I upgraded my distro
twice, so it must be as Kevin says a user setup problem. But I can't fix it
anyway...

The problem seems to be with pdf files only : the file association doesn't seem
to remain.

I'm using Kubuntu 15.10 (and before that 14.04 and I had already the same
problem).

Note : The pdf file association is correctly set in KDE preferences (Okular
launches normally when a pdf file is opened from anywhere else, dolphin,
firefox etc.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs