
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
Inspired by netgo. NG stands for "next generation".
A Qt based gui for wire-bound and wireless network. A tool for traveling users who have to set up there laptop to different network environments
I have uploaded the blank language file. Maybe someone likes to translate the application to another language ...
A courtesy by Harry Auschner I can now provide a package for Debian.
Created with Debian (Version 0.2.1)(Thanks Harry - once more - thank you)
11 years ago
0.2.2 Made a package for OpenSuSE 11.1 and fixed a problem with iwconfig.
0.2.2 I have encountered problems with the dhcp setup using OpenSuSE 11.X. Though I made a few changes to fix the problem. DHCP Setup should now work fine.
0.2.1 NetGo now speaks brasilian. Thanks to Márcio Moraes. The debian package is also available now. Thanks to Harry.
0.2.0 When changing from a WPA encrypted Network to an Ad-Hoc network without encryption the wpa_supplicant was still active. Fix this and did some changes to the wifi-setup as well.
0.1.9 I found an error in the root-check routine. When the program was invoked as normal user the program calls kdesu to restart the program as root. But by doing so all the commandline options got lost. I fixed the problem and now even invoked as normal user the commandline options are passed over to kdesu.
0.1.8 The switch --start "profilename" was added. When invoked with this parameter the application starts automaticaly this network profile. Some minor improvements are made to the wifi setup.
0.1.7 Now you can invoke the application with --disablerootcheck to disable check for root privilegs (but root privilegs are still needed), --disabletrayicon (for distros who no longer use kicker). The application runs without a tray icon.
Debian Package is also available now (thanks to Harry Auscher)
0.1.6 Made some changes to the wireless setup (e.g. added mode for no encryption) - (edit) The Debian Version is also now available - Thanks Harry.
0.1.5 Changes made to the wireless configuration. Made some minor bug-fixes. The language files now part of the project and will now be installed by the installer (source and rpm). I am still looking for someone to translate the language file to other languages. :-)
0.1.4 Some minor bug-fixes and implementation for multi language support. A german translation File is provided. Copy the file to /root/.netgo_ng/translations for german language.
0.1.3 Add a System tray icon. Now you can shut down all not used interfaces.
0.1.1 Fixed a problem with the dhcp configuration and added pre-start and post-start script support.
11 years ago
0.2.2 Made a package for OpenSuSE 11.1 and fixed a problem with iwconfig.
0.2.2 I have encountered problems with the dhcp setup using OpenSuSE 11.X. Though I made a few changes to fix the problem. DHCP Setup should now work fine.
0.2.1 NetGo now speaks brasilian. Thanks to Márcio Moraes. The debian package is also available now. Thanks to Harry.
0.2.0 When changing from a WPA encrypted Network to an Ad-Hoc network without encryption the wpa_supplicant was still active. Fix this and did some changes to the wifi-setup as well.
0.1.9 I found an error in the root-check routine. When the program was invoked as normal user the program calls kdesu to restart the program as root. But by doing so all the commandline options got lost. I fixed the problem and now even invoked as normal user the commandline options are passed over to kdesu.
0.1.8 The switch --start "profilename" was added. When invoked with this parameter the application starts automaticaly this network profile. Some minor improvements are made to the wifi setup.
0.1.7 Now you can invoke the application with --disablerootcheck to disable check for root privilegs (but root privilegs are still needed), --disabletrayicon (for distros who no longer use kicker). The application runs without a tray icon.
Debian Package is also available now (thanks to Harry Auscher)
0.1.6 Made some changes to the wireless setup (e.g. added mode for no encryption) - (edit) The Debian Version is also now available - Thanks Harry.
0.1.5 Changes made to the wireless configuration. Made some minor bug-fixes. The language files now part of the project and will now be installed by the installer (source and rpm). I am still looking for someone to translate the language file to other languages. :-)
0.1.4 Some minor bug-fixes and implementation for multi language support. A german translation File is provided. Copy the file to /root/.netgo_ng/translations for german language.
0.1.3 Add a System tray icon. Now you can shut down all not used interfaces.
0.1.1 Fixed a problem with the dhcp configuration and added pre-start and post-start script support.
bitcrazy
11 years ago
This one for example is for Qt3/KDE3 (like all of your applications on your website)
KDE4/Qt4 versions and SRPMS would be nice.
m0nk
Report
jakartadean
11 years ago
I'm running kubuntu 8.10 and the i686 kernel. The debian package only supports i386, so I tried to install from source. When I run ./configure, I get the following error:
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking whether gcc is blacklisted... no
checking whether g++ supports -Wmissing-format-attribute... no
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether g++ supports -Wundef... no
checking whether g++ supports -Wno-long-long... no
checking whether g++ supports -Wno-non-virtual-dtor... no
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
cpp works fine for me on the command line, so somehow the configure script might be incompatible with my system? I don't know; this is a new install and this is the first package I've tried to install from source.
Dean
Report
wusel1007
11 years ago
I don't use kubuntu myself and can not tell you where the problem might be. But I will write an eMail to Harry Auscher, who build the .deb-Package and ask him to build a package for the i686 architecture. I will not promise that he will do so but I can at least ask him.
Best regards.
Report
Kwellmeister
11 years ago
The Debian Package Build System denominates *all* packages for x86-systems with xxx-yyy_i386.deb, not devided into _i386, _i486, _i586 etc.
So you can use my package; it's been made with and works under i686 CPU, debian unstable (sid).
Harry
Report
DjDarkman
12 years ago
Report
wusel1007
12 years ago
Bestregards.
JZ
Report
PauloOliveira
12 years ago
1. where can I submit the file to?
2. the maintainer of the application should take language variants into account: english should be en_gb, en_us, etc:; portuguese should be portuguese pt_pt portuguese pt_br, etc.
3. the language file should be improved, by taking out all english language references (or else I imagine its maintenance will not be easy in the future). Coccinella, for example, uses a format like:
::msgcat::mcset lang Key1 {Value1}
::msgcat::mcset lang Key2 {Value2}
and I find it easy to understand and translate. After downloading it all a translator has the need to do is to look at the main language file (usually english) and translate its key/value pairs accordingly: XML is not the easiest format for a quick translation and may disencouraging other translators.
4. I corrected some of the english phrases, please merge the file I will upload with the brazilian.ts one to check for differences that may be accepted for the main language file (considering it is english).
I wait you reply to upload the file.
Report
wusel1007
12 years ago
Report
baDibere
12 years ago
Here is the output : http://ogrenci.hacettepe.edu.tr/~artan05/netgo_ng_error.txt
Report
wusel1007
12 years ago
Report
baDibere
12 years ago
DHCP doesn't get IP
Report
wusel1007
12 years ago
Report
thomashausa
12 years ago
greetzs
Report
thomashausa
12 years ago
I have some problems during the installation: before that i have chanced something in the language makefile because before that there were problems with lrelease -compress
all:
for language in `ls *.ts`; do \
lrelease -nocompress $$language; \
done
clean:
rm -f *.qm
distclean:
rm -f *.qm
install:
mkdir -p $(DESTDIR)/usr/local/translations/netgo_ng
cp *.qm $(DESTDIR)/usr/local/translations/netgo_ng
install-strip:
mkdir -p $(DESTDIR)/usr/local/translations/netgo_ng
cp *.qm $(DESTDIR)/usr/local/translations/netgo_ng
that is the output of make:
Makefile:863: warning: overriding commands for target `clean-bcheck'
Makefile:826: warning: ignoring old commands for target `clean-bcheck'
Makefile:868: warning: overriding commands for target `bcheck-am'
Makefile:831: warning: ignoring old commands for target `bcheck-am'
make all-recursive
make[1]: Entering directory `/home/thomas/netgo_ng-0.1.7'
Makefile:863: warning: overriding commands for target `clean-bcheck'
Makefile:826: warning: ignoring old commands for target `clean-bcheck'
Makefile:868: warning: overriding commands for target `bcheck-am'
Makefile:831: warning: ignoring old commands for target `bcheck-am'
Making all in doc
make[2]: Entering directory `/home/thomas/netgo_ng-0.1.7/doc'
Making all in .
make[3]: Entering directory `/home/thomas/netgo_ng-0.1.7/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/thomas/netgo_ng-0.1.7/doc'
Making all in en
make[3]: Entering directory `/home/thomas/netgo_ng-0.1.7/doc/en'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/thomas/netgo_ng-0.1.7/doc/en'
make[2]: Leaving directory `/home/thomas/netgo_ng-0.1.7/doc'
Making all in po
make[2]: Entering directory `/home/thomas/netgo_ng-0.1.7/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/thomas/netgo_ng-0.1.7/po'
Making all in src
make[2]: Entering directory `/home/thomas/netgo_ng-0.1.7/src'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/thomas/netgo_ng-0.1.7/src'
Making all in translations
make[2]: Entering directory `/home/thomas/netgo_ng-0.1.7/translations'
for language in `ls *.ts`; do \
lrelease -nocompress $language; \
done
make[2]: Leaving directory `/home/thomas/netgo_ng-0.1.7/translations'
make[2]: Entering directory `/home/thomas/netgo_ng-0.1.7'
Makefile:863: warning: overriding commands for target `clean-bcheck'
Makefile:826: warning: ignoring old commands for target `clean-bcheck'
Makefile:868: warning: overriding commands for target `bcheck-am'
Makefile:831: warning: ignoring old commands for target `bcheck-am'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/thomas/netgo_ng-0.1.7'
make[1]: Leaving directory `/home/thomas/netgo_ng-0.1.7'
and that is the output of make install
Makefile:863: warning: overriding commands for target `clean-bcheck'
Makefile:826: warning: ignoring old commands for target `clean-bcheck'
Makefile:868: warning: overriding commands for target `bcheck-am'
Makefile:831: warning: ignoring old commands for target `bcheck-am'
Making install in doc
make[1]: Entering directory `/home/thomas/netgo_ng-0.1.7/doc'
Making install in .
make[2]: Entering directory `/home/thomas/netgo_ng-0.1.7/doc'
make[3]: Entering directory `/home/thomas/netgo_ng-0.1.7/doc'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/thomas/netgo_ng-0.1.7/doc'
make[2]: Leaving directory `/home/thomas/netgo_ng-0.1.7/doc'
Making install in en
make[2]: Entering directory `/home/thomas/netgo_ng-0.1.7/doc/en'
make[3]: Entering directory `/home/thomas/netgo_ng-0.1.7/doc/en'
make[3]: Nothing to be done for `install-exec-am'.
/bin/bash ../../admin/mkinstalldirs /usr/share/doc/HTML/en/netgo_ng
/usr/bin/install -c -p -m 644 index.docbook /usr/share/doc/HTML/en/netgo_ng/index.docbook
/bin/bash ../../admin/mkinstalldirs /usr/share/doc/HTML/en/netgo_ng
/usr/bin/install -c -p -m 644 index.cache.bz2 /usr/share/doc/HTML/en/netgo_ng/
rm -f /usr/share/doc/HTML/en/netgo_ng/common
ln -s /usr/share/doc/kde/HTML/en/common /usr/share/doc/HTML/en/netgo_ng/common
make[3]: Leaving directory `/home/thomas/netgo_ng-0.1.7/doc/en'
make[2]: Leaving directory `/home/thomas/netgo_ng-0.1.7/doc/en'
make[1]: Leaving directory `/home/thomas/netgo_ng-0.1.7/doc'
Making install in po
make[1]: Entering directory `/home/thomas/netgo_ng-0.1.7/po'
make[2]: Entering directory `/home/thomas/netgo_ng-0.1.7/po'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/thomas/netgo_ng-0.1.7/po'
make[1]: Leaving directory `/home/thomas/netgo_ng-0.1.7/po'
Making install in src
make[1]: Entering directory `/home/thomas/netgo_ng-0.1.7/src'
make[2]: Entering directory `/home/thomas/netgo_ng-0.1.7/src'
test -z "/usr/bin" || /bin/mkdir -p "/usr/bin"
/bin/bash ../libtool --silent --mode=install /usr/bin/install -c -p 'netgo_ng' '/usr/bin/netgo_ng'
/bin/bash ../admin/mkinstalldirs /usr/share/icons/hicolor/32x32/apps
/usr/bin/install -c -p -m 644 ./hi32-app-netgo_ng.png /usr/share/icons/hicolor/32x32/apps/netgo_ng.png
/bin/bash ../admin/mkinstalldirs /usr/share/icons/hicolor/16x16/apps
/usr/bin/install -c -p -m 644 ./hi16-app-netgo_ng.png /usr/share/icons/hicolor/16x16/apps/netgo_ng.png
test -z "/usr/share/applnk/Utilities" || /bin/mkdir -p "/usr/share/applnk/Utilities"
/usr/bin/install -c -p -m 644 'netgo_ng.desktop' '/usr/share/applnk/Utilities/netgo_ng.desktop'
test -z "/usr/share/apps/netgo_ng" || /bin/mkdir -p "/usr/share/apps/netgo_ng"
/usr/bin/install -c -p -m 644 'netgo_ngui.rc' '/usr/share/apps/netgo_ng/netgo_ngui.rc'
make[2]: Leaving directory `/home/thomas/netgo_ng-0.1.7/src'
make[1]: Leaving directory `/home/thomas/netgo_ng-0.1.7/src'
Making install in translations
make[1]: Entering directory `/home/thomas/netgo_ng-0.1.7/translations'
mkdir -p /usr/local/translations/netgo_ng
cp *.qm /usr/local/translations/netgo_ng
make[1]: Leaving directory `/home/thomas/netgo_ng-0.1.7/translations'
make[1]: Entering directory `/home/thomas/netgo_ng-0.1.7'
Makefile:863: warning: overriding commands for target `clean-bcheck'
Makefile:826: warning: ignoring old commands for target `clean-bcheck'
Makefile:868: warning: overriding commands for target `bcheck-am'
Makefile:831: warning: ignoring old commands for target `bcheck-am'
make[2]: Entering directory `/home/thomas/netgo_ng-0.1.7'
Makefile:863: warning: overriding commands for target `clean-bcheck'
Makefile:826: warning: ignoring old commands for target `clean-bcheck'
Makefile:868: warning: overriding commands for target `bcheck-am'
Makefile:831: warning: ignoring old commands for target `bcheck-am'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/thomas/netgo_ng-0.1.7'
make[1]: Leaving directory `/home/thomas/netgo_ng-0.1.7'
thomas netgo_ng-0.1.7 #
Report
Kwellmeister
12 years ago
Report
thomashausa
12 years ago
thank you
Report
Kwellmeister
12 years ago
try to use "lrelease $$language; \"
with NO option (neither -compress nor -nocompress)
in the language Makefile and it will probably work.
Greetz !
Report
thomashausa
12 years ago
greets thomas
Report
thomashausa
12 years ago
Report
gsathreya
12 years ago
Report
wusel1007
12 years ago
Report
jon20usa
12 years ago
Report
wusel1007
12 years ago
Report
wusel1007
12 years ago
Report
jon20usa
12 years ago
My question is will this work with KDE 4.1? When I run it I get no tray icon (although there is a flash down there) and I get no terminal output.
I'd love to run this and I really hope it will work with KDE 4.
Report