Raspberry Pi OS • Re: Thunderbird error
I'm not going to try X11. Wayland is "the law of the land".Someone on the Pi team can go fight with Thunderbird Support.Why would they want to take it up with TB support when it doesn't seem to be an...
View ArticleRaspberry Pi OS • Re: First step to make File Manager display picture thumbnails
thumbnails are default in all most all file browsersyou must have done a oops some how to disable itif your using a device with under 4gb of ram, then you might need some patienceStatistics: Posted by...
View ArticleRaspberry Pi OS • Re: Chromium and touch scrolling doesn't work with labwc
Just encountered the same problem, I got it working by doing the following:edit labwc/rc.xml#sudo nano /etc/xdg/labwc/rc.xmlchange mouseEmulation="yes" to mouseEmulation="no"I changed them for all, as...
View ArticleRaspberry Pi OS • Re: VNC server to launch two app without Desktop env
With a little help from ChatGPT I wrote these two scripts that stop the server if running, copy the right xstartup version and launch the server:VNCPianoteq.shCode: #!/bin/bash# Check if VNC is...
View ArticleRaspberry Pi OS • Disabling usb, ethernet and hdmi permanetly
Hi everyone,I'm looking to save power on my Raspberry Pi 4 running either Bookworm or Bullseye OS, and I want to disable USB, Ethernet, and HDMI permanently. I’ve checked several videos and blogs, but...
View ArticleRaspberry Pi OS • Re: Pi 5 power options?
Depends on your requirements but the PiJuice only outputs 2.5A!So this is not a solution for Rpi5, or at least not better as existing portable power supplier that delivers 3A.I have tried several...
View ArticleRaspberry Pi OS • Display Duplicate Screen in 2 monitors
Hi everyone i cant duplicate monitors in Rasperry pi 5, only see like extend monitor with 2 screens , somebody knows how do that, same info/desktop on 2 screens use it both video outs HDMI0 and...
View ArticleRaspberry Pi OS • Re: Display Duplicate Screen in 2 monitors
On an up-to-date Bookworm system (ie running labwc), run Screen Configuration and drag the second display on top of the first.There is no way to scale one screen with respect to the other, so both...
View ArticleRaspberry Pi OS • Re: Been trying for a MONTH to find a disk imaging software...
The best thing about the SD card copier supplied with the Pi OS is that it works on a mounted file system. So you can make a copy of the actual SD card the Pi is running from!!! I don't know how it...
View ArticleRaspberry Pi OS • Re: Need help making RPI5 boot ultra-fast
Thanks, Solskogen. Primarily, most of the changes were done to the /boot files, including;sudo nano /boot/firmware/config.txt (disabling unnecessary components, adding a few lines under [all] to...
View ArticleRaspberry Pi OS • Re: Boot Menu
Thanks to ll for the suggestions, unfortnately non of them worked,Is there anything else i can try.Statistics: Posted by bobster316 — Tue Feb 11, 2025 5:03 pm
View ArticleRaspberry Pi OS • Re: How to access files from a USB flash drive through Rpi 5
Yes, the tutorial involved deleting partitions and creating new ones... I do have backup data. Any have any advice on how to best mount and access the data on a USB flash drive on a raspberry pi...
View ArticleRaspberry Pi OS • Re: Help identifying operating system
if you have pi-apps installed you can do:Code: ~/pi-apps/api get_device_infoWhich on my pi400 shows:Code: $ ~/pi-apps/api get_device_infoOS: Debian GNU/Linux 12 (bookworm)OS architecture: 64-bitLast...
View ArticleRaspberry Pi OS • Re: Screen blanking not working in labwc
No. There is no change with a different Cable. There is no blanking.Statistics: Posted by art51go — Wed Feb 12, 2025 4:52 pm
View ArticleRaspberry Pi OS • Improving Power-on Time for RPI5
Hi Folks, I recently asked a question on how to improve boot time. My current systemd-analyze outputs this: Startup finished in 996ms (kernel) + 1.614s (userspace) = 2.611sgraphical.target reached...
View ArticleRaspberry Pi OS • Re: Customize labwc
pc-man-fm provides the desktopIt is spelled pcmanfmStatistics: Posted by theoldwizard1 — Wed Feb 12, 2025 4:58 pm
View ArticleRaspberry Pi OS • Re: Booting time reduction
I will give one switch to rpi. This switch will give. High or low to GPIO pin. If GPIO pin received high or low then it will shutdown properly.There is gpio-shutdown overlay that can be used on any Pi...
View ArticleRaspberry Pi OS • XMPP Multi-User Chat: a performant alternative to Facebook...
Hello,I've been testing XMPP clients for the Raspberry Pi. When it comes to Multi-User chat, Gajim is the best for the Raspberry Pi.Note: For XMPP Video/Audio calls, use Dino instead.The default...
View ArticleRaspberry Pi OS • Re: How to check desktop
dom, I'm working on an update to Running A Program At Start UP A Beginner's Guide may I pinch that script and if so who should I credit it to?Feel free to pinch it. I did write that sequence (I was...
View ArticleRaspberry Pi OS • Group Chat for Gajim itself
There's a Group Chat for Gajim itself, and my experience is that responses are forthcoming fairly quickly, including from developers:Code: gajim@conference.gajim.orgNote: That's not an email address,...
View Article