FS#52366 - [gtkwave] enable gconf remote control by adding --with-gonf to ./configure call

Attached to Project: Community Packages
Opened by Michael Reese (miree) - Wednesday, 04 January 2017, 14:40 GMT
Last edited by Kyle Keen (keenerd) - Monday, 09 January 2017, 04:14 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To Kyle Keen (keenerd)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
The documentation of gtkwave says that remote control is possible using gconftool-2.
For example, to reload the waveform on a running instance of gtkwave one can run (from a shell / from a makefile): gconftool-2 --type string --set /com.geda.gtkwave/0/reload 0
This feature needs to be enabled explicitly by adding --with-gconf to the ./configure call. This is not done in the current PKGBUILD file. It would be nice to have this feature enabled.

I tested successfully with these ./configure options:

./configure \
--prefix=/usr \
--disable-tcl \
--disable-mime-update \
--with-gconf <-- added to existing PKGBUILD

Additional info:
* package version(s) 3.3.76-1

This task depends upon

Closed by  Kyle Keen (keenerd)
Monday, 09 January 2017, 04:14 GMT
Reason for closing:  Fixed
Additional comments about closing:  gtkwave-3.3.79

Loading...