An open API service indexing awesome lists of open source software.

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

Force the phone mode on GNOME Shell Mobile.
https://github.com/vixalien/force-phone-mode

Last synced: about 1 year ago
JSON representation

Force the phone mode on GNOME Shell Mobile.

Awesome Lists containing this project

README

          

# 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](https://gitlab.gnome.org/verdre/mobile-shell) 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`.

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

## Update

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

## Uninstall

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