[Bug 392157] Re: xfce4-settings-helper crashed with SIGSEGV in SmcCloseConnection()

2009-06-25 Thread FloX
** Visibility changed to: Public -- xfce4-settings-helper crashed with SIGSEGV in SmcCloseConnection() https://bugs.launchpad.net/bugs/392157 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 360714] Re: udevd writes syslog messages on the screen

2009-04-14 Thread FloX
Askpass is faulty. It changes the kernel.printk parameter, but it does not revert to the previous value. u...@jaunty$ cat /proc/sys/kernel/printk 4 4 1 7 u...@jaunty$ sudo /lib/cryptsetup/askpass Test Test password u...@jaunty$ cat /proc/sys/kernel/printk 7 4 1

[Bug 360714] Re: udevd writes syslog messages on the screen

2009-04-14 Thread FloX
and the workaround is to save the kernel.printk parameter before calling askpass and restore it after. ** Attachment added: patch-cryptroot-printk.diff http://launchpadlibrarian.net/25373635/patch-cryptroot-printk.diff -- udevd writes syslog messages on the screen

[Bug 139057] Re: Should try given password for next partition

2009-04-14 Thread FloX
@Luke I don't know the internals of the shell... Maybe a function like this will help: unset_pass() { [ -n $1 ] || return 0 eval $1=\$(dd if=/dev/urandom bs=1k count=4 2/dev/null) unset $1 return 0 } unset_pass PASS -- Should try given password for next

[Bug 360714] [NEW] udevd writes syslog messages on the screen

2009-04-13 Thread FloX
Public bug reported: Binary package hint: cryptsetup Usplash is not active. The argument quiet is passed to boot. There's lots of messages printed by udevd on the screen during boot: see file attached. It happens when cryptsetup is installed. More precisely, the problem occurs when

[Bug 360714] Re: udevd writes syslog messages on the screen

2009-04-13 Thread FloX
** Attachment added: messages on screen during boot http://launchpadlibrarian.net/25356192/dmesg-cryptsetup-udevd.log ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/25356193/Dependencies.txt -- udevd writes syslog messages on the screen

[Bug 314805] Re: No webcam found, says capture extension not loaded

2009-04-09 Thread FloX
It works. Thank you. -- No webcam found, says capture extension not loaded https://bugs.launchpad.net/bugs/314805 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-b...@lists.ubuntu.com

[Bug 314805] Re: No webcam found, says capture extension not loaded

2009-04-04 Thread FloX
it's a shame, this issue is not fixed in last version : amsn 0.97.2~debian-2ubuntu1 -- No webcam found, says capture extension not loaded https://bugs.launchpad.net/bugs/314805 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 352404] [NEW] DPI setting is read-only in applet xfce4-appearance-settings

2009-03-31 Thread FloX
Public bug reported: Binary package hint: xfce4-settings I set a custom DPI using the applet xfce4-appearance setting. (tab Fonts, setting Custom DPI setting) Then I close the applet, and re-open it. The checkbox Custom DPI setting is still selected, but the DPI value is grayed (read-only). I

[Bug 352404] Re: DPI setting is read-only in applet xfce4-appearance-settings

2009-03-31 Thread FloX
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/24569933/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/24569934/ProcMaps.txt ** Attachment added: ProcStatus.txt http://launchpadlibrarian.net/24569935/ProcStatus.txt -- DPI setting

[Bug 352744] [NEW] wrong encoding of man pages

2009-03-31 Thread FloX
Public bug reported: Binary package hint: deborphan The French man pages do not display correctly: deborphan, orphaner, editkeep u...@jaunty$ echo $LANG fr_FR.UTF-8 u...@jaunty$ man 1 deborphan It seems that the UTF-8 file was converted again from ISO-8859-1 to UTF-8. The command that revert