Questions tagged [midori]

is a lightweight, fast web browser that uses the WebKit rendering engine and a GTK+ interface.

Definition:

Midori is a lightweight, fast, open source web browser that uses the WebKit rendering engine and a GTK+ 2 or 3 interface. It is used by some Linux distributions. Midori is part of the standard Raspian distribution for the Raspberry Pi armv6-based computer.

Screenshot:

Midori Screenshot Image Source: https://commons.wikimedia.org/wiki/File:Midori_0.5.11_Heads_or_Tails.png

Important Links:

27 questions
7
votes
1 answer

Raspberry Pi program delay

I use Raspberry Pi to display web page automatically at startup. The issue is : As soon as the raspberry is started, Midori is launched, but I've the message "Cannot Resolve Hostname....". When I update the webpage 30 seconds after startup, it is…
gloops100
  • 159
  • 2
  • 2
  • 11
6
votes
1 answer

Xlib extension "RANDR" missing on display ":1"

I'm using VPS and have installed vncserver on it. When I run "midori" it always produces this error: Xlib: extension "RANDR" missing on display ":1". 1 0x7f28c1a3d9e5…
user2155370
  • 61
  • 1
  • 1
  • 3
3
votes
1 answer

Hide scrollbar in Midori

I'm launching Midori in full screen, from the terminal. Using it on my Raspberry Pi in kiosk mode. It does however show the scrollbar (vertical and horizontal) even when the page is smaller than the screen. Is there any way I can hide the scroll…
Paolo
  • 2,161
  • 5
  • 25
  • 32
2
votes
1 answer

Passing location through 'e' parameter in midori

I am using midori 0.4.3. When executing midori webbrowser we can pass parameters as arguments in the terminal. For example; to make browser fullscreen we can execute; midori -e Fullscreen A complete list of these executable action parameters can be…
Govinnage Rasika Perera
  • 2,134
  • 1
  • 21
  • 33
2
votes
2 answers

Web browser memory on Raspberry Pi

I'm using a Raspberry Pi to display information collected from some automated equipment in an industrial environment. The data is collected and stored in a database on an industrial PC; I've got the Pi hooked up to it via a wired network, and I'm…
NickGlowsinDark
  • 337
  • 1
  • 6
  • 17
2
votes
0 answers

Disable cache with Midori on Raspberry Pi

I use the Midori web browser on my Raspberry Pi. The page is reloaded automatically, but it doesn't reload pictures when I change it on the server (they are cached somewhere). How do I disable this?
gloops100
  • 159
  • 2
  • 2
  • 11
1
vote
1 answer

Midori browser doesn't start a second time in script

Hello I have an apache webserver running on my Windows 10 PC with xampp and a RaspberryPi to connect to it with a script. The script checks if the webserver is available on specific port and if ist available start the browser and close it if the…
WasteD
  • 758
  • 4
  • 24
1
vote
1 answer

Using command line actions in Midori

I'm trying to control an existing instance of Midori, I launch it with midori -e fullscreen which works properly. Then commands like midori -e next midori -e back work properly. But when I try to do midori -e Location www.google.com it gives…
scottinthebooth
  • 105
  • 2
  • 8
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
0 answers

Crontab in Raspberry not working for refreshing website

This is my short but effective code: #!/bin/bash xdotool search –class midori key F5 The code's name is refresh.sh, and I've chmod'ed it. Also, when I run the code from the terminal, it works just as it should. However when I expect cron to run…
3kstc
  • 1,871
  • 3
  • 29
  • 53
1
vote
1 answer

not able to get correct source path in gdb

I have a project checked out from midori repository. I want to debug the project using gdb after build but when I tried to put breakpoint on a source file, gdb doesn't identify that. This is my Cmakelist.txt file…
Shashwat Kumar
  • 5,159
  • 2
  • 30
  • 66
1
vote
0 answers

Midori: changing source code to change http handling behaviour

I am working in a project where i need to change a browser source code to change the way it behaves when receiving a certain http response Status-Code. When these kind of packets are received i need to catch them, analize the message body and do…
Rafael Saraiva
  • 908
  • 2
  • 11
  • 23
1
vote
1 answer

Raspberry pi javascript memory leak

This coffeescript code (rails server) causes midori to use more and more memory, so clearly contains a memory leak. This is causing my pi to crash after several hours. Can anyone please help me identify the source of the leak? jQuery -> title =…
halcyon10
  • 53
  • 4
1
vote
1 answer

Does the midori js framework support chrome browser?

Does the midori js framework support chrome browser?
Van Nguyen
  • 682
  • 3
  • 11
  • 21
1
vote
1 answer

Execute Midori Command While Running (Raspbian)

If i type midori --help-execute i see many commands and they seem to be usefull when midori is running, like "Reload", "Forward", etc. how can i execute these commands, when midori is running? when i start midori with midori -a www.google.de i dont…
user2078872
  • 1,507
  • 3
  • 12
  • 16
1
2