cycool29

Results 72 comments of cycool29

> dpkg-query: no packages found matching raspberrypi-kernel-headers DroidCam needs kernel headers to work. I've added a check in the install script to ask users to install `linux-headers` and reboot if...

> I don't appear to have that package installed either. > > ``` > $ dpkg -L raspberrypi-kernel-headers > dpkg-query: package 'raspberrypi-kernel-headers' is not installed > $ dpkg -S /lib/modules/*...

> On Bullseye they've changed it up. Yes, as long as the output has `/lib/modules/${kernel_version}/build`, DroidCam will work. Actually I need `dpkg -L raspberrypi-kernel-headers | grep "/lib/modules"` output from @derryktutt...

> For this reason, I highly suggest using an alternative method for checking if modules exist. Yes, I have a better method in the install script: `-d /lib/modules/$(uname -r)/build`.

@Botspot This PR is ready to merge.

I would not recommend a website for pi-apps, for these two reasons: - Almost all links in the website point to GitHub, there is nothing informational there. - GitHub pages...

> I will create an install/uninstall instruction page in a bit, so it doesn't just redirect to GitHub. I think you can put the install command on the home page,...

> Could the app websites in the app list be made clickable? I made a PR for this: https://github.com/Pi-Apps-Coders/docs/pull/2.

Hmm from the [latest release deb](https://github.com/johnfactotum/foliate/releases/download/2.6.3/com.github.johnfactotum.foliate_2.6.3_all.deb) seems to work on all architechture. (at least for armhf) @Crilum Can you try on it?

He copied [the install script](https://raw.githubusercontent.com/techcoder20/RPI-PowerlineShell-Installer/main/install.sh) and uninstall Starship Prompt before installing. @open-sorcerer64 BTW, you should not uninstall apps without user permission.