Merge branch 'main' into gnome-44-max
This commit is contained in:
commit
260f3b1398
|
|
@ -31,7 +31,7 @@ Breezy GNOME is in AUR (but not pacman, yet). To install, run these commands fro
|
||||||
1. Download the Breezy GNOME [setup script](https://github.com/wheaney/breezy-desktop/releases/latest/download/breezy_gnome_setup) and set the execute flag (e.g. from the terminal: `chmod +x ~/Downloads/breezy_gnome_setup`)
|
1. Download the Breezy GNOME [setup script](https://github.com/wheaney/breezy-desktop/releases/latest/download/breezy_gnome_setup) and set the execute flag (e.g. from the terminal: `chmod +x ~/Downloads/breezy_gnome_setup`)
|
||||||
2. Run the setup script:
|
2. Run the setup script:
|
||||||
* For **GNOME 45+**: `~/Downloads/breezy_gnome_setup`
|
* For **GNOME 45+**: `~/Downloads/breezy_gnome_setup`
|
||||||
* For **GNOME 42-44**: `~/Downloads/breezy_gnome_setup --tag gnome-44-max-beta-1`
|
* For **GNOME 42-44**: `~/Downloads/breezy_gnome_setup --tag gnome-44-max-beta-2`
|
||||||
|
|
||||||
### Non-GNOME Setup
|
### Non-GNOME Setup
|
||||||
A workable solution (with some [QoL improvements needed](#upcoming-features)) is to use your preferred desktop environment with a GNOME window open in nested mode. To do this:
|
A workable solution (with some [QoL improvements needed](#upcoming-features)) is to use your preferred desktop environment with a GNOME window open in nested mode. To do this:
|
||||||
|
|
|
||||||
|
|
@ -82,6 +82,7 @@ echo "Installing the breezydesktop@xronlinux.com GNOME extension"
|
||||||
gnome-extensions install --force breezydesktop@xronlinux.com.shell-extension.zip
|
gnome-extensions install --force breezydesktop@xronlinux.com.shell-extension.zip
|
||||||
|
|
||||||
echo "Installing the Breezy Desktop UI Flatpak (this may take a couple minutes the first time)"
|
echo "Installing the Breezy Desktop UI Flatpak (this may take a couple minutes the first time)"
|
||||||
|
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||||
flatpak install --user --noninteractive --reinstall com.xronlinux.BreezyDesktop.flatpak
|
flatpak install --user --noninteractive --reinstall com.xronlinux.BreezyDesktop.flatpak
|
||||||
|
|
||||||
# set up the XR driver using the local binary
|
# set up the XR driver using the local binary
|
||||||
|
|
|
||||||
|
|
@ -325,13 +325,13 @@ var MonitorManager = GObject.registerClass({
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this._needsConfigCheck = false;
|
||||||
if (error) {
|
if (error) {
|
||||||
Globals.logger.log(`Failed to switch to optimal mode for monitor ${monitorConnector}: ${error}`);
|
Globals.logger.log(`Failed to switch to optimal mode for monitor ${monitorConnector}: ${error}`);
|
||||||
|
|
||||||
// tell the extension to proceed, this should result in another config check
|
// tell the extension to proceed, this should result in another config check
|
||||||
this._changeHookFn();
|
this._changeHookFn();
|
||||||
} else {
|
} else {
|
||||||
this._needsConfigCheck = false;
|
|
||||||
if (configChanged) {
|
if (configChanged) {
|
||||||
Globals.logger.log(`Switched to optimal mode for monitor ${monitorConnector}`);
|
Globals.logger.log(`Switched to optimal mode for monitor ${monitorConnector}`);
|
||||||
} else if (!!this._changeHookFn) {
|
} else if (!!this._changeHookFn) {
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9066a1d1c6b63a71f1d39e4b946ae06cc5c673a6
|
Subproject commit 4ce360a936937e8dd0ebd54a337fec54bb38f497
|
||||||
Loading…
Reference in New Issue