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

kio_rar

   0.6  

KDE Filemanager

Score 84%
kio_rar
zoom


kio_rar
zoom


kio_rar
zoom


Link:  http://
Downloads:  9743
Submitted:  Nov 2 2004
Updated:  Apr 3 2006

Description:

A kioslave for RAR archives.
This is a very basic kioslave that supports RAR archives. Only listing, reading and deleting files and directories is currently support.
I use code from ark and krusader to make this (thanks!).
It depends on unrar or rar to handle the archives.




Changelog:

0.6

Add a class to handle RAR archives
Speedups




LicenseGPL
(ebuild for kio_rar)
Send to a friend
Subscribe
Other  Content  from rgfernandes
Report inappropriate content



goto page: prev   1  2  3 

-

 dependancies

 
 by mattepiu on: Apr 5 2006
 
Score 50%

Please add to ebuild the lines:
RDEPEND="|| (
|| ( app-arch/rar app-arch/unrar )
app-arch/unrar-gpl )"

(two tabs before line 2 and line 3 for better readability....)


Reply to this

-

 Re: dependancies

 
 by rgfernandes on: Apr 5 2006
 
Score 50%

Done. Thanks.


Reply to this

-

 unsermake was needed

 
 by mattepiu on: Apr 5 2006
 
Score 50%

Whooops, and add to the ebuild the line:
DEPEND="kde-base/unsermake"

(since it was needed to compile here,
is this the correct behaviour?)


Reply to this

-

 Re: unsermake was needed

 
 by rgfernandes on: Apr 5 2006
 
Score 50%

No, it doesn't depends on unsermake. I haven't it installed here.
Maybe configure checks for its presence and use it, but it is not a dependency.


Reply to this

-
.

 SlackWare Package!!!

 
 by gohanz on: Apr 5 2006
 
Score 50%

A SlackWare TGz package with SlackBuild Script is Ready to DownLoad!!!

http://www.slacky.it/

http://www.slacky.it/index.php?option=com_remository&Itemid=1&func=fileinfo&filecatid=1013&parent=category


Reply to this

-

 two problems

 
 by polz on: Apr 19 2006
 
Score 50%

I have two problems when using kio_rar 0.6:
1.) kio_rar crashes in rar archives that includes directories with a '#' in it's name. When entering such a directory I got the following message: "The process for the rar protocol died unexpectedly."

2.) With Konqueror and kio_rar I can't open rar archives with the ".cbr" extension ("comic book rar"). The error messages says:
"[Filename].cbr is a file, but a folder was expected."
After changing the extension to ".rar" it worked well.

The (un)rar command-line-tool doesn't have any problems with these rar archives.

I looked at bugs.kde.org to add a bug report, but there wasn't a kio_rar app listed.

BTW I'm using a i386/32Bit Gentoo.


Reply to this

-

 Re: two problems

 
 by omrim on: Jan 22 2007
 
Score 50%

I have a patch for problem 1 (# in filename)

I'll send it to the man (rgfernandes), but you can try this:

--- old/src/kio_rar.cpp 2006-04-03 16:08:52.000000000 +0300
+++ new/src/kio_rar.cpp 2007-01-22 22:31:33.000000000 +0200
@@ -313,7 +313,7 @@

if( m_archiveFile && url.path().startsWith( m_archiveFile->fileName() ) )
{
- fileUrl = url.path().section( m_archiveFile->fileName(), 1 );
+ fileUrl.setPath(url.path().section( m_archiveFile->fileName(), 1 ));
// Has it changed ?
if ( ::stat( QFile::encodeName( m_archiveFile->fileName() ), &statbuf ) == 0 )
{


Reply to this

-

 Great

 
 by sadarax on: Jul 16 2007
 
Score 50%

This is an amazing KIO slave you have written and it does exactly what I have been yearning to see KDE do for years. Thanks a lot of making it and I hope it gets added to the regular KDE system, because it is great.


Your lack of belief in the truth does not alter the fact that it is still true.
Reply to this

-

 Ubuntu 64 problem

 
 by sadarax on: Jan 28 2009
 
Score 50%

I love this plugin but it seems to no longer work in Kubuntu/Ubuntu AMD64 (Kernel 2.6.24-23-generic).

I do not know what the problem is but would you please take a look?

If it helps, your 7z KIO_SLAVE plugin still works in 64bit.


Your lack of belief in the truth does not alter the fact that it is still true.
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