Raspberry Pi OS • filemanager not using correct permissions
using rpi5 with bookworm. recently when i try to move files to usb sticks, filemanager won't do it. i checked the permissions and it says the sticks are owned by root. when i look at them in terminal,...
View ArticleRaspberry Pi OS • Re: filemanager not using correct permissions
You can run filemanager as root, which is a get-around rather than a solution.Code: sudo pcmanfmNote - I have no idea if pcmanfm is used with wayland, I'm team geriatric-X.Statistics: Posted by pidd —...
View ArticleRaspberry Pi OS • Re: read bootable sd card over usb
Which USB adapter are you using to put the card in ?What does this command show when that USB adapter is put in? Code: lsusband what does this command show? Code: lsblkStatistics: Posted by neilgl —...
View ArticleRaspberry Pi OS • How do I install sober on raspberry pi?
I want to play roblox on my raspberry pi 5, and I have been trying to install sober and flathub on the raspberry pi. Does someone have a tutorial on how to install flathub? And I don't know if sober...
View ArticleRaspberry Pi OS • Re: How do I install sober on raspberry pi?
sudo apt install flatpakshould do it.As far as "sober"...no idea what it is. You want ARM64., also called ARCH64, not X64 for Pi. Best ask the developers.Re "roblox"; a quick search found this...
View ArticleRaspberry Pi OS • vivladi won't run after rPi5 bookworm update
vivaldi starts but justs shuts down with these errors:[119480125/083336.909484:ERROR:nss_util.cc(345)] After loading Root Certs, loaded==false: NSS error code:...
View ArticleRaspberry Pi OS • Re: vivladi won't run after rPi5 bookworm update
The recent Vivaldi update is the problem.vivaldi-stable: Installed: 7.1.3570.39-1 Candidate: 7.1.3570.39-1https://forum.vivaldi.net/topic/104752/ ... wser-startStatistics: Posted by craigevil — Sat...
View ArticleRaspberry Pi OS • cannot boot, As I am using 1TB microSD is size the problem?
Booting in Pi 4B / 4GB RAM, for the first time, Raspberry Pi OS is OK, but after booting when updating the OS --- and rebooting I cannot boot...? The result is a BLACK SCREEN, The Mouse lights, and...
View ArticleRaspberry Pi OS • Re: cannot boot, As I am using 1TB microSD is size the...
Statistics: Posted by lselimassol — Sun Jan 26, 2025 5:39 am
View ArticleRaspberry Pi OS • Re: .img
The above posts are the proper, long way to make a distro.But if you just want an .IMG of your existing setup that can be later burned to other SD cards, use RonR's image backup tool:Code:...
View ArticleRaspberry Pi OS • Re: add-apt-repository does not work
While PPAs for Ubuntu will work, they will also most likely cause problems. Stick with repos made for rpios/Debian.Just add the repo you are wanting to use manually.For RT-kernel, it is possible to...
View ArticleRaspberry Pi OS • Re: Why is ImageMagick so hard to use? (Cropping JPGs in...
Funny, I've felt the same way about ImageMagick. Once I even uninstalled it (I think this was on RPi Desktop for x86), only for that action to cause havoc somewhere else, and I had to re-install it...
View ArticleRaspberry Pi OS • Strange Chromium downloads and Kid3 tagger issue
I have installed a fresh copy of Bookworm on a Pi500. I use kid3 a lot so installed it ok. However, when I click on open download in Chrmium it loads the folder into kid3 and not the file explorer. I...
View ArticleRaspberry Pi OS • Re: owntone server (iTunes server)
I've uploaded version 28.11.133 of OwnTone, which mostly has fixes for varios minor issues, but also features support for a newer version of the mpd protocol.Unfortunately I haven't been receiving...
View ArticleRaspberry Pi OS • command at reboot
HiI tried to disable the DPMS in two different ways. 1. in autostart, sudo nano /etc/xdg/lxsession/LXDE/autostart@xset s noblank@xset s off@xset -dpms2. in 'crontab-e' adding xset -dpms.They did not...
View ArticleRaspberry Pi OS • Re: How do I install sober on raspberry pi?
https://flathub.org/setup/DebianThere is a specific Raspberrypi OS procedure on that website...https://flathub.org/setup/Raspberry%20Pi%20OSWhich has slightly different instructions than the link that...
View ArticleRaspberry Pi OS • install a https cert on raspberry pi
My school uses a ca certificates , how do i install this on a Rasberry pi3?Statistics: Posted by Tim Grattidge — Mon Jan 27, 2025 3:12 pm
View ArticleRaspberry Pi OS • Re: /tmp/luXXXXX.tmp directories
Do you play any games on the Pi?Statistics: Posted by pidd — Mon Jan 27, 2025 5:07 pm
View ArticleRaspberry Pi OS • Re: install a https cert on raspberry pi
Place the PEM file in /usr/local/share/ca-certificates/ thenCode: sudo update-ca-certificatesStatistics: Posted by pidd — Mon Jan 27, 2025 5:23 pm
View ArticleRaspberry Pi OS • Re: Best Way to Install Raspberry Pi OS on a...
The best approach would be to first flash the OS onto the SSD using Raspberry Pi Imager or Balena Etcher, and then convert the filesystem to Btrfs. One can do this either by booting from another...
View Article