You are not logged in.
I recently tried moving .local to my main NTFS shared data partition and linking it in my home directory. That didn't go as intended. I think I resolved most of the problems and managed to restore the state. Suddenly Dolphin refuses to show or even generate thumbnails. .thumbnails and .cache/thumbnails aren't even created, and if they're manually created, the file manager fails to populate it. I have visited forum posts and none of the solutions seemed to work, in fact most of their "fixes" were already installed/configured. Although, thumbnails for some files (I'd guess they're in some size range as not all of them are displayed) are indeed displayed when the file manager is summoned from the browser for example.
I have the preview limit set to "No limit"
I have ffmpegthumbs installed.
I have tried using Thunar, so it's not an issue only with Dolphin
I have reinstalled ffmpegthumbs
I have tried deleting .thumbnails and .cache/thumbnails (I didn't verify if they existed before issuing the commands)
and yes I have tried rebooting my computer.
Secondly KWin crashes are getting a little too frequent which stops the compositor. [This is an aside, my main issue is the thumbnails at the moment. Afterall, this is just an added hassle]
Last edited by saurabh000345 (2020-12-22 02:04:09)
I skimmed through the wiki
Offline
That's just a bad idea to do, unix programs expect unix permissions and symlinking and the like and there might be things that rely on case sensitivity. Is the "restored" state back on a POSIX filesystem? What are the permissions? They need to be 0755 for folders and 0644 for "most" files and they have to be owned by your user and a group that user belongs to.
What are the permissions on these directories you are talking about, post a
stat $filefor each of them e.g.
stat .local .cache .cache/thumbnails .thumbnailsLast edited by V1del (2020-12-10 19:25:18)
Offline
That's just a bad idea to do, unix programs expect unix permissions and symlinking and the like and there might be things that rely on case sensitivity. Is the "restored" state back on a POSIX filesystem? What are the permissions? They need to be 0755 for folders and 0644 for "most" files and they have to be owned by your user and a group that user belongs to.
Yeah I guess I know it for sure now.
What are the permissions on these directories you are talking about, post a
stat $filefor each of them e.g.
stat .local .cache .cache/thumbnails .thumbnails
File: .local
Size: 4096 Blocks: 8 IO Block: 4096 directory
Device: 10302h/66306d Inode: 11051358 Links: 4
Access: (0755/drwxr-xr-x) Uid: ( 1000/<username>) Gid: ( 1000/<username>)
Access: 2020-12-10 21:39:41.847407403 +0530
Modify: 2020-12-07 22:23:32.238946158 +0530
Change: 2020-12-07 22:23:32.238946158 +0530
Birth: 2020-12-07 22:23:16.798444119 +0530
File: .cache
Size: 4096 Blocks: 8 IO Block: 4096 directory
Device: 10302h/66306d Inode: 11304969 Links: 17
Access: (0755/drwxr-xr-x) Uid: ( 1000/<username>) Gid: ( 1000/<username>)
Access: 2020-12-11 01:25:52.368687232 +0530
Modify: 2020-12-11 00:21:52.015462406 +0530
Change: 2020-12-11 00:21:52.015462406 +0530
Birth: 2020-12-10 15:57:47.800574466 +0530
File: .cache/thumbnails
Size: 4096 Blocks: 8 IO Block: 4096 directory
Device: 10302h/66306d Inode: 11304970 Links: 4
Access: (0755/drwxr-xr-x) Uid: ( 1000/<username>) Gid: ( 1000/<username>)
Access: 2020-12-11 01:25:55.945410554 +0530
Modify: 2020-12-10 19:02:34.429651121 +0530
Change: 2020-12-10 19:02:34.429651121 +0530
Birth: 2020-12-10 15:57:53.834007288 +0530
File: .thumbnails
Size: 4096 Blocks: 8 IO Block: 4096 directory
Device: 10302h/66306d Inode: 11305486 Links: 2
Access: (0755/drwxr-xr-x) Uid: ( 1000/<username>) Gid: ( 1000/<username>)
Access: 2020-12-11 01:24:54.427766829 +0530
Modify: 2020-12-11 01:24:54.427766829 +0530
Change: 2020-12-11 01:24:54.427766829 +0530
Birth: 2020-12-11 01:24:54.427766829 +0530I think the permissions aren't messed although I made the folders myself. My PopOS system has the same permissions set. The folders are owned by me, I had a cringy username so I replaced it with <username>
Also, .cache/thumbnails has been populated but the thumbnails still don't load. I'd guess it's for when the file manager is summoned by the browser. You guys will obviously be able to help me better.
Last edited by saurabh000345 (2020-12-10 20:07:41)
I skimmed through the wiki
Offline
Nobody's got anything to say?
I skimmed through the wiki
Offline
Check journal and/or strace dolphin to see why it has issues accessing the thumbnails.
Offline
I'll mark the thread closed. I deleted my .local and it solved my issue.
I skimmed through the wiki
Offline
Please do not mark a thread [closed] -- that is used by staff when a thread is not open for further replies. If this thread is solved, mark it solved. If you would like a thread closed or deleted, please use the Report link.
Offline
Please do not mark a thread [closed] -- that is used by staff when a thread is not open for further replies. If this thread is solved, mark it solved. If you would like a thread closed or deleted, please use the Report link.
Alright, I'm reverting the change I made then. Wouldn't want it deleted, but I won't be able to take it much further either. I'm sorry I didn't know [CLOSED] had that significance.
I skimmed through the wiki
Offline