Epiphany is a web browser based on webkit. It is available on linux systems also commonly know as the "web" browser for gnome.
Questions tagged [epiphany]
24 questions
0
votes
0 answers
HowTo make a backtrace for g_dbus_connection_get_unique_name:
We have some issues with the Epiphany web browser, the browser does not load any pages.
(WebKitWebProcess:2): GLib-GIO-CRITICAL **: 10:21:44.905: g_dbus_connection_get_unique_name: assertion 'G_IS_DBUS_CONNECTION (connection)'…

slackernetuk
- 1
- 1
0
votes
1 answer
What is the package name of Gnome Web / Epiphany?
I want to install Gnome web using command line on Ubuntu Deskop 1804. I cannot use software center. Using apt not snap.
Unfortunately Ubuntu software center does not display package names. Only version information.
I tried apt install epiphany,…

onknows
- 6,151
- 12
- 65
- 109
0
votes
1 answer
Site Not responsive on Epiphany
I was checking the responsiveness of the site but this is not supportive on Epiphany browser. Can someone suggest me what changes should i do so that it becomes fully responsive on Epiphany? Thanks in advance

kajal singh
- 11
- 1
0
votes
2 answers
Unable to perform ajax request on epihpany browser
I am currently working on a website and I need to send a form without performing a redirection.
I have done the following to do so :
my_form.addEventListener('submit',function (event){
event.preventDefault();
var request = new…

0pendev
- 41
- 6
0
votes
0 answers
browsers - hide tooltip for link suggestion by browser
I want to hide/disable tooltip for browser which highlighted in images.
When we mouse over on links or loading web page information showing in tooltips but I don't need in my device. so I want to disable it.
No addon because we use in device screen…

Ankur Loriya
- 3,276
- 8
- 31
- 58
0
votes
0 answers
Tasking Service For Apache Mesos To Utilize 16 Core Parallella Epiphany Chip?
I am trying to test a technology stack that would utilize a cluster of parallella boards as data center appliances. My plan is to use Mesos with Docker, which seems entirely feasible. My question refers to the 16 core Epiphany chip on the Parallella…

JBiggs
- 101
- 2
0
votes
1 answer
Open browser on server after receiving url from client
Using a Raspberry Pi, I have created a web-server.
End goal: The web-page prompts the user for the URL, the URL is sent from the client to the server, and the URL is opened in the Raspberry Pi's browser: Epiphany.
As of now, I have a basic form…

Ethernetz
- 906
- 3
- 16
- 33
0
votes
2 answers
Selenium Web Driver - Span Div CSS dropdownframe - Unable to click the element
I have a complex epiphany web application which is only IE compatible. Here are the sequence of actions on the UI:
The page has multiple frames, out of which there is a Button which when clicked on presents a set of menu options. And the HTML for…

Vall
- 3,926
- 3
- 14
- 14
0
votes
1 answer
Apache URL Rewrite for Subdomain
I'm trying to achieve the following:
An HTTP request made to subdomain.domain.com/some/path should be rewritten to domain.com/subdomain/api.php?__route__=some/path.
This is the requirement in order for the Epiphany library to function and properly…

faridghar
- 1,445
- 2
- 13
- 25