[Bug 1256591] Re: The system is unable to read from a PTP camera.

2018-06-12 Thread David Faure
$ kioclient5 list camera:
Samsung%20Galaxy%20models%20(MTP)@usb:001,013
.

$ kioclient5 list 'camera:/Samsung%20Galaxy%20models%20(MTP)@usb:001,013'
Unknown error code 150 [...]

Debug output from kio_kamera:

KameraProtocol::setCamera: Opening camera model  "Samsung Galaxy models (MTP)"  
at  "usb:0
01,013"
KameraProtocol::openCamera: KameraProtocol::openCamera at  28452
KameraProtocol::setCamera: Unable to init camera:  "Unspecified error"

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to dolphin in Ubuntu.
https://bugs.launchpad.net/bugs/1256591

Title:
  The system is unable to read from a PTP camera.

To manage notifications about this bug go to:
https://bugs.launchpad.net/digikam/+bug/1256591/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 959151]

2016-08-05 Thread David Faure
This has been fixed by deprecating KUniqueApplication in KF 5.0 and
porting the apps to KDBusService instead.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde4libs in Ubuntu.
https://bugs.launchpad.net/bugs/959151

Title:
  QDBusConnection: session D-Bus connection created before
  QCoreApplication. Application may misbehave.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdelibs/+bug/959151/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 1532483]

2016-01-15 Thread David Faure
KCrash is the library, what you're talking about is DrKonqi. Reassigned.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to plasma-workspace in Ubuntu.
https://bugs.launchpad.net/bugs/1532483

Title:
  Dr.Konqi - "Suggest relationship with this bug" button not responding
  when clicked.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-workspace/+bug/1532483/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 855473]

2012-12-02 Thread David Faure
Git commit 75da8e8129f6bc152a781ff47fb8e741c65b584e by David Faure.
Committed on 29/11/2012 at 17:49.
Pushed by dfaure into branch 'KDE/4.9'.

Fix KDirLister forgetting to watch a directory after listing it from the
cache.

Many many thanks to Frank Reininghaus for the unittest that finally made
this issue reproduceable, based on feedback from users in the bug report.

The issue: whether to watch a directory with KDirWatch is refcounted.
Each lister showing the dir counts as one, the cache itself can add one,
and does so initially. If a dir is modified while it's only in the cache,
we mark it as dirty, stop watching, and we'll simply update the directory
when showing it to the user again later. At that point we need to start
watching it again. The old code would do decr+incr, I optimized this in
7b9cafaaf6af (oct 2010) to fix the bug that (with an initial refcount of 1),
decr would lead to 0 temporarily.
However if the item wasn't watched anymore (initial refcount of 0), the decr
would do nothing (if (c0) c=0), and the incr would start the watching.
With 7b9cafaaf6af this all went away (I thought decr+incr==noop), so no 
watching.
The proper solution is obviously incr+decr_if_not_done_before_already
(when the cache stops watching the dir because a change happened).
FIXED-IN: 4.9.4

M  +15   -7kio/kio/kdirlister.cpp
M  +4-0kio/kio/kdirlister_p.h
M  +70   -2kio/tests/kdirlistertest.cpp
M  +1-0kio/tests/kdirlistertest.h

http://commits.kde.org/kdelibs/75da8e8129f6bc152a781ff47fb8e741c65b584e

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde4libs in Ubuntu.
https://bugs.launchpad.net/bugs/855473

Title:
  File list not updated in dolphin

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdelibs/+bug/855473/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 30842] Re: Trash not emptying on kubuntu !

2008-12-24 Thread David Faure
kio_trash author here.
Anyone still having this bug in hardy, please give as many details as possible.
Is ~/.local/share/Trash/info empty? (Most descriptions says it is, but let's 
start from there). If not, who owns the files?
Who owns the leftover files and directories in ~/.local/share/Trash/files? For 
directories, anything inside that is not owned by the current user? It's 
impossible to delete a root-owned directory that contains root-owned files, 
that's part of the issue.

If this is not about root-owned files or directories, then I'm
suspecting a bug in kio_trash when used from two windows at the same
time, possibly.

The best place to answer would be in the new KDE bug report
http://bugs.kde.org/show_bug.cgi?id=167051 btw.

-- 
Trash not emptying on kubuntu !
https://bugs.launchpad.net/bugs/30842
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 176949] Re: Static IP configuration gives default gateway IP address is invalid error

2008-03-09 Thread David Faure
Hi nixternal :) Small world.

I haven't tried Hardy at all, I admit that I lack time to test alpha
releases of kubuntu. I'll try to remember to try this again when I
upgrade.

-- 
Static IP configuration gives default gateway IP address is invalid error
https://bugs.launchpad.net/bugs/176949
You received this bug notification because you are a member of Kubuntu
Team, which is subscribed to kde-systemsettings in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs