On Thu, Mar 26, 2009 at 07:01:52AM -0000, Anders Kaseorg wrote:
>      zenity --text-info --editable --filename=/etc/X11/xorg.conf --width=640 
> --height=480 > "${xorg_conf_tmp}" && mv "${xorg_conf_tmp}" /etc/X11/xorg.conf

This action will cause /etc/X11/xorg.conf to be mode 600 (the mv retains
the permissions of the 600 tmp file).  Perhaps add:

      chmod 644 /etc/X11/xorg.conf

-- 
typos in failsafeXinit
https://bugs.launchpad.net/bugs/348639
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to