Re: No protocol specified error

2017-11-04 Thread Lokesh Chakka
okay... after some more search I found here <https://wiki.archlinux.org/index.php/wayland> xhost si:localuser:root is doing the job. But is there a way to achieve this programatically in C language ? Thanks & Regards -- Lokesh Chakka, Mobile: 9731023458 On Sat, Nov 4, 2017

Re: No protocol specified error

2017-11-04 Thread Lokesh Chakka
://ubuntuforums.org/showthread.php?t=1803102 but now if I do "gksudo ./a.out" it is just exiting without any message or log. If I use "gksudo gdb ./a.out" and try to run, cursor is just blinking and nothing is showing up. Thanks & Regards -- Lokesh Chakka, Mobile: 9731023

Re: No protocol specified error

2017-11-04 Thread Lokesh Chakka
uck now. Can some one please help me how to tackle this issue ? Thanks & Regards -- Lokesh Chakka, Mobile: 9731023458 On Sun, Oct 22, 2017 at 10:22 PM, Felipe Borges <felipe10bor...@gmail.com> wrote: > whatever man > > On Sat, Oct 21, 2017 at 2:25 AM, David Margerison > <

Re: No protocol specified error

2017-10-20 Thread Lokesh Chakka
Dear Felipe, Thanks for the information. Is it possible to login with my credentials and execute as sudo ./a.out. Can u help me how to make it work ? Thanks & Regards -- Lokesh Chakka, Mobile: 9731023458 On Fri, Oct 20, 2017 at 4:43 PM, Felipe Borges <felipe10bor...@gmail.com

No protocol specified error

2017-10-20 Thread Lokesh Chakka
ame code was working fine in Ubuntu 17.04. But I am facing this issue after upgrading to Ubuntu 17.10. Thanks -- Lokesh Chakka, Mobile: 9731023458 ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

issue with drawing graph in GTK

2017-02-10 Thread Lokesh Chakka
rn was attached to a scrolling window. My requirement is that, both the graphs to be exactly look a like. please let me know if more information is required. Thanks & Regards -- Lokesh Chakka. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.

Re: disabling mouse scroll on GtkComboBox and spin buttons

2016-05-22 Thread Lokesh Chakka
thanks guys I am using like this: g_signal_connect( spin_button, "scroll-event", G_CALLBACK(gtk_true), NULL ); g_signal_connect( combo_box, "scroll-event", G_CALLBACK(gtk_true), NULL ); issue resolved.. Thanks & Regards -- Lokesh Chakka, Mobile: 9731023458 On S

disabling mouse scroll on GtkComboBox and spin buttons

2016-05-22 Thread Lokesh Chakka
Hello, Is there a way to disable mouse scroll on GtkComboBox and GtkSpinButton widgets ? an example will help much. Thanks & Regards -- Lokesh Chakka, Mobile: 9731023458 ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org h