-
-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package List Visibility Issue #2643
Comments
Hello there 👋 Please respond as soon as possible if a Pi-Apps maintainer requests more information from you. Stale issues will be closed after a lengthy period of time with no response. |
The output on
I've noticed a few things strange with it:
What exactly should another person do to make an operating system similar to yours? Is it a clean install of Pi OS? Is it more like Armbian? What changes have you made? Also, would you be comfortable with setting up a remote desktop software so I could interact with your system directly and get to the bottom of this issue? Some people consider that risky and are unwilling to do so. |
@tedy02, you are not the first to report this issue, but you will be one of many who has reported it and then never replied back to us. That is, of course, unless of course you do reply back. :) I want to understand what is happening here so it can be fixed once and for all. Please respond. |
I have a bunch of stuff installed on the operating system but it's only been a month and a half or so. I would love to get this fixed just tell me what I can do to help |
I just noticed the label has been changed on this issue to "User Error." I want to emphasize that I haven't made any changes to the Raspberry Pi OS. I'm not even familiar with the term "Armbian," so I definitely didn't modify anything related to that. Could you please provide more specific information about what I am doing that would cause this user error? We can discuss remote access. |
Sorry about that. @theofficialgman added that label, as he tries to keep everything categorized and tends to assume niche issues are the user's fault. Whether that will be proven true or false in this case, time will tell. But I do understand your confusion for why an issue that we don't understand is already being labelled as your fault. I apologize on gman's behalf.
I will assume that your system is using the Wayland display manager. If you changed this, please let me know and ignore the instructions below.
Then edit
Now run RustDesk and comment here the ID number. Then I will try to connect and you will need to approve the connection request. From there we can hopefully solve this issue. |
Sorry I generally mark problems that users observe with pi-apps as a "bug" only when its something that can be fixed due to an issue in pi-apps itself (ie: it is an actual coding problem). Issues that can only be resolved with an upstream application or package are marked as "upstream bug". Issues that only occur on unsupported systems (eg: chromeOS crostini) are marked as "unsupported system". "User error" is for nearly everything else that could occur due to some issue that only occurs on the user system (ie: a problem that only happens due to a non-standard/non-functional configuration change the user made, a problem with the users hardware, and that sort of thing). The tldr being: Sorry if I offended you. Don't take it personally, it is just for my (our) tracking purposes, it isn't meant to be a reflection on you. If after further investigation it turns out to "fit" better into one of the other categories it will be edited as such. |
Minor note, piOS uses labwc on new installs (since a few months now I think) by default. So the environment variable may need to be modified. It is also worth noting that the portal source doesn't have labwc in its portal config https://github.com/emersion/xdg-desktop-portal-wlr/blob/d9ada849aeca6137915de2df69beaef4e272cc1d/wlr.portal#L4 , hopefully piOS devs added it in their package but idk. |
that comes from Line 3169 in 92c7775
So if the users internet is disconnected/non-functional or the time is wrong (ie: causing certificate errros) date may not be passed any valid input.
That output is indeed strange... the expected output in the above scenario is
which comes from coreutils's |
Yes I tested that on labwc and with the setting set to Wayfire, RustDesk still works. |
installing the stuff and setting up now. i wasn't offended just caught me off guard is all. Linux is still rather new for me and I'm just figuring it out as I go so if there was something I was doing I legitimately wanted to know what it was. I'll get the ID numbers soon. Will this make it so anyone reading this can access my system? |
Alright. I have made some changes to pi-apps that should warn you of what is going wrong. Closing this issue because the cause of the issue is now known, and it should be fixed on your system specifically. |
@Botspot if I am reading this correctly the problem was that the user had BusyBox binaries stored in ~/bin/ (which have a higher priority in the PATH than /usr/bin/ binaries) and this binaries don't behave like the distro equivalent of the binaries? Do you have a backup of that folder? It would be interesting to try and figure out what binaries were there (and ultimately the source of why the user had them installed). |
Completely correct.
While I don't have a backup of the folder, I did take this screenshot. |
Yeah I haven't done anything to the raspberry since the troubleshooting except for removing the remote access software. if anybody wants anything from me just let me know... |
Also, for the record, it apparently was user error. 😁 |
Here is a zip file of the mysterious bin folder found in my Home directory: If anyone can tell me what I did to create it in the first place that would be cool (so I don't do it again). :) |
Can't tell you that, only you can tell us that by retracing what steps you have done on this operating system. What I can say is these are indeed busybox binaries. Busybox is a single binary that contains many programs. What you sent over shows all the programs separately probably because of how you packaged it. In reality all they need to be is a symlink to the main The strings of the busybox binary from the zip you sent match up with https://packages.debian.org/bookworm/busybox-udeb |
Confirmations
What happened?
Upon launching, the application list is completely empty.
Description
Troubleshooting Steps Taken:
Additional Observations:
Impact:
What are your system specs (run the following command in your terminal)?
OS: Debian GNU/Linux 12 (bookworm) OS architecture: 64-bit Last updated Pi-Apps on: 09/08/24 date: option requires an argument -- 'd' BusyBox v1.35.0 (Debian 1:1.35.0-4+b3) multi-call binary. Latest Pi-Apps version: Kernel: aarch64 6.6.47-v8+ Device model: Raspberry Pi 4 Model B Rev 1.5 SOC identifier: bcm2711 Cpu name: Cortex-A72 Ram size: 7.81 GB Raspberry Pi OS image version: 2024-07-04 Language: en_US.UTF-8
(Recommended) Error log? Terminal output? Debug messages?
The text was updated successfully, but these errors were encountered: