Raspberry Pi OS • Re: HOW-TO: Bookworm On-screen Keyboard
Will leave this here for lazy people It will basically do all the above instructions and file modifications just in one goI also disabled the white color cuz I didn't like itjust extract -> copy...
View ArticleRaspberry Pi OS • Re: dhcpcd not learning NTP servers from DHCP
I managed to figure this out for debian Bookworm. You need to place scripts in the /etc/network/if-*.d/ directories. NetworkManager will run any scripts in these directories. As your post was 5 months...
View ArticleRaspberry Pi OS • Re: RPI5 - Wayland - Rorate touchscreen [SOLVED]
I figured it out, for my screen anyway...open ~/.config/wayfire.iniFind your touch device ... In my case it was right below my HDMI display device.I had already rotated my HDMI display so it had a...
View ArticleRaspberry Pi OS • Re: Wayfire wont start during boot on Raspbian Lite
Have you considered implementing the systemd service as a USER service? Don't need to su then, and the environment and it runs in a full user manager environment. As a user service you can have it...
View ArticleRaspberry Pi OS • couple of fixes, black screen on command terminal, &...
I was watching a youtube yesterday, it was annoying, having white font on black,I changed mine open it up to "Edit" => "Preferences" Black color font on white is a lot...
View ArticleRaspberry Pi OS • Re: could echo command be a early release e.g. Version <1
Echo has been around for a *very* long time. It comes from unix. Try "man echo".Sorry it was just my kinky humorStatistics: Posted by ericAuckland — Sat Sep 07, 2024 6:44 am
View ArticleRaspberry Pi OS • Pi5 PWM permissions incorrect
I have a project where I use the https://github.com/golemparts/rppal library on the Pi4. Now I have a new Pi5 with a an issue with permissions.In the issue...
View ArticleRaspberry Pi OS • fixed issue with expressvpn not running right or not...
I had a hard time to get Express VPN to work properly went through all commands that Express VPN support gave and it got me no where So I researched and I found out about common software failures may...
View ArticleRaspberry Pi OS • Bookwarm 64bit “Autostart Hotspot on bootup”
I live on a cruising boat and use a pi4 for my navigation computer.with RealVNC to my iPad in the cockpit. Recently I upgraded to bookwarm 64bit and it has a Hotspot feature built into the networking...
View ArticleRaspberry Pi OS • Re: Bookwarm 64bit “Autostart Hotspot on bootup”
If you dosudo nmtuiin a terminal window, you can untick the autoconnect for the current profiles.Then add a bridge entity that includes the ethernet and wifi of the Pi4. Set all to autoconnect and...
View ArticleRaspberry Pi OS • Re: Bookworm 64bit - Disable all effects.
HiSo I thought I was using wayfire but it turns out I was using labwc, but animations still persist. How to disable all animations on labwc? Do you still edit wayfire.ini and if so what should I add?I...
View ArticleRaspberry Pi OS • Some issues with labwc.
Hi.I am running Bookworm 64-bit on a Pi 4.I have enabled labwc via raspi-config but I am having some issues.1) Mouse pointer speed via settings does nothing.2) How do I use virtual desktops with...
View ArticleRaspberry Pi OS • Re: Some issues with labwc.
1. make sure you go into localization, change the keyboard & save, change it back & save. this will create the proper folder/files to hold the other settings.2. raspberry os has never...
View ArticleRaspberry Pi OS • Re: How Can I List All the Programs I Installed Using apt?
The 7 dependencies not installed on my system make it harder to get meaning out of all:Are you sure they aren't installed, or is it just that they weren't installed manually? They are dependencies...
View ArticleRaspberry Pi OS • Installing Raspbian on 10 Rpi-5
Gentlemen: Is there a recipe for installing the latest Raspbian on say 10 Rpi5?1) Change host name - which files need to be changed?1b) ip address (I'd like to assign fixed address)2)...
View ArticleRaspberry Pi OS • Re: Installing Raspbian on 10 Rpi-5
Have a look at the boot filesystem of a freshly imaged card that has not yet been booted. There should be a file named something like firstboot.sh (can't remember exactly), if you are using the...
View ArticleRaspberry Pi OS • Custom image toolchain
Hi fellow Pi peeps, this is my first post since creating my account five years ago without needing help, so I hope I have made this post in the correct section of the board.Just to scratch the...
View ArticleRaspberry Pi OS • Re: Some issues with labwc.
I am loving labwc - the whole system seems way more snappier and I could swear my temps have dropped by 5c.But I really want to have workspaces. I tried setting up a config file called...
View ArticleRaspberry Pi OS • apt dependency loops?
I used "doit" script ...#!/bin/bashapt list --installed 2>/dev/null | sed -e s';/.*$;;' | grep -v "Listing\.\.\." | sort > arm -f crm -rf dependsmkdir dependsfor f in $(cat a)do apt-cache...
View ArticleRaspberry Pi OS • Re: apt dependency loops?
Shouldn't dependencies be loop free?There's no real reason they shouldn't have loops.If package A and B are both required for each to work, then A depending on B and B depending on A is fine. Install...
View Article