Symptom You get this error message when starting apache: * Starting web server apache2 apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName Fix Open a terminal window and run: sudo sh -c 'echo "ServerName localhost" >> /etc/apache2/conf.d/name' && sudo service apache2 restart References How to fix Apache – "Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName" Error on Ubuntu
When I tried to open remote video files with VLC via a Samba share I got this error message: Your input can't be opened: VLC is unable to open the MRL 'smb://...' It seems that this problem is related to credentials and can be fixed by entering the credentials for the Samba share in the VLC preferences (Tools > Preferences > Input / Codecs > Access Modules > SMB Input): Note: I only experienced this problem when accessing remote files with PCManFM. Related Posts Install PCManFM in Xubuntu Add support for Samba shares to Thunar References VLC with Samba shares at Kubuntu Forums
xfrun4 is a little Xfce program that allows to run commands, without having to open a terminal window. Since Xfce 4.10 it also works as a application launcher. It is summoned using Alt+F2 , and usually it pops right up, but lately it takes several seconds, sometimes almost a minute, to open. When trying to run it from the terminal, it prints this error: (xfrun4:6232): xfce4-appfinder-CRITICAL **: Failed to open window: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. This bug has been reported and there's a workaround: use the --disable-server option. Fix So to fix this we'll replace the command for the Alt+F2 shortcut with " xfrun4 --disable-server ". Open a terminal window and run: xfconf-query -c xfce4-keyboard-shortcuts -p '/commands/custom/<Alt>F2' -s...
Comments
Post a Comment