Jump to content

GNOME: Difference between revisions

From postmarketOS Wiki
NekoCWD (talk | contribs)
Force phone mode extension Extensions
NekoCWD (talk | contribs)
m URL in new line Force phone mode
Line 71: Line 71:


This extension forces gnome-mobile to use phone mode. Without it, phone mode will be calculated by screen resolution and scale factor
This extension forces gnome-mobile to use phone mode. Without it, phone mode will be calculated by screen resolution and scale factor
https://github.com/vixalien/force-phone-mode
https://github.com/vixalien/force-phone-mode



Revision as of 18:39, 19 January 2024

GNOME is a fairly adaptive DE, but GNOME Shell and Mutter are not very comfortable to use on a phone because of their lack of touchscreen gestures. However, this is being developed (among other things). Especially Jonas Dreßler has been working on this and whose changes to GNOME Shell/Mutter you can find from his repos (GNOME Shell, Mutter). It's very WIP stuff, so these changes haven't been added to the official GNOME repos yet. During pmbootstrap init you can choose either "gnome" (the official GNOME release) or "gnome-mobile" (same as the previous one, but including whose WIP changes from Dreßler's repos)

GNOME mobile (standard packages since v23.06)

postmarketOS comes with GNOME mobile since v23.06. The user experience is more mature than described in the two sections below. But some quirks remain.

Some unsorted fixes

Scaling

The scaling is sometimes set to 200 %, which will keep Gnome in desktop mode (and not in mobile mode). There are 2 ways to set the display scale:

  • Normal way: Change Settings > Display > Scale to 300%.
  • Hacky way: Open ~/.config/monitors.xml in editor and set scale to 3 then reboot or relogin
  • Hacky way 2: Remove ~/.config/monitors.xml, run gsettings set org.gnome.desktop.interface scaling-factor 3 then relogin.

On some devices or on newer version of gnome there are no 300% scaling option in settings.

Firefox wayland issue

On Gnome-mobile Firefox doesn't use wayland for render. It causes some issues:

  • Scaling issue: Firefox run in low-resolution mode and looks like ugly.
  • Input issue: Firefox doesn't triggering gnome OSK

How to solve this issues described here

GNOME with GNOME Shell/Mutter WIP mobile patches

Gnome Shell Mobile (Experimental)
Gnome Shell w/ mobile patches running on Oneplus 6
Gnome Shell w/ mobile patches running on Oneplus 6
Name Gnome Shell Mobile (Experimental)
Graphics stack Mutter
Toolkit Clutter
In postmarketOS
Package postmarketos-ui-gnome-mobile
Status Available
postmarketOS with GNOME Shell/Mutter WIP mobile patches on the OnePlus 6

Gnome Shell/Mutter with mobile patches from fork on https://gitlab.gnome.org/verdre. Currently being upstreamed to the main Gnome Shell/Mutter. Very much WIP. More info: https://blogs.gnome.org/shell-dev/2022/09/09/gnome-shell-on-mobile-an-update/


How to test

How to file bugs

This is under active development and has many known and unknown bugs. It is packaged here in order to be a development target. Please report the issues to postmarketOS before filing upstream, as at this early stage it is unknown whether potential bugs may be due to packaging or in the code upstream.

See also

GNOME without GNOME Shell/Mutter WIP mobile patches

Gnome Shell
Gnome Shell without mobile patches running on Redmi 2
Gnome Shell without mobile patches running on Redmi 2
Name Gnome Shell
Graphics stack Mutter
Toolkit Clutter
In postmarketOS
Package postmarketos-ui-gnome
Status Available
postmarketOS with GNOME without GNOME Shell/Mutter WIP mobile patches on the Redmi 2


The stock gnome experience for desktop/laptop.


See also

Extensions

Force phone mode

Warning for gnome-mobile only

This extension forces gnome-mobile to use phone mode. Without it, phone mode will be calculated by screen resolution and scale factor

https://github.com/vixalien/force-phone-mode

Screen auto rotate button

GNOME supports automatic screen rotation, but on a phone it is often useful to switch between manual/automatic rotation on the fly. This adds a button to the system status area.

https://github.com/shyzus/gnome-shell-extension-screen-autorotate

Screen manual rotate button

On phones without support for the gyroscope the following extension adds just a button to manually rotate the screen instead.

https://gitlab.gnome.org/gnumdk/add-rotate-button

Clock to the left

Many phones/mobile devices have a notch that makes it necessary to move the clock of top bar to left edge. This extension does just that:

https://gitlab.gnome.org/gnumdk/move-shell-clock/

Flashlight button

Extension adds a button to the Quick Settings: https://gitlab.com/NekoCWD/nekotorch

See LEDs for more details.

How to install

Relevant links