Spacenav interactive configuration GUI
 
 
 
Go to file
John Tsiombikas 97673e7f9d Stop installing multiple-sized icons in $PREFIX/share/pixmaps. Which
according to github issue #9, goes against the convention. Install them
under $PREFIX/share/icons/hicolor/WxH/apps/ instead, where we previously
used to install links to the icons under pixmaps.
2020-11-29 23:35:22 +02:00
icons
ui
.gitattributes
.gitignore
COPYING
Makefile.in Stop installing multiple-sized icons in $PREFIX/share/pixmaps. Which 2020-11-29 23:35:22 +02:00
README.md preparing for bugfix release 2020-11-15 02:48:56 +02:00
back.c fixed a couple of minor bugs 2020-05-26 01:45:01 +03:00
cfgfile.c Brought the config file loading/saving code up to date with current 2020-11-15 02:43:01 +02:00
cfgfile.h Brought the config file loading/saving code up to date with current 2020-11-15 02:43:01 +02:00
cmd.h
configure
front_gtk.c
spnavcfg.c

README.md

spnavcfg

About

Spacenav daemon interactive configuration program.

shot

Installation

Requires GTK+ 2 and Xlib headers to be installed. ./configure, make, make install, as usual (make install part as root).

Security

The binary is installed setuid root in order to be able to modify /etc/spnavrc and send signals to the daemon. However, it was designed from start to be as secure as possible. spnavcfg launches two processes (see front.c and back.c). The frontend that runs all the GUI code drops priviledges to the original uid, while the backend that does all the gruntwork keeps effective uid root. As long as you don't run the program while logged in as root, it should be very secure.

License

Copyright (C) 2007-2020 John Tsiombikas nuclear@member.fsf.org

This program is free software. Feel free to use, modify, and/or redistribute it under the terms of the GNU General Public License version 3, or (at your option) any later version published by the Free Software Foundation. See COPYING for details.