GTK3 VTE

2012-04-18 Thread Neil Munro
Hey all I am trying to convert a project from gtk2 to gtk3 using both regular compilation and autotools, I can't seem to find much about how to access vte. I currently type: gcc `pkg-config --cflags --libs gtk+-3.0 vte` -o app app.c -Wall Is vte referred to the most recent version based

Re: GVolumeMonitor refresh after writing to fstab [SOLVED]

2012-04-18 Thread Amit
Amit gmail.com> writes: > > > My current application adds an entry to fstab and then uses > GVolumeMonitor to get the list of volumes and then mounts the recently > added volume. > > The problem is GVolumeMonitor does not see the recently added fstab > entry right away. Thus, I have to re-run

GVolumeMonitor refresh after writing to fstab

2012-04-18 Thread Amit
My current application adds an entry to fstab and then uses GVolumeMonitor to get the list of volumes and then mounts the recently added volume. The problem is GVolumeMonitor does not see the recently added fstab entry right away. Thus, I have to re-run the operation again. So the operation goes