AsteroidOS / asteroid-settings

Default settings app for AsteroidOS
GNU General Public License v3.0
9 stars 18 forks source link

Add uptime to about #69

Closed eLtMosen closed 1 year ago

eLtMosen commented 1 year ago

Compiling the changes works with no issues. When however deploying to a watch, the settings app does not start and journal shows undefined symbol: _ZTI7Process @beroset hinted at how to find out which symbol that is by using

$ echo _ZTI7Process | c++filt                                                         
typeinfo for Process

Showing that QProcess is missing on the watches. This PR as an incentive to add the QProcess class, since we could easily add all the missing wishlist feature by using cli commands and readAll() https://github.com/AsteroidOS/asteroid-settings/issues/33