| Summary: | Permission denied saving into "bin" folder | ||
|---|---|---|---|
| Product: | [Applications] okular | Reporter: | Jon <j.eugster> |
| Component: | general | Assignee: | Okular developers <okular-devel> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | aacid, yurchor |
| Priority: | NOR | ||
| Version First Reported In: | 1.7.2 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Jon
2020-01-09 17:18:00 UTC
Cannot reproduce it here. Can you check the permissions (0755) and the owner (your user) once more: stat ~/bin ? Thanks in advance for your answer. waiting on stat info Permissions are 755: ME@COMPUTER:~$ ls -l |grep bin drwxr-xr-x 2 ME ME 4096 Jan 10 09:41 bin Then I set the permissions to 777 and the error still persisted: ME@COMPUTER:~$ chmod -R a+w bin/ ME@COMPUTER:~$ ls -l |grep bin drwxrwxrwx 2 ME ME 4096 Jan 10 09:41 bin And finally the stats: ME@COMPUTER:~$ stat ~/bin File: /home/ME/bin Size: 4096 Blocks: 8 IO Block: 4096 directory Device: fd01h/64769d Inode: 5642408 Links: 2 Access: (0777/drwxrwxrwx) Uid: ( 1000/s1964740) Gid: ( 1000/ME) Access: 2020-01-10 15:28:27.033651233 +0000 Modify: 2020-01-10 09:41:15.266793179 +0000 Change: 2020-01-10 15:28:27.033651233 +0000 Birth: - (In reply to Jon from comment #3) > Permissions are 755: > ME@COMPUTER:~$ ls -l |grep bin > drwxr-xr-x 2 ME ME 4096 Jan 10 09:41 bin > > Then I set the permissions to 777 and the error still persisted: > ME@COMPUTER:~$ chmod -R a+w bin/ > ME@COMPUTER:~$ ls -l |grep bin > drwxrwxrwx 2 ME ME 4096 Jan 10 09:41 bin > > And finally the stats: > ME@COMPUTER:~$ stat ~/bin > File: /home/ME/bin > Size: 4096 Blocks: 8 IO Block: 4096 directory > Device: fd01h/64769d Inode: 5642408 Links: 2 > Access: (0777/drwxrwxrwx) Uid: ( 1000/s1964740) Gid: ( 1000/ME) > Access: 2020-01-10 15:28:27.033651233 +0000 > Modify: 2020-01-10 09:41:15.266793179 +0000 > Change: 2020-01-10 15:28:27.033651233 +0000 > Birth: - user answered |