Solved Epiphany

Hi!

I installed www/epiphany with packages. I have FreeBSD 13.0-RELEASE and Openbox. When I start it, nothing happened but top shows it is running. Than I started in terminal, no error and anything show up but after CTRL-c I saw it for a second and msg:

(epiphany:28198): epiphany-WARNING **: 09:04:33.979: Failed to search secrets in password schema: The name org.freedesktop.secrets was not provided by any .service files

Thank you.
 
Which version, exactly?

freebsd-version -kru ; uname -aKU

pkg info -x epiphany

pkg -vv | grep -e url -e enabled

----

It works here on FreeBSD 14.0-CURRENT.

Code:
% uname -KU
1400048 1400048
% pkg info -x epiphany
epiphany-41.3
%
Code:
freebsd-version - kru 13.0.RELEASE-p6
uname -aKU
 13.0-RELEASE-p6 FreeBSD 13.0-RELEASE-p6 #0: Mon Jan 10 06:28:50 UTC 2022     root@amd64-builder.daemonology.net:/usr/obj/usr/src/amd64.amd64/sys/GENERIC  amd64 1300139 130013
pkg info -x epiphany epiphany 41.3
pkg -vv | grep -e url -e enabled
    url             : "pkg+http://pkg.FreeBSD.org/FreeBSD:13:amd64/latest",
    enabled         : yes [/cmd]

Thank you.
 
The warning does not prevent Web from working. The screenshot below was taken after adding its package to a minimal installation of FreeBSD 12.3.

fernandel I wonder whether its window was somehow obscured when it first ran.
1642963518089.png
 
I was to fast with "SOLVED".
When I run it it doesn't shows and ps -A I have:
Code:
71477  -  Is   0:00.12 epiphany
71737  -  Z    0:00.01 <defunct>
72297  -  I    0:00.05 /usr/local/libexec/webkit2gtk-4.0/WebKitNetworkProcess 1 17 (WebKitNetworkProces)

Than I kill webkit process and it epiphany shows up and works aI have now

71477 - ss epiphany
77479 - I 0:00.08 /usr/local/libexec/webkit2gtk-4.0/WebKitNetworkProcess 9 30 (WebKitNetworkProces)
77892 - S 0:00.18 /usr/local/libexec/webkit2gtk-4.0/WebKitWebProcess 13 30
 
Back
Top