User:Haui2: Difference between revisions
Line 23: | Line 23: | ||
=== Device ONEPLUS6 Enchilada (DE: Phosh) === | === Device ONEPLUS6 Enchilada (DE: Phosh) === | ||
==== Update 2024-09- | ==== Update 2024-09-26 ==== | ||
===== What works ===== | ===== What works ===== | ||
* Banking (Waydroid) | |||
* Check/Write Emails (thunderbird) | * Check/Write Emails (thunderbird) | ||
* Chat (fluffychat, flatpak) | * Chat (fluffychat, flatpak) | ||
Line 34: | Line 35: | ||
* twitch (firefox esr) | * twitch (firefox esr) | ||
* websearch (firefox esr) | * websearch (firefox esr) | ||
* passwords (firefox esr) | * passwords (bitwarden/firefox esr) | ||
* solitaire (aisleriot, flatpak) | * solitaire (aisleriot, flatpak) | ||
* minesweeper (gnome mines) | * minesweeper (gnome mines) | ||
* Contacts (NextCloud sync) | * Contacts (NextCloud sync) | ||
* Weather (gnome weather) | * Weather (gnome weather) | ||
* calendar (nextcloud sync both ways) | |||
* Homeassistant (firefox esr) | * Homeassistant (firefox esr) | ||
* apple remote (firefox esr) | * apple remote (firefox esr) | ||
* Music (networking problem fixed by opening ports in nftables) | * kodi remote (firefox est) | ||
* sonos (networking problem fixed by opening ports in nftables) | * Music (vlc, networking problem fixed by opening ports in nftables) | ||
* sonos (noson, networking problem fixed by opening ports in nftables) | |||
* headphone jack (volume control flatpak) | * headphone jack (volume control flatpak) | ||
* Notes (iotas app with NC sync) | |||
* maps (organic maps or gnome maps, only works outside) | |||
* rmvgo (german public transport app with ticket purchase, waydroid) | |||
===== Needs work ===== | ===== Needs work ===== | ||
* backups (samba not working with deja dup) | * backups (samba not working with deja dup) | ||
* .ashrc/.profile (needs init every time, ie bash -l) | |||
* .ashrc/.profile (needs init every time | |||
* web apps (app, no back button no gestures work so youre stuck with buttons) | * web apps (app, no back button no gestures work so youre stuck with buttons) | ||
* battery (the battery is at 85% health atm and doesnt make 4 hrs of usage, 48hrs on standby) | * battery (the battery is at 85% health atm and doesnt make 4 hrs of usage, 48hrs on standby) | ||
Line 58: | Line 61: | ||
===== Didnt try ===== | ===== Didnt try ===== | ||
* easypark (parking app in germany) | * easypark (parking app in germany) | ||
Revision as of 19:47, 26 September 2024
On-Off in tech for 20 years, 10 of that with permanent sysadmin and dev tasks, 3 years on linux, 1 year on desktop. Main languages are bash and python.
Host and admin of Gifted Minecraft and multiple fediverse instances. Check my setup on github.
📱 | This user's main device is a OnePlus_6_(oneplus-enchilada). |
---|
This user has a Matrix account. |
![]() |
This user has a GitLab profile at gitlab.com instance. |
---|
Dogfooding
This category is to be expanded in the future. Currently working on the transition to 100% FOSS at home and work as well as leaving the apple ecosphere.
Device ONEPLUS6 Enchilada (DE: Phosh)
Update 2024-09-26
What works
- Banking (Waydroid)
- Check/Write Emails (thunderbird)
- Chat (fluffychat, flatpak)
- Lemmy (firefox esr)
- mastodon (firefox esr)
- peertube (firefox esr)
- youtube (firefox esr)
- twitch (firefox esr)
- websearch (firefox esr)
- passwords (bitwarden/firefox esr)
- solitaire (aisleriot, flatpak)
- minesweeper (gnome mines)
- Contacts (NextCloud sync)
- Weather (gnome weather)
- calendar (nextcloud sync both ways)
- Homeassistant (firefox esr)
- apple remote (firefox esr)
- kodi remote (firefox est)
- Music (vlc, networking problem fixed by opening ports in nftables)
- sonos (noson, networking problem fixed by opening ports in nftables)
- headphone jack (volume control flatpak)
- Notes (iotas app with NC sync)
- maps (organic maps or gnome maps, only works outside)
- rmvgo (german public transport app with ticket purchase, waydroid)
Needs work
- backups (samba not working with deja dup)
- .ashrc/.profile (needs init every time, ie bash -l)
- web apps (app, no back button no gestures work so youre stuck with buttons)
- battery (the battery is at 85% health atm and doesnt make 4 hrs of usage, 48hrs on standby)
Doesnt work
- camera
Didnt try
- easypark (parking app in germany)
Device Raspberry Pi4 (DE: plasma desktop)
What works
- Booting
- Login to DE
- Firefox
- Konsole (terminal)
Needs work
- Resource Monitor (does not show sensors or processes)
- Playing youtube videos (maybe 2 FPS, not more)
Doesnt work
- discover (infinite loading, then,freezes)
Docker
Important notice: If you want network access from your docker containers, you might need to restart (as of 2024/06, ver. 2024.06).
Change Lock Screen Picture
From this [Post](https://www.reddit.com/r/pinephone/comments/mgq7n2/want_to_set_a_custom_background_to_phoshs/) on reddit and this [Post](https://forums.puri.sm/t/tutorial-add-a-custom-background-in-phosh/13385) on Purism, I have this:
Edit or create: ~/.config/gtk-3.0/gtk.css
/*
* Lockscreen. */
phosh-lockscreen, .phosh-lockshield {
background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('file:///home/user/Pictures/Screenshot_20240713_111548.png'); background-size: cover; background-position: center;
}
/*
* App Grid. */
phosh-app-grid {
background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('file:///home/user/Pictures/Screenshot_20240713_111548.png'); background-size: cover; background-position: center;
}