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
5
votes
0 answers
Angled CSS linear gradient not smooth in firefox and edge
I've been trying to figure out what's the issue with this css for a while now without any luck:
$body-gradient-0: #324359;
$body-gradient-1: #304051;
$body-gradient-2: #27394A;
$body-gradient-3: #1C2C3E;
$body-gradient-4: #172A40;
…

tftd
- 16,203
- 11
- 62
- 106
3
votes
1 answer
Epiphany browser open URLs in the same tab in python
I am using epiphany webbrowser in my Raspberry Pi project. According to the requirement I need to open a link on the same tab using python webbrowser module. But each time a new tab is opened although I've given the parameter new=0
import…

Govinnage Rasika Perera
- 2,134
- 1
- 21
- 33
2
votes
1 answer
How to remove Epiphany from my NixOS while keeping the rest of GNOME?
I have GNOME installed in my NixOS version 21.05. Epiphany is a GNOME application for web browsing that comes as a default application. I would like to remove it.
How can I remove Epiphany without removing other parts of GNOME?

Pedro Delfino
- 2,421
- 1
- 15
- 30
2
votes
2 answers
OpenMPI / mpirun or mpiexec with sudo permission
I'm working on a code that work with Epiphany processor (http://www.parallella.org/) and to run Epiphany codes i need sudo privileges on host side program. There is no escape from sudo!
Now i need to run this code across several nodes, in order to…

Hans
- 1,846
- 3
- 14
- 19
1
vote
1 answer
Flex can't get the height of a child item to the height of a flex item with Epiphany
I have a grid of block in which other block are also contained in flex blocks.
The problem I have is that the height is ignored in the children of the flex-item of the grid in epiphany. It appears to display correctly with firefox and chromium.
The…

Loïc Faure-Lacroix
- 13,220
- 6
- 67
- 99
1
vote
0 answers
CSS transitions not working on Epiphany
I have a very simple scenario. Is the following (taken from here):
.box {
border-style: solid;
border-width: 1px;
display: block;
width: 100px;
height: 100px;
background-color: #0000FF;
-webkit-transition: width 2s, height 2s,…

Diego Andrade
- 613
- 7
- 15
1
vote
1 answer
Raspberry Pi - Trouble playing local video files in browser (Midori, Epiphany)
I've stumbled upon this problem, while coding my project.
I have this html that plays a video:
Unfortuanately it is not starting the…

Łukasz Trzewik
- 1,165
- 2
- 11
- 26
1
vote
1 answer
python - launch media on browser then quit
I have a python cgi/html that takes url and launches on epiphany-browser.
However, after the media/video is over, I need the browser to terminate.
On other posts, it seems there are ways to do this with vlc-media and other players. But I haven't…
user1907700
1
vote
1 answer
Epiphany GNOME Web Browser 2.28.0 hangs when Japanese date renders
This is one of the weird issue I am facing right now.
This is regarding a touch device based on Arm processor and developed in Java 1.6.
This device has Japanese and Chinese language supported. In one of the part of device shows the current…

MonsterJava
- 423
- 7
- 23
1
vote
0 answers
Building Epiphany SDK on the Parallella with Arch Linux ARM
I'am trying to build the Epiphany SDK on the Parallella Board running Arch Linux ARM.
I obtained the Arch Linux ARM Image from http://os.archlinuxarm.org/os/ArchLinuxARM-parallella-latest.tar.gz but there is also another one related to Xilinx…

Befedo
- 139
- 2
- 11
1
vote
1 answer
RPI kiosk mode fullscreen epiphany
I have a raspberry pi 2 model B with Raspbian that i want to boot into fullscreen browser.
I can get it boot into the browser with the right url, but not in fullscreen.
I am using ths command line to boot it up.
epiphany-browser…

Jesper Lundgren
- 115
- 1
- 2
- 10
1
vote
0 answers
Epiphany framework redirects to homepage
Hello so I've started using epiphany microframework and is having simple problem. I followed the docs but I can't get the route to work. Here is my code:
include_once 'src/Epi.php';
Epi::init('route');
getRoute()->get('/',…

wobsoriano
- 12,348
- 24
- 92
- 162
1
vote
1 answer
Epiphany Browser is unable to display HTML5 Video
I installed latest RaspberryPI OS and it has a default browser (Epiphany) on my RPI.
I want to run my simple html5 webpage having a video, but browser is displaying only video controls and do not display and stream video.
I use html5test.com for…

Noman Uddin
- 103
- 1
- 11
1
vote
1 answer
raspberry pi epiphany html5 features
i notice that epiphany is the native webbrowser for raspberry pi.
The doc mention that epiphany has a better support of html5.
But i can not find anywhere all html5 features supported by epiphany.
Especialy websocket support.
It seams that a new…

zouroto
- 155
- 5
- 14
1
vote
2 answers
Epiphany regex-route error
i'm trying to implement a Rest web services using epiphany framework in this way:
include_once 'rest/Epi.php';
Epi::setSetting('exceptions', true);
Epi::setPath('base', 'rest');
Epi::init('route');
getRoute()->post('/city/(\w+)',…

Jayyrus
- 12,961
- 41
- 132
- 214