All,
Just a note, openSUSE KDE3 continues to be awesome and bugs reported will get addressed and fixed! I submitted:
https://bugzilla.opensuse.org/show_bug.cgi?id=1171854
to update some of the kate/kwrite syntax highlighting files from TDE which is now upstream for the syntax files -- and Presto! the fix was made!
Thanks to Yasuhiko Kamata for implementing the fix! Things are looking good for 15.2!
David C. Rankin composed on 2020-05-21 04:08 (UTC-0500):
Just a note, openSUSE KDE3 continues to be awesome and bugs reported will get addressed and fixed!
Some. https://bugzilla.opensuse.org/show_bug.cgi?id=1047852 & https://bugzilla.opensuse.org/show_bug.cgi?id=981271 are still open. The older might be fixed, but I'm not in current or near future foreseeable position to test. The newer hits me routinely. :(
On 05/21/2020 04:55 PM, Felix Miata wrote:
Some. https://bugzilla.opensuse.org/show_bug.cgi?id=1047852 & https://bugzilla.opensuse.org/show_bug.cgi?id=981271 are still open. The older might be fixed, but I'm not in current or near future foreseeable position to test. The newer hits me routinely. :(
Well... I said awesome .. not perfect :p
We'll take what we can get :) Keep safe Felix!
to update some of the kate/kwrite syntax highlighting files from TDE which is now upstream for the syntax files -- and Presto! the fix was made!
Thanks to Yasuhiko Kamata for implementing the fix! Things are looking good for 15.2!
Guys, please test the newly added support for RAR archives in konqueror.
On 05/22/2020 11:57 PM, ххх wrote:
to update some of the kate/kwrite syntax highlighting files from TDE which is now upstream for the syntax files -- and Presto! the fix was made!
Thanks to Yasuhiko Kamata for implementing the fix! Things are looking good for 15.2!
Guys, please test the newly added support for RAR archives in konqueror.
Ooohhh Nice -- will test and report back if problem. Would really like to see xz support. I have had that on my "get around to it" list for years :)
On 05/23/2020 11:15 PM, David C. Rankin wrote:
On 05/22/2020 11:57 PM, ххх wrote:
to update some of the kate/kwrite syntax highlighting files from TDE which is now upstream for the syntax files -- and Presto! the fix was made!
Thanks to Yasuhiko Kamata for implementing the fix! Things are looking good for 15.2!
Guys, please test the newly added support for RAR archives in konqueror.
Ooohhh Nice -- will test and report back if problem. Would really like to see xz support. I have had that on my "get around to it" list for years :)
I must be doing something wrong. rar files are not read in konqueror and ark doesn't seem to know how to read them. For example, I created the rar archive and its contents are:
$ rar la test.rar
RAR 5.71 Copyright (c) 1993-2019 Alexander Roshal 28 Apr 2019 Trial version Type 'rar -?' for help
Archive: test.rar Details: RAR 5
Attributes Size Date Time Name ----------- --------- ---------- ----- ---- -rw-r--r-- 118 2020-05-23 21:36 cat.csv -rw-r--r-- 760 2020-05-20 20:28 count.sh -rw-r--r-- 94 2020-05-23 01:07 testkvs ----------- --------- ---------- ----- ---- 972 3
But viewing in konqueror (after applying all updated current through tonight from the KDE3 repo) results in:
https://paste.opensuse.org/54305094
Is there something else I should be doing to have rar work in konqueror with ark?
----- Original Message ----- From: "David C. Rankin" drankinatty@suddenlinkmail.com To: "suse-kde3" opensuse-kde3@opensuse.org Sent: Sunday, May 24, 2020 8:29 AM Subject: Re: [opensuse-kde3] RAR kioslave
But viewing in konqueror (after applying all updated current through tonight from the KDE3 repo) results in:
https://paste.opensuse.org/54305094
Is there something else I should be doing to have rar work in konqueror with ark?
only RAR 4.0 is supported (i.e. archive must be created with "-ma4"
David C. Rankin wrote:
Would really like to see xz support. I have had that on my "get around to it" list for years :)
I've patched my copy of [non-SuSE] KDE3 to open xz archives in ark or konqueror, and been using the patched binaries for a few years now without any problems.
The patches succeed on the original source archives in kdelibs3-3.5.10-lp152.219.1.src.rpm kdeaddons3-3.5.10-lp152.28.4.src.rpm kdeutils3-3.5.10-lp152.119.5.src.rpm
but I haven't checked if they work with the SuSE patches applied beforehand, and as I'm not a SuSE user, I haven't checked whether an rpm build works.
I've uploaded the patches to my Github page - https://ray-v.github.io/KDE3-xz-patches-20200526.tar.gz
I've patched my copy of [non-SuSE] KDE3 to open xz archives in ark or konqueror, and been using the patched binaries for a few years now without any problems.
The patches succeed on the original source archives in kdelibs3-3.5.10-lp152.219.1.src.rpm kdeaddons3-3.5.10-lp152.28.4.src.rpm kdeutils3-3.5.10-lp152.119.5.src.rpm
but I haven't checked if they work with the SuSE patches applied beforehand, and as I'm not a SuSE user, I haven't checked whether an rpm build works.
It would be wonderful, if Yasuhiko Kamata could import this.
It woud be better if you could more clear indicate the license on the patchset.
ххх wrote:
It woud be better if you could more clear indicate the license on the patchset.
Anything I've produced is public domain, but I don't claim any originality in the patches.
It's basically a re-write of existing KDE3 bzip2 or gzip code, based on the xz code from Trinity 3.5.12/3.5.13.2, which provided the xzfilter files.
The '+LIBXZ = -llzma' entry in Makefile.in--kioslave.diff was my work-around to avoid testing for and setting this in configure. I guess you'll want to improve on that.
There is a further patch which could possibly be applied to remove 'application/x-tbz2' from the code. I haven't included it in my KDE3 modifications, and it doesn't affect the 'xz' implementation, but became apparent, causing issues, with TDE bug 2794.
https://ray-v.github.io/remove-application_x-tbz2.diffs https://bugs.trinitydesktop.org/show_bug.cgi?id=2794