Page 1 of 1

Vivaldi unable to access directory: Permission denied

Posted: Sun Jun 11, 2023 6:28 am
by szept

I've put my wallpapers in /files/media/images/Tapety/ and when I try to access it via Vivaldi (e.g. attach one of images to email or onto imageuploaders websites) I get the following error:

Image

Any ideas how to fix it? Give some right to that folder or something else?


Re: Permission denied

Posted: Sun Jun 11, 2023 7:27 am
by BarryK

Update to 5.4 and see if that fixes it.


Re: Permission denied

Posted: Sun Jun 11, 2023 9:09 am
by pp4mnklinux

Hi:

This happened to me sometime ago, and the problem was that vivaldi can't recongnice this folder (a problem with the location of vivaldi, using it as portable or with root rights). I don't know what of these situations can happen to your system, but it could be the folders name (I don't know why...hahaha) so my recomendation: If there is no need to mantein this folder and name, try to use/ create another one and let's see what happen then ( a new one in other partition, in other part of the disk, at another one,.....)

The ideal location: Go to vivaldi instalation folder and place it there, jajaja... I think it could find its own installation folder, jajajja

Hope it helps.

CHEERS.


Re: Permission denied

Posted: Sun Jun 11, 2023 9:27 am
by BarryK

Yeah, it is a problem with folder permissions.
If you had the images in /files/media/images, then they can probably be opened.
Or, if you run this, it should fix 'Tapety' folder:

Code: Select all

# chown -R vivaldi:vivaldi /files/media/images/Tapety

...but if you update to 5.4 then it should be fixed automatically, you don't have to do the above.


Re: Permission denied

Posted: Mon Jun 12, 2023 8:02 pm
by szept
BarryK wrote: Sun Jun 11, 2023 9:27 am

...but if you update to 5.4 then it should be fixed automatically, you don't have to do the above.

Nope, not working on 5.4 as well.


Re: Vivaldi unable to access directory: Permission denied

Posted: Mon Jun 12, 2023 8:19 pm
by pp4mnklinux

Hi @szept , it is possible you think this is a stupid answer, jeje, and I must agree with you , but sometimes we forget the easier solutions.

It is possible you changed the privileges of this file.- So go to this folder, right click on it and take a look at permissions, only to see if there is an incorrect option (Nobody can read or something similar).

As I told you at the beginning, it could be a silly answer, but... who know what will happen..haha?

It is only a suggestion.- have a nice day.


Re: Permission denied

Posted: Tue Jun 13, 2023 2:10 am
by BarryK
szept wrote: Mon Jun 12, 2023 8:02 pm
BarryK wrote: Sun Jun 11, 2023 9:27 am

...but if you update to 5.4 then it should be fixed automatically, you don't have to do the above.

Nope, not working on 5.4 as well.

OK. Did you do the chown operation? That should fix it.

I think that if you had created the folder in a running 5.4 it would be ok.


Re: Permission denied

Posted: Wed Jun 14, 2023 4:16 pm
by szept
BarryK wrote: Tue Jun 13, 2023 2:10 am

OK. Did you do the chown operation? That should fix it.

Code: Select all

# chown -R vivaldi:vivaldi /files/media/images/Tapety

Nope, that didn't work either.

pp4mnklinux wrote: Sun Jun 11, 2023 9:09 am

(...) If there is no need to mantain this folder and name, try to use/ create another one and let's see what happen then.

Ok, so I created a new folder in the same place and I copied my images into it - that worked, thanks guys! :)