Raspberry Pi OS • Re: Resurrection old thread - Adding to task bar, Trixie
My Launcher includes Chromium PCManFM and the terminal so my line looks like thisCode: launchers=chromium pcmanfm x-terminal-emulator.desktop files are ONLY for the "MENU", not the launcherThen why...
View ArticleRaspberry Pi OS • Re: [Solved] Using Raspberry Pi Imager for a 4B (JMicron...
Later, fixed my JMicron Sabrent enclosure using quirks in cmdline.txtSequential write speed 262669 KB/secStatistics: Posted by neilgl — Mon Jan 26, 2026 11:35 am
View ArticleRaspberry Pi OS • Re: Network Access?
I apologize, I should have been more clear. All my windows systems are running Windows 10 with all available updates, My Raspberry Pi is a 5 8gb using an M.2 hat with a 256gb Raspberry Pi SSD. Even...
View ArticleRaspberry Pi OS • TRIXIE - Pi4 - How to auto run a python program at boot???
Greetings all,I tried to setup up my pi 4 to auto run a python program at boot. I followed 4 different tutorials and methods to do it and all failed. I am new to Trixie and what I learned so far, in...
View ArticleRaspberry Pi OS • Re: TRIXIE - Pi4 - How to auto run a python program at boot???
Can someone point me to a tutorial that is known to work with Trixie?Running A Program At Start Up A Beginner's GuideStatistics: Posted by thagrol — Tue Jan 27, 2026 12:44 pm
View ArticleRaspberry Pi OS • Re: Raspberry pi 5 with kde-plasma-desktop on Raspberry Pi...
I just did this and it boots into Wayland KDE:Installed RPI-OS Lite, thenCode: sudo apt updatesudo apt full-upgradesudo reboot..sudo apt install kde-plasma-desktop gldriver-testsudo systemctl...
View ArticleRaspberry Pi OS • kernel8.img provided by which deb package?
Hi,which debian package provides (or generates) Code: /boot/firmware/kernel8.img?ThanksStatistics: Posted by freool — Tue Jan 27, 2026 4:23 pm
View ArticleRaspberry Pi OS • Re: kernel8.img provided by which deb package?
If you're using a relatively current RaspiOS, I believe the file is created/managed by the linux-image-rpi-v8 metapackage, which in-turn depends on the most recent rpi-v8 kernel image (at this point,...
View ArticleRaspberry Pi OS • Re: Icons & symbols missing in GUI applications
You sound like me. Why can't you just do your job?!?! And correctly. I do not have an answer for that unfortunately, sorry. This world is full of people who do half-done jobs and simply accept it....
View ArticleRaspberry Pi OS • Raspberry PI Zero V1.3 / USB / kernelpanic
I'm having a problem with my Raspberry Pi Zero v1.3 modules.The modules have lot code 1624.When booting the following...
View ArticleRaspberry Pi OS • Re: Raspberry PI Zero V1.3 / USB / kernelpanic
Your Pi 0 cannot run a 64bit PiOS.You need one of the armhf images.If you use Pi imager to write the images make sure to select the correct Pi model (Pi Zero, not Pi Zero 2).Statistics: Posted by...
View ArticleRaspberry Pi OS • Re: Icons, symbols, checkboxes missing in GUI applications...
I think I have it :Code: sudo apt install qt6-svg-pluginsThere was already an issue here :https://github.com/mixxxdj/mixxx/issues/15117 Statistics: Posted by manu2007 — Thu Jan 29, 2026 3:27 pm
View ArticleRaspberry Pi OS • Package Integrity
How does apt ensure package integrity? A lot of other distros use GPG and SHA checksums. Does RPiOS use those things? How does RPiOS manage keys? I don't see a package for keys when I do updates and...
View ArticleRaspberry Pi OS • Re: Package Integrity
The integrity check process is the same one as for othe Debian distros that use APT - using a GPG signing key to sign the packages. The keys used for signing are part of the distro. On RaspiOS Trixie...
View ArticleRaspberry Pi OS • Re: TRIXIE - Pi4 - How to auto run a python program at boot???
Thanks everyone,Appreciate the help.ChrisWhat method did you use ? If may help others to know Statistics: Posted by gordon77 — Thu Jan 29, 2026 5:50 pm
View ArticleRaspberry Pi OS • How auto update works?
HiI have a fresh headless Trixie I let run on its own (I seldom connect to it, maybe once or twice a year just to check everything is still OK), and yet I notice I'm notified for available updates to...
View ArticleRaspberry Pi OS • Re: GUIDE: Install GNOME 48 Ubuntu-like on Raspberry Pi OS...
Awesome attempt. Kudos.Tried the script today and I get the Gnome desktop but Tweaks will not run - nothing happens, and I cannot do simple things like change the background - I cannot seem to select...
View ArticleRaspberry Pi OS • Re: How auto update works?
It's probably better to use unattended-upgrades to drive apt.sudo apt install unattended-upgradesudo dpkg-reconfigure...
View ArticleRaspberry Pi OS • Re: [Solved] Using Raspberry Pi Imager for a 4B (JMicron...
For my Sabrent enclosure with JMicron chipset I used:Code: usb-storage.quirks=152d:1561:uidVendor=152d, idProduct=1561Statistics: Posted by neilgl — Fri Jan 30, 2026 10:49 am
View ArticleRaspberry Pi OS • Methods for finding out what all is installed
This is, of course, in the context of setting up a new system (*) and you want to install on the new system all the packages you had installed on the old one.My question is: What is the best way to do...
View Article