Jump to content

Plasma Mobile: Difference between revisions

From postmarketOS Wiki
Fossdd (talk | contribs)
Installation: add only systemd
 
(30 intermediate revisions by 17 users not shown)
Line 4: Line 4:
| imagecaption = Plasma Mobile homescreen.
| imagecaption = Plasma Mobile homescreen.
| graphics = KWin on Wayland
| graphics = KWin on Wayland
| toolkit = Qt 5
| toolkit = Qt 6
}}
}}


Line 10: Line 10:


= Installation =
= Installation =
{{UI_init|only_systemd=true}}
Use the pre-built images from the downloads section of [https://postmarketos.org postmarketos.org], or build your own image with [[pmbootstrap]]. If using the latter, Plasma Mobile can be installed by selecting it as the UI in <code>pmbootstrap init</code>.
Use the pre-built images from the downloads section of [https://postmarketos.org postmarketos.org], or build your own image with [[pmbootstrap]]. If using the latter, Plasma Mobile can be installed by selecting it as the UI in <code>pmbootstrap init</code>.


On existing systems, it can be installed by installing the <code>postmarketos-ui-plasma-mobile</code> meta package or <code>plasma-phone-components</code> if postmarketOS specific customization is not wanted.
On existing systems, it can be installed by installing the <code>postmarketos-ui-plasma-mobile</code> meta package or <code>plasma-mobile</code> if postmarketOS specific customization is not wanted.


When running <code>pmbootstrap install</code> you'll be prompted for a user password. Make sure to only use numeric characters [0-9] in this password as the Plasma Mobile lock screen uses this password as a PIN. On an existing Plasma Mobile install you can change your user password and PIN in the Terminal with the standard <code>passwd</code> command.
When running <code>pmbootstrap install</code> you'll be prompted for a user password. On an existing Plasma Mobile install you can change your user password and PIN in the Terminal with the standard <code>passwd</code> command.


[[File:Postmarketos-pinephone-plasma-mobile-v21.03.jpg|250px|thumb|postmarketOS v21.03 with Plasma Mobile on the PinePhone]]
[[File:Postmarketos-pinephone-plasma-mobile-v21.03.jpg|250px|thumb|postmarketOS v21.03 with Plasma Mobile on the PinePhone]]
= Usage =
= Usage =
== First Boot ==
== First Boot ==
Line 22: Line 26:
As with all other interfaces in postmarketOS, the first boot takes longer than usual: the file system will be resized to use the entire device.
As with all other interfaces in postmarketOS, the first boot takes longer than usual: the file system will be resized to use the entire device.


After boot, you are asked for your PIN. For pre-built images, this is <code>147147</code>.
After boot, you are asked for your PIN. For pre-built images, this is <code>147147</code>.  If you flash a rootfs
created with pmbootstrap, the "PIN" is the user password you provided during pmbootstrap install.


== Connect to Wi-Fi ==
== Connect to Wi-Fi ==
Swipe the top bar down to reveal a menu with a Wifi symbol. Tapping the symbol itself will turn Wifi on or off. To connect to a network the first time, tap the Wifi word below the symbol (the one with the small down arrow next to it). Now select an access point.
Swipe the top bar down to reveal a menu with a Wi-Fi symbol. Tapping the symbol itself will turn Wi-Fi on or off. To connect to a network the first time, hold down the Wi-Fi quick setting to open the settings application. Now select an access point.
 
=== Wi-Fi kwallet bug for images before 2021-04-01 ===
 
When connecting to an access point with a password, due to {{issue|1037|pmaports}}, you are required to set a kwallet password, and unfortunately the dialog is a bit awkward to navigate. Type in a password, then click the visibility button to show the password, and click OK to set it. You will be asked for this password after rebooting the phone and trying to connect to Wi-Fi again.
 
Images from 2021-04-01 onwards will have the kwallet bug fixed. If you have installed an image before, run the following commands over [[SSH]] after successfully connecting to Wi-Fi:
 
<syntaxhighlight lang="shell-session">
# apk update
# apk upgrade -a
$ mv ~/.local/share/kwalletd ~/.local/share/kwalletd_backup
$ mkdir -p ~/.local/share/kwalletd
$ cd ~/.local/share/kwalletd
# cp /etc/skel/.local/share/kwalletd/kdewallet.kwl .
# cp /etc/skel/.local/share/kwalletd/kdewallet.salt .
# chown <your user>:<your user> kdewallet.*
</syntaxhighlight>


== Install Updates ==
== Install Updates ==
Line 52: Line 40:
In order to run applications on the device, you need to set up your environment similar to the environment in which the plasmashell is running:
In order to run applications on the device, you need to set up your environment similar to the environment in which the plasmashell is running:


<source lang="bash>
<syntaxhighlight lang="shell">
export $(cat /proc/$(pidof plasmashell)/environ | tr '\0' '\n')
export $(cat /proc/$(pidof plasmashell)/environ | tr '\0' '\n')
</source>
</syntaxhighlight>


For the official KDE instructions on running Plasma Mobile, see https://develop.kde.org/docs/plasma-mobile/running-apps/.
For the official KDE instructions on running Plasma Mobile, see https://develop.kde.org/docs/plasma-mobile/running-apps/.


== Taking screenshots ==
== Taking screenshots ==
In command line:
Screenshots can be taken by pressing the button for it in the top drawer.
qdbus org.kde.KWin /Screenshot org.kde.kwin.Screenshot.screenshotArea 0 0 1080 1920
You can however also do it with the command line:
qdbus-qt5 is from package qt5-qttools.
 
<syntaxhighlight lang="shell">
qdbus org.kde.KWin /Screenshot org.kde.kwin.Screenshot.screenshotArea 0 0 1080 1920
</syntaxhighlight>
 
<code>qdbus-qt5</code> is from package <code>qt5-qttools</code>.


== Power Off and Reboot ==
== Power Off and Reboot ==
Hold the power button for about three seconds, then let go. Do not hold it too long, or else you will force-reboot your device. You will be presented with the options to reboot, power off or cancel. [https://invent.kde.org/plasma/plasma-phone-components/-/issues/71 plasma-phone-components#71] is about making this a bit more intuitive.
Hold the power button for about three seconds, then let go. Do not hold it too long, or else you will force-reboot your device. You will be presented with the options to reboot, power off or cancel. [https://invent.kde.org/plasma/plasma-mobile/-/issues/71 plasma-phone#71] is about making this a bit more intuitive.
 
= Configuration =
 
== Keyboard shortcuts ==
 
The settings windows can be called by commands <code>kcmshell6 kcm_keys</code> and <code>kcmshell6 khotkeys</code>. The first one is for Application Shortcuts and the second brings up Custom Shortcuts. [This method seems to be deprecated as of 19-01-2025]
 
== Disabling double tap to wake ==
 
Until the proximity sensor functionality is integrated into Plasma, the "double tap to wake" feature, on the phone screens that support it, tend to wake the phone in the pockets of users, or even by picking it up as it is very sensitive/permissive. To disable the feature, one can edit the <code>~/.config/kwinrc</code> file to add under the [Wayland] group, the line
 
<syntaxhighlight lang="shell">
DoubleTapWakeup=false
</syntaxhighlight>
 
== Physical keyboard layout ==
 
The physical keyboard layout can be changed be creating <code>~/.config/kxkbrc</code> with the following content:
 
<syntaxhighlight lang="shell">[Layout]
LayoutList=de
Use=true
</syntaxhighlight>
 
Replace <code>de</code> in the <code>LayoutList</code> with your keyboard's language code. All available keyboard layouts should be in <code>/usr/share/X11/xkb/symbols/</code>. This still applies to Wayland, even if they come from X11.
 
= Nightly repository =
postmarketOS has a nightly repository which contains (semi-) nightly builds of all KDE packages to make it easy to develop Plasma Mobile and its applications on postmarketOS which are currently built against Qt6.
 
More info can be found at [[Nightly]].


= Troubleshooting =
= Troubleshooting =
== Desktop lock screen ==
When you get the desktop lock screen instead of the mobile version and no virtual keyboard opens such that you are unable to login, check if you have <code>ui_extras</code> enabled in <code>~/.config/pmbootstrap.cfg</code>. If yes, disable it and rebuild / reflash the image. This issue may occur in combination with the [[#Nightly repository]].
== Scaling ==
== Scaling ==
On devices such as the [[Samsung_Galaxy_A5_2015_(samsung-a5ulte)]], [[Samsung_Galaxy_A3_2015_(samsung-a3)]], [[BQ Aquaris X5 (bq-paella)]] or [[Moto_G4_Play_(motorola-harpia)]], you may need to set a custom scaling factor.
On devices such as the [[Samsung_Galaxy_A5_2015_(samsung-a5ulte)]], [[Samsung_Galaxy_A3_2015_(samsung-a3)]], [[BQ Aquaris X5 (bq-paella)]] or [[Moto_G4_Play_(motorola-harpia)]], you may need to set a custom scaling factor.


The following sets a 2x scale factor:
The following sets a 2x scale factor (fractional factors are possible):


<code>kscreen-doctor output.1.scale.2</code>
<syntaxhighlight lang="shell">
kscreen-doctor output.1.scale.2
</syntaxhighlight>


If you're trying to run this from SSH session, you need to set extra env vars:
If you're trying to run this from SSH session, you need to set extra env vars:


<code>XDG_RUNTIME_DIR=/run/user/10000 QT_QPA_PLATFORM=wayland kscreen-doctor output.1.scale.2</code>
<syntaxhighlight lang="shell">
XDG_RUNTIME_DIR=/run/user/10000 QT_QPA_PLATFORM=wayland kscreen-doctor output.1.scale.2
</syntaxhighlight>
 
To persist this zoom setting across reboots, create a new file "set-plasma-zoom.desktop" in ~/.config/autostart/ with the following contents:
 
<syntaxhighlight lang="shell">
[Desktop Entry]
Exec=/usr/bin/kscreen-doctor output.1.scale.2
Name=Set zoom level
Terminal=False
Type=Application
</syntaxhighlight>


== Log output ==
== Log output ==
Logs are written to <code>~/.cache/tinydm.log</code>.
Logs are written to <code>~/.local/state/tinydm.log</code>.


== Logging isn't verbose ==
== Logging isn't verbose ==
One needs to enable debug logging for certain components in <code>~/.config/QtProject/qtlogging.ini</code>. Without that, you barely see any log output. We [https://github.com/postmarketOS/pmbootstrap/blob/917f03d5f9f015fa9fc0be8093d87b7f21d98d4a/aports/main/postmarketos-ui-plasma-mobile/APKBUILD#L27 ship such a qtlogging.ini file] in <code>postmarketos-ui-plasma-mobile</code> because Plasma Mobile is relatively new and we want to be able to debug it properly.
One needs to enable debug logging for certain components in <code>~/.config/QtProject/qtlogging.ini</code>. Without that, you barely see any log output. We [https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/blob/917f03d5f9f015fa9fc0be8093d87b7f21d98d4a/aports/main/postmarketos-ui-plasma-mobile/APKBUILD#L27 ship such a qtlogging.ini file] in <code>postmarketos-ui-plasma-mobile</code> because Plasma Mobile is relatively new and we want to be able to debug it properly.


If the file did not get installed for you, please double check if it is there and report in [https://gitlab.com/postmarketOS/pmbootstrap/issues/1038 1038].
If the file did not get installed for you, please double check if it is there and report in {{issue|1038}}.


== KWin doesn't work ==
== KWin doesn't work ==
Line 91: Line 132:


== Some env vars that may help Angelfish browser ==
== Some env vars that may help Angelfish browser ==
<source lang="bash">
<syntaxhighlight lang="bash">
# Recommended in https://bugreports.qt.io/browse/QTBUG-80665
# Recommended in https://bugreports.qt.io/browse/QTBUG-80665
export QTWEBENGINE_DISABLE_GPU_THREAD=1
export QTWEBENGINE_DISABLE_GPU_THREAD=1
Line 98: Line 139:
# Flags enabled by Qt if enable-embedded-switches is given
# Flags enabled by Qt if enable-embedded-switches is given
export QTWEBENGINE_CHROMIUM_FLAGS="--disable-gpu-compositing --num-raster-threads=1 --enable-viewport --disable-composited-antialiasing"
export QTWEBENGINE_CHROMIUM_FLAGS="--disable-gpu-compositing --num-raster-threads=1 --enable-viewport --disable-composited-antialiasing"
</source>
</syntaxhighlight>
( [https://github.com/sailfishos-flatpak/flatpak-runner/blob/a49f60f3347972eb673fc35b94c4ef1c2024297d/src/appsettings.cpp#L79 source] )
( [https://github.com/sailfishos-flatpak/flatpak-runner/blob/a49f60f3347972eb673fc35b94c4ef1c2024297d/src/appsettings.cpp#L79 source] )
== Software rendering ==
{{note|Famebuffer backend for kwin [https://invent.kde.org/plasma/kwin/-/merge_requests/1906 is now] [https://invent.kde.org/plasma/kwin/-/commit/994c5c24ae4857dea40c4068a34a38f210323219 dropped], so this section will no longer work, presumably since plasma-5.25}}
Plasma can also be used if your device doesn't support hardware acceleration (if it's a non-armhf device) yet by using software rendering. Please note that the interface will be slow, and it might not be usable for the average user.
Software rendering is not enabled automatically for now. Make sure <code>mesa-dri-gallium</code> is installed (it contains swrast dri module).
Edit kwin wrapper startup script
$ sudo nano /usr/bin/kwinwrapper
Comment out existing startplasma invocation command at the end of file and replace it with
<syntaxhighlight lang="shell">
export KWIN_COMPOSE=QPainter
export GALLIUM_DRIVER=softpipe
export LIBGL_ALWAYS_SOFTWARE=1
startplasma-wayland \
        --framebuffer \
        --xwayland \
        --libinput \
        --inputmethod maliit-server \
        --exit-with-session=/usr/lib/libexec/startplasma-waylandsession
</syntaxhighlight>
Then restart tinydm
$ sudo rc-service tinydm restart
You can alternatively try this script to run e.g. plasma-desktop on X11
<syntaxhighlight lang="shell">
#!/bin/sh
export KWIN_COMPOSE=QPainter
export GALLIUM_DRIVER=llvmpipe
export LIBGL_ALWAYS_SOFTWARE=1
export QSG_RENDER_LOOP=basic
export KIRIGAMI_LOWPOWER_HARDWARE=1
startx /usr/bin/startplasma-x11
</syntaxhighlight>


== Starting Plasma Mobile from the Terminal ==
== Starting Plasma Mobile from the Terminal ==
If <code>postmarketos-ui-plasma-mobile</code> is installed, Plasma Mobile will be automatically launched via tinydm.
If <code>postmarketos-ui-plasma-mobile</code> is installed, Plasma Mobile will be automatically launched via tinydm.


It can also be launched manually by running the following script:
It can also be launched manually by running the following script:
<pre>
 
<syntaxhighlight lang="shell">
#!/bin/sh
#!/bin/sh


Line 167: Line 166:
else
else
# NOTE: using GALLIUM_DRIVER=llvmpipe might give you better performance (or not work at all.)
# NOTE: using GALLIUM_DRIVER=llvmpipe might give you better performance (or not work at all.)
# see: https://gitlab.com/postmarketOS/pmaports/-/issues/852
# see: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/issues/852
export GALLIUM_DRIVER=softpipe
export GALLIUM_DRIVER=softpipe
export KWIN_COMPOSE=Q
export KWIN_COMPOSE=Q
Line 175: Line 174:
kwin_wayland --framebuffer --xwayland plasma-phone 2>&1 | logger -t "$(whoami):plasma-mobile"
kwin_wayland --framebuffer --xwayland plasma-phone 2>&1 | logger -t "$(whoami):plasma-mobile"
fi
fi
</pre>
</syntaxhighlight>
 
== WiFi does not autoconnect ==
 
There's an unfortunate bug that makes re-connecting to WiFi require tapping the network again each time. [https://gitlab.postmarketos.org/postmarketOS/pmaports/-/issues/1049#note_302396 This comment in the bug thread] explains a work around to connect to networks automatically.
 
== Flickering in Mozilla Firefox ==
== Flickering in Mozilla Firefox ==
In case you experience flickering with the Mozilla Firefox web browser, it is because of [https://bugs.kde.org/show_bug.cgi?id=424586 a rendering bug in the browser], and can be mitigated by switching to the WebRenderer rendering backend by setting <code>gfx.webrender.all</code> to <code>true</code> in the browser's <code>about:config</code> window.
In case you experience flickering with the Mozilla Firefox web browser, it is because of [https://bugs.kde.org/show_bug.cgi?id=424586 a rendering bug in the browser], and can be mitigated by switching to the WebRenderer rendering backend by setting <code>gfx.webrender.all</code> to <code>true</code> in the browser's <code>about:config</code> window.
[[Category:Interface]]
[[Category:Interface]]

Latest revision as of 12:19, 19 March 2025

Plasma Mobile
Plasma Mobile homescreen.
Plasma Mobile homescreen.
Name Plasma Mobile
Graphics stack KWin on Wayland
Toolkit Qt 6
In postmarketOS
Package postmarketos-ui-plasma-mobile
Status Available

A mobile variant of the KDE Plasma user interface, optimized for touchscreen.

Installation

Note This user interface recommends systemd Using OpenRC instead of systemd might or might not work

Use the pre-built images from the downloads section of postmarketos.org, or build your own image with pmbootstrap. If using the latter, Plasma Mobile can be installed by selecting it as the UI in pmbootstrap init.

On existing systems, it can be installed by installing the postmarketos-ui-plasma-mobile meta package or plasma-mobile if postmarketOS specific customization is not wanted.

When running pmbootstrap install you'll be prompted for a user password. On an existing Plasma Mobile install you can change your user password and PIN in the Terminal with the standard passwd command.

postmarketOS v21.03 with Plasma Mobile on the PinePhone

Usage

First Boot

Note If you get stuck, head over to Matrix and IRC chats. Report issues.

As with all other interfaces in postmarketOS, the first boot takes longer than usual: the file system will be resized to use the entire device.

After boot, you are asked for your PIN. For pre-built images, this is 147147. If you flash a rootfs created with pmbootstrap, the "PIN" is the user password you provided during pmbootstrap install.

Connect to Wi-Fi

Swipe the top bar down to reveal a menu with a Wi-Fi symbol. Tapping the symbol itself will turn Wi-Fi on or off. To connect to a network the first time, hold down the Wi-Fi quick setting to open the settings application. Now select an access point.

Install Updates

Go to the Home Screen (tap the bottom right X if you have an application open). Swipe from the bottom upwards to reveal the app menu and start Discover, KDE's graphical package manager frontend. When Discover asks for privileges (pmaports#1036), type in your user's PIN (e.g. 147147 for pre-built images).

Swipe from the left to center to open Discover's menu, and select the entry with the up-arrow at the very bottom (it may say "Fetching updates" or the number of updates available). From here you can perform the updates. Depending on what has been updated, you need to reboot the device afterwards for changes to take effect.

Running Apps from SSH session

In order to run applications on the device, you need to set up your environment similar to the environment in which the plasmashell is running:

export $(cat /proc/$(pidof plasmashell)/environ | tr '\0' '\n')

For the official KDE instructions on running Plasma Mobile, see https://develop.kde.org/docs/plasma-mobile/running-apps/.

Taking screenshots

Screenshots can be taken by pressing the button for it in the top drawer. You can however also do it with the command line:

qdbus org.kde.KWin /Screenshot org.kde.kwin.Screenshot.screenshotArea 0 0 1080 1920

qdbus-qt5 is from package qt5-qttools.

Power Off and Reboot

Hold the power button for about three seconds, then let go. Do not hold it too long, or else you will force-reboot your device. You will be presented with the options to reboot, power off or cancel. plasma-phone#71 is about making this a bit more intuitive.

Configuration

Keyboard shortcuts

The settings windows can be called by commands kcmshell6 kcm_keys and kcmshell6 khotkeys. The first one is for Application Shortcuts and the second brings up Custom Shortcuts. [This method seems to be deprecated as of 19-01-2025]

Disabling double tap to wake

Until the proximity sensor functionality is integrated into Plasma, the "double tap to wake" feature, on the phone screens that support it, tend to wake the phone in the pockets of users, or even by picking it up as it is very sensitive/permissive. To disable the feature, one can edit the ~/.config/kwinrc file to add under the [Wayland] group, the line

DoubleTapWakeup=false

Physical keyboard layout

The physical keyboard layout can be changed be creating ~/.config/kxkbrc with the following content:

[Layout]
LayoutList=de
Use=true

Replace de in the LayoutList with your keyboard's language code. All available keyboard layouts should be in /usr/share/X11/xkb/symbols/. This still applies to Wayland, even if they come from X11.

Nightly repository

postmarketOS has a nightly repository which contains (semi-) nightly builds of all KDE packages to make it easy to develop Plasma Mobile and its applications on postmarketOS which are currently built against Qt6.

More info can be found at Nightly.

Troubleshooting

Desktop lock screen

When you get the desktop lock screen instead of the mobile version and no virtual keyboard opens such that you are unable to login, check if you have ui_extras enabled in ~/.config/pmbootstrap.cfg. If yes, disable it and rebuild / reflash the image. This issue may occur in combination with the #Nightly repository.

Scaling

On devices such as the Samsung_Galaxy_A5_2015_(samsung-a5ulte), Samsung_Galaxy_A3_2015_(samsung-a3), BQ Aquaris X5 (bq-paella) or Moto_G4_Play_(motorola-harpia), you may need to set a custom scaling factor.

The following sets a 2x scale factor (fractional factors are possible):

kscreen-doctor output.1.scale.2

If you're trying to run this from SSH session, you need to set extra env vars:

XDG_RUNTIME_DIR=/run/user/10000 QT_QPA_PLATFORM=wayland kscreen-doctor output.1.scale.2

To persist this zoom setting across reboots, create a new file "set-plasma-zoom.desktop" in ~/.config/autostart/ with the following contents:

[Desktop Entry]
Exec=/usr/bin/kscreen-doctor output.1.scale.2
Name=Set zoom level
Terminal=False
Type=Application

Log output

Logs are written to ~/.local/state/tinydm.log.

Logging isn't verbose

One needs to enable debug logging for certain components in ~/.config/QtProject/qtlogging.ini. Without that, you barely see any log output. We ship such a qtlogging.ini file in postmarketos-ui-plasma-mobile because Plasma Mobile is relatively new and we want to be able to debug it properly.

If the file did not get installed for you, please double check if it is there and report in #1038.

KWin doesn't work

Note Plasma Mobile shell uses some Wayland protocols, so you can't run it on X11 in case you tried to do that.

Please follow these instructions for debugging.

Some env vars that may help Angelfish browser

# Recommended in https://bugreports.qt.io/browse/QTBUG-80665
export QTWEBENGINE_DISABLE_GPU_THREAD=1
# Flags are based on workaround for SFOS (disable-gpu-compositing) and default Android settings:
# Multiple Raster Threads: Disabled
# Flags enabled by Qt if enable-embedded-switches is given
export QTWEBENGINE_CHROMIUM_FLAGS="--disable-gpu-compositing --num-raster-threads=1 --enable-viewport --disable-composited-antialiasing"

( source )

Starting Plasma Mobile from the Terminal

If postmarketos-ui-plasma-mobile is installed, Plasma Mobile will be automatically launched via tinydm.

It can also be launched manually by running the following script:

#!/bin/sh

export QML2_IMPORT_PATH=/usr/lib/qt/qml:/usr/lib/qt5/qml
export QT_QPA_PLATFORMTHEME=KDE
export QT_QUICK_CONTROLS_STYLE=Plasma
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
export XDG_CURRENT_DESKTOP=KDE
export KDE_SESSION_VERSION=5
export PLASMA_PLATFORM=phone:handset
export QT_VIRTUALKEYBOARD_STYLE=Plasma
export QT_QUICK_CONTROLS_MOBILE=true
export QT_ENABLE_GLYPH_CACHE_WORKAROUND=1
sleep 2

if [ -d "/dev/dri" ]; then
	kwin_wayland --drm --xwayland plasma-phone 2>&1 | logger -t "$(whoami):plasma-mobile"
else
	# NOTE: using GALLIUM_DRIVER=llvmpipe might give you better performance (or not work at all.)
	# see: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/issues/852
	export GALLIUM_DRIVER=softpipe
	export KWIN_COMPOSE=Q
	export LIBGL_ALWAYS_SOFTWARE=1

	echo "startplasmamobile: using software rendering with: ${GALLIUM_DRIVER}" | logger -t "$(whoami):plasma-mobile"
	kwin_wayland --framebuffer --xwayland plasma-phone 2>&1 | logger -t "$(whoami):plasma-mobile"
fi

WiFi does not autoconnect

There's an unfortunate bug that makes re-connecting to WiFi require tapping the network again each time. This comment in the bug thread explains a work around to connect to networks automatically.

Flickering in Mozilla Firefox

In case you experience flickering with the Mozilla Firefox web browser, it is because of a rendering bug in the browser, and can be mitigated by switching to the WebRenderer rendering backend by setting gfx.webrender.all to true in the browser's about:config window.