[frameworks-kio] [Bug 282919] Opening terminal (F4) in Trash starts a terminal in wrong location because trash:/ returns nothing in response to KIO::mostLocalUrl()

2021-07-20 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=282919

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com

--- Comment #9 from Ahmad Samir  ---
There is no way to fix this, because kio_trash is a view on all the physical
trash directories:
~/.local/share/Trash  - the default trash dir, when you delete something from
$HOME, that's where it goes; also used as fallback

/path/to-another-partition-mount-point/.Trash-$UID  - if you delete something
from /path/to-another-partition-mount-point/ it's moved to that dir (moving
trashed items to a dir on the same partition is much faster vs moving them to
~/.local/share/Trash (which is on another partition/disk).

We could maybe improve the situation by showing the actual path to the trash
dir where a trashed item resides in e.g. the properties dialog, so the user can
delete the file manually from terminal ...etc. This will leave the
corresponding .trashinfo (e.g. ~/.local/share/Trash/info/foo.trashinfo file
behind, that gets cleaned up when you use the trash the next time).

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

[frameworks-kio] [Bug 282919] Opening terminal (F4) in Trash starts a terminal in wrong location because trash:/ returns nothing in response to KIO::mostLocalUrl()

2018-04-24 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=282919

Dr. Chapatin  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[frameworks-kio] [Bug 282919] Opening terminal (F4) in Trash starts a terminal in wrong location because trash:/ returns nothing in response to KIO::mostLocalUrl()

2018-04-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=282919

Nate Graham  changed:

   What|Removed |Added

  Component|trash   |Trash
Version|4.10.0  |unspecified
Product|kio |frameworks-kio
Summary|Opening terminal (F4) in|Opening terminal (F4) in
   |Trash location starts a |Trash starts a terminal in
   |terminal in ~ instead   |wrong location because
   ||trash:/ returns nothing in
   ||response to
   ||KIO::mostLocalUrl()
   Keywords||usability
 CC||kdelibs-b...@kde.org,
   ||n...@kde.org

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