Page 2 of 2

[Modified] File-Roller 3.16.5

Posted: 03 Dec 2017, 10:21
by babam
tome wrote:
02 Dec 2017, 18:10
Who has developed this modification? Is there any official or current source of this somewhere?
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

Posted: 03 Dec 2017, 17:27
by tome
Thanks, babam.

[Modified] File-Roller 3.16.5

Posted: 11 Dec 2017, 18:52
by tome
Current file-roller-3.27-x86_64 modules with above modification are available here: https://www.dropbox.com/sh/gdzuwmrramlv ... MrUra?dl=0

[Modified] File-Roller 3.16.5

Posted: 12 Dec 2017, 05:56
by babam
tome wrote:
11 Dec 2017, 18:52
Current file-roller-3.27-x86_64 modules with above modification are available here: https://www.dropbox.com/sh/gdzuwmrramlv ... MrUra?dl=0
Can you make it for 32bit version without locale+help.

Thanks.

[Modified] File-Roller 3.16.5

Posted: 12 Dec 2017, 17:05
by tome
babam wrote:
12 Dec 2017, 05:56
Can you make it for 32bit version without locale+help.
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
Convert txz to xzm.

[Modified] File-Roller 3.16.5

Posted: 23 Dec 2017, 06:12
by Jack
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# 

[Modified] File-Roller 3.16.5

Posted: 23 Dec 2017, 07:13
by Ed_P
Jack wrote:
23 Dec 2017, 06:12
can I get some help?

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# 
;)

[Modified] File-Roller 3.16.5

Posted: 23 Dec 2017, 15:16
by Jack
Thanks Ed_P for your help. I didn't know you could do that.

[Modified] File-Roller 3.16.5

Posted: 23 Dec 2017, 16:36
by Ed_P
I didn't either till ncmprhnsbl told me. mtpaint (Post by ncmprhnsbl #57560)

[Modified] File-Roller 3.16.5

Posted: 23 Dec 2017, 19:42
by Jack
@Ed_P, I try that link and I receive this.
Image
What is up with this?

[Modified] File-Roller 3.16.5

Posted: 23 Dec 2017, 19:59
by donald

[Modified] File-Roller 3.16.5

Posted: 23 Dec 2017, 20:00
by Ed_P
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.