[kio-extras] [Bug 325574] Unable to modifying file on Android device using kio-mtp

2023-03-31 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=325574

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||23.08
 CC||n...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 325574] Unable to modifying file on Android device using kio-mtp

2023-03-31 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=325574

Harald Sitter  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/netw
   ||ork/kio-extras/commit/5c343
   ||d3d82d751e171f03745d695c872
   ||764f7edd
 Resolution|--- |FIXED

--- Comment #18 from Harald Sitter  ---
Git commit 5c343d3d82d751e171f03745d695c872764f7edd by Harald Sitter.
Committed on 31/03/2023 at 10:09.
Pushed by sitter into branch 'master'.

mtp: support moving through get-put and increase concurrency to 2

this is a bit tricky. to support moving from one device to another
properly we need KIO to take control since doing it inside the worker is
exceptionally tricky with the current feature set. at the same time KIO
is a bit defective and presumes that it can have a concurrent getjob and
putjob running at the same time. to allow for that we now have 2 workers
instead of 1. technically they could be deadlocking each other,
practically they shouldn't because all the work is outsourced to the
kiod though anyway and thus getting multiplexed

M  +8-0mtp/kio_mtp.cpp
M  +2-2mtp/mtp.json

https://invent.kde.org/network/kio-extras/commit/5c343d3d82d751e171f03745d695c872764f7edd

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 325574] Unable to modifying file on Android device using kio-mtp

2023-03-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=325574

y...@masson-informatique.fr changed:

   What|Removed |Added

 CC||y...@masson-informatique.fr

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 325574] Unable to modifying file on Android device using kio-mtp

2023-03-26 Thread Ben Bonacci
https://bugs.kde.org/show_bug.cgi?id=325574

Ben Bonacci  changed:

   What|Removed |Added

 CC||b...@benbonacci.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 325574] Unable to modifying file on Android device using kio-mtp

2023-03-26 Thread Ben Bonacci
https://bugs.kde.org/show_bug.cgi?id=325574

Ben Bonacci  changed:

   What|Removed |Added

 CC||alansari...@hotmail.com

--- Comment #17 from Ben Bonacci  ---
*** Bug 466745 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 325574] Unable to modifying file on Android device using kio-mtp

2023-03-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=325574

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #16 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/network/kio-extras/-/merge_requests/235

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 325574] Unable to modifying file on Android device using kio-mtp

2022-11-15 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=325574

Harald Sitter  changed:

   What|Removed |Added

 CC||batonxl...@gmail.com

--- Comment #15 from Harald Sitter  ---
*** Bug 460784 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 325574] Unable to modifying file on Android device using kio-mtp

2022-10-18 Thread postix
https://bugs.kde.org/show_bug.cgi?id=325574

postix  changed:

   What|Removed |Added

   Keywords||usability

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 325574] Unable to modifying file on Android device using kio-mtp

2022-07-03 Thread Andrew Gunnerson
https://bugs.kde.org/show_bug.cgi?id=325574

Andrew Gunnerson  changed:

   What|Removed |Added

 CC||accounts+...@chiller3.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 325574] Unable to modifying file on Android device using kio-mtp

2022-01-07 Thread Jajo
https://bugs.kde.org/show_bug.cgi?id=325574

--- Comment #14 from Jajo  ---
Just occuring to me I also commented on this. 
I'll try to replicate this now.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 325574] Unable to modifying file on Android device using kio-mtp

2022-01-07 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=325574

Harald Sitter  changed:

   What|Removed |Added

 CC||sit...@kde.org

--- Comment #13 from Harald Sitter  ---
Two problems:

a) rename() is not correctly implemented so moving across folders does not work
currently (probably should use LIBMTP_Move_Object but that requires substantial
rejiggering of the existing code)
b) supposedly because of that "moving": false, is set in the json
definition (that is what disables the relevant actions in dolphin)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 325574] Unable to modifying file on Android device using kio-mtp

2021-11-24 Thread postix
https://bugs.kde.org/show_bug.cgi?id=325574

--- Comment #12 from postix  ---
*** Bug 383313 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 325574] Unable to modifying file on Android device using kio-mtp

2021-11-24 Thread postix
https://bugs.kde.org/show_bug.cgi?id=325574

postix  changed:

   What|Removed |Added

Version|18.04.3 |21.08.3

--- Comment #11 from postix  ---
Can confirm it on openSUSE TW (21.08.3) and for Android 12 (Pixel 4a). Does
anyone know what the underlying issue is?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 325574] Unable to modifying file on Android device using kio-mtp

2021-11-24 Thread postix
https://bugs.kde.org/show_bug.cgi?id=325574

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 325574] Unable to modifying file on Android device using kio-mtp

2018-07-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=325574

Nate Graham  changed:

   What|Removed |Added

  Component|mtp |MTP
Version|4.11.1  |18.04.3
Product|kio |kio-extras

-- 
You are receiving this mail because:
You are watching all bug changes.