Page 1 of 1

rox filer 2.11, tarhpup 6.0.5

Posted: Sun 27 Aug 2017, 18:30
by fabrice_035
Hi,

About this error:

Code: Select all


(ROX-Filer:11179): GLib-GIO-WARNING **: Tried to register an extension of the type (null) to extension point gio-proxy-resolver. Expected type is GProxyResolver.

What is it ?

Code: Select all

Linux Kernel: 3.14.56 (i686)
Kernel Version: #1 SMP PREEMPT Wed Nov 4 15:19:30 GMT-8 2015
PAE Enabled: Yes

Distro: tahrpup 6.0.5
Regard.

Posted: Sun 27 Aug 2017, 18:56
by musher0
Hello Fabrice.

I believe that error has to do with the glibc libraries, not with the ROX-
Filer per se.

Some Puppies do not have the absolutely entire set of glibc libraries, or
perhaps the ROX-Filer was compiled on another Puppy -- who had that
library, but on this Puppy, it cannot find it.

If your ROX-Filer is working fine, those kind of errors are nothing to
worry about.

But if it annoys you, you may try to add

Code: Select all

2>/dev/null
at the end of the command in file /usr/local/bin/rox, like this:

Code: Select all

#!/bin/sh
# /usr/local/bin/rox
####
exec /usr/local/apps/ROX-Filer/AppRun "${@#*file://}" 2>/dev/null

Code: Select all

2>/dev/null
is bash's way of allowing the user to mute benign errors generated
by a command.

If it were a serious error, you would need to do detective work to solve it.

IHTH

Posted: Mon 28 Aug 2017, 16:19
by fabrice_035
good tips but rox totaly crash, error report :

Code: Select all

(ROX-Filer:17846): Gtk-CRITICAL **: IA__gtk_widget_event: assertion 'WIDGET_REALIZED_FOR_EVENT (widget, event)' failed
Idea ?

Thx.

Posted: Mon 28 Aug 2017, 16:47
by musher0
Hi, Fabrice.

Before I can suggest anything:

-- what Puppy are you using?
-- which version?
-- what kind of install? frugal? folder?

-- what type of computer? (basic description will do).

TIA.

~~~~~~~~
Off the top of my head:

I've never seen a Puppy released with a ROX-Filer that crashed.
You meddled with it or with some libraries?

But please answer the questions above first. The rest will be easier.

Thanks. BFN.

rox filer 2.11, tarhpup 6.0.5

Posted: Mon 28 Aug 2017, 23:57
by oldaolgeezer
fabrice_035

Don't try this without backing up your working tahr_6.0.5 puppy system !

I tried the following "kludge" to get roxterm 1.22.2 pet to work in tahrpup 6.0.5 puppy:
(I used my puppy slacko 5.7.0 PC as my software donor computer ! )

Install the "roxterm 1.22.2 pet" in the usual way in tahr_6.0.5.

( in tahr_6.0.5, roxterm 1.22.2 needs the file: /usr/lib/libvte.so.9.2800.2
plus the file: /usr/share/vte/termcap-0.0/xterm
copied from puppy slacko 5.7.0 and two links )

so, copy /usr/lib/libvte.so.9.2800.2 from puppy slacko 5.7.0
and then make two links:

ln -s /usr/lib/libvte.so.9.2800.2 /usr/lib/libvte.so

ln -s /usr/lib/libvte.so.9.2800.2 /usr/lib/libvte.so.9

=====

next: missing directories: vte and termcap-0.0 must be created in the
/usr/share directory of the tahrpup 6.0.5 puppy.

and then copy, from puppy slacko 5.7.0, the file: /usr/share/vte/termcap-0.0/xterm
to /usr/share/vte/termcap-0.0/xterm of the tahrpup 6.0.5 puppy

test roxterm 1.22.2 by starting roxterm via the existing urxvt terminal window and then "copy" with a right click the following string:

cat /etc/DISTRO_SPECS | grep -E "DISTRO_NAME|DISTRO_VERSION"


and then, in the roxterm window, right click and choose "paste", hit enter
to test the command (you should see the following result:)

DISTRO_NAME='tahrpup'
DISTRO_VERSION=6.0.5

(note that the middle mouse wheel is not used ! )

Posted: Wed 30 Aug 2017, 15:30
by fabrice_035
thanks, I prefer to wait and observate because solution is hard. I use tarhpup for years and rox worded well.
Regard.