Comment 6 for bug 30291

Revision history for this message
Jurgen Depicker (jupsoleil) wrote :

Same problem. Solved it like this: I made a little script to have firestarter 'start':
#!/bin/bash
xhost
xhost +local:
sudo -k
sudo firestarter --display :0.0

Added to /etc/sudoers:
jurgen ALL=(root) NOPASSWD: /usr/sbin/firestarter

Now things work. But it shouldn't be like this, should it? I also couldn't completely remove firestarter with synaptic, besides.