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
Sorry, my English is bad.
-
- 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
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
Current file-roller-3.27-x86_64 modules with above modification are available here: https://www.dropbox.com/sh/gdzuwmrramlv ... MrUra?dl=0
- 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
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.
Sorry, my English is bad.
-
- 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
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
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
[Modified] File-Roller 3.16.5
I installed file-roller-3.27+mod-x86_64-2017-12-11-tm.xzm but it is missing libjson-glib-1.0.so.0 to work can I get some help?
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#
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.
- Ed_P
- Contributor
- Posts: 8912
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
[Modified] File-Roller 3.16.5
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#

-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
[Modified] File-Roller 3.16.5
Thanks Ed_P for your help. I didn't know you could do that.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.
- Ed_P
- Contributor
- Posts: 8912
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
[Modified] File-Roller 3.16.5
I didn't either till ncmprhnsbl told me. mtpaint (Post by ncmprhnsbl #57560)
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
[Modified] File-Roller 3.16.5
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.
-
- Full of knowledge
- Posts: 2104
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
[Modified] File-Roller 3.16.5
@Jack
use this one
mtpaint (Post by ncmprhnsbl #57560)
because
USM - Updates fail (Post by donald #61126)
use this one
mtpaint (Post by ncmprhnsbl #57560)
because
USM - Updates fail (Post by donald #61126)
- Ed_P
- Contributor
- Posts: 8912
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
[Modified] File-Roller 3.16.5
Jack, the forum's certificate expired a couple of weeks ago and nobody is around to fix it. You could have clicked on Advanced and accepted the risk. I changed the link's https to http, try it now.