You are not logged in.
Attempting to launch Firefox from dmenu or terminal produces this error.
I have attempted the solutions suggested here, with no success:
https://askubuntu.com/questions/350968/ … iles-in-yo
Attempting to launch the profile manager, as suggested here, produces the same error:
https://support.mozilla.org/en-US/kb/pr … -is-closed
I have verified that my user has ownership of the ~/.mozilla/firefox folder, with read and write privileges.
Any suggestions?
Offline
Check your users home directory permission(s)
I possess a device, in my pocket, that is capable of accessing the entirety of information known to man.
I use it to look at funny pictures of cats and to argue with strangers.
Offline
Check your users home directory permission(s)
Output of ls -l
drwxrwxrwx 35 william william 4096 Aug 28 17:39 william
william is the user that is trying to open firefox, and the owner of ~/.mozilla
Offline
Is there anything in ~/.mozilla directory at all or is it empty?
I possess a device, in my pocket, that is capable of accessing the entirety of information known to man.
I use it to look at funny pictures of cats and to argue with strangers.
Offline
It contains /firefox/ and /systemextensionsdev
No profiles.
Offline
What is the output of the following
type -a firefox
strace -e trace=%file firefoxOffline
Been reading a lot about this issue since your thread. Did you perhaps create your home folders (eg. xdg) as root?
I possess a device, in my pocket, that is capable of accessing the entirety of information known to man.
I use it to look at funny pictures of cats and to argue with strangers.
Offline
Forgive the improper formatting, if somebody could tell me how, I'd appreciate it.
type -a firefox gives:
firefox is /usr/bin/firefox
and
strace -e trace=%file firefox gives produces way too long of an output and also throws up the same error message. Most of the lines output look something like this:
openat(AT_FDCWD, "/usr/share/sounds/C/window-close.wav", O_RDONLY) = -1 ENOENT (No such file or directory)
I transferred my home directory from a previous install on the same device using an NTFS drive. The directory was created too long ago for me to remember if I created it as root. I know I ran into permission issues on the previous install, but had no problem getting firefox or X to start. On this install I also had issues with X but managed to fix with chown. I remember reading that NTFS is incompatible with permissions, so I suspect this is the cause of my problems.
Last edited by slick_willie (2019-08-30 17:16:40)
Offline
Please see the tip box from List_of_applications#Pastebin_clients to post the strace output
strace -e trace=%file &> strace.logAlso the output of the following
stat .mozilla/ .mozilla/firefoxEdit:
What chown command did you use to change the permissions on the users home directory?
Last edited by loqs (2019-08-30 17:46:11)
Offline