Raspberry Pi OS • Re: Pi 5 64bit , menu, no scroll bars on long menus
Wanted to bump this thread as it's still an issue and I would like to find a solution. The appearance menu setting defaults implies it changes a bunch of internal options. Wouldn't it thus be possible...
View ArticleRaspberry Pi OS • labwc window switcher
Labwc is a great addition to Raspberry Pi OS, but I haven't been able to modify the window switcher. I tried the steps here https://wiki.archlinux.org/title/Labwc#Configuration , but it didn't do...
View ArticleRaspberry Pi OS • Re: labwc titlebars hidden off the top the screen for...
every wm is differentdepends on how the app determines current screen resolution.Statistics: Posted by kerry_s — Tue Jul 16, 2024 12:02 am
View ArticleRaspberry Pi OS • Bash $SECONDS not working on Pi 4
Code: ASTART=$SECONDS ... Do stuff for a few seconds, 5 or 10 or 900 seconds in one case.echo "$(( $SECONDS - $ASTART )) seconds."The result in a script is correct on my Pi 5 and Pi Zero 2 but is a...
View ArticleRaspberry Pi OS • Re: labwc window switcher
window switcher ? ( alt+tab ?)like all things raspberry, they modify/fork to meet there needs, don't expect the docs to be correct.anything basic should workThis is precisely why I'm...
View ArticleRaspberry Pi OS • Re: Bash $SECONDS not working on Pi 4
Are you using 32-bit or 64-bit OS?I can't reproduce this issue. I used this script that has a random sleep of between 20 and 139 secondsCode: #!/bin/bashASTART=$SECONDSecho "Starting with $ASTART...
View ArticleRaspberry Pi OS • OS / Harware Compatibilty
Until recently I had always believed that, provided you respect 32/64 bit restrictions, you could develop software on any Pi and transfer it to any other Pi and it would work.Now in Imager you are...
View ArticleRaspberry Pi OS • Re: OS / Harware Compatibilty
Because we use standard Linux APIs, HW is abstracted away from the user, so programs written on one Pi will mostly work unchanged on another. You cannot really "pick" Pi 5 HW when building...
View ArticleRaspberry Pi OS • Re: Raspberry Pi Zero W hangs and becomes unreachable after...
Just got the official Rpi micro USB charger but the issue persists. I noticed that the power LED turns completely off when this happens. Now the question is whether it is a SD Card issue or a board...
View ArticleRaspberry Pi OS • Re: Termios PARMRK and INPCK seem to have no effect in...
Hi there.In Zero Pi 2W, what was the arch of the original installed OS? Bookworm 32 or 64-bits?Then, when you have installed the bullseyes OS, is it 32 or 64-bits?Thanks in advance.Hey @jeffo,...
View ArticleRaspberry Pi OS • Re: Error with networking manager
Hello everyone,Earlier today I installed something from PI-Apps. When I uninstalled it, I all of a sudden can’t connect to the internet. The button is gone, and then I went and tried to through the...
View ArticleRaspberry Pi OS • Re: Web browser lighter than Firefox + Noscript?
Min looks interesting.Protect your privacyMin stops ads and trackers, so you can browse faster without being tracked. And when you’re using a slow or expensive internet connection, it lets you block...
View ArticleRaspberry Pi OS • LDAP Server Installation
I am trying to install and configure openLDAP on my Raspberry Pi 3. I am running Raspberry Pi OS - Debian GNU/Linux 12 (bookworm). When I follow the various installation procedures I find on the...
View ArticleRaspberry Pi OS • notify-send equivalent for wayland? (desktop notifications)...
the libnotify library is installed on wayland pixel and dbus.The binary notify-send from libnotify-bin also fails to find org.freedesktop.Notifications like the python dbus library or the python...
View ArticleRaspberry Pi OS • Re: notify-send equivalent for wayland? (desktop...
So... workspaces are actually in pixel wayfire, but talk about obscure method to switch the cluckers... with more eye candy....CTL-ALT left-mouse-button and drag... strewth!why not a simple panel with...
View ArticleRaspberry Pi OS • Re: LDAP Server Installation
Create a simple file with your favourite editor.Code: dn: cn=Dougie Lawson,ou=Server Technology,o=Acme, c=UKchangetype: addcn: Dougie Lawsoncn: DougieLsn: dougiemail:...
View ArticleRaspberry Pi OS • Playing multiple Audio Sources on HDMI / Mixing Audio Channels
Hello guys,I came up with a question for some audio applications.. The goal is to play different audio files, radio stations via HDMI. The raspberry Pi supports up to 7.1 channels via HDMI. My main...
View ArticleRaspberry Pi OS • Issues with VNC on Raspberry Pi 4
I am using a Raspberry Pi 4B and I am experiencing issues with VNC. Specifically, the file transfer functionality is not working. After installing the latest OS from the official website and...
View ArticleRaspberry Pi OS • Re: VNC on Raspberry Pi 5
TBC you do not need to switch to X11 to use VNC, or do/install anything not in the standard build. Just make sure you are fully apt updatedStatistics: Posted by X69 — Thu Jul 18, 2024 1:20 pm
View ArticleRaspberry Pi OS • Re: Why doesn't 32-bit Pi OS get security updates?
32-bit Raspberry Pi OS uses Raspbian servers instead of Debian as Debian armhf won't run on a PI 1 or Pi Zero. Raspbian armhf was built specifically for the Pi 1.Any version string with +rpi in it...
View Article