Multithreaded application freezing

2015-01-30 Thread Gulshan Singh
I'm working on a display manager here: https://github.com/gsingh93/display-manager/tree/tutorial (make sure you're on the `tutorial` branch, not `master`). When a user successfully logs in, I fork a new process that starts the window manager and wait for that process to terminate. Since this is a

Re: Multithreaded application freezing

2015-02-02 Thread Gulshan Singh
I've made a simplified example of this and asked it on StackOverflow: http://stackoverflow.com/questions/28287520/cant-type-in-gtkentry-after-exiting-forked-window-manager Any help is appreciated. On Fri Jan 30 2015 at 1:12:55 PM Gulshan Singh wrote: > I'm working on a display

How to style a GtkLabel with CSS

2015-06-12 Thread Gulshan Singh
I need some help with this question: https://stackoverflow.com/questions/30791670/how-to-style-a-gtklabel-with-css A commentor mentioned that I should attach the provider directly to the GtkLabel instead of the window, and that worked, but I'd like to have one CSS stylesheet that I attach to the w

Re: How to style a GtkLabel with CSS

2015-06-12 Thread Gulshan Singh
; On Fri, 2015-06-12 at 16:50 +, Gulshan Singh wrote: > > I need some help with this question: > > > https://stackoverflow.com/questions/30791670/how-to-style-a-gtklabel-with-css > > > > A commentor mentioned that I should attach the provider directly to the > >

Re: How to style a GtkLabel with CSS

2015-06-12 Thread Gulshan Singh
n that screen? Hmm, I'm not sure but I'll do some testing. In any case, if I use unique names for the things I'm styling I should be fine in most cases. On Fri, Jun 12, 2015 at 7:32 PM Stefan Salewski wrote: > On Fri, 2015-06-12 at 23:13 +, Gulshan Singh wrote: > > I actua