Warning: session_start(): open(/tmp/sess_rq6nk1kt949fb2engkg7jdble1, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
KLibido (Usenet binaries downloader) openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

KLibido (Usenet binaries downloader)

   0.2.5  

KDE Usenet Application

Score 82%
KLibido (Usenet binaries downloader)
zoom


Link:  http://klibido.sf.net
Downloads:  7095
Submitted:  Oct 16 2004
Updated:  Mar 4 2006

Description:

KLibido is a graphical Usenet file grabber for KDE. It supports multiple server, multiple download threads per server, queue management, .nzb files, etc...




Changelog:

* 27/Feb/2006: version 0.2.5 Release notes:

- New option: do not automatically resize columns in headerlist (and remember columns' sizes)
- New option: Do not automatically sort by subject (and remember the selected sort column)
- New option: remember order of columns in headerlists
- NEW: Show progress for decoding
- FIX: Don't crash while canceling articles during decoding (and really cancel the article)
- FIX: Cancel of update items while updating dbs now works
- new action: move to bottom of the queue
- FIX: correctly remember "maximized" status for main Window.
- NEW: Sort by number of articles in available groups list (i.e.: when subscribing to newsgroups)
- New shortcuts in headerLists: clear filter (Ctrl + C) and jump to the filter entry box (Ctrl + F)
- New option: don't show statusbar at startup
- NEW: French translation
- NEW: Progress dialog for db migrations
- FIX: Header dates now works for localized distributions as well
- NEW: During db migration/compact, articles are checked for consistency and discarded (KLibido should not crash anymore if there are bogus articles into dbs). A log of the discarded articles is created in the db dir (default: ~/klibido/db)
- Various bugfixes (see Changelog)




LicenseGPL
Send to a friend
Subscribe
Other  Content  from bauno
Report inappropriate content



goto page: prev   1  2  3  4  5  6  7 

-

 mdk-rpm's

 
 by Blackcrack on: Mar 5 2006
 
Score 50%

Hy,

humm, have you show you Mailfolder ?
;)

regards
Blacky


Reply to this

-

 Re: mdk-rpm's

 
 by bauno on: Mar 8 2006
 
Score 50%

Pardon?


Reply to this

-
.

 make problem

 
 by Molcrin on: Jul 26 2006
 
Score 50%

I have read all the advice given so far about installing uudeview and berkeley db...
All my tests show that they are installed and working.

This is my error:
nntpthreadsocket.h:237: error: extra qualification ‘NntpThreadSocket::’ on member ‘m_findEndLine’
yydecoder.h:90: error: extra qualification ‘yyDecoder::’ on member ‘charCRC’
make[2]: *** [main.o] Error 1

I'm using SuSE 10.1. If you need any more information in order to offer advice please tell me how to obtain it for you, I'm quite new to Linux.

Thanks in advance.


Reply to this

-

 Re: make problem

 
 by bauno on: Aug 9 2006
 
Score 50%

>nntpthreadsocket.h:237: error: extra qualification ‘NntpThreadSocket::’ on member ‘m_findEndLine’
>yydecoder.h:90: error: extra qualification ‘yyDecoder::’ on member ‘charCRC’


It's my fault.
- Edit yydecoder.h
- go to line 90
- Modify the "charCRC" function declaration:
From:
yyDecoder::charCRC
to:
charCRC
(i.e.: remove "yydecoder::" )
Then it should work.


Bauno
Reply to this

-
.

 Re: Re: make problem

 
 by kylesoule on: Oct 1 2006
 
Score 50%

The steps I found necessary to compile this on a 64-bit Gentoo system.

1) Specify where my KDE headers where and disable aRts support with:

./configure --prefix=/usr/kde/3.5/ --without-arts

Then I got an error:

./globals.h:24:20: error: db_cxx.h: No such file or directory

and to repair this, I used an absolute path in db_cxx.h like so:

2) Modified line 24 in src/globals.h:

- #include <db.cxx.h>
+ #include </usr/include/db4.2/db_cxx.h>



I then got the same error again, this time in nntpthreadsocket.h, so I changed line 32 to the line above:

#include </usr/include/db4.2/db_cxx.h>

At this point, aside from frustration, I was beginning to wonder if I was going to be able to use KLibido or not...alas, I got an error like the error asked about above and did the following:

3) Line 237 in nntpthreadsocket.h, you will find a reference to:

NntpThreadSocket::m_findEndLine( char * start, char * end );

which you will want to replace with:

char * m_findEndLine( char * start, char * end );


Again, I found that another "extra qualification" in yydecoder.h.

4) Followed Bauno's instructions and removed yyDecoder:: from line 90 of yydecoder.h in the src directory.


Run make clean and retry make.


Reply to this

-
.

 Re: Re: Re: make pro

 
 by kylesoule on: Oct 1 2006
 
Score 50%

In step 2, change:

- #include <db.cxx.h>

to

- #include <db_cxx.h>

Missed an underscore!! By the way, Thanks Bauno! I would be lost without KLibido!


Reply to this

-

 Re: Re: make problem

 
 by nesman on: Nov 14 2006
 
Score 50%

after editing yydecoder.h on amd64-debian i still get the error:
nntpthreadsocket.h:237: error: extra qualification ‘NntpThreadSocket::’ on member ‘m_findEndLine’
Any idea's?
henk


Reply to this

-

 Re: make problem

 
 by nesman on: Nov 15 2006
 
Score 50%

solution above by kylesoule at step 3


Reply to this

-

 pls nzb support

 
 by niti on: Nov 1 2006
 
Score 50%

great program. thanks. it would be better if ou add to it an option for nzb download.


Best Regards
Reply to this

-

 Re: pls nzb support

 
 by niti on: Nov 1 2006
 
Score 50%

oo sorry. it has alredy an option to download nzb files. escuse me pls.


Best Regards
Reply to this

-
.

 nzb -> open with ?

 
 by ktulu77 on: Feb 20 2007
 
Score 50%

Hi !
I use this application since a while but I think it would be nice if we could open a NZB file with it with kde or with a command line, for example, just by typing klibido file.nzb.
With that, we could just click on a nzb file, and klibido would download it !
thank you :)


Reply to this

-
.

 slack12 error

 
 by Carps on: Aug 22 2007
 
Score 50%

then mv -f ".deps/klibido.all_cpp.Tpo" ".deps/klibido.all_cpp.Po"; else rm -f ".deps/klibido.all_cpp.Tpo"; exit 1; fi
nntpthreadsocket.h:237: error: extra qualification 'NntpThreadSocket::' on member 'm_findEndLine'
make[1]: *** [klibido.all_cpp.o] Error 1


i used the fix above to sort out one build error now i have hit this build error - anyone that can help me out ?


Reply to this

-
.

 Re: slack12 error

 
 by Carps on: Aug 22 2007
 
Score 50%

looks like i may have sorted it myself, will soon find out when i try to use it.

go to /src and look for nntpthreadsocket.h on line 237 and change

char * NntpThreadSocket::m_findEndLine( char * start, char * end );

to

char * m_findEndLine( char * start, char * end );

this has allowed me to compile it here on a slackware 12 box


Reply to this

-

  slack12 erro

 
 by Carps on: Aug 22 2007
 
Score 50%

yes i know i should have read things a bit before i posted - that will teach me to post before coffee ;) although i have done all the fixes above its crashing out all the time :(


Reply to this

-

 unmaintained?

 
 by timseal on: Feb 25 2008
 
Score 50%

I do wish this app was still alive. There isn't anything else for Linux that comes close (at least, I haven't found one).


Reply to this

goto page: prev   1  2  3  4  5  6  7 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team