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

KNfoViewer

   0.3.3  

KDE Text Processing

Score 79%
KNfoViewer
zoom


KNfoViewer
zoom


KNfoViewer
zoom


Link:  http://
Downloads:  808
Submitted:  Dec 8 2007
Updated:  Jan 24 2008

Description:

NFO file viewer for KDE. The only one I could find was KNfo which isn't being developed anymore, and it was written in Ruby/Qt. This is written in pure C++/Qt3/KDE3, and will be actively developed and ported to KDE4.

The program consists of a main window and an embedded KPart, so you can integrate it easily into your own program and also view NFO files embedded in Konqueror.

You need cmake>= 2.4 to compile it. Once unpacked, run the command "cmake . -DCMAKE_INSTALL_PREFIX=`kde-config --prefix`" from the source directory, and then just run make && make install like you normally would.




Changelog:

Version 0.3.3
Changed : implemented the thumbnail viewer. Thumbnails are now generated for NFO files, and the preview panel now works for NFO files in KDE.




LicenseGPL
Source(knfoviewer-0.3.3)
other(Arch Linux PKGBUILD)
Gentoo(Gentoo ebuild)
Send to a friend
Subscribe
Other  Content  from ChaosWars
Report inappropriate content



goto page: prev   1  2 

-
.

 Error

 
 by spikyatlinux on: Jan 24 2008
 
Score 50%
spikyatlinuxspikyatlinux
Linux NooB

Everytime I want to start knfoviewer I become the error 'Could not find our part.' My system is OpenSuse 10.3 x64, perhaps you can help me, thanks.


Reply to this

-

 Re: Error

 
 by ChaosWars on: Jan 25 2008
 
Score 50%

It will give that error if it can't find the file libknfoviewerpart.so. Could you confirm if that file is located on your system, and if so where it is installed.

In fact, email me a list of all the files installed by KNfoViewer and their locations, that would help tremendously to track down the problem.


Reply to this

-

 Re: Re: Error

 
 by amigib on: Feb 5 2008
 
Score 50%

the problem is probably like on every multilib x86_64 systems, system libraries are in /usr/lib64 and knfoviewer is instaling it in /usr/lib

(for slamd64 im copying libs and editing*.la files manually)

Hey ChaosWars, it would be nice to know how to switch this to /usr/lib64...
hmmm cmake, i dont like it...


Slackware Addict

Reply to this

-

 Re: Re: Re: Error

 
 by ChaosWars on: Feb 6 2008
 
Score 50%

I think I've fixed the build system for x86_64. I have changed the CMakeLists.txt file to use the variable cmake finds for the kde library. If someone wants to check out the SVN and see if it installs to the right place, I can ready the next realease to use it.


Reply to this

-
.

 nice but

 
 by amigib on: Feb 20 2008
 
Score 50%

yep, it is putting *.so files in right place but i think /usr/local isnt good place for icon files, they usually are in /usr
and *.la files probably should goes where *.so files are

-------------------
bash-3.1$ ls -R
.:
usr

./usr:
bin lib64 local share

./usr/bin:
knfoviewer

./usr/lib64:
kde3

./usr/lib64/kde3:
knfoviewerthumbnail.so libknfoviewerpart.so

./usr/local:
lib share

./usr/local/lib:
kde3

./usr/local/lib/kde3:
knfoviewerthumbnail.la libknfoviewerpart.la

./usr/local/share:
icons

./usr/local/share/icons:
crystalsvg

./usr/local/share/icons/crystalsvg:
48x48

./usr/local/share/icons/crystalsvg/48x48:
apps

./usr/local/share/icons/crystalsvg/48x48/apps:
knfoviewer.png

--------------------------

sorry for late response

checked on SLAMD64


Slackware Addict

Reply to this

-
.

 It's great!

 
 by ilj on: Apr 12 2008
 
Score 50%
iljilj
CHPA

Thanks very much for this nice program!


Those who do not understand Unix are condemned to reinvent it, poorly.

~ Henry Spencer

Reply to this

-

 Some proposals

 
 by michan on: Jul 16 2008
 
Score 50%

Add 'make uninstall' rules.
Install to /usr/local instead of /usr by default.


Reply to this

-

 Re: Some proposals

 
 by ChaosWars on: Aug 18 2008
 
Score 50%

Sorry, but no. Both suggestions are totally against the KDE guidlines for programs. Additionally, KDE won't be able to find the kpart to load it if it is installed to /usr/local.

The icons have been moved to $KDEDIR/share/icons/hicolor though, as per the new guidlines, and the program has been ported to KDE4. I shall release an updated version for KDE3 as well as a new version for KDE4 sometime this month, once I have polished the documentation.


Reply to this

-
.

 KDE4

 
 by MoonBlossom on: May 16 2009
 
Score 50%

Hi! I'm wondering if you still have plans to port it to KDE4 :)


Reply to this

-
.

 Category wrong

 
 by cochisepoeta on: Aug 5 2009
 
Score 50%

Your software is in a wrong category. He is nor a text processor.


Reply to this

goto page: prev   1  2 

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