Skip to content

First beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@RoboMod RoboMod released this 06 Oct 14:55
· 4 commits to release since this release

Implemented features:

  • create vpn connection via ipop using xmpp
  • manage xmpp and ip4 configuration with nm-applet/plasma-nm

Compile and install instructions:

  • NetworkManager plugin & gnome nm-applet widget:
./autogen.sh
./configure --prefix=/usr
make
sudo make install
  • kde plasma-nm widget:
cd kde
cmake .
make
sudo make install

This first beta will now get packaged via OpenBuildService.