


Network by jbaileys 64 comments
sorry for the slow reply. Firstly, at the moment, you cannot set up a general knetrc file system wide.
Secondly, the script editor is used to pass pppd scripts to pppd to establish a connection. The best way to learn how to connect using pppd from the commandline is to read its manpage. Perhaps down the line I will show some examples for it. Just haven't had much time to work on it the last 12 months.
Thankyou for the feedback - Apr 17 2006

Network by jbaileys 64 comments
Glad to hear it is working well for you. The reason I have not tried get this program included in KDE is because I simply don't have the time anymore to put a lot of effort into the program. I will port the program to KDE4 when an Alpha Release is made available, but because of my constant travelling commitments for work, I just can't be relied upon to meet KDE's release cycles.
Also, there's a lot that still needs to be done to make it work on all systems (i.e It doesnt work for everyone smoothly), so really it's not ready to be included into the KDE tree. - Jan 24 2006

Various KDE 1.-4. Improvements by BorgQueen 35 comments

Network by jbaileys 64 comments
I hope this helps. - Jul 08 2005

Network by jbaileys 64 comments
- Jul 01 2005

Network by jbaileys 64 comments
Firstly, thank-you for your feedback and encouragement.
At the moment, I haven't got anyone willing to test the program to give me feedback of success or failures, and its hard for me to implement different connections when all I have is a basic ADSL connection to test with. If you, or anyone is interested in helping make DSL support the features (and protocols) you want, I am more than happy to work with you to get the result that can benefit a lot of people. But unless I get some help (does not have to be a programmer) not much will change. Testers is really all I need. - Jun 22 2005

Network by jbaileys 64 comments
Its an odd problem because its complaining about KDE's header files...
two things to try...
The first thing:
go to the knet directory and type the following:
make distclean
autoconf
automake
./configure --prefix=/usr
make
make install
The second thing you could possibly try is upgrading gcc to gcc-3.4.1
Other than this, I really dont know why its failing on compilation. - Apr 30 2005

Network by jbaileys 64 comments
Knet was written for KDE3.4, but has compiled and worked succesfully on a SUSE system using KDE3.3. I suspect that Knet will not compile on older versions of KDE because of a change in some of KDE's libraries. - Apr 30 2005

Network by jbaileys 64 comments

Network by jbaileys 64 comments
You will probably also have to install all the KDE-devel packages if they're not already installed. - Apr 24 2005

Network by jbaileys 64 comments

Network by jbaileys 64 comments

Network by jbaileys 64 comments
I am unsure exactly what you are asking for here. I am guessing you are asking if it is possible to limit the bandwidth for the connections.
What I need to know is are you asking to limit the speed of the connection? Or are you asking to limit how much can be uploaded / downloaded in a given set time (e.g, 3 gigs for 1 month)?
Either way, would be curious to know your thoughts on this, because I've never even thought of it before, but it does sound like a promising addition to the program.
Incidentally, a new version of the program will be released in the next few weeks when I finish tidying it up. If you want a preview of it for testing, please email me.
- Apr 20 2005

Network by jbaileys 64 comments
I'm currently working in my spare time on a new version which is a complete re-write, so hopefully will be easier to use, yet more powerful. Any suggestions you have to make kdsl a better program, please let me know. - Feb 22 2005

Various KDE 1.-4. Improvements by lokheed 128 comments
I'm beginning to think that maybe a group of us (designers, programmers) should start a new project with the sole aim of improving the visual elements of KDE throughout, and perhaps offer themes and patches for the most hideous of KDE apps (think, the K button Menu, ugly box with menus and icons... its the most hideous I've seen). However, I still believe that a project like this should NOT concentrate on improving usability, only because changing source code can sometimes break other programs abilities to work properly, and as such should be left to the actual developers to change them.
Anyone with ideas on this?
(keep it constructive please) - Dec 27 2004

Various KDE 1.-4. Improvements by lokheed 128 comments

Various KDE 1.-4. Improvements by lokheed 128 comments

Various KDE 1.-4. Improvements by lokheed 128 comments
http://users.bigpond.net.au/jbaileys/KControlCenter2.png
This IS actually what my KControlCenter looks like now after the modifications I made to the source code, and needs some minor adjustments, so hopefully a patch will be available in the next few days.
As far as usability is concerned, nothing has changed at all from the previous KControlCenter. This little project is only intended to improve the visuals of KControlCenter, and any changes people wish to be made to the usability of the ControlCenter need to be forwarded to the appropriate KDE developers. - Dec 27 2004

Various KDE 1.-4. Improvements by lokheed 128 comments
http://www.kde-look.org/content/show.php?content=14956 - Dec 27 2004

Various KDE 1.-4. Improvements by lokheed 128 comments
Incidentally, I have this working on my computer now - its not perfect, and I need more stuff from lokheed to see if I can get everything looking as close to his screenshot as possible.
Expect a patch in a few days (if all goes to plan!) - Dec 25 2004

Various KDE 1.-4. Improvements by lokheed 128 comments
The pages are simply information pages containing text, with the rest of the display being pictures. In this respect, having it themeable so you can change the visuals is a great idea.
The plugins in KControl that change the System settings remain entirely the same. Changing your Window Decorations (e.g. Plastik, or Keramik), will change the look of the buttons and other widgets for all applications system wide. That would remain the same even if the above patch is made available. - Dec 25 2004

Various KDE 1.-4. Improvements by lokheed 128 comments

Various KDE 1.-4. Improvements by lokheed 128 comments
Also, how would this affect speed? I've noticed that widgets rendered from XML tend to be slow, and might possibly make the main Control page sluggish. Thankfully, there is not much detail to these pages, so your idea might be the best option we have. - Dec 25 2004

Various KDE 1.-4. Improvements by lokheed 128 comments
For those who want to hack at it, get the KDE Base source code, and go to kcontol/kcontrol/aboutwidget.cpp
the changes need to be made there to cater for any kinds of new graphics layouts.
the basic png's are kept in the pics folder in the kcontrol/kcontrol/ directory.. They too will have to be changed.
Also note, if anyone is going to hack at this, just remember the graphics you use cannot contain writing... the writing gets added in by aboutwidget.cpp to cater for the different languages.
It doesnt look all that difficult to change, but can be time consuming! Good Luck - Dec 25 2004

Network by jbaileys 64 comments
what version of Debian are you using? - Oct 17 2004

Network by jbaileys 64 comments
You should be able to delete this direcotry, but if you have other files in there, just delete /usr/local/kde/share/apps/kdsl
Incidentally, if you dont wish other programs you compile to install in this directory, you can setup a KDEDIR environement in .bash_profile or whatever program is used by SUSE. Just add:
KDEDIR=/opt/kde3
then reboot or login to bash again. Then when you compile programs, it should always set the prefix for installation into /opt/kde3
ALSO - For Redhat / Fedora users, the same problem occurs. you will have to configure kdsl with ./configure --prefix=/usr
Again, you can set the KDEDIR environment to point to the root directory for KDE. ( KDEDIR=/usr)
Hope this helps - Oct 17 2004

Network by jbaileys 64 comments
Try compiling as root user with:
./configure --prefix=/opt/kde3
make
make install
I am unsure, but I think Suse 9.1 has the KDE directory at /opt/kde3, and it is likely that it didnt install kdsl into that directory. Therefore, Kdsl wont be able to find the icons. Try recompiling with the above options and let me know how you go. - Oct 14 2004

Network by jbaileys 64 comments
khtmlpart->openURL(url);
// khtmlpart->setStatusMessagesEnabled(true);
khtmlpart->setMetaRefreshEnabled(true);
Then recompile. It should compile fine.
Hopefully I will fix all the little bugs when I get time to get back into development. - Jul 24 2004

Various KDE 1.-4. Improvements by ra1n 26 comments
I know this has nothing to do with the project, but what shits me so much is when people constantly criticise the work and effort people put into development on Linux. Give the developers a fair go. A lot of effort has gone into making even the smallest thing work, and even if you do not like it, doesnt mean it should be so poorly criticised. How about offering some encouragement and some suggestions so together we can improve things? Grow up for gods sake. - Jul 17 2004

Network by jbaileys 64 comments
Thank-you for the comments.
1. The first problem isnt a bug, but probably the way Suse has set up the environment. Kdsl has been setup so it will install in the default $KDEDIR environment, so whatever value is set, it should install there. This can be over ridden at compile time if you execute
./configure --prefix=/opt/kde3
2. I've never heard this problem before but I will investigate. It will help me if I know about your set up a little more. How many network cards you have installed. etc. I have 2 network cards in my computer, and I've never had to add any extra values, but if I need to support anything extra, I will certainly do so.
3. I agree with this problem. The popup is hardcoded to the bottom right of the screen, only because I havent been able to work out how to get it to appear in the appropriate place in the system tray. I am still working on this, but I agree with you, and personally, I dont like the way it is. You can however, turn it off in the Settings section.
4. I will work on adding an option to leave the icon in the system tray always, even when the connection is disconnected. This isnt difficult to do, but I made Kdsl this way because I preferred not to have an icon there when it was disconnected. However, for those who are used to KInternet, I will add support for this in the next release.
Thank-you so much for your comments, All comments are greatly appreciated. - May 17 2004

KDE 3.x Splash Screens by photodharma 6 comments
However, the Configuration Boxes are not laid out correctly, and as a result I can't see half the writing thats on them.
Just a suggestion, try using layout management in your QT Designer file so that the boxes and the textLineEdits can resize and reformat themselves depending on the fonts or languages people use.
Other than that, nice app! - Apr 18 2004

KDE 3.x Splash Screens by dave 12 comments
only joking
But I am unsure why a lot of themes lately have those kinda faceless men.
I think I've missed the point somewhere along the way. I am a terrible designer, but I thought about having a super imposed almost transparent calendar in the background which might look good with the other stuff you got there.. No idea if that makes sense to you. - Apr 14 2004

Chat & Messenging by Diavolo 63 comments
As far as the crashing goes on your system, if you talk to the developers, they might be able to find a solution for you. Sim is working really well for me other than a few quirks, but I've found it on par with Kopete. - Apr 12 2004

KDE 3.x Splash Screens by photodharma 6 comments
I have seen an icon set around for beach themes, but no idea where to find it now. None the less, nice idea - Apr 12 2004

Graphic Apps by starcube 25 comments
Thank-you. - Apr 11 2004

KDE 3.x Splash Screens by Emon 26 comments
All your work is usually exciting and well done. But this is very drab and uninspiring.
I'll be straightforward and tell you my initial thoughts:
1. The small blue world on the grey background didnt look good to me.
2. The envelope was too large.
3. The contest said the only wording they wanted on the splash screen was only 'Kontact' and nothing else because they wanted to minimalise translations...... Although, what you've got there was fine to me if its not being entered into the competition.
Anyhow, I know you can do better than this... I mean, I do use your wallpapers! :) - Apr 11 2004

KDE 3.x Splash Screens by arcisz 5 comments
Hope you do well, the design is terrific. - Apr 11 2004

KDE 3.x Splash Screens by dannya 3 comments
Other than that, it looks lovely. - Apr 11 2004
ln -sf libgift.so libgift.so.0
Once thats done type ldconfig
and try and run apollon again. It should fix things :) Good luck - Apr 09 2004

Network by jbaileys 64 comments
However, I am not too fussy with the name. Any good names people can suggest that arent used elsewhere will be considered. - Apr 06 2004

Network by jbaileys 64 comments
I think it would be VERY important to have a group of people work on an API for the kparts code, so it can be easily used by other apps if they wish to use Kdsl to start an internet connection on demand. Unfortunately, I dont think I am able to do this alone, and would need a lot of good guidance to achieve it.
The plugins idea I very much like. It is incredibly difficult to write code for protocols I dont even use, because I am unable to test the features constantly. SO a good API that could be used for developers to write plugins would be necessary. I'm still left with the same question, what is the best way to implement these features?
I agree Kdsl needs a name change. One of the ideas we had was KomeOnline! What do you think? My wife thinks it's corny!! But I like it! - Apr 06 2004
Another thing you could try is setting the KDEDIR environment... Redhat does not set this environment. I think KDEDIR should be set at /usr. It would be a whole lot easier if Redhat simply installed the packages on their systems the way they should be installed!!!!!!
Good luck - Redhat is a pain! - Mar 20 2004

Network by jbaileys 64 comments

Network by jbaileys 64 comments

Network by jbaileys 64 comments
- Mar 11 2004

Network by jbaileys 64 comments
Download the program, and install it, and then hit the Setup Button. Once there, have a browse through the documentation. There should be enough information there to help you get your Linux box setup with ADSL.
By the way, I'm a Queenslander living in Tasmania!!! :o) - Mar 01 2004