User Details
- User Since
- Aug 17 2018, 6:08 PM (68 w, 5 d)
- Availability
- Available
Fri, Dec 6
What about "Baloo file search"?
Thu, Dec 5
Thanks for the reviews everyone! I'll update the diff and respond to the comments no later than Tuesday
Wed, Dec 4
Issues with KIOFuse itself should be opened up as an issue, or as a reply to the MR that is being tested; this differential only concerns communication between the KIOFuse mount and KIO itself.
Tue, Dec 3
don't send http(s) to kioexec
So before this patch we had the following behaviour:
ignore scheme handler
Convert KIO URLs to KIOFuse URL is app is not KIO-enabled.
Mon, Dec 2
Chek for userInfo instead of just password
Check for password instead of authority
Sun, Dec 1
This seems like the best solution. From what I understand, not sending the credentials is a security feature, so doing it via KIOFuse is unavoidable
Updated the diff. give it a go...
You must be doing something wrong. FUSE provides output of all calls that it receives (and how kio-fuse responds). Let me write the instructions more verbosely for CLI to make sure no steps are missed:
$ killall kio-fuse
$ export QT_LOGGING_RULES="*.debug=true"
$ kio-fuse $myFavLocation -d &> ~/kio-fuse-debug.txt (I recommend $myFabLocation isn't empty if you haven't installed the kio-fuse-tmpfiles.conf exclusion file at the system level.)Then open the file in the media player. Once your done simply attach ~/kio-fuse-debug.txt here.
It's really important for us to know what kind of read requests are being called to help us diagnose the issue.I think I found part of the problem. When I follow these instructions, the log file has only a single line:
kio-fuse: command not foundThis is because the path it is installed to (~/kde/usr/lib64/libexec/) is not in $PATH. When I add that location to $PATH and try again, the log file contains the following:
It should probably not assume that <prefix>/usr/lib64/libexec/ is in $PATH, at the minimum.
That's just an annoying issue locally, which is resolved by that hack. On the system level this won't be a problem at all.
- Get rid of unnecessary copying of URLs
- Switch to interface generated at compile time
- Delete unused interfaces
- Merge branch 'master' into arcpatch-D23384
- remove kiofuseinterface from build
- Align arguments
- Only send original URLs to non-KIO apps if authority is empty
Sat, Nov 30
Fri, Nov 29
Fri, Nov 15
- Align arguments
- Get rid of unnecessary copying of URLs
- Switch to interface generated at compile time
- Delete unused interfaces
- Merge branch 'master' into arcpatch-D23384
- remove kiofuseinterface from build
Thu, Nov 14
- Align function arguments
- Remove hack
- Get rid of iterator
Nov 4 2019
Nov 2 2019
@dfaure Just to give you a bit of context. KIOFuse is about to enter KDE Review, but at the same time, KIOFuse is most useful when integrated to KIO via this patch. So we'd like to get this reviewed early to save a bit of effort; instead of getting it passed KDE Review and then having to wait for approval for this patch, we'd like to do both concurrently, and simply merge this once KIOFuse is officially a KDE project.
Don't use KIOFuse with mtp/gdrive
Oct 28 2019
- Switch from KDED module to DBus service
Oct 4 2019
On Linux appstream URLs don't work for me on Firefox Kubuntu 19.04. Should we really be using them if they're broken?
Sep 19 2019
I won't review, but would like to note I think that with KIOFuse, in conjuction with fio we can do some really complex testing on KIO, correct me if I'm wrong.
Sep 18 2019
Sep 14 2019
@davidedmundson would be happy to work on this. Do you have the URL to the proposal on the mailing list?
Sep 11 2019
There is a BoF on this!
Assuming it's tested LGTM.
Sep 2 2019
Simplifying getIndexByUrl function
- Revert "Fixing bugs in new folders in tabs feature"
Aug 30 2019
Aug 27 2019
Aug 26 2019
- Removing flush on write
- Fixing typos
- Adding test for reading of 0 bytes and asserting that the close signal is
actually emitted.
Aug 25 2019
Aug 23 2019
Aug 21 2019
Aug 19 2019
Making comments clearer
Aug 16 2019
Unnecessary min version upgraded
Addressing comments
Aug 15 2019
Aug 14 2019
Aug 11 2019
Can't test, but looks sane to me. I have a small comment, but can be left for later if time is of the essence.
Jul 18 2019
Also would like to see a push for advertising KDE Apps on Windows and Mac OS, where possible. This will bring us a wider audience, and can even help switch people to Linux.
Jul 16 2019
Jul 15 2019
Jul 14 2019
Note that this goal is necessary for T11080 to succeed. It's quite common in a lot of companies/governments that they make suitable provisions for those with disabilities, where possible.