Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 856 Bytes

File metadata and controls

32 lines (22 loc) · 856 Bytes

Force Phone Mode

This is an extension that forces the phone mode on GNOME Shell Mobile. Useful for testing GNOME Shell Mobile on non-mobile devices.

Note that this extension will only work on GNOME Shell Mobile and will crash with the following error on normal GNOME:

Main.layoutManager._updateIsPhone is not a function

Install

To install this extension, clone this repo into ~/.local/share/gnome-shell/extensions/force-phone-mode@vixalien.com.

git clone https://github.com/vixalien/force-phone-mode.git ~/.local/share/gnome-shell/extensions/force-phone-mode@vixalien.com

Update

cd ~/.local/share/gnome-shell/extensions/force-phone-mode@vixalien.com && git pull

Uninstall

rm -rf ~/.local/share/gnome-shell/extensions/force-phone-mode@vixalien.com