Re: synaptics vs libinput and GNOME 3.20 no longer supporting synaptics

2016-07-19 Thread Graziano Obertelli
On Sun, 2016-07-17 at 14:56 +0300, Arto Jantunen wrote: > Peter Hutterer writes: > > > > [Disclaimer: I'm jumping in because of the LWN quote of the week > > and I'm > > just reconstructing the emails from the archives, I'm not > > subscribed. > > Apologies if the thread breaks or any other side

Re: Looking for seconds to add the Amazon EC2 public certificate in ca-certificates.

2011-08-23 Thread graziano obertelli
My understanding is that it used only when using SOAP to communicate with AWS. If a tool is going to use REST instead, it is not used. Thus it is not a CA, and it is used only by fewer tools (REST seems more popular lately). I think most of the euca2ool calls are not converted to REST. Not

Re: Providing official virtualisation images of Debian

2011-07-30 Thread graziano obertelli
ecute it TMP_FILE="/tmp/user-data-$$" curl --retry 3 --retry-delay 10 -o $TMP_FILE http://169.254.169.254/latest/user-data if [ -s $TMP_FILE ]; then echo "Downloaded user data in $TMP_FILE" if [ "`head -c 2 $TMP_FILE`" = "#!" ]; then