
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Konnection is a GUI replacement for pon/poff. It shows your Internet configurations from /etc/ppp/peers/ and lets you choose which one to connect to (it does not show the sample files found in some distros, like "wvdial-pipe" etc).
Konnection is written in Gambas, so you need to have the Gambas interpreter /usr/bin/gbx installed (debian: apt-get install gambas-runtime gambas-gb-qt, should be done automatically now).
If you want to be able to use it as a non-root user, do:
chmod a+r /etc/ppp/peers/*
You can set Konnection as the connection script in pppd so that it pops up each time you want to access the Internet, this way you can configure a comfortable dial-on-demand setup with a GUI that lets you choose between all kinds of connections (will likely be automated in a future version).
Packages for other distributions are on the homepage.
15 years ago
0.2-7
- Minimize to tray when connected
- Initial interface to add new connection (when run as root, need people to help me on that)
- Fixed bug that killed KDE connection
0.2-2a
debian package fixed, now contains depends:
0.2-2
- Possible to cancel connection initiation
- Small fixes
- Cosmetic changes to better match KDE GUI
0.2-0
- Executable renamed to "konnection"
- Ask user for password if peer file does not contain the password or "hide-password"
- Try to go offline whenever konnection window is closed
- minor fixes
0.1-0r2
- Graphical progress bar
- Show provider name in taskbar
15 years ago
0.2-7
- Minimize to tray when connected
- Initial interface to add new connection (when run as root, need people to help me on that)
- Fixed bug that killed KDE connection
0.2-2a
debian package fixed, now contains depends:
0.2-2
- Possible to cancel connection initiation
- Small fixes
- Cosmetic changes to better match KDE GUI
0.2-0
- Executable renamed to "konnection"
- Ask user for password if peer file does not contain the password or "hide-password"
- Try to go offline whenever konnection window is closed
- minor fixes
0.1-0r2
- Graphical progress bar
- Show provider name in taskbar
probono
15 years ago
Report
osman
16 years ago
* dock to panel on connect/tray icon
* Configuration panel for ppp, like adding removing accounts or etc.
Anyway, good work !
Report
fab
16 years ago
Thanx for this cool application!
Kind regards,
Fabrice
PS are we going to need a Gambas-app section soon?
Report