Botspot / pi-apps

Raspberry Pi App Store for Open Source Projects
GNU General Public License v3.0
1.96k stars 202 forks source link

Raspbian lite support #2119

Closed symbios24 closed 2 years ago

symbios24 commented 2 years ago

Cool ideas?

Hello there,are PiApps working under Raspian lite enviroment? (No desktop)

If they are not,is it possible to add support for lite OS with a simple gui/menu that you can select what to install etc??

Thank you

github-actions[bot] commented 2 years ago

Hello there 👋 Thanks for submitting your first issue to the Pi-Apps project! We'll try to get back to you as soon as possible. In the meantime, we encourage you join our Discord server, where you can ask any questions you might have.

Botspot commented 2 years ago

Pi-Apps can be used from the terminal. You can do things like ~/pi-apps/manage install "Arduino" to install the Arduino app from the terminal.

However, some apps will try to show you dialog windows during installation. "Better Chromium" is a good example. It will try to display a configuration dialog during installation, so that you can enable the features you want. Without a running desktop, apps like these will fail to install.

But this all avoids the bigger question: What is the point of using Pi-Apps on a system that does not have a desktop environment? Very, very few apps on Pi-Apps can be used without a desktop environment anyway. Additionally, we usually avoid terminal-only apps to begin with. Pi-Apps is a place to find desktop apps. If you want a CLI (command-line interface) tool to install CLI applications, then you may be better off using apt.

symbios24 commented 2 years ago

There is a point in that most of the apps run with xorg/x11 manager fine from lite os, thats due to no highest desktop recourses they perform better,what i ask is that you can add lite os support also,i use apt but it will be better to have them all in a simple menu to select and install you can add a warning that will say some will not work or work correct from cli environment

Thanks anyway

Itai-Nelken commented 2 years ago

If I understand correctly you are asking if pi-apps will work on pi os lite with a desktop installed? If that is the question the answer is yes, pi-apps will work. If there is no desktop however, you can try manually installing apps with the manage script, though most of them won't work as Botspot said.

symbios24 commented 2 years ago

No im asking that you add raspbian lite os support without desktop at all, with a simple menu like this one in the photo under for exampe

αρχείο λήψης

Botspot commented 2 years ago

No im asking that you add raspbian lite os support without desktop at all, with a simple menu like this one in the photo under for exampe

And again, I am telling you that such a menu like that would be almost pointless, because 99% of the apps you install would not run without a desktop.

Why make a full Pi-Apps client that can run without a desktop environment, when everything you can install from Pi-Apps cannot run without a desktop environment to begin with?

symbios24 commented 2 years ago

They can run if xinit is used most of them at least i tested a lot out of desktop environment they run successful for example with xinit chromium Descent,audacity,librecad,libreoffice etc.

Thanks for your time

Itai-Nelken commented 2 years ago

If you can run gui apps, why not use the yad gui?