I am a new-ish user, from macos. I know my way around a terminal but the linux file system and packages approach is still foreign to me.
I have been really happy with gnome 42, it is very intuitive to use.
The one thing about it that constantly bugs me are the useless and massive window titlebars.
Ok, so I think I can fix it: linux is customisable, hurray; gnome shell extensions are what I am looking for. There exist quite a few which make the gnome windows more palatable but many do not function on 42. I found one which does and has a feature set I would like: unite.
I install it, no problem. It installs and runs and works: EXCEPT for the very feature that removes the titlebars from windows. I reported it as an issue on github, the developer was available and responded but he pointed me to the problem being exactly as in the title: âxprop is not working on your systemâ.
As you can see he says (link below) the issue is with my Fedora system and xprop itself.
I do not know what xprop is, why it is a dependency of this gnome shell extension or why or in what way it is not working correctly. You can see the conversation with logs and tests here:
xprop claimed to be the problem: not working
Can anyone help me understand if indeed xprop is not working properly on my system and if so why not?
Fedora 36, Gnome 42.2, xprop 1.2.3
Hi @jakednix , welcome to the forums.
Could you check if youâre running X or Wayland? You can check this in the âaboutâ bit of the system settings. Itâs possible that xprop just doesnât work on Wayland and so you need to switch to using X11 (you can do this from the login manager using the âgearsâ button that should pop up when you select your user there)
thanks for the reply.
I am definitely using Wayland, not X11.
itâs strange that the gnome extension unite on itâs github repo mentions that wayland compatibility is there via css - maybe this means something I donât understand.
I did research xprop and came into the whole wayland topic.
I guess being on wayland means xprop is irrelevant�
I think iâll ditch the gnome extension rather than changing from wayland⌠I want to stick with it.
This little attempt at customisation illustrates something that Iâm still struggling with: in Linux I have to remind myself to ask, is this relevant for me, does this work for my system with these setting? This is often not trivialâŚ
Now its back to the drawing board to find a way to get rid of gnome titlebars while using waylandâŚ
Yeh, not sure. I found another extension that seems to do this, also using xprop etc:
may be worth a try, but I note that it hasnât officially been marked to work with Gnome 41+:
thanks for the suggestion.
even minor internet searching reveals that a lot of people have been trying to get rid of gnome titlebar decoration for a looong time.
Iâm just going to live in fullscreen tmux for a while⌠this whole xorg/wayland thing has been very educational.