Summary: | Cannot add static routes on OpenVPN connections using the latest plasma-nm in Kubuntu Saucy | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Vangelis <cyberang3l> |
Component: | kcm_networkmanagement | Assignee: | Lukáš Tinkl <lukas> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jgrulich, lukas, wstephenson |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
URL: | https://bugs.launchpad.net/ubuntu/+source/plasma-nm/+bug/1230198 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Vangelis
2013-09-25 10:18:10 UTC
Git commit 42fc23ec2ccef82ae12e9b869cdb0de7e2dca2f1 by Jan Grulich. Committed on 25/09/2013 at 12:03. Pushed by grulich into branch 'NM/0.9'. Register meta types for IPv4 addresses M +7 -0 manager.cpp http://commits.kde.org/libnm-qt/42fc23ec2ccef82ae12e9b869cdb0de7e2dca2f1 I've pushed the fix for your problem, but you will have to probably wait until we release a new version (or until some Kubuntu packager make an update with this fix) or you can get it from git. If you don't know how, just tell me and I'll help you. I leave this bug open until you confirm that it works. Thanks Git commit 17b0b4a3bb019390243e956563e5c767ae526d94 by Jan Grulich. Committed on 25/09/2013 at 12:03. Pushed by grulich into branch 'master'. Register meta types for IPv4 addresses M +7 -0 manager.cpp http://commits.kde.org/libnm-qt/17b0b4a3bb019390243e956563e5c767ae526d94 Sure, I would need some help to get it from git since I have never tried this before. I'll test it this evening and report back. Just use these commands: 1) git clone git://anongit.kde.org/libnm-qt.git 2) cd libnm-qt 3) git checkout NM/09 4) mkdir build 5) cd build 6) cmake .. -DCMAKE_INSTALL_PREFIX=/usr 7) make 8) make install (as root, i.e sudo make install) And you will have to install NetworkManager-devel and qt-devel and other development tools (GCC, git, cmake) before you start. Do you use IRC? You can ping me on #kde-devel or #solid, my nick is jgrulich. Jan, I can confirm that you patch fixes the issue. BTW the command "git checkout NM/09" should be "git checkout NM/0.9" instead. Aha, sorry, but thanks for testing. |