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.
- Host: GitHub
- URL: https://github.com/vixalien/force-phone-mode
- Owner: vixalien
- Created: 2023-10-28T13:46:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-17T07:49:36.000Z (over 1 year ago)
- Last Synced: 2025-03-30T17:04:46.372Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```