Comment 3 for bug 1037427

Revision history for this message
Greg Webber (greg-webber) wrote :

Firstly, running make install makes the problem go away. I assume the developers do a make install before testing?

Responses to your questions:

* Could you please check if /usr/share/gnome-system-monitor/ contains 5 .ui files?
No, only preferences.ui per the below. It should just be the 12.04 version of gnome-system-monitor.

gsw@goat:~$ ls -al /usr/share/gnome-system-monitor/
total 60
drwxr-xr-x 2 root root 4096 Aug 15 23:24 .
drwxr-xr-x 334 root root 12288 Aug 17 15:10 ..
-rw-r--r-- 1 root root 43638 Apr 17 15:00 preferences.ui

* How did you build gnome-system-monitor?
Built with debugging on to enable trace with gdb per below command.

./configure CFLAGS=-g

* Did you use make install?
No. As shown above attempting to run this directly from the build directory after straight 'make'.

* Did you specify --prefix=/usr when using autogen.sh?
No.