[frameworks-kio] [Bug 371952] New: Login required for anonymous Windows share
https://bugs.kde.org/show_bug.cgi?id=371952 Bug ID: 371952 Summary: Login required for anonymous Windows share Product: frameworks-kio Version: 5.27.0 Platform: openSUSE RPMs OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: fa...@kde.org Reporter: sebastian.rad...@gmx.de CC: kdelibs-b...@kde.org Target Milestone: --- Hi, I'm running KDE5 and I have a problem accessing Windows shares from the network with Dolphin. Dolphin is asking for a user/password although no user is required to list the shares. smbclient works fine: ~> smbclient --version Version 4.4.5-3678-SUSE-oS13.3-x86_64 ~> smbclient -N -L //windows_host/ OS=[Windows 7 Professional 7601 Service Pack 1] Server=[Windows 7 Professional 6.1] Sharename Type Comment - --- ADMIN$ Disk Remoteverwaltung [...] OS=[Windows 7 Professional 7601 Service Pack 1] Server=[Windows 7 Professional 6.1] Server Comment ---- WorkgroupMaster ---- This only happens when I try to access a Windows host. Linux host with Samba running work fine. Let me know, if you need any additional information. Thanks, Sebastian -- You are receiving this mail because: You are watching all bug changes.
[kopete] [Bug 303130] Skype plugin does not work properly with Skype 4.0
https://bugs.kde.org/show_bug.cgi?id=303130 Rettich changed: What|Removed |Added Resolution|WAITINGFORINFO |WORKSFORME Status|NEEDSINFO |RESOLVED --- Comment #3 from Rettich --- Is the Skype plugin still actively developed? I do not use the plugin anymore. Hence, I am closing the bug. Feel free to reopen if anybody has more info. -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 393855] New: MySQL/MariaDB upgrade fails
https://bugs.kde.org/show_bug.cgi?id=393855 Bug ID: 393855 Summary: MySQL/MariaDB upgrade fails Product: digikam Version: 5.9.0 Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Database-Mysql Assignee: digikam-bugs-n...@kde.org Reporter: sebastian.rad...@gmx.de Target Milestone: --- Created attachment 112418 --> https://bugs.kde.org/attachment.cgi?id=112418&action=edit Patch for dbconfig.xml Digikam failed to upgrade my (external) MariaDB due to a collation issue. Probably the same issue as described here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895937 I patched two procedures in the dbconfig.xml (see attachment) by using the idea from other procedures. After the patch, the upgrade worked like a charm. -- You are receiving this mail because: You are watching all bug changes.
[telepathy] [Bug 354130] Telepathy can't connect to a Jabber account anymore
https://bugs.kde.org/show_bug.cgi?id=354130 Rettich changed: What|Removed |Added CC||sebastian.rad...@gmx.de -- You are receiving this mail because: You are watching all bug changes.
[kgpg] [Bug 375029] decrypting files via GUI can delete files permanently
https://bugs.kde.org/show_bug.cgi?id=375029 Rettich changed: What|Removed |Added CC||sebastian.rad...@gmx.de --- Comment #1 from Rettich --- I have the same problem since the last update. In addition, "kgpg -s" does not work at all if the kgpg is already running. -- You are receiving this mail because: You are watching all bug changes.
[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)
https://bugs.kde.org/show_bug.cgi?id=332358 Rettich changed: What|Removed |Added CC||sebastian.rad...@gmx.de --- Comment #30 from Rettich --- Hi, is there any update on this? This seems to be still an issue for KF5. The bad thing is, that Akonadi deletes categories from NextCloud/Owncloud when the contact is locally modified. Thus, even if I manage categories only in Owncloud (and devices that support them), modifying the contact from KDE means I need to re-add categories in Owncloud. @Jonathan: Will your patch also work with KF5? -- You are receiving this mail because: You are watching all bug changes.
[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)
https://bugs.kde.org/show_bug.cgi?id=332358 --- Comment #31 from Rettich --- Btw: Does importing categories work as well with your patch? What about new tags not yet defined in Akonadi/Baloo? -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 302565] Tag Resource hangs at some tags forever
https://bugs.kde.org/show_bug.cgi?id=302565 Rettich changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |WORKSFORME --- Comment #2 from Rettich --- I have upgrade to KDE5 and I could cannot reproduce this anymore. I am closing the bug. -- You are receiving this mail because: You are watching all bug changes.
[kaddressbook] [Bug 361881] New: vCard 4.0 export uses extended format for birthday
https://bugs.kde.org/show_bug.cgi?id=361881 Bug ID: 361881 Summary: vCard 4.0 export uses extended format for birthday Product: kaddressbook Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: kdepim-b...@kde.org Reporter: sebastian.rad...@gmx.de CC: to...@kde.org According to the vCard 4.0 RFC (https://tools.ietf.org/html/rfc6350#section-4.3) vCard 4.0 only supports basic date/time formats. However, if I export a contact in vCard 4.0 format, I get the following: BEGIN:VCARD VERSION:4.0 ADR;TYPE=home: BDAY:1999-12-30T00:00:00 . Reproducible: Always Steps to Reproduce: 1. Create a contact with a birthday 2. Export the contact as vCard 4.0 Actual Results: BEGIN:VCARD VERSION:4.0 ADR;TYPE=home: BDAY:1999-12-30T00:00:00 . Expected Results: BEGIN:VCARD VERSION:4.0 ADR;TYPE=home: BDAY:19991230T00 . I am using KAddressBook 5.1.3. I am currently trying to synchronize my contacts via an Owncloud server. However, the birthday gets lost on some on some carddav clients. This might be related to the format issues. -- You are receiving this mail because: You are watching all bug changes.