Re: TaskCoach widget

2011-11-13 Thread Zsolt Udvari
Hello! I'm Uzsolt ;) This wiki-page is old (last modify was in year 2009), and the Taskcoach's file format was changed a little, but now I don't use TaskCoach. If you have some time (maybe about 1-2 hours depends on your skill), you can modify the code to compatible to newest (maybe one year old)

Re: amixer hangs

2011-11-13 Thread Zsolt Udvari
Maybe 'amixer' hangs? I think you should try run these commands from commandline and check it first. Zsolt 2011/11/13 Daniel Hilst Selli danielhi...@gmail.com: Anyone knows why awesome hangs when I put os.execute(amixer get Master) or os.execute(amixer -c0 -D default get Master) on rc.lua??

Re: amixer hangs

2011-11-13 Thread Daniel Martí
I use amixer with sexex() and it works. Maybe you have pulseaudio installed? Zsolt Udvari udvzs...@gmail.com wrote: Maybe 'amixer' hangs? I think you should try run these commands from commandline and check it first. Zsolt 2011/11/13 Daniel Hilst Selli danielhi...@gmail.com: Anyone knows why

Re: amixer hangs

2011-11-13 Thread Daniel Hilst Selli
On 11/13/11 07:01, Daniel Martí wrote: I use amixer with sexex() and it works. Maybe you have pulseaudio installed? Zsolt Udvari udvzs...@gmail.com wrote: Maybe 'amixer' hangs? I think you should try run these commands from commandline and check it first. Zsolt 2011/11/13

Re: amixer hangs

2011-11-13 Thread Anurag Priyam
On Sun, Nov 13, 2011 at 2:31 PM, Daniel Martí danielmarti.deb...@gmail.com wrote: Maybe you have pulseaudio installed? Every time I install something that installs pusleaudio as a dependency, my sound system breaks. So I have made it a policy to never install pulseaudio on my machine. /me is a

Re: amixer hangs

2011-11-13 Thread Daniel Martí
That's exactly what I meant :-) BTW, are you able to listen to two audio outputs at once? If I am using ncmpcpp, mplayer won't have any sound. Anurag Priyam anurag08pri...@gmail.com wrote: On Sun, Nov 13, 2011 at 2:31 PM, Daniel Martí danielmarti.deb...@gmail.com wrote: Maybe you have

Re: amixer hangs

2011-11-13 Thread Anurag Priyam
On Sun, Nov 13, 2011 at 8:46 PM, Daniel Martí danielmarti.deb...@gmail.com wrote: That's exactly what I meant :-) BTW, are you able to listen to two audio outputs at once? If I am using ncmpcpp, mplayer won't have any sound. Yup. Just uncomment the lines in your mpdconf that say: audio_output

Re: amixer hangs

2011-11-13 Thread Adrian C.
This was discussed two weeks ago in the thread Obvious and ALSA. Which resulted in this commit http://git.naquadah.org/?p=awesome.git;a=commit;h=092813c -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To

Session awesome

2011-11-13 Thread Sqoox85
I wanted to create an awesome session used to restore all the clients of the previous awesome initialization. To do that I define an exit event on the awesome object and store all the client in a file i ~/.config/awesome/sessions awesome.add_signal(exit, function () for i,v in pairs(spawn_tab)