Re: Passmenu gets stuck

2015-10-03 Thread Stéphane Campinas
Thanks Elv1313! This was the problem and it works well now. Stéphane Campinas On 2 Oct 2015 19:04, "Elv1313 ." wrote: > Hello, > > This happen because os.execute is a blocking command. Awesome stops until > the command return. When the GTK window is created, it ask the window > manager to manage

Re: Passmenu gets stuck

2015-10-02 Thread Elv1313 .
Hello, This happen because os.execute is a blocking command. Awesome stops until the command return. When the GTK window is created, it ask the window manager to manage it. As Awesome is busy waiting for the command to finish, everything freeze. It is usually called a "deadlock" because both proce

Re: Passmenu gets stuck

2015-10-02 Thread Namikaze Minato
Hi Stéphane, share with us the awesome logs produced during the problem you are experiencing. Regards, LLoyd -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.