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

Extract And Compress KDE4

   1.4.4  

KDE Service Menu

Score 86%
Extract And Compress KDE4
zoom


Extract And Compress KDE4
zoom


Extract And Compress KDE4
zoom


Downloads:  14240
Submitted:  Jun 28 2008
Updated:  Mar 12 2009

Description:

This is a Service Menu to compress and extract files and folders.

After a long period of not maintaining this servicemenu (Sorry, sorry, sorry!), I'm back to fix some bugs and add translations.
Because of having Ark and it's Service Menu back, I won't add new features or make a huge rework of this one.

Thanks for your appreciation.


Installation:
1. Download and extract
2. go inside the extracted folder
3. execute the install-script (install.sh) and follow the dialogs
4. enjoy:-)

NOTE: The programs p7zip, bunzip2, bzip2, gzip, rar, unrar, tar, zip, unzip and unace must be installed.

Supported languages:
German, English, French, Italian, Spanish, Chinese Simplified, Portuguese (Brazilian), Czech, Polish, Turkish, Danish, Russian and Catalan.

NOTE:
If your language isn't supported yet then just do this:
- add your language strings to the .desktop-files
- go inside the dialogs-folder
- add your language strings to the dialog-scripts
- send me a message




Changelog:

v1.4.4

- added detectection for local servicemenu-folder inside install-script (thanks to bitcrazy)
- fixed bug in root-uninstallation
- fixed corupted translation files (thanks to rakekniven)
- fixed non-XDG-Standard desktop-files (thaks to sarhugo)
- fixed bug that doesn't istalled "extrac_7zip_pw_to_folder" as root (thanks to superandrzej)
- added catalan translation (thanks to lesergi)

--------------------------------
v1.4.3

- added russian translation (thanks to peabody for the translation!)

---------------------
v1.4.2

- added danish translation (thanks to cb400f for the translation!)

---------------------
v1.4.1

- added uninstall-script (uninstall/uninstall.sh)

---------------------
v1.4

- added support for compressing multiple files to one archive (by choosing more than one file/folder a dialog appears and asks for a nome of the archive - NOTE: If you choose bz2 or gz and you selected more than one file, a tar.bz2 or tar.gz archive will be created)
- renamed INSTALL.sh to install.sh

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

You will find a complete changelog inside the archive.




LicenseGPL
(Extract And Compress (Multilanguage))
Donate
Send to a friend
Subscribe
Other  Content  from painkiller101
Report inappropriate content



goto page: prev   1  2  3  4  5  6  7  8  9  10  11  12 ...

-

 Bug

 
 by eusonig on: Jul 18 2008
 
Score 50%

A good job but you have a serious bug in your code with blank spaces in names and directories.

You must change at least 3 lines in your scripts, but is better if you use quotes in all your "file" and "directory" commands :).

The 3 lines are:

--orgname=$(basename $1)
++orgname=$(basename "$1")

--dir=$(dirname $1)
++dir=$(dirname "$1")

--cd $dir
++cd "$dir"


Reply to this

-

 Bug

 
 by eusonig on: Jul 18 2008
 
Score 50%

A good job but you have a serious bug in your code with blank spaces in names and directories.

You must change at least 3 lines in your scripts, but is better if you use quotes in all your "file" and "directory" commands :).

The 3 lines are:

--orgname=$(basename $1)
++orgname=$(basename "$1")

--dir=$(dirname $1)
++dir=$(dirname "$1")

--cd $dir
++cd "$dir"


Reply to this

-
.

 Re: Bug

 
 by painkiller101 on: Jul 19 2008
 
Score 50%

Thank you very much for your hints!

I'm glad to learn more and more about scripting. Now i know that i've wasted a lot of time to solve the problem of extraction/compression of names with space characters inside (But learned instead other things in bash ;-)).

Thank you again!
It's updated in the new version1.1.


Let me show you the world in my eyes.
Reply to this

-

 Re: Re: Bug

 
 by eusonig on: Jul 19 2008
 
Score 50%

Your welcome. This service menu are really useful :).


Reply to this

-
.

 sorry for the duplicates

 
 by eusonig on: Jul 18 2008
 
Score 50%

Sorry, i don't know how to erase the duplicate comments :(.


Reply to this

-

 doesn't work

 
 by lazyboy on: Jul 20 2008
 
Score 50%

I choose system wide installation, but as soon as I insert my password it says:

"Command './src/en/copyroot' not found."

Same for other languages.


Reply to this

-
.

 Re: doesn't work

 
 by painkiller101 on: Jul 22 2008
 
Score 50%

Hi and sorry for this late answer!

It seems to me that it has something to do with space characters inside the path where the INSTALL.sh file exists.
I'll try to fix this problem, but don't know how long it takes.
Until then i can just suggest you to move the extracted folder inside a path without space characters.

Sorry and thank you for reporting this bug.


Let me show you the world in my eyes.
Reply to this

-

 same problem

 
 by lazyboy on: Jul 26 2008
 
Score 50%

The problem is not fixed and I don't think it's related to white spaces, because there are no white spaces in the path.

The message now is:
Command '/home/mikko/.eandatemp/src/copyroot.en' not found.

I'm executing the script from: /home/mikko/ExtractAndCompress_v1.2.1/INSTALL.sh


Reply to this

-
.

 Re: same problem

 
 by painkiller101 on: Jul 26 2008
 
Score 50%

Ok, slowly i'm getting crazy with this problem, because it doesn't exists for me anymore.
Could you please download the archive again, because i've edited the INSTALL file once more, which make this file, that doesn't execute for you, exclusively executable.
please write back with results.

Thank you!

P.S.: Does anybody else have this problem?


Let me show you the world in my eyes.
Reply to this

-

 Re: Re: same problem

 
 by google01103 on: Jul 27 2008
 
Score 50%

yes"

chosen installation type: systemwide
mv: cannot move `.' to `.eandatemp': Device or resource busy
cp: cannot stat `/root/.eandatemp/copyroot': No such file or directory
chmod: cannot access `/root/.eandatemp/src/copyroot.en': No such file or directory
./INSTALL.sh: line 79: cd: /root/.eandatemp/src: No such file or directory


Suse 11.0 x64, KDE 3.59, Opera 9.x weekly build
Reply to this

-

 Re: Re: Re: same problem

 
 by painkiller101 on: Jul 27 2008
 
Score 50%

Hello,

can you tell me exactly how you execute the INSTALL.sh file?
I'm wondering if you're always logged in as root or you just executed the file as root.

Thanks in advance.


Let me show you the world in my eyes.
Reply to this

-

 Re: Re: Re: Re: same problem

 
 by google01103 on: Jul 27 2008
 
Score 50%

I installed logged in as root when I posted the error, starting as user seems to give the same error

thanks,


Suse 11.0 x64, KDE 3.59, Opera 9.x weekly build
Reply to this

-

 Re: Re: Re: Re: Re: same problem

 
 by painkiller101 on: Jul 27 2008
 
Score 50%

Ok,
could you please execute it (as normal user) like this
sh "/path/to/folder/INSTALL.sh"
in a konsole and post me the output again while clicking through the installation-steps?

Thank you.


Let me show you the world in my eyes.
Reply to this

-

 Re: Re: Re: Re: Re: Re: same problem

 
 by lazyboy on: Jul 27 2008
 
Score 50%

with "sh /path/to/INSTALL.sh" it works.
The problem seems to be when executing it from the Install dir, so with "./INSTALL.sh" or "sh INSTALL.sh"



-
.

 Re: Re: Re: Re: Re: Re: same p

 
 by painkiller101 on: Jul 27 2008
 
Score 50%

Interesting!

I'll look at this once more.
Just to point it out:Just clicking the INSTALL.sh file should also work, right?

Thank you again for your feedback!


Let me show you the world in my eyes.

-
.

 Re: Re: Re: Re: Re: Re: same problem

 
 by painkiller101 on: Jul 27 2008
 
Score 50%

Ok, I've updated the install script.
I think, hope and pray that all these problems are fixed now.

Thank you guys for reporting it!


Let me show you the world in my eyes.

-

 Re:

 
 by Mar91 on: Jul 26 2008
 
Score 50%

I have found 2 bug:

If you have an archive and a folder with the same name and you try to extract the archive, the folder will be overwritten by the extracted files.

If you change the extension ( i tried from zip -> nth ( nokia theme ) ) and you try to extract, you get an empty folder.

Great app :)
Good Luck!


Reply to this

-
.

 Re: Re:

 
 by painkiller101 on: Jul 26 2008
 
Score 50%

Thank you for your feedback!

The first problem is a thing that i have to improve.
Actually the standard extraction method is that the extracted archive will overwrite existing files.
to change this i will have two possibilities:
1. showing a dialog that ask if you want to overwrite or not
2. automatically adding "(2)" or "_2" at the end of the extracted archivenames.

The second problem has something to with the structure of this servicemenu.
By now if extraction is chosen the script looks at the fileextension and decides what to do. This makes the whole source of this servicemenu smaller and lighter, but causes your problem.
To solve this dirty problem the amount of the source will raise definitely a lot. But it has to be solved.
just give me some time.

For now i've added the extension *.nth to the extraction script. Just download the servicemenu again.

Thank you again for reporting this problems!


Let me show you the world in my eyes.
Reply to this

goto page: prev   1  2  3  4  5  6  7  8  9  10  11  12 ...

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