You are not logged in.

#1 2020-12-10 19:01:34

saurabh000345
Member
From: West Bengal, India
Registered: 2018-12-20
Posts: 36
Website

KDE Plasma thumbnails not loading and Compositor crashes

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

#2 2020-12-10 19:24:17

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,353

Re: KDE Plasma thumbnails not loading and Compositor crashes

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 $file

for each of them e.g.

stat .local .cache .cache/thumbnails .thumbnails

Last edited by V1del (2020-12-10 19:25:18)

Offline

#3 2020-12-10 20:04:19

saurabh000345
Member
From: West Bengal, India
Registered: 2018-12-20
Posts: 36
Website

Re: KDE Plasma thumbnails not loading and Compositor crashes

V1del wrote:

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.

V1del wrote:

What are the permissions on these directories you are talking about, post a

stat $file

for 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 +0530

I 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

#4 2020-12-21 10:05:54

saurabh000345
Member
From: West Bengal, India
Registered: 2018-12-20
Posts: 36
Website

Re: KDE Plasma thumbnails not loading and Compositor crashes

Nobody's got anything to say?


I skimmed through the wiki

Offline

#5 2020-12-21 10:13:21

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,353

Re: KDE Plasma thumbnails not loading and Compositor crashes

Check journal and/or strace dolphin to see why it has issues accessing the thumbnails.

Offline

#6 2020-12-21 11:40:00

saurabh000345
Member
From: West Bengal, India
Registered: 2018-12-20
Posts: 36
Website

Re: KDE Plasma thumbnails not loading and Compositor crashes

I'll mark the thread closed. I deleted my .local and it solved my issue.


I skimmed through the wiki

Offline

#7 2020-12-21 14:25:26

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,648

Re: KDE Plasma thumbnails not loading and Compositor crashes

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

#8 2020-12-22 02:03:54

saurabh000345
Member
From: West Bengal, India
Registered: 2018-12-20
Posts: 36
Website

Re: KDE Plasma thumbnails not loading and Compositor crashes

2ManyDogs wrote:

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

Board footer

Powered by FluxBB