Questions tagged [mutter]

mutter is a compositing Window Manager for GNOME 3.

Beginning with GNOME 3, Mutter is the Window Manager, replacing Metacity.

Mutter is extensible with plugins; the GNOME Shell runs as a plugin to Mutter.

33 questions
50
votes
6 answers

How to change the titlebar height in standard GTK apps and those with headerbars/CSDs on Gnome 3.20

In Gnome 3.18, it was possible to change the titlebar height of all windows by changing the css in ~/.config/gtk-3.0/gtk.css as per Reduce title bar height in gnome 3 / gtk+ 3. .header-bar.default-decoration { padding-top: 0px; …
joelostblom
  • 1,889
  • 2
  • 19
  • 32
12
votes
3 answers

how to determine which composite manager is running

I'm using Arch Linux, and have both Gnome and the i3 window manager installed. When running i3, I'm trying to initiate the composite manager Compton. But trying to do so results in the following error: $ compton [ 04/11/2019 22:32:36.443 register_cm…
Trevor
  • 1,559
  • 1
  • 16
  • 27
8
votes
1 answer

gnome-shell error log

Where can I find gnome-shell error (or debug) log? I'm interested in mutter error/warning messages since I have a GLX problem I need to debug and I believe the key could be in gnome-shell's messages.
Dean
  • 384
  • 1
  • 4
  • 11
8
votes
2 answers

Set window transparency in Gnome

I'd like to make my IDE window partially transparent. I achieved this in Unity using compiz as described in the accepted answer to: How to make a window transparent in gnome. However I don't believe compiz will work for this with gnome unless I'm…
Zachscs
  • 183
  • 1
  • 1
  • 5
6
votes
0 answers

Remove shadows from Metacity windows

My goal is to remove the dropshadow from all metacity windows. I realize there is not a setting to do this and I may need to recompile metacity. If I can simply do it by editing source files without compiling, an ideas where I can start on that?
winchendonsprings
  • 294
  • 1
  • 3
  • 13
6
votes
1 answer

Does Gnome Shell use Mutter?

In Wikipedia is written that Gnome Shell in Gnome 3 uses Mutter window manager. But ps x | grep mutter shows that Mutter is not running. Moreover I had experience with working Gnome Shell before I installed Mutter. Does Gnome Shell really use…
porton
  • 2,136
  • 2
  • 21
  • 28
6
votes
2 answers

How do I get sound to work outside lightdm

If for whatever reason I sudo stop lightdm running on mint and just use a simple xinit session with mutter, is there some way I can get sound to work? Whenever I do that, it seems there's no sound.
dspyz
  • 163
  • 1
  • 7
6
votes
0 answers

How to write a simple mutter plugin?

I want to create a very simple Desktop Environment using mutter or libmutter. I found out that mutter is a very simple wm but it can only be customized if I write a plugin for it. so I want to create a gnome-shell like plugin for mutter which would…
5
votes
1 answer

How to maximize window top/bottom half screen in Gnome?

Does somebody knows how to maximize a window to the half top or half bottom of a screen in gnome? I have found only how to do it left/right, but not top/bottom. Any ideas?
Alejandro
  • 284
  • 1
  • 3
  • 8
3
votes
0 answers

Gnome shell Window auto-focus not working for specific applications

I am using fedora 37 with kernel version 6.2.9. Some of the applications like gnome-terminal and gnome software store when launched from the Dash in gnome-shell are not focused i.e. they are not being auto-focused. But when they are launched from…
arka
  • 193
  • 5
3
votes
1 answer

Change default location of the left/right split between snapped windows in Gnome

In gnome 3.28 on ubuntu 18.04 SUPER+← snaps a window to the left SUPER+→ snaps a window to the right These actions are called "View split on Left" or "View Split on Right" in the list of Gnome keyboard shortcuts in Settings. Once windows have been…
courtyardz
  • 53
  • 4
3
votes
3 answers

Downgrade Gnome 3 to Gnome 2

I have installed fedora16 recently. I don't like the Gnome3 that my fedora got shipped with. I want to downgrade it to Gnome2 as i haven't used any other desktop environment before. Any knowledge about how to do it ?
ganessh
  • 435
  • 5
  • 7
3
votes
0 answers

Is it possible to change the default window animation in Gnome Shell (preferably to fade in/out)?

Instead of the default zoom in/out animations when opening and closing windows in Gnome Shell, is it possible to have a fade in/out animation? I am mostly interested in this because when opening a terminal, it stutters when loading .zshrc. I know I…
joelostblom
  • 1,889
  • 2
  • 19
  • 32
2
votes
1 answer

Run mutter window manager standalone

I'm trying to run my window manager standalone on Debian 7 (i.e. without Gnome 3, which is currently installed). Apparently Gnome is already running the mutter window manager: $ wmctrl -m Name: Mutter Class: N/A PID: N/A Window manager's "showing…
mulllhausen
  • 2,648
  • 9
  • 36
  • 42
2
votes
1 answer

Gnome settings only offers 49.99 Hz for a 60 Hz monitor

I have a 60 Hz monitor, but Gnome 40 settings only allows 49.99 Hz (and 29.99 Hz). I'm running Wayland, obviously. Why is that? Gnome's animations don't feel smooth either, can that be related? It's quite a big monitor with 3440 × 1440 px², and in…
Andy
  • 213
  • 1
  • 11
1
2 3