Operating system: Debian amd64 and Slackware i686 with emwm window manager
Browser version: 33.7.0 GTK3 self-compiled and 33.7.0 AVX2 from the PM ftp.
Hello!
I noticed that clicking on the white part of the menu bar causes the window to be moved, even when the mouse is not moved (tested with touchpad).
This only happens in the emwm window manager, not in the mwm window manager.
I talked to the developer and he said that applications itself can call window manager functions.
Is that a PM or window manager problem?
--
kind regards
emwm causes window to be moved
Moderator: trava90
Forum rules
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
-
Pentium4User
- Board Warrior

- Posts: 1329
- Joined: 2019-04-24, 09:38
emwm causes window to be moved
The profile picture shows my Maico EC30 E ceiling fan.
-
vannilla
- Moon Magic practitioner

- Posts: 2522
- Joined: 2018-05-05, 13:29
Re: emwm causes window to be moved
It's seems to be a GTK thing specifically. I use a window manager without titlebars driven by key-mouse chords and every GTK-based app has this behaviour.
-
JesusOfSuburbia
- Apollo supporter

- Posts: 38
- Joined: 2018-03-11, 15:50
- Location: Rheinland
Re: emwm causes window to be moved
As vannilla says, this is something GTK 3 introduced. If you want to get rid of this behavior, add the following lines to "$HOME/.config/gtk-3.0/gtk.css":
Then reload your GTK 3 theme, and it should(TM) apply.
Code: Select all
menubar, .menubar {
-GtkWidget-window-dragging: false;
}
Such is life.