Summary: | Deleting photo to trash does not send to trash | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Alexandre Racine <alexandreracine> |
Component: | Database-Trash | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 0.9.1 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 5.7.0 | |
Sentry Crash Report: | |||
Attachments: |
0 - Empty trash, picture 1044 still in DigiKam
1- I delete picture 1044 2- Picture 1044 is not in DigiKam and not in the trash |
Description
Alexandre Racine
2007-05-10 21:04:24 UTC
Created attachment 20526 [details]
0 - Empty trash, picture 1044 still in DigiKam
Created attachment 20527 [details]
1- I delete picture 1044
Created attachment 20528 [details]
2- Picture 1044 is not in DigiKam and not in the trash
Oh and I do own the .Trash folder... drwx------ 2 username username 48K 2007-05-10 14:29 .Trash Alexandre, If i remember, this problem have been fixed by Marcel in current implementation from svn. Please test and report to use digiKam 0.9.2-beta1. Thanks in advance Gilles Caulier Hi Gilles, ok I'll wait for the mid-june release and report back or close the bug. From the DigiKam website : "With the 0.9.2-beta1 release we start into a new release cycle that is planned to be culminating in a 0.9.2 final release mid June." Hi Alexandre, the Location of the Trash is given in the freedesktop.org draft. KDE follows this draft, Gnome does not. More details: Gnome and KDE trash are incompatible. Was: digikam expects trash to be in ~/Desktop/Trash - causes error in Ubuntu https://bugs.launchpad.net/ubuntu/+source/digikam/+bug/75435 It's not a digikam bug. It's a feature of kdelibs that follows freedesktop guidelines here. IMHO the Gnome Trash locatation need to be adapted. Achim I just realize the same issue using digikam 0.9.2-rc1 SVN. I think there should be some way to use gnome trash instead of KDE. Thanks. Geoff If gnome is not adhering to the freedesktop guidelines, there is nothing which can (nor should!) be done on the side of digikam or KDE. Of course I can understand the users perspective... Could you try a symbolic link between the two trashes? This is a tough call. I understand the argument for sticking with with the freedesktop guidelines, but I'm also sure there are a lot of users for whom this will be an issue. I've set up a symbolic link from my gnome desktop to the KDE trash and it works (leaves the info files, but that doesn't seem to matter) - I'll do this for now. I tried a link between the two trashes, but it is too easy to delete the link. Thanks for considering - I'll stop bugging you about this. > This is a tough call. Fair enough ;-) > I understand the argument for sticking with with the freedesktop > guidelines, but I'm also sure there are a lot of users for whom this > will be an issue. I would suggest to file a bug at the corresponding place for GNOME. > I've set up a symbolic link from my gnome desktop to the KDE trash and it works (leaves the info files, but that doesn't seem to matter) - I'll do this for now. Great! Could you add the precise command here, so that other users could use this work-around. Thanks a lot for your understanding, Arnd Hi, I don't use your Gnome-KDE-apps combination but maybe this can help. After launching and closing kcontrol do you have the file ~/.kde/share/config/kdeglobals and/or ~/.kde/share/config/kdesktoprc ? If yes, open the(se) file(s) with your favorite editor and search for the keyword [Paths] and change the key word to something like this: [Paths] Trash=$HOME/of/your/Gnome/trash Not sure how to restart a KDE config as part of a Gnome session so maybe restart your X session and try if this helps. Maybe this works :-) Bye Thorsten mv ~/.Trash/* ~/.local/share/Trash/files/ rmdir ~/.Trash ln -s ~/.local/share/Trash/files .Trash It seems some Gnome people really want to support FDO spec but it's not really progressed for whatever reason. http://www.mail-archive.com/nautilus-list@gnome.org/msg02406.html Col OK, I close this bug. This problem is relevant of digiKam trash files management. Since 5.0.0 we use an internal solution instead the desktop trash. It will never reproducible. |