PINE64
Installing applicatons via command line - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139)
+---- Thread: Installing applicatons via command line (/showthread.php?tid=12376)



Installing applicatons via command line - Zebulon Walton - 12-01-2020

I'm finding that with the Mobian "Software" application, any category selected causes the program to abort. If I install a graphical program from the command line with apt or apt-get, will it appear as an app on the Pinephone screen? If not, what would I have to do to create a screen icon for it? (Going in on the command line there are no .desktop files in the Desktop directory as would be seen in a standard-issue Debian system.)


RE: Installing applicatons via command line - wibble - 12-01-2020

The 'Software' application has been notably buggy - probably best to ignore it unless you want to test it. Installing via apt will have the same result that 'Software' would if it worked. If the packages supplies the .desktop file in one of the globally expected places it will appear. I think the usual one is /usr/share/applications/


RE: Installing applicatons via command line - Zebulon Walton - 12-01-2020

Thanks, just installed linssid via apt and the icon appeared on the Pinephone screen. (Unfortunately it doesn't work. When launched from the command line it says it cannot connect to display :0. Maybe not compatible with Wayland yet.)

Actually it may not be a Wayland issue. The cascade of error messages that come up indicates a possible Qt plugin configuration problem. (Searching online reveals other applications with similar problems.) I was hoping to be able to use the pinephone to do wifi surveys (at least for 2.4GHz). It looks like for now "nmcli d wifi" run from the command line will have to do.