From my friend, I asked him to modify the File-Roller to be able to open many types of archives like 7-zip (Windows).
[Modified] File-Roller 3.16.5
- babam
- Warlord
- Posts: 528
- Joined: 16 Nov 2016, 10:30
- Distribution: Porteus 5.0rc3 Xfce K6.1.1
- Location: Rainy city
[Modified] File-Roller 3.16.5
Post#16 by babam » 03 Dec 2017, 10:21
babam
tome
-
- Contributor
- Posts: 686
- Joined: 26 Jun 2013, 14:03
- Distribution: x64 Openbox
- Location: Russia is causing the immense damage to humanity
- Contact:
[Modified] File-Roller 3.16.5
Post#18 by tome » 11 Dec 2017, 18:52
tome
- babam
- Warlord
- Posts: 528
- Joined: 16 Nov 2016, 10:30
- Distribution: Porteus 5.0rc3 Xfce K6.1.1
- Location: Rainy city
[Modified] File-Roller 3.16.5
Post#19 by babam » 12 Dec 2017, 05:56
Can you make it for 32bit version without locale+help.tome wrote: ↑11 Dec 2017, 18:52Current file-roller-3.27-x86_64 modules with above modification are available here: https://www.dropbox.com/sh/gdzuwmrramlv ... MrUra?dl=0
Thanks.
babam
-
- Contributor
- Posts: 686
- Joined: 26 Jun 2013, 14:03
- Distribution: x64 Openbox
- Location: Russia is causing the immense damage to humanity
- Contact:
[Modified] File-Roller 3.16.5
Post#20 by tome » 12 Dec 2017, 17:05
I don't know how to compile x32 within x64, but you can do it:
activate devel module
install python3-3, meson and ninja packages
download and extract https://github.com/GNOME/file-roller/archive/master.zip
Download https://www.dropbox.com/sh/fk8ro4x69oio ... rWgNa?dl=1 , extract and overwrite files (the same names) within extracted master.zip (src folder)
open terminal as root and run:
Code: Select all
cd paste-here-path-to-extracted-zip-and-press-Enter
mkdir build && cd build
meson --prefix /usr ..
ninja
DESTDIR=/tmp/new ninja install
cd /tmp/new
find ./ -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
rm -r usr/share/locale usr/share/help
/sbin/makepkg -l y -c n /tmp/new-module.txz
tome
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
[Modified] File-Roller 3.16.5
Post#21 by Jack » 23 Dec 2017, 06:12
Code: Select all
root@porteus:/home/guest/Downloads# file-roller
file-roller: error while loading shared libraries: libjson-glib-1.0.so.0: cannot open shared object file: No such file or directory
root@porteus:/home/guest/Downloads#
Jack
- Ed_P
- Contributor
- Posts: 8960
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
[Modified] File-Roller 3.16.5
Post#22 by Ed_P » 23 Dec 2017, 07:13
Code: Select all
guest@porteus:~$ su
Password:
root@porteus:/home/guest# usm -s libjson-glib-1.0.so.0
-----------------------------
Are you searching for a library file?
libjson-glib-1.0.so.0, it seems a library.
Would you like to find the package for it? [y/n]
libjson-glib-1.0.so.0 was found in json-glib-1.2.0-x86_64-1gv.txz
root@porteus:/home/guest#

Ed_P
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
[Modified] File-Roller 3.16.5
Post#23 by Jack » 23 Dec 2017, 15:16
Jack
- Ed_P
- Contributor
- Posts: 8960
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
[Modified] File-Roller 3.16.5
Post#24 by Ed_P » 23 Dec 2017, 16:36
Ed_P
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
[Modified] File-Roller 3.16.5
Post#25 by Jack » 23 Dec 2017, 19:42
Jack
-
- Full of knowledge
- Posts: 2106
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
[Modified] File-Roller 3.16.5
Post#26 by donald » 23 Dec 2017, 19:59
use this one
mtpaint (Post by ncmprhnsbl #57560)
because
USM - Updates fail (Post by donald #61126)
donald
- Ed_P
- Contributor
- Posts: 8960
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
[Modified] File-Roller 3.16.5
Post#27 by Ed_P » 23 Dec 2017, 20:00
Ed_P