In a previous howto I showed how to build a .deb installer file for a Python program. This would work for the majority of systems with Debian/Ubuntu/Linux Mint etc. However there are many users on Arch Linux or Manjaro, which do not take this .deb installer file. Some Linux computers such as the popular (and currently out of stock 🙁 ) Pinebook laptop, and Pinephone come with Manjaro Linux, which takes Arch packages. Thankfully there is an easy way to add a package to the AUR for these Arch-based devices.
Continue reading “Packaging a Python application for ArchLinux/Manjaro Linux”Pinephone setup – the more stable version with Phosh
If you have purchased the Pinephone you may have noted the very buggy issues with the default install. Unfortunately the Manjaro Linux with Plasma mobile has some very odd issues, keeps requesting updates, and is quite buggy. The Phosh (GTK) system is much more usable and uses the same Phosh startup shell which makes it work in similar manner as the more expensive Librem5 phone, and can be flashed to the Pinephone quite easily:
Continue reading “Pinephone setup – the more stable version with Phosh”Let your voice be heard for Librem Phone/Pinephone Apps!
As you may have noted if you have recently upgraded to Pinephone or Librem Phone, there are currently some missing spots as far as good and well built mobile apps for the platform. While this affords great opportunity for the first folks to build apps to profit from this growing segment, we also should encourage local app makers to fix their apps to work on Linux/Librem Phone!
Continue reading “Let your voice be heard for Librem Phone/Pinephone Apps!”In search of the best scientific calculator for Librem Phone/Pinephone
While many apps do run on Librem 5 phone, there are many yet to be fully working on the small screen. In this post we explore the various calculator apps for Linux and see which might best work as a student/engineer’s go-to calculator:
Continue reading “In search of the best scientific calculator for Librem Phone/Pinephone”Building a Linux App part 7: Building an Installer File
There’s a big difference between having that quick python script set up with a GUI, and having a full desktop or mobile app ready to click install. In this post I’ll show the steps to build a Python script into an installable application.
Continue reading “Building a Linux App part 7: Building an Installer File”