Warning: session_start(): open(/tmp/sess_a271f568da579228f160baeb4cfb8333, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
KNewz 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 (1) .- Knowledge Base  . 

KNewz

   0.1 beta3  

KDE Usenet Application

Score 77%
KNewz
zoom


KNewz
zoom


KNewz
zoom


Link:  http://
Downloads:  1121
Submitted:  May 21 2007
Updated:  Nov 21 2007

Description:

This is a binary newsgroup client for KDE4. I wrote it because there is no one client out there that does what I want it to. Planned features include automatic PAR2 checking (via kpart, whee), automatic unpacking of downloaded files, System tray support (trivial I know :p ), DBUS support, automatic queue save and restore upon shutdown/startup. Feel free to request more :)




Changelog:

Beta 4
Fixed issues with uudeview not being found.

Beta 3
Fixed some minor UI bugs.

Beta 2
Development has been on hold for the summer vacation :) KDE Beta 1 has just come out however, so I made the code compatible with it. I hadn't been developing it lately since the KDE API was constantly in flux, and I got sick of adding new features only to have my code not compiling with the next SVN revision because the API had been changed. However, the API has been frozen now so I'll be developing this actively now again.
The good news is that I have been using this exclusively to download my binaries, and I have found and fixed lot of bugs. A few remain though, and will be fixed for the 0.1 release. Queue saving and editing features will be introduced in the 0.2 release, and the connection code will be rewritten.

Beta 1

-Systemtray integration added

-Speed reporting for download threads added to main GUI.

-Removal of downloaded parts added. Main GUI still does not delete downloaded files entirely, to be fixed.

-Logging added. Program now logs failures to log file that is located in /home/user/knewz/log.txt by default.

Known bugs

-Some files do not update their status even when downloaded entirely.

-Timeouts due to network congestion are not handled gracefully, so the file will not download completely nor be decoded if a thread downloading a file undergoes a timeout.

Alpha 3

-Decoder progress bars in main GUI now actually work

-Decoder now decodes files into subdirectories in the main download directory according to the filename of the *.nzb

Alpha 2

-Decoder progress bars added to main GUI

-Decoder now works properly for multipart binaries with incorrect subject title

Alpha 1

Early alpha release, so expect it to eat your gnu, rape miscellaneous pets and sexX0r your computer.




LicenseGPL
Source(Beta 4)
Send to a friend
Subscribe
Other  Content  from ChaosWars
Report inappropriate content



goto page: prev   1  2  3 

-

 Gentoo ebuild

 
 by Ozzi on: Feb 21 2008
 
Score 50%

Here's gentoo ebuild that I made for my own use:

Quote:

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="1"
NEED_KDE="4.0.0"

inherit kde4-base versionator

DESCRIPTION="KDE news reader that supports .nzb files"
HOMEPAGE="http://www.kde-apps.org/content/show.php/KNewz?content=58797"
SRC_URI="mirror://sourceforge/knewz/${PN}-${PV}.tar.bz2"


KEYWORDS="~amd64 ~x86"

SLOT="kde-4"
LICENSE="GPL-2"

RDEPEND="dev-libs/uulib"

src_unpack() {
kde4-base_src_unpack
sed -i -e 's~/usr/lib/uudeview/libuu.a~/usr/lib/libuu.a~g' ${S}/src/CMakeLists.txt || die "Sed failed"
sed -i -e 's~uudeview/uudeview.h~uudeview.h~g' ${S}/src/decoderthread.cc || die "Sed failed"
sed -i -e 's~uudeview/uudeview.h~uudeview.h~g' ${S}/src/decoder.h || die "Sed failed"

}

src_compile() {
kde4-base_src_compile
}



src_install() {
kde4-base_src_install
}


Reply to this

-

 cmake error

 
 by Naatan on: Oct 19 2008
 
Score 50%

Hi, I'd be very interested in giving knewz a spin, unfortunatly though upon configuring with cmake it fails with the following error:

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
UUDEVIEW_INCLUDE_DIR
used as include directory in directory /home/nathan/Downloads/knewz-0.1_beta4/src

I am using Kubuntu 8.10 Beta


Reply to this

-
.

 How to install Knewz

 
 by breakolami on: Oct 26 2008
 
Score 50%

Hello

I am on Mandriva 2009 and i'm beginner, I don't know how to install knewz

Can you help me please

Thanks


Reply to this

goto page: prev   1  2  3 

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