Go to advanced search

by gkreidl
Mon May 20, 2019 4:56 pm
Forum: Advanced users
Topic: Run Stretch wifi GUI from command line
Replies: 4
Views: 1903

Re: Run Stretch wifi GUI from command line

You can start X-ORG with xinit and directly open a specific application (without any desktop). Many applications also require a window manager.
by gkreidl
Wed May 15, 2019 5:47 pm
Forum: Other programming languages
Topic: HTML power button
Replies: 6
Views: 1573

Re: HTML power button

<a href="file:///homepage.html?cmd=leafpad"><button>Text Editor</button></a> creates a button to open Leafpad. <a href="file:///homepage.html?cmd=sudo%20shutdown%20-h%20now"><button>Shutdown</button></a> creates a button to shut down your RPi. Commands like that will be executed inside a terminal, ...
by gkreidl
Wed May 15, 2019 7:31 am
Forum: Other programming languages
Topic: HTML power button
Replies: 6
Views: 1573

Re: HTML power button

kweb (MInimal Kiosk Browser) supports executing any kind of command from inside local HTML files (link, button, form or hidden).
by gkreidl
Tue May 14, 2019 7:03 am
Forum: Beginners
Topic: GUI FOR TEXT SEARCH
Replies: 2
Views: 260

Re: GUI FOR TEXT SEARCH

In Windows I use Agent Ransack to search for a text string in multiple files. Is ther a GUI equivalent that runs on the Raspberry Pi? I downloaded Searchmonkey but it wont install - it says its for Ubuntu so as a necomer to the Pi does that mean it is incompatible with the Raspberry os? Searchmonke...
by gkreidl
Tue May 14, 2019 3:10 am
Forum: Beginners
Topic: Open X number of browsers and tile them
Replies: 2
Views: 259

Re: Open X number of browsers and tile them

Create a simple local HTML file with a table and iframes pointing to the web uris. No need to use multiple browser instances or xdotool.
by gkreidl
Sun May 12, 2019 12:39 pm
Forum: Troubleshooting
Topic: Can't get HTML plug-in to work in Claws Mail
Replies: 1
Views: 216

Re: Can't get HTML plug-in to work in Claws Mail

The Claws Mail plugin for HTML is called claws-mail-fancy-plugin and based on webkitgtk.
by gkreidl
Fri May 10, 2019 5:51 am
Forum: Raspberry Pi OS
Topic: SOLVED Recompiling ffmpeg with libx264 for hardware encoding
Replies: 14
Views: 11814

Re: SOLVED Recompiling ffmpeg with libx264 for hardware encoding

I don't think so. I mean, in my Rpi2 I have some trouble on using accelerated decoding... So, I think I have ffmpeg works with accelerated deconding on Rpi3, but for Rpi2 what I need to use instead? Jessie? Is your Stretch version in your RPi2 fully upgraded (I think HW decoding/encoding have been ...
by gkreidl
Fri May 10, 2019 4:45 am
Forum: Deutsch
Topic: 2 Fragen zum Kioskmode
Replies: 2
Views: 666

Re: 2 Fragen zum Kioskmode

Sofern deine Website nicht irgendeinen supermodernen Schnickschnack nutzt, der von Webkit nicht unterstützt wird, kannst du kweb (Minimal Kiosk Browser) dafür nutzen. Den kann man so konfigurieren, daß der Wechsel zu neuen Fenstern (z. B. Rechtsklick und "Öffne in neuem Tab") explizit unterbunden wi...
by gkreidl
Thu May 09, 2019 5:08 pm
Forum: Raspberry Pi OS
Topic: SOLVED Recompiling ffmpeg with libx264 for hardware encoding
Replies: 14
Views: 11814

Re: SOLVED Recompiling ffmpeg with libx264 for hardware encoding

Oh, nice! So, what is, about your opinion, the best solution to obtain a ffmpeg version with libx264 for hardware encoding? 1. Rollback to Jessie 2. apply a new solution for Stretch In case of option 2, where can I found a good info to resolve this? The actual Stretch version of ffmpeg supports acc...
by gkreidl
Wed May 08, 2019 7:04 am
Forum: Advanced users
Topic: Stuttering video at 720p. Works great in window at 1080p - Perl + SDL
Replies: 9
Views: 1271

Re: Stuttering video at 720p. Works great in window at 1080p - Perl + SDL

As far as I can gather VC4 is right at the very edge of its abilities with 1080p. It creates a direct frame buffer matching 1080p and manages but with no further room for scaling. I've noticed that you are spilling the same kind of wrong information and misunderstandings regarding the VC4 and video...
by gkreidl
Tue May 07, 2019 7:30 am
Forum: General discussion
Topic: Where do I get news about the PI?
Replies: 34
Views: 2711

Re: Raspberry Pi Foundation Announcements ??

fruitoftheloom wrote:
Tue May 07, 2019 6:18 am
Actually it is amazing how many people do not use the Raspberry Pi Website for anything more than accessing this Forum.
I used to go there quite often until it was redesigned. Now I don't visit it any more. I get the Blog posts as RSS feeds.
by gkreidl
Tue May 07, 2019 4:41 am
Forum: Raspberry Pi OS
Topic: Upgraded to stretch - now there is only audio in web video players when using epiphany browser
Replies: 3
Views: 319

Re: Upgraded to stretch - now there is only audio in web video players when using epiphany browser

Epiphany is not HW accelerated any more on Stretch, but it was not "replaced by Chromium". It's simply a different (and more lightweight) browser.

Video should work again, if you install all gstreamer-1.0 plugins.
by gkreidl
Mon May 06, 2019 8:11 pm
Forum: General discussion
Topic: Raspberry PI3B+ is unusable as everyday computer "SOLVED"
Replies: 82
Views: 8838

Re: Raspberry Pi is unusable as everyday computer

I could get Raspberry Pi 3B to hang by going to this page in Chromium in Raspbian Stretch https://scratch.mit.edu/projects/87860395/ , but after changing the swap size from 100 MB to 1024 MB it can run. But it's still bad that Chromium hangs the Raspberry Pi when running low on memory. The Raspberr...
by gkreidl
Sat May 04, 2019 5:07 am
Forum: Raspberry Pi OS
Topic: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
Replies: 1585
Views: 752604

Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)

does kweb have a debug mode or a console so I can check for any errors? I have a .net app that works in chromium but hangs onload in kweb for some reason thanks No. For debugging I use two Python scripts from another author. You can open an inspector window from the right click menu inside a web pa...
by gkreidl
Fri May 03, 2019 9:17 am
Forum: Beginners
Topic: I want to auto run VLC player on a PI zero.
Replies: 2
Views: 894

Re: I want to auto run VLC player on a PI zero.

Forget VLC on the Pi Zero. Use omxplayer.
omxplayer --loop /home/pi/video/myvideo.mp4
by gkreidl
Thu May 02, 2019 3:05 pm
Forum: Raspberry Pi OS
Topic: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
Replies: 1585
Views: 752604

Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)

thanks the omxplayer is still doing the same thing as above but the html5 audio issue is fixed below are the patches for anyone with the same issues on stretch sudo apt-get install gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly Check if the fo...
by gkreidl
Thu May 02, 2019 12:25 pm
Forum: Raspberry Pi OS
Topic: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
Replies: 1585
Views: 752604

Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)

The Stretch version of webkit is compiled against gstreamer 1.0, not gstreamer 0.10. Adding the old packages won't help. You may try to install the matching gstreamer-1.0 packages..
by gkreidl
Thu Apr 25, 2019 2:27 pm
Forum: Graphics, sound and multimedia
Topic: omxplayerGUI
Replies: 23
Views: 37905

Re: omxplayerGUI

If you can install (and upgrade) it via pip, you should remove the directory "/home/youtube-dl" (if it exists).
by gkreidl
Thu Apr 25, 2019 9:17 am
Forum: Graphics, sound and multimedia
Topic: omxplayerGUI
Replies: 23
Views: 37905

Re: omxplayerGUI

According to the version, you are still using Jessie and have to use the github version of youtube-dl.

I just tested it and it went through without any problem.
by gkreidl
Tue Apr 23, 2019 9:12 pm
Forum: HATs and other add-ons
Topic: Usb dvb
Replies: 25
Views: 4787

Re: Usb dvb

I have a version 4.2.8-23 but he does not find it dvb-c Could you provide us with a link to your DVB stick? I had a DVB stick and it was not recognized either. It depends on the quality of the device and how well it is manufactured. BGN 29.40 14%OFF | Digital satellite DVB t2 usb tv stick Tuner wit...
by gkreidl
Tue Apr 23, 2019 9:06 pm
Forum: General discussion
Topic: [SOLVED] How to remove a start menu item
Replies: 7
Views: 1242

Re: How to remove a start menu item

Did you try a reboot?
by gkreidl
Tue Apr 23, 2019 5:17 pm
Forum: General discussion
Topic: [SOLVED] How to remove a start menu item
Replies: 7
Views: 1242

Re: How to remove a start menu item

kweb installs desktop files into /usr/share/applications and they are removed again if you deinstall it using dpkg.

You might try to run
sudo update-menus
by gkreidl
Tue Apr 23, 2019 4:48 am
Forum: General discussion
Topic: select subtitles or audio in omxplayer with d-bus
Replies: 2
Views: 247

Re: select subtitles or audio in omxplayer with d-bus

The script dbuscontrol.sh supports only a subset of all possible omxplayer dbus commands.
by gkreidl
Mon Apr 22, 2019 3:36 pm
Forum: Deutsch
Topic: rpiotrtool
Replies: 38
Views: 6613

Re: rpiotrtool

Ich habe das "www." im OP eingefügt, damit niemand versehentlich auf diese Schrottseite kommt. Guck dir nochmal den Link an... es geht wohl nicht um mit www. oder ohne www., sondern um die URL selbst die falsch geschrieben wurde: ... www.onlinetvrecoder.com ... es fehlt ein r in recorder . Das ist ...
by gkreidl
Mon Apr 22, 2019 2:07 pm
Forum: Deutsch
Topic: rpiotrtool
Replies: 38
Views: 6613

Re: rpiotrtool

Ich habe das "www." im OP eingefügt, damit niemand versehentlich auf diese Schrottseite kommt.

Go to advanced search