hardpixel / unite-shell

Unite is an extension that makes GNOME Shell look like Ubuntu Unity Shell.
GNU General Public License v3.0
930 stars 62 forks source link

v58 window titles still missing after uninstalling the extension #270

Closed tomaszwaraksa closed 2 years ago

tomaszwaraksa commented 2 years ago

After brief experimenting with the extension I have uninstalled it. Didn't work well enough for me. Unfortunately, window titles are now gone on many application windows, rendering them unusable. Cannot move some windows around. How to restore the system back to sanity? What has been changed in settings / gtk themes? Help...


OS: Pop!_OS 21.04 x86_64 Kernel: 5.13.0-7614-generic Shell: bash 5.1.4 DE: GNOME WM: Mutter WM Theme: Pop Theme: Pop [GTK2/3] Icons: Deepin [GTK2/3] Terminal: tilix

tomaszwaraksa commented 2 years ago

Slack, with window titlebar gone.

image

tomaszwaraksa commented 2 years ago

Thunderbird, titlebar gone

image

jonian commented 2 years ago

Did you uninstall the extension from extensions app/website or you just removed the extension folder manually? Did you try to restart your session?

tomaszwaraksa commented 2 years ago

Hi, thanks, I've uninstalled it the standard way. First disabled the extension using the Extension app, then uninstalled it completely. As far as I can see, there's no residue left in /usr/share/gnome-shell/extensions:

drwxr-xr-x - root 17 Sep  8:34 cosmic-dock@system76.com
drwxr-xr-x - root 14 Aug 13:14 ding@rastersoft.com
drwxr-xr-x - root 17 Sep  8:36 pop-cosmic@system76.com
drwxr-xr-x - root  9 Oct 20:44 pop-shell@system76.com
drwxr-xr-x - root 18 Sep 12:20 system76-power@system76.com
drwxr-xr-x - root  2 Jul 14:46 ubuntu-appindicators@ubuntu.com
drwxr-xr-x - root  2 Jul 14:54 ubuntu-dock@ubuntu.com
jonian commented 2 years ago

Hi, is the issue resolved?

You should always remove extensions from the extensions app. All extensions revert their changes when they are disabled/uninstalled.

tomaszwaraksa commented 2 years ago

Hi,

I have uninstalled the extension using the extensions app, the proper way.

Unfortunately, the issue remains. I've restarted the session, to no avail. Then tried restoring system settings with TimeShift, a few days back. Didn't help either. Hence I'm curious, what exactly does the extension change. Any gtk+ stylesheets outside TimeShift's scope?

thanks!

tomaszwaraksa commented 2 years ago

As of now, many applications remain broken. Seems like only native-Gnome applications are okay. Others are messed up - Thunderbird, Softmaker Office, Electron-based apps (Signal, Slack etc). They've lost window chrome - no titlebars, cannot resize or move any of them .

jonian commented 2 years ago

The extension does not change any settings. As for GTK stylesheets, it adds a css import in ~/.config/gtk-3.0/gtk.css, that can't cause any issues if the extension is removed.

jonian commented 2 years ago

Did you try to disable all extensions? Maybe some other extension is causing issues. Pop OS has it's own extension pop-shell that also removes title-bars https://github.com/pop-os/shell/blob/master/src/xprop.ts

tomaszwaraksa commented 2 years ago

Hi, thanks for the tip, appreciated! Looks indeed like something got messed up with pop-shell. When I switch it off, title bars are back. Closing the issue, I'll continue investigating further.