thunderbird --version
Thunderbird 102.12.0
thunderbird --verbose
INFO -> [[ ... using verbose mode ... ]]
DEBUG -> call '/usr/lib/thunderbird/thunderbird '
Unable to init server: Socket kann nicht angelegt werden: Keine Berechtigung
Error: cannot open display: :0.0
env | grep DISPLAY
DISPLAY=:0.0
Die DISPLAY Variable ist gesetzt. Ich kann ohne Probleme "xeyes" auf gleiche Weise von der Konsole starten.
Andere Programme sind in der Lage mittels mktemp in /tmp/ Dateien anzulegen.
Code
		
					
				milhouse@milhouse-Lenovo-G560:~/.thunderbird/kjpvazit.default$ ls -la /tmp
insgesamt 124
drwxrwxrwt 22 root     root     24576  2. Jul 11:02 .
drwxr-xr-x 27 root     root      4096  1. Jul 19:18 ..
prwxrwxrwx  1 root     root         0  2. Jul 08:52 ad_621_gsystem_evt_subevt_0
prwxrwxrwx  1 root     root         0  2. Jul 08:51 ad_621_lsystem_evt_subevt_0
prwxrwxrwx  1 root     root         0  2. Jul 08:52 ad_connect_queue_1030_0_evt_subevt_0
prwxrwxrwx  1 milhouse milhouse     0  2. Jul 08:52 ad_mailbox_3716_0_0_evt_subevt_0
prwxrwxrwx  1 milhouse milhouse     0  2. Jul 08:52 ad_mailbox_3716_0_1_evt_subevt_0
drwxrwxrwx  2 milhouse milhouse  4096  2. Jul 08:52 anydesk
-rw-------  1 milhouse milhouse     0  2. Jul 08:51 config-err-6Qtt9P
srwxrwxrwx  1 milhouse milhouse     0  2. Jul 08:52 dbus-ClUGGrLEfG
drwxrwxrwt  2 root     root      4096  2. Jul 08:51 .font-unix
drwxr-xr-x  2 root     root      4096  2. Jul 08:52 hsperfdata_rootWie kann ich dies weiter debuggen?
Gibt es in den "prefs.js" oder anderswo Optionen zu der Socketverbindung?
Hat es etwas mit der Art zu tun wie der Socket erstellt wird (mktemp vs. tempfile vs. mkstemp) ?
Ich bin über jeden Hinweis dankbar!
Grüße Milhouse van Houten

