PDA

View Full Version : Installing RP-PPPOE client


san2004
November 1st, 2006, 02:12 AM
In the unofficial guide for installing RP-PPPOE client, the file /usr/share/applications/RP-PPPoE.desktop says

[Desktop Entry]
Name=RP-PPPoE
Comment=RP-PPPoE
Exec=gksudo /opt/rp-pppoe-3.6/go-gui
Icon=pppoeconf.xpm
Terminal=false
Type=Application
Categories=Application;Network;


However the line

Exec=gksudo /opt/rp-pppoe-3.6/go-gui

compiles and recompiles the client again and again whenever the command is run.

go-gui should be run only once for compilation and then the command tkpppoe should do the trick.

The modified file should look like
][Desktop Entry]
Name=RP-PPPoE
Comment=RP-PPPoE
Exec=tkpppoe
Icon=pppoeconf.xpm
Terminal=false
Type=Application
Categories=Application;Network;


Thanks