Questions tagged [raspberry-pi-desktop]
For question about Debian with Raspberry Pi Desktop - a operating system for PC and Mac with the Raspbian Look&Feel. Runs from a live disc, in a virtual machine, or installed on a computer.
97 questions
0
votes
0
answers
67
views
How is the GUID tracking code derived in first browser usage in Raspberry Pi OS?
I've noticed a feature in Raspberry Pi OS, both for my Raspberry Pi 3 and for my new Raspberry Pi 500+. When either Firefox or Chrome starts up, it visits a tracking website, in this format:
https://...
0
votes
1
answer
205
views
Pi Zero W goes black screen while running pyqt qml app
I wrote a pyqt5 app that uses QQmlApplicationEngine to load a qml file for the GUI. Now everything runs well on my PC and also on Raspberry Pi4b, but when I am trying to run it on Pi Zero W, it loads ...
2
votes
0
answers
314
views
Installing raspberrypi-kernel-headers: Unable to locate package raspberrypi-kernel-headers
I am Trying to install raspberrypi-kernel-headers using the command:
sudo apt-get install raspberrypi-kernel-headers
This is done on the Ubuntu MATE 22.04.2.
But, an error message pop up in the ...
2
votes
1
answer
124
views
Does Raspberry Pi Pico C/C++ SDK Setup Script work on Raspberry Pi Desktop installed on a PC?
The Raspberry Pi Pico documentation indicates "if you are intending to develop for Pico on a Raspberry Pi, then you can set up the C/C++ toolchain quickly by running our setup script from the ...
1
vote
1
answer
385
views
Raspberry pi camera feedback question (using Yolov8 for instance segmentation)
I need some help for a project I'm doing. My project is to have my raspberry pi camera detect objects using Ultralytics Yolov8 for instance segmentation. I'm using Thonny for the python code and ...
0
votes
1
answer
124
views
XDG desktop file that logs out the currently logged in user
I'm using Raspbian GNU/Linux 11 (bullseye) with the LXDE desktop.
I'd like to create an XDG desktop file that (a) places a "Logout" icon on the user's desktop, and (b) immediately logs out ...
0
votes
0
answers
239
views
Getting fbcp to work on a generic ili9341 display
I’m trying to get fbcp to work on my raspberry pi. I’m following the instructions on the GitHub repo, however, when I type in make -j it gives an error. I’ll paste the error below
1
vote
1
answer
523
views
How to change the color of the desktop background programmatically?
A similar question, (How do I change the Desktop wallpaper from the cli), was asked previously where the person wanted to know how to change the wallpaper.
Going through the answers, I discovered that ...
0
votes
1
answer
5k
views
How to install RaspberryPIOS on WSL
I am trying to install Raspberry Pi OS on Windows subsystem for linux (WSL), but I do not know how to install it.
Could you tell me how to install it or tell me good homepage instructing installation?
...
0
votes
0
answers
503
views
TP-link WN725N / RT8188eu wifi dongle on Pi Desktop OS (NOT on Raspberry Pi hardware)
There's lots of great solutions out there (and here on StackOverflow) for this on Pi hardware but I'm trying to make this dongle work on a PC running Pi OS, which totally foxes the various build ...
-1
votes
1
answer
1k
views
i can't find ''close'' ''maximise'' minimise'' in opened tabs
Please, here is my problem, I use VNC Viewer on my laptop to have access to my py 4 modelB. buti can't find ''close'' ''maximise'' minimise'' in opened tabs. I tried many OS but without any success.
...
0
votes
0
answers
121
views
Not Able to Change Volume with Cron (tried Python)
Alright, I've been trying this for several days and I'm just dying here...
I am putting together a kiosk that should play video. I'm using a NUC with Raspberry Pi Desktop. Everything works but ...
0
votes
1
answer
59
views
Check on Rasperry Pi what is connected to Arduino Uno
i have a question regarding Rasperry Pi and Arduino. I have them connected via USB and on the Arduino is a NFC Reader connected(via Pins). Can I look on the Rasperry Pi with a command or something ...
-1
votes
1
answer
48
views
camera program gives error when run in /etc/profile but the program runs fine
This is the error I get :
picamera.exc.PiCameraMMALError: Failed to enable connection: Out of resources
import numpy as np
import os
from picamera import PiCamera
from time import sleep
from gpiozero ...
0
votes
0
answers
407
views
Can't get sound on Raspberry Pi's 3.5mm audio jack
I've been asking this question everywhere. I've checked lot of resources, manuals, documentations out there. But couldn't get any sound out of my speaker. I tried the YouTube video tutorials also, but ...
1
vote
0
answers
77
views
How can I make Raspberry Pi's Bluetooth discoverable to iPhone or iOS? [duplicate]
I've got a Raspberry Pi 4B,
when I use an Android phone to connect to the Pi with Bluetooth, it works normally, both pairing and connection.
But when I use an iPhone to do the same thing, the phone ...
1
vote
3
answers
5k
views
How to create a shortcut to a directory?
I'm trying to create a desktop shortcut that starts File Manager at a specified directory, in this case a mounted USB drive.
Here's what I have so far:
Backup.desktop
[Desktop Entry]
Version=1.1
Type=...
1
vote
1
answer
116
views
An experimental distributed system with Raspberry PI
I am trying to learn distributed systems development, and thus planning to perform experiments using Raspberry PI.
I have no prior knowledge of Raspberry PI in this context. I want to know would it ...
1
vote
0
answers
79
views
Pi4/Kodi media player
I have installed **Kodi LibreELEC on a Pi4 however, I am finding it will not play .mkv or .avi only mp4
Are there any solutions out there? I don't want to convert all my movies to MP4. Thanks for any ...
1
vote
0
answers
681
views
DNSMasq reporting "TOo few Arguments"
I'm trying to set up a Raspbian X86 server as a DNSMasq host.
I've got it configured but I get a error on startup, "Too few arguments."
it seems to start up "fairly" normally, but I'm assuming this ...
0
votes
0
answers
30
views
regarding working of raspberry Pi
I inserted raspberry Pi ip adress in putty and then I open x11 then I selected on x11 forwading then all of a sudden some message popped up regarding any "key" change and I didn't see and did yes and ...
1
vote
0
answers
149
views
How do I run AppGameKit for Pi, as it seems to be an executable file?
I am new to StackOverflow so please let me know if I am doing this wrong. I recently got a Raspberry Pi, and have played with it for a little bit. I wanted to use AppGameKit for the Pi on it, but I ...
1
vote
0
answers
64
views
Official Pi Keyboard repeating characters for 1,2,q,w,a,s,z,x [closed]
I just bought the official desktop kit of Raspberry Pi 4 with 4 GB ram.
press 1 - 12 getting printed
press 2 - 12 getting printed
press q - qw getting printed
press w - qw getting printed
press a - ...
2
votes
3
answers
2k
views
How to stream RaspiCam video on webpage on Django server running on other PC?
Hey I wanted to stream rpi cam live footage to a webpage hosted on django server running onther Pc.Any suggestions on how to do it.Thanks.
6
votes
3
answers
9k
views
Is it possible to record the screen and Audio on a Raspberry Pi 4 model B
I wanna record my screen and audio, Is It Possible? how to do that?
I use Raspberry Pi 4 Model B.
I still new, I hope you can help.
thanks.