[korganizer] [Bug 486230] New: Events disappear from korganizer after upgrading from plasma 5 to 6

2024-04-27 Thread Dan Ciarniello
https://bugs.kde.org/show_bug.cgi?id=486230

Bug ID: 486230
   Summary: Events disappear from korganizer after upgrading from
plasma 5 to 6
Classification: Applications
   Product: korganizer
   Version: 6.0.2
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: da...@ciarniello.ca
  Target Milestone: ---

***
If you're not sure this is actually a bug, instead post about it at
https://discuss.kde.org

If you're reporting a crash, attach a backtrace with debug symbols; see
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***

SUMMARY
I just updated my system from Fedora 39 to 40 which also updated plasma from 5
to 6.  
After updating, I noticed that events were missing from the digital clock
widget in the taskbar.  I opened korganizer to see whether it still my events
listed and found that they were still there.  I added a dummy event to
korganizer and had it appear, temporarily in the digital clock.  
I'm not entirely certain of the subsequent steps but I think it was something
like this.  I closed korganizer and noticed that the dummy event that I had
added disappeared from the digital clock.  When I reopened korganizer, I found
that all events, including the dummy event, had all disappeared from
korganizer.


STEPS TO REPRODUCE
1. ???
2. 
3. 

OBSERVED RESULT
Events disappear from korganizer and digital clock after upgrading from plasma
5 to 6

EXPECTED RESULT
Events don't disappear upgrading plasma

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0

ADDITIONAL INFORMATION
This likely related message appears in the log: korganizer[26164]:
qt.core.qobject.connect: QObject::disconnect: Unexpected nullptr parameter

The event data is still present in the akonadi database
.local/share/akonadi/db_data/akonadi/parttable.ibd

-- 
You are receiving this mail because:
You are the assignee for the bug.

[akregator] [Bug 456843] [Feature request]: skip summary when entering a feed and go directly to next unread message

2024-03-02 Thread Dan
https://bugs.kde.org/show_bug.cgi?id=456843

Dan  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |INTENTIONAL

--- Comment #2 from Dan  ---
Closing this one, since nobody replied and I don't use Akregator anymore.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[akregator] [Bug 477891] Digest authentication failure

2023-12-16 Thread Dan Fandrich
https://bugs.kde.org/show_bug.cgi?id=477891

--- Comment #5 from Dan Fandrich  ---
For the record, the Qt issue seems to be
https://bugreports.qt.io/browse/QTBUG-98280

-- 
You are receiving this mail because:
You are the assignee for the bug.

[akregator] [Bug 477891] Digest authentication failure

2023-12-16 Thread Dan Fandrich
https://bugs.kde.org/show_bug.cgi?id=477891

Dan Fandrich  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|REPORTED|RESOLVED

--- Comment #4 from Dan Fandrich  ---
I traced the Akregator code and found that it seems to use the QtNetwork
classes to perform HTTP requests. I created a standalone Qt application to
perform a similar request and discovered that it truncates the response field
to 128 bits as well. So, it seems to be a problem in Qt itself (I tried both
5.15.2 and 5.15.7).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[akregator] [Bug 477891] Digest authentication failure

2023-12-02 Thread Dan Fandrich
https://bugs.kde.org/show_bug.cgi?id=477891

--- Comment #3 from Dan Fandrich  ---
Unfortunately, my server isn't public. I could probably come up with a
dockerfile to run a local server if you'd like.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[akregator] [Bug 477891] Digest authentication failure

2023-12-01 Thread Dan Fandrich
https://bugs.kde.org/show_bug.cgi?id=477891

--- Comment #1 from Dan Fandrich  ---
One thing I just noted: the other clients respond with 64 hexadecimal
characters (i.e. 256 bits) in the "response" field of the Authorization:
header, but akregator responds with 32 hex bytes (i.e. 128 bits). It doesn't
look like Akregator is responding properly to an algorithm=SHA-256
authorization.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[akregator] [Bug 477891] New: Digest authentication failure

2023-12-01 Thread Dan Fandrich
https://bugs.kde.org/show_bug.cgi?id=477891

Bug ID: 477891
   Summary: Digest authentication failure
Classification: Applications
   Product: akregator
   Version: 5.24.3
  Platform: Flatpak
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: d...@coneharvesters.com
  Target Milestone: ---

SUMMARY
Accessing a feed on a lighttpd server protected with HTTP Digest authentication
with algorithm=SHA-256 fails with a server error:

mod_auth.c.1334) digest: (a2ca643c55f46828b66002b5bed0e4e0): invalid format

akregator just silently fails to download the feed and shows the name in red.

STEPS TO REPRODUCE
1. Configure a feed served by a lighttpd server protected with SHA-256 Digest
authentication
2. Try to "Fetch feed"

OBSERVED RESULT
No feed and a red feed name

EXPECTED RESULT
Feed contents available for browsing

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
KDE Frameworks Version: 5.111.0
Qt Version: 5.15.10

ADDITIONAL INFORMATION
The protected RSS feed link can be accessed fine (including authentication)
with Firefox, Chrome, curl and xh, so it's unlikely to be a server problem.
Running this from Flatpak will first hit #477889 before it gets to the point
where this bug is encountered.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[akregator] [Bug 477889] New: Cannot access password-protected feeds

2023-12-01 Thread Dan Fandrich
https://bugs.kde.org/show_bug.cgi?id=477889

Bug ID: 477889
   Summary: Cannot access password-protected feeds
Classification: Applications
   Product: akregator
   Version: 5.24.3
  Platform: Flatpak
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: d...@coneharvesters.com
  Target Milestone: ---

SUMMARY
Trying to access a feed URL protected with HTTP Digest authentication fails.
For the feed I encountered this on the UI shows dialogs to accept a self-signed
certificate, then silently fails to download the feed and the feed name in the
list on the left turns red. The console shows these messages:

kf.kio.core: Can't communicate with kiod_kpasswdserver (for checkAuthInfo)!
kf.kio.core: Can't communicate with kiod_kpasswdserver (for queryAuthInfo)!

An older version (20.12.0) installed locally (not with via Flatpak) works fine,
and requests the username and password from the user the first time, then
automatically uses those credentials on subsequent uses.

kf.kio.core: Can't communicate with kiod_kpasswdserver (for checkAuthInfo)!
kf.kio.core: Can't communicate with kiod_kpasswdserver (for queryAuthInfo)!

STEPS TO REPRODUCE
1. Configure a feed that requires Digest authentication
2. Try to "Fetch feed"
3. Go out and do some gardening because you aren't going to be reading RSS
feeds

OBSERVED RESULT
No feed and a red feed name

EXPECTED RESULT
Feed contents available for browsing

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
KDE Plasma Version: 
KDE Frameworks Version: 5.111.0
Qt Version: 5.15.10

ADDITIONAL INFORMATION
The Flatpak permissions for org.kde.akregator do not include
org.kde.kpasswdserver in the [Session Bus Policy] section. Running "sudo
flatpak override org.kde.akregator --talk-name=org.kde.kpasswdserver" lets
akregator get past this problem (but then it encounters another, which I'll
open momentaryily).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[akregator] [Bug 469395] Reddit RSS: "error occurred while parsing element" on line 1

2023-05-05 Thread Dan
https://bugs.kde.org/show_bug.cgi?id=469395

Dan  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

--- Comment #2 from Dan  ---
(In reply to Laurent Montel from comment #1)
> Work fine here.

So I'll investigate a bit more. Thanks for replying!

-- 
You are receiving this mail because:
You are the assignee for the bug.

[akregator] [Bug 469395] New: Reddit RSS: "error occurred while parsing element" on line 1

2023-05-05 Thread Dan
https://bugs.kde.org/show_bug.cgi?id=469395

Bug ID: 469395
   Summary: Reddit RSS: "error occurred while parsing element" on
line 1
Classification: Applications
   Product: akregator
   Version: 5.23.0
  Platform: Compiled Sources
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: feed parser
  Assignee: kdepim-bugs@kde.org
  Reporter: da...@protonmail.com
  Target Milestone: ---

STEPS TO REPRODUCE
1.  https://www.reddit.com/r/kde/.rss

OBSERVED RESULT
Akregator returns in the log: "error occurred while parsing element" on line 1

EXPECTED RESULT
It should get the feed without error.

This error started to happen 5 days ago, so I don't know if Reddit changed
something that broke Akregator feed parsing code or something else. Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 366112] [regression] Akonadi does not load remote calendar source

2022-11-09 Thread Dan
https://bugs.kde.org/show_bug.cgi?id=366112

Dan  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

--- Comment #5 from Dan  ---
(In reply to Justin Zobel from comment #4)
> If you can reproduce the issue, please change the status to "REPORTED" when
> replying. Thank you!

Yes, the issue is still present. Just verified with Kontact 5.15.3 (20.08.3).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[akregator] [Bug 460414] Show URL when hovering mouse over link

2022-10-14 Thread Dan
https://bugs.kde.org/show_bug.cgi?id=460414

Dan  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG

--- Comment #1 from Dan  ---
Forget it. I edited the ~/.config/akregatorrc file and I noticed StatusBar was
disabled. So:

StatusBar=Enabled

fixed it. I just don't understand why it was disabled and there's no option in
the menu to enable it...

Anyway, I'll change this bug to NOT A BUG...

-- 
You are receiving this mail because:
You are the assignee for the bug.

[akregator] [Bug 460414] New: Show URL when hovering mouse over link

2022-10-14 Thread Dan
https://bugs.kde.org/show_bug.cgi?id=460414

Bug ID: 460414
   Summary: Show URL when hovering mouse over link
Classification: Applications
   Product: akregator
   Version: GIT (master)
  Platform: Compiled Sources
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: da...@protonmail.com
  Target Milestone: ---

I upgraded Akregator and I noticed it won't show anymore the URL when I hover
the mouse over the link.

Is there a way to restore this feature? Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[akregator] [Bug 456843] [Feature request]: skip summary when entering a feed and go directly to next unread message

2022-07-19 Thread Dan
https://bugs.kde.org/show_bug.cgi?id=456843

--- Comment #1 from Dan  ---
What I mean is when entering a feed. There's a summary showing how many unread
messages before we can read the first unread message. If we can skip this
summary, it would be nice.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[akregator] [Bug 456843] [Feature request]: skip summary when entering a feed and go directly to next unread message

2022-07-19 Thread Dan
https://bugs.kde.org/show_bug.cgi?id=456843

Dan  changed:

   What|Removed |Added

Summary|[Feature request]: skip |[Feature request]: skip
   |summary when entering a |summary when entering a
   |folder and go directly to   |feed and go directly to
   |next unread message |next unread message

-- 
You are receiving this mail because:
You are the assignee for the bug.

[akregator] [Bug 456843] New: [Feature request]: skip summary when entering a folder and go directly to next unread message

2022-07-17 Thread Dan
https://bugs.kde.org/show_bug.cgi?id=456843

Bug ID: 456843
   Summary: [Feature request]: skip summary when entering a folder
and go directly to next unread message
   Product: akregator
   Version: GIT (master)
  Platform: Compiled Sources
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: da...@protonmail.com
  Target Milestone: ---

I have several folders in Akregator, each one with many feeds. So I use a lot
the keyboard shortcut to skip to next unread message. The problem is that it
goes first to the summary of the folder and then I have to use the shortcut
again to finally see the next unread message. This breaks the flow of reading
feeds.

Is there a way to go directly to the next unread message instead of seeing the
summary? Because it doesn't matter how many unread messages there're in a
folder, since we can view this number at the left panel.

If it's not possible, it would be nice if there's an option to disable this
behaviour.

Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 432162] Message list column headers resize on their own

2021-01-26 Thread Dan Leinir Turthra Jensen
https://bugs.kde.org/show_bug.cgi?id=432162

--- Comment #1 from Dan Leinir Turthra Jensen  ---
Created attachment 135210
  --> https://bugs.kde.org/attachment.cgi?id=135210=edit
KMail message list column headers after a while

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 432162] New: Message list column headers resize on their own

2021-01-26 Thread Dan Leinir Turthra Jensen
https://bugs.kde.org/show_bug.cgi?id=432162

Bug ID: 432162
   Summary: Message list column headers resize on their own
   Product: kmail2
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: message list
  Assignee: kdepim-bugs@kde.org
  Reporter: ad...@leinir.dk
  Target Milestone: ---

After setting the header sizes for the columns in the message list view, and
using the app for a while, over time they will resize in a way that ends up
with the second-rightmost column having a not particularly useful size. Please
see the attached screenshot for how things look after a while (the very narrow
column ends up entirely squeezed to no width eventually, but i thought this
shows the effect just as well).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 392956] database corrupt

2020-10-11 Thread Dan
https://bugs.kde.org/show_bug.cgi?id=392956

Dan  changed:

   What|Removed |Added

 CC||roze...@volny.cz

--- Comment #1 from Dan  ---
I have similar symptomps with kmail (kontact 5.15.1 (20.08.1), KDE Frameworks
5.47.0 on Arch Linux.

Apart of mail duplication, the akonadi server consumes all the memory after
some time ...

Here is a part of the log obtained when `akonadictl restart` is called (is it
safe to send it whole?):


org.kde.pim.akonadiserver: New notification connection (registered as
Akonadi::Server::NotificationSubscriber(0x7f6950303b30) )
org.kde.pim.akonadiserver: New notification connection (registered as
Akonadi::Server::NotificationSubscriber(0x7f6950303b30) )
org.kde.pim.akonadiserver: New notification connection (registered as
Akonadi::Server::NotificationSubscriber(0x7f69502afe90) )
org.kde.pim.akonadiserver: Subscriber
Akonadi::Server::NotificationSubscriber(0x7f695020df90) identified as
"AgentBaseChangeRecorder - 94582020480560"
org.kde.pim.akonadiserver: Subscriber
Akonadi::Server::NotificationSubscriber(0x7f6950303b30) identified as "Archive
Mail Kernel ETM - 94582020541536"
org.kde.pim.akonadiserver: Subscriber
Akonadi::Server::NotificationSubscriber(0x7f69502afe90) identified as
"ArchiveMailCollectionMonitor - 94582020801040"
org.kde.pim.akonadiserver: New notification connection (registered as
Akonadi::Server::NotificationSubscriber(0x7f6950306c30) )
org.kde.pim.akonadiserver: Subscriber
Akonadi::Server::NotificationSubscriber(0x7f6950306c30) identified as
"SpecialCollectionsMonitor - 94167298158096"
org.kde.pim.akonadiserver: New notification connection (registered as
Akonadi::Server::NotificationSubscriber(0x7f6950311c90) )
org.kde.pim.akonadiserver: Subscriber
Akonadi::Server::NotificationSubscriber(0x7f695020dc40) identified as
"AgentBaseChangeRecorder - 94321149800128"
org.kde.pim.akonadiserver: Subscriber
Akonadi::Server::NotificationSubscriber(0x7f6950270b20) identified as
"AgentBaseChangeRecorder - 94041219792608"
org.kde.pim.akonadiserver: Subscriber
Akonadi::Server::NotificationSubscriber(0x7f6950311c90) identified as
"UnifiedMailboxChangeRecorder - 140722923724944"
terminate called after throwing an instance of 'Xapian::DatabaseModifiedError'
org.kde.pim.akonadiserver: Subscriber
Akonadi::Server::NotificationSubscriber(0x7f695022b260) identified as
"AgentBaseChangeRecorder - 94159610622528"
org.kde.kgapi: Unauthorized. Access token has expired or is invalid.
org.kde.pim.google: Got error: KGAPI2::CalendarFetchJob(0x55a33e2bc560)
"Neplatné ověření."
org.kde.kgapi: Unauthorized. Access token has expired or is invalid.
org.kde.pim.google: Got error: KGAPI2::TaskListFetchJob(0x55a33e2a7dc0)
"Neplatné ověření."
org.kde.kgapi: Unauthorized. Access token has expired or is invalid.
org.kde.pim.google: Got error: KGAPI2::ContactsGroupFetchJob(0x55a33e25c040)
"Neplatné ověření."
org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder -
94510664681936" disconnected
org.kde.pim.akonadicontrol: ProcessControl: Application
"/usr/bin/akonadi_indexing_agent" stopped unexpectedly ( "Process crashed" )
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_indexing_agent'
crashed! 1 restarts left.
org.kde.pim.akonadiserver: New notification connection (registered as
Akonadi::Server::NotificationSubscriber(0x7f6950190250) )
org.kde.pim.akonadi_indexer_agent: Database Corrupted - What did you do?
org.kde.pim.akonadi_indexer_agent: 
org.kde.pim.akonadiserver: Subscriber
Akonadi::Server::NotificationSubscriber(0x7f6950190250) identified as
"AgentBaseChangeRecorder - 94316572205968"
terminate called after throwing an instance of 'Xapian::DatabaseModifiedError'
org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder -
94316572205968" disconnected
org.kde.pim.akonadicontrol: ProcessControl: Application
"/usr/bin/akonadi_indexing_agent" stopped unexpectedly ( "Process crashed" )
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_indexing_agent'
crashed! 0 restarts left.
org.kde.pim.akonadiserver: New notification connection (registered as
Akonadi::Server::NotificationSubscriber(0x7f6950334170) )
org.kde.pim.akonadi_indexer_agent: Database Corrupted - What did you do?
org.kde.pim.akonadi_indexer_agent: 
org.kde.pim.akonadiserver: Subscriber
Akonadi::Server::NotificationSubscriber(0x7f6950334170) identified as
"AgentBaseChangeRecorder - 94020415634304"
terminate called after throwing an instance of 'Xapian::DatabaseModifiedError'
org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder -
94020415634304" disconnected
org.kde.pim.akonadicontrol: ProcessControl: Application
"/usr/bin/akonadi_indexing_agent" sto

[Akonadi] [Bug 411093] Unable to start Akonadi: Could not open required defaults file

2019-10-31 Thread Dan
https://bugs.kde.org/show_bug.cgi?id=411093

--- Comment #10 from Dan  ---
This thread

https://forum.kde.org/viewtopic.php?f=215=162239=akonadi+won%27t+start

points out that it appears a dev accidentally has pasted a newline into a file
path, and that maybe this could be causing the problem:

org.kde.pim.akonadiserver: stderr: "mysqld-akonadi: [ERROR] Could not open
required defaults file:
/home/andrea/.local/share/akonadi/mysql.conf\nmysqld-akonadi: [ERROR] Fatal
error in defaults handling. Program aborted!\n"

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kontact] [Bug 411904] New: Deleted email remain / greyed out iCloud IMAP

2019-09-13 Thread Dan Jenkins
https://bugs.kde.org/show_bug.cgi?id=411904

Bug ID: 411904
   Summary: Deleted email remain / greyed out iCloud IMAP
   Product: kontact
   Version: 5.12.1
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: mail
  Assignee: kdepim-bugs@kde.org
  Reporter: dan.jenkins...@gmail.com
  Target Milestone: ---

SUMMARY
I have 3 active email account 2 iCloud and one Gmail account. The Gmail account
functions without issue. 

Both iCloud accounts send / receive with no issue and the deleted messages
properly route to the assigned Trash folder for each account (not the local
folder).  Upon deleting a message the message moves to trash as expected, but
leaves a greyed out message in the inbox.  

STEPS TO REPRODUCE
1. Delete email (also tried deleting message thread and move all messages to
Trash same result). 
2. Check Trash - it's there, back to inbox it's there too but greyed out. 

OBSERVED RESULT
Duplicate email in the inbox when the mail is moved to trash. 

EXPECTED RESULT
Email should be moved to trash without being left in the inbox. 

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Kernel 5.2.11-1-default 
(available in About System)
KDE Plasma Version: 5.16.5
KDE Frameworks Version: 5.61.0
Qt Version: 5.13.1

ADDITIONAL INFORMATION
I've removed all identities and re-added issue presisted. 
Deleted kMail all dependencies and re-installed / re-added the accounts- issue
presists.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 411093] Unable to start Akonadi: Could not open required defaults file

2019-08-21 Thread Dan
https://bugs.kde.org/show_bug.cgi?id=411093

--- Comment #6 from Dan  ---
So, this worked for me, but after rebooting my machine, akonadi did not start,
and a manual start with akonadictl resulted in the same old failure and error
messages, and I had to tear down and restart apparmor again. I assume I'll have
to do this every time I start my desktop or laptop. 

So, this is an ugly work-around, not really a solution. Any idea how to get
apparmor to permit access to the required files permanently?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 411093] Unable to start Akonadi: Could not open required defaults file

2019-08-20 Thread Dan
https://bugs.kde.org/show_bug.cgi?id=411093

Dan  changed:

   What|Removed |Added

 CC||k...@foskett.org

--- Comment #2 from Dan  ---
Same error (and same system info), and would just like to add an observation or
two, in case they're helpful.

First, when following these directions:

https://docs.kde.org/stable5/en/pim/kmail2/clean-start-after-a-failed-migration.html

the process fails with the same error report, and only creates some of the
files it should.

/etc/apparmor.d/usr.sbin.mysqld-akonadi features a line added in a previous
bugfix to allow for creation of mysql lockfile (i think?):

 owner /run/user/*/akonadi/default/* wr,

but my output shows an argument using a different directory:

"--socket=/run/user/1000/akonadi/mysql.socket" 

and akonadiserverrc uses the same directory:

[QMYSQL]
Host=
Name=akonadi
Options="UNIX_SOCKET=/run/user/1000/akonadi/mysql.socket"
ServerPath=/usr/sbin/mysqld-akonadi
StartServer=true

...after the clean start process, /run/user/1000/akonadi/ is empty.

Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 408354] If default maildir folder is changed a new set of folders are stored under "/home/$user/file:"

2019-06-27 Thread Dan
https://bugs.kde.org/show_bug.cgi?id=408354

Dan  changed:

   What|Removed |Added

 CC||k...@foskett.org

--- Comment #7 from Dan  ---
I have the same problem. In case jt helps, I noticed that when you use the
dialog to change the Local Folder directory, the path in
~/.config/akonadi_mail_resource_0rc changes from

Path[$e]=$HOME/.local/share/akonadi_maildir_resource_0

to 

Path[$e]=file:$HOME/local-mail

I was able to get my mail back in the default Local Folders by following the
steps to recover from a failed migration. The first time reset the location of
Local Folders to the default without using the dialog box (so "file:" was not
part of the path), and then I moved my mail files there, and went through the
steps a second time, and kmail read all of my stored mail in.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 403714] New: Preview Pane Constantly Flashes (WebEngine issue)

2019-01-28 Thread Dan
https://bugs.kde.org/show_bug.cgi?id=403714

Bug ID: 403714
   Summary: Preview Pane Constantly Flashes (WebEngine issue)
   Product: kmail2
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: dan.f.k...@gmail.com
  Target Milestone: ---

Application: kmail (5.10.1)

Qt Version: 5.12.0
Frameworks Version: 5.54.0
Operating System: Linux 4.20.4-arch1-1-ARCH x86_64
Distribution (Platform): Archlinux Packages

-- Information about the crash:
I open kmail.
The preview pane flashes constantly, and is unable to preview any emails.
This appears to be a bug in qt5-webengine. I can reproduce this by browsing to
any URL in Konqueror when WebEngine is used, but
things show fine when using KHTML.
If I attempt to close Kmail when the preview pane is flashing, I get this
crash.

The crash can be reproduced every time.

-- Backtrace:
Application: KMail (kmail), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fcdfdebfb40 (LWP 3647))]

Thread 26 (Thread 0x7fccf2350700 (LWP 3738)):
#0  0x7fce15384ef6 in pthread_cond_timedwait@@GLIBC_2.3.2 () from
/usr/lib/libpthread.so.0
#1  0x7fce0eafc447 in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#2  0x7fce0eafd16a in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#3  0x7fce0eafd252 in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#4  0x7fce0eabc301 in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#5  0x7fce0eabe4d7 in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#6  0x7fce0eabeac4 in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#7  0x7fce0eaff361 in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#8  0x7fce1537ea9d in start_thread () from /usr/lib/libpthread.so.0
#9  0x7fce179bfb23 in clone () from /usr/lib/libc.so.6

Thread 25 (Thread 0x7fcdceffd700 (LWP 3737)):
#0  0x7fce15384ef6 in pthread_cond_timedwait@@GLIBC_2.3.2 () from
/usr/lib/libpthread.so.0
#1  0x7fce0eafc447 in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#2  0x7fce0eafd16a in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#3  0x7fce0eafd252 in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#4  0x7fce0eabc301 in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#5  0x7fce0eabe806 in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#6  0x7fce0eabeac4 in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#7  0x7fce0eaff361 in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#8  0x7fce1537ea9d in start_thread () from /usr/lib/libpthread.so.0
#9  0x7fce179bfb23 in clone () from /usr/lib/libc.so.6

Thread 24 (Thread 0x7fcd796ee700 (LWP 3704)):
#0  0x7fce15384afc in pthread_cond_wait@@GLIBC_2.3.2 () from
/usr/lib/libpthread.so.0
#1  0x7fce0b9b728c in ?? () from /usr/lib/libQt5Script.so.5
#2  0x7fce0b9b72a9 in ?? () from /usr/lib/libQt5Script.so.5
#3  0x7fce1537ea9d in start_thread () from /usr/lib/libpthread.so.0
#4  0x7fce179bfb23 in clone () from /usr/lib/libc.so.6

Thread 23 (Thread 0x7fcda0ad3700 (LWP 3691)):
#0  0x7fce14465424 in g_mutex_unlock () from /usr/lib/libglib-2.0.so.0
#1  0x7fce144b5faa in g_main_context_check () from
/usr/lib/libglib-2.0.so.0
#2  0x7fce144b74e6 in ?? () from /usr/lib/libglib-2.0.so.0
#3  0x7fce144b762e in g_main_context_iteration () from
/usr/lib/libglib-2.0.so.0
#4  0x7fce17ee75c4 in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/libQt5Core.so.5
#5  0x7fce17e9058c in
QEventLoop::exec(QFlags) () from
/usr/lib/libQt5Core.so.5
#6  0x7fce17cd45c9 in QThread::exec() () from /usr/lib/libQt5Core.so.5
#7  0x7fce17cd59cc in ?? () from /usr/lib/libQt5Core.so.5
#8  0x7fce1537ea9d in start_thread () from /usr/lib/libpthread.so.0
#9  0x7fce179bfb23 in clone () from /usr/lib/libc.so.6

Thread 22 (Thread 0x7fcda1da4700 (LWP 3688)):
#0  0x7fce15384afc in pthread_cond_wait@@GLIBC_2.3.2 () from
/usr/lib/libpthread.so.0
#1  0x7fce0eafc379 in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#2  0x7fce0eafd178 in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#3  0x7fce0eafd20f in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#4  0x7fce0eabc318 in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#5  0x7fce0eabe806 in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#6  0x7fce0eabeb44 in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#7  0x7fce0eaff361 in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#8  0x7fce1537ea9d in start_thread () from /usr/lib/libpthread.so.0
#9  0x7fce179bfb23 in clone () from /usr/lib/libc.so.6

Thread 21 (Thread 0x7fcda27fc700 (LWP 3682)):
#0  0x7fce15384e5b in pthread_cond_timedwait@@GLIBC_2.3.2 () from
/usr/lib/libpthread.so.0
#1  0x7fce14f56ea4 in ?? () from /usr/lib/nvidia/libGL.so.1
#2  0x7fce09bca522 in ?? () from

[kmail2] [Bug 403714] Preview Pane Constantly Flashes (WebEngine issue)

2019-01-28 Thread Dan
https://bugs.kde.org/show_bug.cgi?id=403714

Dan  changed:

   What|Removed |Added

 CC||dan.f.k...@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kontact] [Bug 402774] New: Contacts show up multiple times

2019-01-01 Thread Dan C
https://bugs.kde.org/show_bug.cgi?id=402774

Bug ID: 402774
   Summary: Contacts show up multiple times
   Product: kontact
   Version: 5.7.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: contacts
  Assignee: kdepim-bugs@kde.org
  Reporter: thec...@gmail.com
  Target Milestone: ---

SUMMARY


STEPS TO REPRODUCE
1. Sync Google contacts
2. View contacts in Kontact
3. All groups are selected after first sync

OBSERVED RESULT
My contacts show up multiple times because they exist in multiple groups.
Deselecting groups starts to thin out the duplication. Finally, when only the
top-level account is selected, I only see one entry per contact.

EXPECTED RESULT
Because the groups are "subfolders" of the main google.com account, I don't
expect having them selected to show the entries duplicated. The entries in the
contact list should always be de-duped.


SOFTWARE/OS VERSIONS
Windows: 
MacOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 395131] Akonadi consumes all memory

2018-06-11 Thread Dan
https://bugs.kde.org/show_bug.cgi?id=395131

--- Comment #1 from Dan  ---
Further observation confirmed that the memory usage is still growing even when
mail accounts are off-line (set through "work off-line" in kontact menu).
Although the growing is very slow ...

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 395131] Akonadi consumes all memory

2018-06-08 Thread Dan
https://bugs.kde.org/show_bug.cgi?id=395131

Dan  changed:

   What|Removed |Added

 CC||roze...@volny.cz

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 395131] New: Akonadi consumes all memory

2018-06-08 Thread Dan
https://bugs.kde.org/show_bug.cgi?id=395131

Bug ID: 395131
   Summary: Akonadi consumes all memory
   Product: Akonadi
   Version: 5.8.1
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: server
  Assignee: kdepim-bugs@kde.org
  Reporter: roze...@volny.cz
  Target Milestone: ---

After a day of akonadi running (mail resources), the server consumes almost all
memory ..., making it unusable. Unfortunately, I cannot say anything more
detailed, except it may be related with (imap) mail resources, since it seems
that the memory does not grow hen mail is off-line (I will try to confirm it).
Is there something I should try to help you?


There is a [top] short after the start of akonadi server and setting mails
resources to be on-line

top - 20:51:29 up 2 days,  4:31,  2 users,  load average: 1.31, 1.15, 1.04
Tasks:  22 total,   0 running,  22 sleeping,   0 stopped,   0 zombie
%Cpu(s):  4.1 us,  0.8 sy,  0.0 ni, 95.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
MiB Mem :  32083.1 total,  26416.1 free,   3061.1 used,   2605.9 buff/cache
MiB Swap:  32768.0 total,  32703.1 free, 64.9 used.  27706.4 avail Mem 

  PID USER  PR  NIVIRTRESSHR S  %CPU  %MEM TIME+ COMMAND
10838 dtihelka  20   0 3451504 179168  30804 S   6.7   0.5  65:44.97
/bin/akonadiserver
10898 dtihelka  20   0 1207552  85632  68896 S   0.0   0.3   6:29.99
/usr/bin/akonadi_mailfilter_agent --identifier akonadi_mailfilter_agent
10885 dtihelka  20   0 1199128  83552  66944 S   0.0   0.3   6:23.71
/usr/bin/akonadi_archivemail_agent --identifier akonadi_archivemail_agent
10887 dtihelka  20   0 1128872  81676  65460 S   0.0   0.2   0:02.85
/usr/bin/akonadi_googlecalendar_resource --identifier
akonadi_googlecalendar_resource_0
10911 dtihelka  20   0 1191836  79944  63688 S   0.0   0.2   4:54.27
/usr/bin/akonadi_sendlater_agent --identifier akonadi_sendlater_agent
10888 dtihelka  20   0 1061980  77340  61408 S   0.0   0.2   0:02.86
/usr/bin/akonadi_googlecontacts_resource --identifier
akonadi_googlecontacts_resource_0
10889 dtihelka  20   0 1087020  74704  59188 S   0.0   0.2   0:03.04
/usr/bin/akonadi_imap_resource --identifier akonadi_imap_resource_1
10890 dtihelka  20   0 1087024  73380  58072 S   0.0   0.2   0:02.81
/usr/bin/akonadi_imap_resource --identifier akonadi_imap_resource_2
10891 dtihelka  39  19  666488  52460  40992 S   0.0   0.2   6:17.63
/usr/bin/akonadi_indexing_agent --identifier akonadi_indexing_agent
10904 dtihelka  20   0  847528  47116  41660 S   0.0   0.1   0:02.73
/usr/bin/akonadi_notes_agent --identifier akonadi_notes_agent
10895 dtihelka  20   0  645644  46764  38504 S   0.0   0.1  17:22.84
/usr/bin/akonadi_maildir_resource --identifier akonadi_maildir_resource_0
10903 dtihelka  20   0  669516  45724  40496 S   0.0   0.1   4:54.91
/usr/bin/akonadi_newmailnotifier_agent --identifier
akonadi_newmailnotifier_agent
10884 dtihelka  20   0  635812  43664  38712 S   0.0   0.1   0:00.99
/usr/bin/akonadi_akonotes_resource --identifier akonadi_akonotes_resource_2
10897 dtihelka  20   0  718660  43348  38380 S   0.0   0.1   2:02.30
/usr/bin/akonadi_maildispatcher_agent --identifier akonadi_maildispatcher_agent
10886 dtihelka  20   0  725320  43316  38316 S   0.0   0.1   5:03.77
/usr/bin/akonadi_followupreminder_agent --identifier
akonadi_followupreminder_agent
10905 dtihelka  20   0  714392  43296  38404 S   0.0   0.1   0:02.68
/usr/bin/akonadi_pop3_resource --identifier akonadi_pop3_resource_0
10882 dtihelka  20   0  635836  42972  38016 S   0.0   0.1   0:00.97
/usr/bin/akonadi_akonotes_resource --identifier akonadi_akonotes_resource_0
10883 dtihelka  20   0  633444  42628  37776 S   0.0   0.1   0:00.98
/usr/bin/akonadi_akonotes_resource --identifier akonadi_akonotes_resource_1
10901 dtihelka  20   0  622076  40784  36088 S   0.0   0.1   0:00.98
/usr/bin/akonadi_migration_agent --identifier akonadi_migration_agent
10799 dtihelka  20   0  536372  38432  33576 S   0.0   0.1   4:48.58
/bin/akonadi_control
8 root  -2   0   0  0  0 I   0.0   0.0   0:51.09
[rcu_preempt]
2 root  20   0   0  0  0 S   0.0   0.0   0:00.04 [kthreadd]


and the [top] few hours later:

top - 07:51:30 up 3 days, 15:31,  2 users,  load average: 0.16, 0.27, 0.34
Tasks:  22 total,   0 running,  22 sleeping,   0 stopped,   0 zombie
%Cpu(s):  2.4 us,  0.0 sy,  0.0 ni, 97.6 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
MiB Mem :  32083.1 total,283.4 free,  30582.4 used,   1217.2 buff/cache
MiB Swap:  32768.0 total,  24149.8 free,   8618.2 used.118.7 avail Mem 

  PID USER  PR  NIVIRTRESSHR S  %CPU  %MEM TIME+ COMMAND
10838 dtihelka  20   0   34.8g  26.7g   2280 S   0.0  85.4 214:25.36
/bin/akonadiserver
10889 dtihelka  20   0 1372680  12576   5484 S   0.0   0.0   8:10.85
/usr/bin/akonadi_imap_resource --identifier 

[kmail2] [Bug 388284] Changes to identity assigned to a folder not being saved?

2017-12-27 Thread Dan
https://bugs.kde.org/show_bug.cgi?id=388284

--- Comment #1 from Dan <k...@foskett.org> ---
okay, there's actually much more wrong than I've detailed - i'm experiencing
continued send failures, even after re-creating accounts, etc. no time to
figure out the parameters of everything that might be wrong so it's thunderbird
for me until your next release, i guess, but i'd be happy to try anything
specific a dev might want to see a result from, and report back.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 388284] New: Changes to identity assigned to a folder not being saved?

2017-12-27 Thread Dan
https://bugs.kde.org/show_bug.cgi?id=388284

Bug ID: 388284
   Summary: Changes to identity assigned to a folder not being
saved?
   Product: kmail2
   Version: 5.7.0
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: folders
  Assignee: kdepim-bugs@kde.org
  Reporter: k...@foskett.org
  Target Milestone: ---

accessing kmail via kontact in kde neon.

Changes to identity assigned to a folder not being saved - on restarting
kontact they have reverted to default identity, in this case resulting in an
inability to send email (changes the associated SMTP account to one that
doesn't match the right server). 

context: so, I'm not 100% sure what happened here, i discovered I couldn't send
email from one of my accounts, googled the error message, checked email configs
against my email provider's recommended configs which led me to update the SMTP
server name. I tried sending email again, and got a different error message
this time, googled that, saw some bugs related to cert common name mismatch
with the server name in kmail's config, read up a little on using openssl to
find the name and update it, decided against it and put the original server
name back in, and noticed that at some point in this process the identity
associated with the mail folder had changed from the correct one to the default
one. I changed it to the correct one, and realized that kmail wasn't saving the
change on closing. 

hth

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korgac] [Bug 353700] KOrganizer reminder daemon does not start at login

2017-06-23 Thread Dan Ciarniello
https://bugs.kde.org/show_bug.cgi?id=353700

--- Comment #2 from Dan Ciarniello <da...@ciarniello.ca> ---
This ticket is no longer relevant as the reminder daemon is now running fine. 
It doesn't show up on the System Tray even though it is set to be but that's a
different matter.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 366112] [regression] Akonadi does not load remote calendar source

2017-01-11 Thread Dan
https://bugs.kde.org/show_bug.cgi?id=366112

Dan <di...@betriebsdirektor.de> changed:

   What|Removed |Added

Version|5.2.0   |5.4.0

--- Comment #3 from Dan <di...@betriebsdirektor.de> ---
The regression is still present in Akonadi 5.4. Which information is missing to
get this issue confirmed?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 352249] kmail ... gmail Syncing folder 'linux-arm-kernel' hangs at 98%

2016-10-24 Thread Dan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352249

Dan <roze...@volny.cz> changed:

   What|Removed |Added

 CC||roze...@volny.cz

--- Comment #4 from Dan <roze...@volny.cz> ---
Created attachment 101738
  --> https://bugs.kde.org/attachment.cgi?id=101738=edit
Screenshot of syncing folder hang

I observe similar bug on Arch linux, with: akonadictl --version
Akonadi 5.3.2

Although I can work with the mail (at least those synced so far), the syncing
hangs on 97% (see the attached screenshot, other accounts work in parallel).
The only solution to get the mailbox synced again is to call 'akonadictl
restart'.

There are about 6000 messages in the sent-mail folder.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[kmail2] [Bug 183875] kmail keeps spawning "gpgsm --server" but never kills/reaps them

2016-10-21 Thread Dan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=183875

Dan <di...@betriebsdirektor.de> changed:

   What|Removed |Added

 CC||di...@betriebsdirektor.de

-- 
You are receiving this mail because:
You are the assignee for the bug.


[kmail2] [Bug 370027] I'm not seeing any text in the Preview view

2016-10-10 Thread Dan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370027

--- Comment #2 from Dan <di...@betriebsdirektor.de> ---
Probably an Arch Linux packaging issue. See:
https://bugs.archlinux.org/task/51302

If the bug owner is also using Arch Linux you may close this bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[kmail2] [Bug 370027] I'm not seeing any text in the Preview view

2016-10-10 Thread Dan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370027

Dan <di...@betriebsdirektor.de> changed:

   What|Removed |Added

 CC||di...@betriebsdirektor.de

--- Comment #1 from Dan <di...@betriebsdirektor.de> ---
I can confirm this issue with the latest stable kmail2 from Arch Linux. There
is no way to show a message (besides editing it). It seems that QWebEngine is
crashing:

Received signal 4 ILL_ILLOPN 7f6f9f501fd0
#0 0x7f6f9f97f43e 
#1 0x7f6f9f97f819 
#2 0x7f6f9cf150b0 
#3 0x7f6f9f501fd0 
#4 0x7f6fa0357110 
#5 0x7f6fa0357501 
#6 0x7f6fa0355f1c 
#7 0x7f6fa035657c 
#8 0x7f6fa0b2844a 
#9 0x7f6f9f002c4e 
#10 0x7f6f9efd863f 
#11 0x7f6fa0b3f579 
#12 0x7f6f9efa2982 
#13 0x7f6f9f6ba4a2 
#14 0x7f6f9f6d5ebf 
#15 0x7f6f9f6dad31 
#16 0x7f6f9f6cc4dd 
#17 0x7f6f9e8f6630 
#18 0x7f6f9f602514 
#19 0x7f6f9f9f3ed9 
#20 0x7f6fa00592c9 
#21 0x7f6fa0059b2c 
#22 0x7f6f9f9f3ed9 
#23 0x7f6f9f99d2a8 
#24 0x7f6f9f99df19 
#25 0x7f6f9f99e3e2 
#26 0x7f6f9f9a0409 
#27 0x7f6f9f9b26a4 
#28 0x7f6f9f99c635 
#29 0x7f6f9f6f0490 
#30 0x7f6f9eb422fe 
#31 0x7f6f9eb427c9 
#32 0x7f6f9eb40df9 
#33 0x7f6f9dfcb2f4 QtWebEngine::processMain()
#34 0x004006d3 
#35 0x7f6f9cf02291 __libc_start_main
#36 0x0040072a 
  r8:   r9: 0020 r10: 0022 r11:
0206
 r12: 01480fd0 r13: 0002 r14: 01480280 r15:
7ffc82331190
  di: 223b8ed81000  si: 0001e000  bp: 01419b30  bx:
01480fd8
  dx: 0008  ax:   cx: ff88  sp:
7ffc82331000
  ip: 7f6f9f501fd0 efl: 00010286 cgf: 002b0033 erf:

 trp: 0006 msk:  cr2: 
[end of stack trace]



kmail2 16.08.1
plasma 5.8.0
qt5-webengine 5.7.0

-- 
You are receiving this mail because:
You are the assignee for the bug.


[kmail2] [Bug 131083] Add client certificate authentication to KMail

2016-07-27 Thread Dan O . via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=131083

Dan O. <d...@redchops.com> changed:

   What|Removed |Added

 CC||d...@redchops.com

--- Comment #18 from Dan O. <d...@redchops.com> ---
So still nothing on this? I'd love to use KMail but security is important to me
and client certificates are how I've set my business infrastructure up. I can't
disable them just for the email server, it doesn't make sense.

-- 
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 366112] New: [regression] Akonadi does not load remote calendar source

2016-07-26 Thread Dan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366112

Bug ID: 366112
   Summary: [regression] Akonadi does not load remote calendar
source
   Product: Akonadi
   Version: 16.04
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: ICal file resource
  Assignee: kdepim-bugs@kde.org
  Reporter: di...@betriebsdirektor.de

When I add a remote ICS file (by entering a URL in the ICAL source) it is not
being read by Akonadi. The Akonadi console always shows 0 entries in such
sources. This used to work with earlier KDE releases.

It does not matter whether the file is accessed through HTTP or HTTPS, it
simply does not load any appointments. The interesting part is: when I download
the ICS with wget and add it as a local file it is displayed properly, so the
problem is not the ICS file itself.

Example remote calendar which does not load:

https://calendar.google.com/calendar/ical/12k3q973h6hefvd9tbj79c7slc%40group.calendar.google.com/private-af4b01d323e99b0301f7394ff29a63bd/basic.ics


Reproducible: Always




This is on x86_64 Arch Linux, so I am always using the latest stable release.

-- 
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 362958] After update KMail not interpreting Invite Emails

2016-07-25 Thread Dan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362958

--- Comment #35 from Dan <di...@betriebsdirektor.de> ---
I can also confirm that the patch from comment 24 fixes invites sent from
Exchange 2013. Good job.

-- 
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 362958] After update KMail not interpreting Invite Emails

2016-07-25 Thread Dan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362958

Dan <di...@betriebsdirektor.de> changed:

   What|Removed |Added

 CC||di...@betriebsdirektor.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 363286] "Could not start certificate manager. Please check your installation." on clicking an unknown key.

2016-05-19 Thread Dan Dart via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363286

--- Comment #2 from Dan Dart <k...@dandart.co.uk> ---
Ah, right. This seems to be OK. This wasn't obvious in the program, so perhaps
installing it could be a suggestion/requirement at the checking stage?

-- 
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 363286] New: "Could not start certificate manager. Please check your installation." on clicking an unknown key.

2016-05-19 Thread Dan Dart via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363286

Bug ID: 363286
   Summary: "Could not start certificate manager. Please check
your installation." on clicking an unknown key.
   Product: kmail2
   Version: 5.1.3
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: crypto
  Assignee: kdepim-bugs@kde.org
  Reporter: k...@dandart.co.uk

I have kmail and kgpg installed. I'm expecting to be able to import a foreign
gpg key to verify the identity of the sender but when I click the foreign key
ID I get a pop up with "Could not start certificate manager. Please check your
installation."

Reproducible: Always

Steps to Reproduce:
1. Open a signed message you don't have the key for.
2. Click More Details next to "unable to verify certificate validity".
3. Click the key ID

Actual Results:  
A popup with "Could not start certificate manager. Please check your
installation."

Expected Results:  
I expected either to be prompted with a key import dialog from kgpg or be
prompted to install missing packages.

Includes kgpg 2.17.0

-- 
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 362710] Message list view does not show any text (invisible sender, subject, date etc)

2016-05-05 Thread Dan Dart via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362710

--- Comment #1 from Dan Dart <k...@dandart.co.uk> ---
Created attachment 98789
  --> https://bugs.kde.org/attachment.cgi?id=98789=edit
Message list shown to me

-- 
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 362710] New: Message list view does not show any text (invisible sender, subject, date etc)

2016-05-05 Thread Dan Dart via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362710

Bug ID: 362710
   Summary: Message list view does not show any text (invisible
sender, subject, date etc)
   Product: kmail2
   Version: 5.1.3
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: grave
  Priority: NOR
 Component: message list
  Assignee: kdepim-bugs@kde.org
  Reporter: k...@dandart.co.uk

Once I set up my kmail, the message list view just shows invisible / missing
text for subject/from/date.
Tried to look at other inboxes ut same for every one.

Reproducible: Always

Steps to Reproduce:
1. View message list

Actual Results:  
Blank/invisible/missing subject/sender/date

Expected Results:  
Present subject/sender/date

I have updated my kernel to 4.6 but surely that won't have done it?
Ubuntu 16.04 upgraded from 15.10 using do-release-upgrade.

-- 
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 352897] Kmail segfaults on configuring appearance

2016-02-17 Thread Dan Ramaley via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352897

Dan Ramaley <daniel.rama...@drake.edu> changed:

   What|Removed |Added

 CC||daniel.rama...@drake.edu

--- Comment #2 from Dan Ramaley <daniel.rama...@drake.edu> ---
I have this exact same issue. Kmail 4.14.10 crashes every time I try to access
the Appearance settings.

-- 
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 341682] Cannot select any key, regardless of where

2014-12-10 Thread Dan O .
https://bugs.kde.org/show_bug.cgi?id=341682

--- Comment #1 from Dan O. d...@redchops.com ---
In void Kleo::KeySelectionDialog::slotOk(), it seems to be returning back to
the widget if the key selection is not empty and the keys are valid, as
referenced by this line: if (!mSelectedKeys.empty() 
checkKeyUsage(mSelectedKeys, mKeyUsage)). Should it not accept() if that is
true? I'm testing it now, but it seems the return/accept() conditions are
reversed to me.

-- 
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 341682] Cannot select any key, regardless of where

2014-12-10 Thread Dan O .
https://bugs.kde.org/show_bug.cgi?id=341682

--- Comment #2 from Dan O. d...@redchops.com ---
Created attachment 89899
  -- https://bugs.kde.org/attachment.cgi?id=89899action=edit
Possible fix for selection window

I appear to have been right, at least from my testing I am now able to select
and use keys properly. I don't really know what the timer is there for so I
didn't touch that, but I think this should work.

-- 
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 341760] New: Objecttreeparser will display the latest added key when displaying who signed an email.

2014-12-10 Thread Dan O .
https://bugs.kde.org/show_bug.cgi?id=341760

Bug ID: 341760
   Summary: Objecttreeparser will display the latest added key
when displaying who signed an email.
   Product: kdepim
   Version: GIT (master)
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: messageviewer
  Assignee: kdepim-bugs@kde.org
  Reporter: d...@redchops.com

When I receive a signed or encrypted email, objecttreeparser will properly
verify or encrypt the email, and set the proper color in the email. What then
happens is that the message signer and key id are displayed as whatever the
latest key i added to my database is. This is merely a cosmetic issue, but it's
incredibly annoying and may unveil a larger issue.
The issue lies in ObjectTreeParser::writeOpaqueOrMultipartSignedData. The
contents of 'result' are correct, result = m-verifyResult(); returns the
proper signing key information. The contents of 'key' however have the wrong
key, and that's what ends up getting displayed. That is set by key =
m-signingKey();.

I added debugging strings to track down the issue. My keystore contains 7 keys,
for reference. 
My example email has been signed by mgorny. 
qDebug()  There are   key.numUserIDs()   in the key of  
key.userID(0).email()   ID; for whatever reason returns There are  4  in
the key of  kristian.fiskerstr...@sumptuouscapital.com  ID, later debugging
shows that key.keyID() equals 0B7F8B60E3EDFAE3.

Conversely 'result', which should contain similar information to key actually
does not. 'result' actually contains the correct information, and reports the
fingerprint as the correct key of B07A1AEAEFB4464E.

The issue here appears to be that either key = m-signingKey(); is returning
the completely wrong key, or that different code should be used to return said
key.

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 341682] Cannot select any key, regardless of where

2014-12-10 Thread Dan O .
https://bugs.kde.org/show_bug.cgi?id=341682

--- Comment #4 from Dan O. d...@redchops.com ---
Sorry, I have never run 4.14 so I can't say for sure. I had a hard time tracing
that part of code so the handling of that issue might be elsewhere. I changed
that part because it seemed like control was never passing back on the OK press

-- 
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 341681] New: Failure to transport message, must issue a STARTTLS command first. [Frameworks branch]

2014-12-08 Thread Dan O .
https://bugs.kde.org/show_bug.cgi?id=341681

Bug ID: 341681
   Summary: Failure to transport message, must issue a STARTTLS
command first. [Frameworks branch]
   Product: kmail2
   Version: Git (master)
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: misc
  Assignee: kdepim-bugs@kde.org
  Reporter: d...@redchops.com

Trying to send any email using any server that requires authentication fails
immediately. Testing on my own server, port 25 works fine, as it doesn't
require STARTTLS from localhost clients. When I switch to port 587 it fails,
the TCP stack is as follows:

220 mail.redchops.com ESMTP Postfix
EHLO equinox.localnet
250-mail.redchops.com
250-PIPELINING
250-SIZE 1024
250-VRFY
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
AUTH PLAIN  [base64 password removed, but it is
correct]
530 5.7.0 Must issue a STARTTLS command first

In the SMTP settings, the radio buttons for setting encryption doesn't seem to
do anything. If I set one, close the window then reopen it, all the radio icons
are cleared. That seems to me that it's not actually setting the encryption
level in some config file but I can't find where this setting saves to. Even if
I create a GMail account with the account wizard, the settings don't stick and
I can't send mail with that account either

Reproducible: Always

Steps to Reproduce:
1. Create an outgoing server that requires encryption
2. Try to send an email

Actual Results:  
Email fails to send with the issue stated above, smtp never issues STARTTLS
upon connection to the server

Expected Results:  
Mail is sent properly

-- 
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 341681] Failure to transport message, must issue a STARTTLS command first. [Frameworks branch]

2014-12-08 Thread Dan O .
https://bugs.kde.org/show_bug.cgi?id=341681

--- Comment #1 from Dan O. d...@redchops.com ---
Created attachment 89875
  -- https://bugs.kde.org/attachment.cgi?id=89875action=edit
Setting the encryption option

-- 
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 341681] Failure to transport message, must issue a STARTTLS command first. [Frameworks branch]

2014-12-08 Thread Dan O .
https://bugs.kde.org/show_bug.cgi?id=341681

--- Comment #2 from Dan O. d...@redchops.com ---
Created attachment 89876
  -- https://bugs.kde.org/attachment.cgi?id=89876action=edit
Radio buttons cleared when the settings are reopened

-- 
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 341681] Failure to transport message, must issue a STARTTLS command first. [Frameworks branch]

2014-12-08 Thread Dan O .
https://bugs.kde.org/show_bug.cgi?id=341681

--- Comment #3 from Dan O. d...@redchops.com ---
Also, I should add that pressing Auto Detect connects to my server and issues
STARTTLS just find, interestingly enough, and sets the TLS encryption option in
the settings with port 25. Saving, closing and reopening settings still clears
the encryption setting.

-- 
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 341681] Failure to transport message, must issue a STARTTLS command first. [Frameworks branch]

2014-12-08 Thread Dan O .
https://bugs.kde.org/show_bug.cgi?id=341681

--- Comment #4 from Dan O. d...@redchops.com ---
I had an idea a minute ago..

Adding encryption=tls to .config/mailtransports under the transport allows
the mail to send successfully! Dumping TCP shows that it establishes the TLS
connection perfectly fine, and the mail sends. It bounces from its destination
because of bug 341457, but that's outside the scope of this bug.

KMail is unable to see this setting, the radio buttons are blank even though it
works, which leads me to believe that it can't read or set that particular
setting for whatever bizarre reason. This might be an easy fix to somebody more
familiar to the code than me, but I'll look through and see if I can submit a
patch myself.

-- 
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


[kdepimlibs] [Bug 341681] Failure to transport message, must issue a STARTTLS command first. [Frameworks branch]

2014-12-08 Thread Dan O .
https://bugs.kde.org/show_bug.cgi?id=341681

Dan O. d...@redchops.com changed:

   What|Removed |Added

Version|Git (master)|GIT (master)
Product|kmail2  |kdepimlibs
  Component|misc|mailtransport
 CC||kdepim-bugs@kde.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.
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 341457] Kmail (Framework branch) inserts an additional To: and Subject: into the header upon sending emails.

2014-12-08 Thread Dan O .
https://bugs.kde.org/show_bug.cgi?id=341457

--- Comment #2 from Dan O. d...@redchops.com ---
Alright, tracked this one down, though I don't know why it does it. All I can
do is make a super cheap hack to make it work, but I don't want to distribute
it.

Whatever is sending the URL to SMTPProtocol::put()  is sending a malformed
string. Instead of headers=0 which would turn off header generation, it's
sending eaders=0 which isn't recognized by the smtp job creator, and is
causing it to create new header information. I'll see if I can track down what
is generating the URL and figure out why it's clipping the first character, but
I certainly wouldn't be offended if somebody found it before me ;)

-- 
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 341457] Kmail (Framework branch) inserts an additional To: and Subject: into the header upon sending emails.

2014-12-08 Thread Dan O .
https://bugs.kde.org/show_bug.cgi?id=341457

--- Comment #3 from Dan O. d...@redchops.com ---
Created attachment 89878
  -- https://bugs.kde.org/attachment.cgi?id=89878action=edit
Fix the header problem

This patch fixes the parsing of the string passed to the SMTP KIO slave. It
appears it was merely a typo, where the function should have read mid(-1)
instead of mid(1). In any case, I have tested this on my machine and the
headers are no longer duplicated.

-- 
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 341682] New: Cannot select any key, regardless of where

2014-12-08 Thread Dan O .
https://bugs.kde.org/show_bug.cgi?id=341682

Bug ID: 341682
   Summary: Cannot select any key, regardless of where
   Product: kmail2
   Version: Git (master)
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: crypto
  Assignee: kdepim-bugs@kde.org
  Reporter: d...@redchops.com

Trying to set a crypto key in either the identities config, or through
attaching a public key, the OK button does nothing. I can see my key, and can
click on it, but I can't actually select it. It never seems to spawn gpg, or
anything for that matter. Kleopatra seems to be working on its own for the most
part. When I click on a key, I get these messages:

log_kleo_ui: Kleo::ProgressDialog::slotDone()
log_kleo_ui: Kleo::KeyListView::slotUpdateTimeout(): processing 1 items en
block
log_kleo_ui: KeySelectionDialog::slotSelectionChanged()
log_kleo_ui: KeySelectionDialog::slotCheckSelection()
log_kleo_ui: KeySelectionDialog::slotCheckSelection()
log_kleo_ui: Kleo::ProgressBar::startStopBusyTimer() cur = -1 ; tot = 100 ;
real = -1
log_kleo_ui: (new value) switch to reset
/home/dan/.gnupg
/home/dan/.gnupg
log_kleo_ui: Kleo::ProgressDialog::slotDone()
log_kleo_ui: KeySelectionDialog::slotSelectionChanged()
log_kleo_ui: KeySelectionDialog::slotCheckSelection()

Though when I click the 'OK' button, there is no log of anything happening.

Reproducible: Always

Steps to Reproduce:
1. Open identities editor, change to the Cryptography tab
2. Press the change button for PGP and view the list
3. Select a key and press 'OK'

Actual Results:  
Absolutely nothing happens with no logs or errors

Expected Results:  
A key is selected and used for signing/encryption

-- 
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 341457] Kmail (Framework branch) inserts an additional To: and Subject: into the header upon sending emails.

2014-12-06 Thread Dan O .
https://bugs.kde.org/show_bug.cgi?id=341457

Dan O. d...@redchops.com changed:

   What|Removed |Added

 CC||d...@redchops.com

--- Comment #1 from Dan O. d...@redchops.com ---
It looks almost as though it's a problem with Akonadi. I'm having this exact
issue, though I also have duplicate From: headers. If I look at the source of
the message sitting in the sent mail folder, it only has one set of headers.
This leads me to believe that somewhere between the mail transport agent and
the server the message is getting duplicated. This could even be related to
duplicate signatures reported in bugs further down.

This is definitely a Kmail/Akonadi issue though, I can send mail using other
MUAs just fine.

Another interesting thing of note for me is the subject header. The first
header is missing the subject, the second one has it filled in.

From: Dan Oriani d...@redchops.com
Subject: missing subject
To: dan.ori...@gmail.com
From: Dan Oriani d...@redchops.com
To: 'dan.ori...@gmail.com' dan.ori...@gmail.com
Subject: Look at these headers
Date: Sat, 06 Dec 2014 22:16:51 -0500

-- 
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


[kleopatra] [Bug 325760] Invalid error The certificate could not be certified. Error: Certificate expired

2014-04-04 Thread dan
https://bugs.kde.org/show_bug.cgi?id=325760

dan d...@linux.it changed:

   What|Removed |Added

 CC||d...@linux.it

-- 
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


[kleopatra] [Bug 325760] Invalid error The certificate could not be certified. Error: Certificate expired

2014-04-04 Thread dan
https://bugs.kde.org/show_bug.cgi?id=325760

--- Comment #2 from dan d...@linux.it ---
Same issue with key F6F709F3E9A6B9FAB010F673B8B27E71C844941D.

-- 
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 327808] Kontact crash - customizing settings

2014-03-13 Thread dan . mossor
https://bugs.kde.org/show_bug.cgi?id=327808

dan.mos...@outlook.com dan.mos...@outlook.com changed:

   What|Removed |Added

 CC||dan.mos...@outlook.com

-- 
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 327808] Kontact crash - customizing settings

2014-03-13 Thread dan . mossor
https://bugs.kde.org/show_bug.cgi?id=327808

--- Comment #1 from dan.mos...@outlook.com dan.mos...@outlook.com ---
Created attachment 85567
  -- https://bugs.kde.org/attachment.cgi?id=85567action=edit
New crash information added by DrKonqi

kontact (4.12.3) on KDE Platform 4.12.3 using Qt 4.8.5

- What I was doing when the application crashed:
I was browsing through the settings for Kontact, looking for a setting I saw
previously to investigate it's options. I enabled the Mail component, and
then when I unchecked it after looking through it's different options is when
Kontact/Korganzer (not sure which one) crashed.

-- Backtrace (Reduced):
#6  0x0033c88cb286 in AppearancePageFontsTab::doLoadOther (this=0x287c0e0)
at /usr/src/debug/kdepim-4.12.3/kmail/configuredialog/configuredialog.cpp:893
#7  0x0033c88dc7fd in load (this=0x287c0e0) at
/usr/src/debug/kdepim-4.12.3/kmail/configuredialog/configuredialog_p.cpp:88
#8  ConfigModuleWithTabs::load (this=0x287b230) at
/usr/src/debug/kdepim-4.12.3/kmail/configuredialog/configuredialog_p.cpp:58
#9  0x0030cb6df179 in KCModule::qt_static_metacall (_o=optimized out,
_id=optimized out, _a=optimized out, _c=optimized out) at
/usr/src/debug/kdelibs-4.12.3/x86_64-redhat-linux-gnu/kdeui/kcmodule.moc:65
#10 0x0037aa99d27e in QObject::event (this=this@entry=0x287b230,
e=e@entry=0x1bb9bb0) at kernel/qobject.cpp:1194

-- 
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 310381] Akonadi server selftest fail

2013-12-07 Thread Dan
https://bugs.kde.org/show_bug.cgi?id=310381

--- Comment #7 from Dan roze...@volny.cz ---
Ehm, sorry. I wrote 'sshfs' but I meant 'encfs'. 
But well, it may the same problem? I don't know where exactly akonadi stops and
when the encfs is unmounted on logoff.

-- 
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 310381] Akonadi server selftest fail

2013-11-24 Thread Dan
https://bugs.kde.org/show_bug.cgi?id=310381

--- Comment #5 from Dan roze...@volny.cz ---
The same for kontact 4.11.2.

What helps to start the contact/akonadi again is this brutal force script:

#!/bin/sh

# kill kontact
while $(killall kontact); do
echo Killing contact
sleep 0.5
done
# kill mysql daemon
while $(killall mysqld); do
echo Killing mysqld ...
sleep 0.5
done

# Remove the content
rm -f *log*
rm -f ib*
rm -f *.err
rm -f akonadi/*

-- 
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 325773] New: akonadi nepomuk feeder uses 100% cpu resource on startup

2013-10-08 Thread Dan Duris
https://bugs.kde.org/show_bug.cgi?id=325773

Bug ID: 325773
   Summary: akonadi nepomuk feeder uses 100% cpu resource on
startup
Classification: Unclassified
   Product: Akonadi
   Version: 4.11
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: Nepomuk Feeder Agents
  Assignee: kdepim-bugs@kde.org
  Reporter: kdeb...@staznosti.sk
CC: m...@vhanda.in, vkra...@kde.org

akonadi nepomuk feeders takes 100% on startup of KDE, needs to be killed.

Reproducible: Always

Steps to Reproduce:
1. start KDE
2. 100% cpu used by akonadi nepomuk feeder
3.
Actual Results:  
never use more than few % for such low priority background job

Expected Results:  
don't block CPU

-- 
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 320662] When the internet connexion is retablished the imap resource does nt go online automatically

2013-06-04 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=320662

Dan Vrátil dvra...@redhat.com changed:

   What|Removed |Added

 CC||vkra...@kde.org
  Component|Google Resource |IMAP resource
   Assignee|dvra...@redhat.com  |er...@kde.org

-- 
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


[libkgapi] [Bug 318405] Broken timezones handling

2013-05-31 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=318405

Dan Vrátil dvra...@redhat.com changed:

   What|Removed |Added

  Component|Google Resource |calendar
Version|GIT (master)|2.0.0
Product|Akonadi |libkgapi
   Target Milestone|4.10|---
Summary|Google calendar |Broken timezones handling
   |synchronization (via|
   |Akonadi) does not always|
   |sync timezones correctly|

-- 
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 319467] 'load external content' does not always work

2013-05-31 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=319467

Dan Vrátil dvra...@redhat.com changed:

   What|Removed |Added

  Component|Google Resource |general
Version|unspecified |4.11 pre
   Assignee|dvra...@redhat.com  |kdepim-bugs@kde.org
Product|Akonadi |kmail2

--- Comment #6 from Dan Vrátil dvra...@redhat.com ---
Not a Google resource issue. X-KADDRESSBOOK-MailAllowToRemoteContent is flag is
stored on Google server (thus preserved).

This feature is most probably broken in KMail:

1) get a multipart/alternative email with remote images
2) add sender to local OR remote (like Google Contacts) addressbook
3) edit the contact, check Allow remote content
4) open the email from 1), click to display HTML version (if you don't have
HTML format as preferred)

Actual result:
Remote resources are not automatically loaded

5) click the red rectangle To load remote references click here
6) right-click the message, select Save Display Format
7) select another message
8) go back to the previous message

Actual result:
HTML version is loaded, remote resources are not loaded and the red rectangle
To load remote references click here is not displayed.

Workaround:
Just left-click the HTML Message bar on left, images will be fetched.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
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 319424] Addressbook autocompletion doesn't work with akonadi_googlecontacts_resource

2013-05-31 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=319424

Dan Vrátil dvra...@redhat.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Dan Vrátil dvra...@redhat.com ---
Tested with current git build of KDE PIM, autocompletion from Google Contacts
resource works here, so it will be fixed in 4.11.

-- 
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


[Akonadi] [Bug 307790] google calendar akonadi resource does not take into account the time zone of the entry

2013-05-31 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=307790

Dan Vrátil dvra...@redhat.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Dan Vrátil dvra...@redhat.com ---


*** This bug has been marked as a duplicate of bug 318405 ***

-- 
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


[libkgapi] [Bug 307790] google calendar akonadi resource does not take into account the time zone of the entry

2013-05-31 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=307790

Dan Vrátil dvra...@redhat.com changed:

   What|Removed |Added

  Component|Google Resource |calendar
Version|4.9 |0.4.2
Product|Akonadi |libkgapi

-- 
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


[libkgapi] [Bug 318405] Broken timezones handling

2013-05-31 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=318405

Dan Vrátil dvra...@redhat.com changed:

   What|Removed |Added

 CC||craig.mag...@gmail.com

--- Comment #6 from Dan Vrátil dvra...@redhat.com ---
*** Bug 307790 has been marked as a duplicate of this bug. ***

-- 
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


[Akonadi] [Bug 317237] events not synced when created without network

2013-05-31 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=317237

--- Comment #2 from Dan Vrátil dvra...@redhat.com ---
I'm unable to reproduce this problem with current KDE PIM 4.10 and LibKGAPI
0.4.4/2.0.0.

In general, it sounds more like Akonadi issue. The idea is that if a resource
reports, that it requires internet connection to work, Akonadi will hold the
change notification until network is available and send it to the resource when
you connect to network.

Are you sure that NetworkManager correctly reports your connection status? Does
the change replay work with another online resources, like IMAP?

-- 
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


[Akonadi] [Bug 320484] Akonadi Google Contacts crash during setup

2013-05-30 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=320484

Dan Vrátil dvra...@redhat.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #1 from Dan Vrátil dvra...@redhat.com ---
 I do have an older, non-KDE SC version installed, not sure if that's relevant.

Older version of the Akonadi Google resources? Please use only the resources
shipped with kdepim-runtime. Closing as invalid since pre-KDE versions of
Akonadi resources for Google services are not supported anymore. If you hit
this crash with resources from KDE 4.10, please reopen this bug. Thanks.

-- 
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


[libkgapi] [Bug 320484] Akonadi Google Contacts crash during setup

2013-05-30 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=320484

Dan Vrátil dvra...@redhat.com changed:

   What|Removed |Added

  Component|Google Resource |General
Version|4.10|0.4.2
Product|Akonadi |libkgapi

--- Comment #3 from Dan Vrátil dvra...@redhat.com ---
Ooops, sorry, my mistake.

It looks like the dialog is deleted before the authentication is finished. Have
you seen any warnings or errors during the authentication?

-- 
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


[Akonadi] [Bug 318405] Google calendar synchronization (via Akonadi) does not always sync timezones correctly

2013-05-29 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=318405

Dan Vrátil dvra...@redhat.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

-- 
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 312074] kmail can not detect mailing lists in imap folders

2013-05-24 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=312074

Dan Vrátil dvra...@redhat.com changed:

   What|Removed |Added

 CC||dvra...@redhat.com

--- Comment #3 from Dan Vrátil dvra...@redhat.com ---
Is this with regular or disconnected IMAP? Can you check whether the emails
have List-Post header?

-- 
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 195009] Link status of emails with the same message-id

2013-05-23 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=195009

Dan Vrátil dvra...@redhat.com changed:

   What|Removed |Added

 CC||dvra...@redhat.com,
   ||kdepim-bugs@kde.org,
   ||vkra...@kde.org
  Component|general |IMAP resource
   Assignee|kdepim-bugs@kde.org |er...@kde.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.
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 308122] After some weeks downtime, google calendar fetch fails. The requested minimum modification time lies too far in the past

2013-05-15 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=308122

--- Comment #7 from Dan Vrátil dvra...@redhat.com ---
As in the akonadi_googlecalendar_X number? Yes, theoretically, by editing
respective InstanceCounter in ~/.config/akonadi/agentsrc. There's not guarantee
things won't go nuts however.

-- 
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


[Akonadi] [Bug 308122] After some weeks downtime, google calendar fetch fails. The requested minimum modification time lies too far in the past

2013-05-14 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=308122

--- Comment #4 from Dan Vrátil dvra...@redhat.com ---
Sorry, not yet. You have to remove and add the resource again.

-- 
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


[libkgapi] [Bug 318705] only one Google calendar is shown in KOrganizer

2013-05-14 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=318705

Dan Vrátil dvra...@redhat.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Component|Google Resource |General
Version|4.10|0.4.2
 Resolution|--- |DUPLICATE
Product|Akonadi |libkgapi

--- Comment #3 from Dan Vrátil dvra...@redhat.com ---
Thanks for the feedback. This is most probably caused by the mysterious
Service not registered bug. Will be 100% fixed in 4.11, trying to find a
temporary workaround for 4.10.3.

*** This bug has been marked as a duplicate of bug 317974 ***

-- 
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


[libkgapi] [Bug 317974] Can't fetch from Google Calendar: Invalid request, service is not registered

2013-05-14 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=317974

Dan Vrátil dvra...@redhat.com changed:

   What|Removed |Added

 CC||silver.salo...@gmail.com

--- Comment #14 from Dan Vrátil dvra...@redhat.com ---
*** Bug 318705 has been marked as a duplicate of this bug. ***

-- 
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


[libkgapi] [Bug 316989] LibKGAPI ignores proxy settings

2013-05-14 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=316989

Dan Vrátil dvra...@redhat.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||2.0
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/akon
   ||adi-google/296c5b852b5d2afc
   ||6df38c87c41a5e29d7f4cb5a

--- Comment #3 from Dan Vrátil dvra...@redhat.com ---
Git commit 296c5b852b5d2afc6df38c87c41a5e29d7f4cb5a by Dan Vrátil.
Committed on 14/05/2013 at 16:30.
Pushed by dvratil into branch 'master'.

Use KWebView instead QWebView to support KDE proxy settings
FIXED-IN: 2.0

M  +1-1common/authwidget_p.inc.cpp
M  +1-0libkgapi/ui/authwidget_p.cpp
M  +1-0libkgapi2/ui/authwidget_p.cpp

http://commits.kde.org/akonadi-google/296c5b852b5d2afc6df38c87c41a5e29d7f4cb5a

-- 
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


[Akonadi] [Bug 319424] Addressbook autocompletion doesn't work with akonadi_googlecontacts_resource

2013-05-09 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=319424

--- Comment #1 from Dan Vrátil dvra...@redhat.com ---
Could be consequence of bug #259949 ? Can you re-test with KDE 4.10.3?

-- 
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


[Akonadi] [Bug 319478] akonadi crashes after relogin

2013-05-08 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=319478

Dan Vrátil dvra...@redhat.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Dan Vrátil dvra...@redhat.com ---


*** This bug has been marked as a duplicate of bug 301647 ***

-- 
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


[Akonadi] [Bug 301647] Akonadi Google randomly crashes

2013-05-08 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=301647

--- Comment #9 from Dan Vrátil dvra...@redhat.com ---
*** Bug 319478 has been marked as a duplicate of this bug. ***

-- 
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


[Akonadi] [Bug 318392] duplication of reminders with google calendar

2013-04-30 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=318392

--- Comment #3 from Dan Vrátil dvra...@redhat.com ---
Git commit 341251b88ba047a80d0084a0f5eeb29de3bd74aa by Dan Vrátil.
Committed on 30/04/2013 at 12:10.
Pushed by dvratil into branch 'master'.

Allow to explicitly unblock some types of alarms in BlockAlarmsAttribute

REVIEW: 110127

M  +1-1CMakeLists.txt
M  +90   -5akonadi/calendar/blockalarmsattribute.cpp
M  +22   -1akonadi/calendar/blockalarmsattribute.h
M  +22   -2akonadi/calendar/etmcalendar.cpp
A  +1-0includes/Akonadi/Calendar/BlockAlarmsAttribute

http://commits.kde.org/kdepimlibs/341251b88ba047a80d0084a0f5eeb29de3bd74aa

-- 
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


[Akonadi] [Bug 318392] duplication of reminders with google calendar

2013-04-30 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=318392

Dan Vrátil dvra...@redhat.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||4.11
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kdep
   ||im-runtime/62fabd8fb9b00f7f
   ||f4ce666d09c80e3d35ac83cb

--- Comment #4 from Dan Vrátil dvra...@redhat.com ---
Git commit 62fabd8fb9b00f7ff4ce666d09c80e3d35ac83cb by Dan Vrátil.
Committed on 30/04/2013 at 12:18.
Pushed by dvratil into branch 'master'.

Block email reminders from Google Calendar resource

Google sends email reminders for us, so avoid duplication.
FIXED-IN: 4.11

M  +1-1CMakeLists.txt
M  +1-0resources/google/calendar/CMakeLists.txt
M  +7-0resources/google/calendar/calendarresource.cpp

http://commits.kde.org/kdepim-runtime/62fabd8fb9b00f7ff4ce666d09c80e3d35ac83cb

-- 
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


[libkgapi] [Bug 317974] Can't fetch from Google Calendar: Invalid request, service is not registered

2013-04-26 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=317974

--- Comment #9 from Dan Vrátil dvra...@redhat.com ---
Stephan, this is indeed a message from D-Bus. It usually happens when the
resource crashes. Anyway, it's unrelated to this particular bug. If you can get
more information (ideally a backtrace), please open a new bug request.

-- 
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


[libkgapi] [Bug 317974] Can't fetch from Google Calendar: Invalid request, service is not registered

2013-04-24 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=317974

--- Comment #6 from Dan Vrátil dvra...@redhat.com ---
Could you please additionally enable kio (AccessManager) and kio_http in
kdebugdialog, restart your KDE session, reproduce the issue and check
.xsession-errors again? Try to use grep -A5 -B5 to include 5 lines above and
below the matching result, in case the akonadi_google is not mentioned in the
debug output.

Remember to disable the debug areas after that, so that your .xsession-errors
does not grow too much :-)

-- 
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


[Akonadi] [Bug 318705] only one Google calendar is shown in KOrganizer

2013-04-23 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=318705

--- Comment #1 from Dan Vrátil dvra...@redhat.com ---
Sorry, I'm not able to reproduce this problem on KDE 4.10.2.

Could you enable debug for akonadi_googlecalendar_* in kdebugdialog, restart
Akonadi from console (akonadictl restart) and observe whether any relevant
output appears?

-- 
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


[libkgapi] [Bug 317974] Can't fetch from Google Calendar: Invalid request, service is not registered

2013-04-23 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=317974

--- Comment #3 from Dan Vrátil dvra...@redhat.com ---
Sorry for taking so long with this. Although I know where the error comes from,
I can't see any code path leading to it.

Could you enable akonadi_googlecalendar_* in kdebugdialog, restart Akonadi from
console (akonadictl restart) and observe, whether any relevant output appears?
Most interesting would be to have URL of the request that is sent before this
error appears.

The good news is that this is fixed in KDE 4.11, where LibKGAPI and the
resources were almost completely rewritten.

-- 
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


[libkgapi] [Bug 317974] Can't fetch from Google Calendar: Invalid request, service is not registered

2013-04-23 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=317974

--- Comment #4 from Dan Vrátil dvra...@redhat.com ---
One more thing: can you reproduce this problem with the Google Contacts
resource, or is it Calendar-specific issue?

-- 
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


[Akonadi] [Bug 301647] Akonadi Google randomly crashes

2013-04-18 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=301647

Dan Vrátil dvra...@redhat.com changed:

   What|Removed |Added

 CC||b...@blueblaze.com

--- Comment #8 from Dan Vrátil dvra...@redhat.com ---
*** Bug 318503 has been marked as a duplicate of this bug. ***

-- 
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


[Akonadi] [Bug 318503] Google calendar crash due in Akonadi::Entity::setParentCollection

2013-04-18 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=318503

Dan Vrátil dvra...@redhat.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
Summary|Exchange server IMAP|Google calendar crash due
   |resource fails to add   |in
   |folder, request persists,   |Akonadi::Entity::setParentC
   |periodic crashes|ollection

--- Comment #1 from Dan Vrátil dvra...@redhat.com ---


*** This bug has been marked as a duplicate of bug 301647 ***

-- 
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


[Akonadi] [Bug 318388] Recipient selection box: Lots of strange entries

2013-04-17 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=318388

Dan Vrátil dvra...@redhat.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
Version|GIT (master)|4.10
 Resolution|--- |FIXED

--- Comment #3 from Dan Vrátil dvra...@redhat.com ---
It's been confirmed that this issue is fixed in current git master / KDE 4.11.

-- 
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


[Akonadi] [Bug 318388] Recipient selection box: Lots of strange entries

2013-04-16 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=318388

--- Comment #2 from Dan Vrátil dvra...@redhat.com ---
This is not from git master :-) Can you test with current git master of kdepim
and kdepim-runtime? I can't reproduce the problem there.

Btw the URLs are actually remoteIds of Akonadi Items.

-- 
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


  1   2   3   >