Skip to content

Commit 9fc743b

Browse files
authored
Merge pull request #2 from BuddiesOfBudgie/converttomagpie
Convert to magpie
2 parents 8d7e958 + 9abe402 commit 9fc743b

40 files changed

+1291
-554
lines changed

README.md

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
# Mutter
1+
# Magpie
22

3-
Mutter is a Wayland display server and X11 window manager and compositor library.
4-
5-
When used as a Wayland display server, it runs on top of KMS and libinput. It
6-
implements the compositor side of the Wayland core protocol as well as various
7-
protocol extensions. It also has functionality related to running X11
8-
applications using Xwayland.
9-
10-
When used on top of Xorg it acts as a X11 window manager and compositing manager.
3+
Magpie is a X11 window manager and compositor library.
114

125
It contains functionality related to, among other things, window management,
136
window compositing, focus tracking, workspace management, keybindings and
@@ -17,14 +10,25 @@ Internally it uses a fork of Cogl, a hardware acceleration abstraction library
1710
used to simplify usage of OpenGL pipelines, as well as a fork of Clutter, a
1811
scene graph and user interface toolkit.
1912

20-
Mutter is used by, for example, GNOME Shell, the GNOME core user interface, and
21-
by Gala, elementary OS's window manager. It can also be run standalone, using
22-
the command "mutter", but just running plain mutter is only intended for
13+
Magpie is a soft-fork of GNOME's mutter at version 43 tailored to the requirements of the Budgie Desktop 10 series (from v10.8 and later). Magpie allows mutter based desktops such as GNOME Shell to co-exist since the key-components such as libmagpie are separated by both name and file-system install location. Magpie shares some Mutter shared files; therefore these need to be delivered/installed as part of the distribution from its mutter package. Alternatively these files can be delivered using the meson option "with_shared_components" where budgie-desktop is not required to co-exist with any mutter based desktops.
14+
15+
/lib/udev/rules.d/61-mutter.rules
16+
/usr/share/GConf/gsettings/mutter-schemas.convert
17+
/usr/share/glib-2.0/schemas/org.gnome.mutter.gschema.xml
18+
/usr/share/glib-2.0/schemas/org.gnome.mutter.wayland.gschema.xml
19+
/usr/share/glib-2.0/schemas/org.gnome.mutter.x11.gschema.xml
20+
/usr/share/gnome-control-center/keybindings/50-mutter-navigation.xml
21+
/usr/share/gnome-control-center/keybindings/50-mutter-system.xml
22+
/usr/share/gnome-control-center/keybindings/50-mutter-wayland.xml
23+
/usr/share/gnome-control-center/keybindings/50-mutter-windows.xml
24+
25+
Magpie is used by the Budgie Desktop as its window manager. It can also be run standalone, using
26+
the command "magpie", but just running plain magpie is only intended for
2327
debugging purposes.
2428

2529
## Contributing
2630

27-
To contribute, open merge requests at https://gitlab.gnome.org/GNOME/mutter.
31+
To contribute, open merge requests at https://github.com/buddiesofbudgie/magpie
2832

2933
It can be useful to look at the documentation available at the
3034
[Wiki](https://gitlab.gnome.org/GNOME/mutter/-/wikis/home).
@@ -51,21 +55,13 @@ message body than too little.
5155

5256
## Default branch
5357

54-
The default development branch is `main`. If you still have a local
55-
checkout under the old name, use:
56-
```sh
57-
git checkout master
58-
git branch -m master main
59-
git fetch
60-
git branch --unset-upstream
61-
git branch -u origin/main
62-
git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main
58+
The default development branch is `main`.
6359
```
6460
6561
## License
6662
67-
Mutter is distributed under the terms of the GNU General Public License,
63+
Magpie is distributed under the terms of the GNU General Public License,
6864
version 2 or later. See the [COPYING][license] file for detalis.
6965
70-
[bug-tracker]: https://gitlab.gnome.org/GNOME/mutter/issues
66+
[bug-tracker]: https://github.com/buddiesofbudgie/magpie/issues
7167
[license]: COPYING

0 commit comments

Comments
 (0)