xrandr-indicator makes the whole shell crash if the right gjs features are missing, but instead of asking not to install it, we can use gjs versioning.
10 lines
299 B
Plaintext
10 lines
299 B
Plaintext
{
|
|
"uuid": "@uuid@",
|
|
"name": "Monitor Status Indicator",
|
|
"description": "Add a systems status menu for rotating monitors (overrides what is currently provided by gnome-settings-daemon)",
|
|
"shell-version": [ "@shell_current@" ],
|
|
"js-version": [ "0.7.15" ],
|
|
"localedir": "@LOCALEDIR@",
|
|
"url": "@url@"
|
|
}
|