GNOME Shell is the core user interface of the GNOME desktop environment starting with version 3.
Questions tagged [gnome-shell]
263 questions
2
votes
1 answer
uninstalled gnome extensions keep reappearing
I have a very weird, and extremely annoying, problem.
Each time after reboot (or logout), old uninstalled extensions that I tried out and decided not for me, reinstall themselves. I have to go tho gnome extension in Firefox and uninstall them.
Side…

Chicko
- 21
- 2
2
votes
1 answer
Tool for Integration Testing Gnome-Shell Extensions?
Is there a tool for helping to automate integration tests for Gnome Shell extensions?
In web development, it's common to use tools like Selenium to simulate a human interaction by programmatically interacting with a web browser and confirming…

Cerin
- 60,957
- 96
- 316
- 522
2
votes
2 answers
Make Gnome top bar font weight bold with CSS?
How can I make Gnome's top bar font weight bold?
I found source for gnome-shell.css on GitLab that describes #panel as the UI to target.
I've tried both of these CSS properties on the panel:
#panel {
font-weight: bold;
/*font-weight:…

Bill Columbia
- 141
- 1
- 7
2
votes
1 answer
KeePassXC won't add keys the running SSH agent when started from the gnome shell
I am running on Pop!_OS so for most things this is likely an aquivalent of Ubuntu.
KeepassXC is installed and the SSH-Agent is enabled.
There is a keyphrase configured with a key and it works just like a charm when I start keepassxc from the…

tilois
- 682
- 5
- 15
2
votes
1 answer
Control the tooltip string for toplevel icons shown in the gnome dash
When running a Tcl/Tk program in gnome-shell, all toplevels created by the application add an icon to the dash. When hovering over these icons, they all pop up a tooltip saying "Toplevel", which is not very helpful.
The wm title and wm iconname…

Schelte Bron
- 4,113
- 1
- 7
- 13
2
votes
1 answer
GNOME Shell extension that waits for a new window to be opened
I'm writing a GNOME Shell extension in JavaScript that modifies all application windows.
As an exercise, I want to start off by getting the application name of just one open window and displaying it in the panel.
Right now, in Looking Glass, I can…

T. Andromedon
- 51
- 8
2
votes
1 answer
How to darwing the window buttons from a Gtk.Context in gjs
I' m trying to extract the windows buttons from the current gtk active theme and render it inside a cairo context in gjs, to be used in the Gnome-Global-Menu (https://gitlab.com/lestcape/Gnome-Global-AppMenu). As an example, i have one code that I…

lestcape
- 259
- 2
- 9
2
votes
0 answers
Gnome shell segfaults - how to debug?
Gnome shell randomly segfaults:
gnome-session[1703]: gnome-session-binary[1703] WARNING: Application 'org.gnome.Shell.desktop' killed by signal 11
I'm guessing it's some extensions' fault but i haven't installed any new extensions lately (or…

Gonçalo Marrafa
- 2,013
- 4
- 27
- 34
2
votes
1 answer
Looking for a manual for GNOME3 Shell CSS Entries
I am trying to customise and tune a downloaded GNOME Shell Theme. I managed to change colours of top and bottom panels and got rid of rounded corners. However, I was not successful to find CSS entries for other things. Is there any official manual…

Celdor
- 2,437
- 2
- 23
- 44
2
votes
2 answers
Gnome shell extensions, preventing the call of `disable` when the screen gets locked
When the screen gets locked, my gnome shell extension is disabled. The shell calls disable function of the extension and enable is called again when the lock is released. Can I prevent this behavior? My extension needs to do something in background…

rioneli
- 23
- 2
2
votes
3 answers
Display "open with other application" as a sub-menu
I am almost certain in an older version of Gnome 3, the context menu when right clicking on a file would contain an open with sub-menu. This menu is very useful for HTML files where sometimes I want to open these files in the browser, sometimes in a…

mallwright
- 1,670
- 14
- 31
2
votes
1 answer
How does the "shell-versions" variable in metadata.json work, exactly?
I've seen several approaches in metadata.json, some only specifying whole versions, such as "3.22" while some with more specific such as "3.22.1". I had an issue opened where I had "3.24", "3.24.1" and "3.24.2" but the extension failed to work in…

andy.holmes
- 3,383
- 17
- 28
2
votes
0 answers
How to disable keyboard shortcut overlay that appears on super key hold in gnome desktop?
I want to disable the keyboard shortcut overlay that appears on holding Super key in gnome desktop. How do I disable this?
I'm using Ubuntu Gnome 17.04.
I've searched and found the suggested…

goomba30
- 21
- 3
2
votes
1 answer
How to disable gnome-shell extension that overrides a system indicator
On my system for some reason the brightness indicator would not work to change the brightness. Although xbacklight did work to change the brightness.
I wrote an extension to run xbacklight whenever it changes the brightness. It works. Although it…

linuxfreak003
- 25
- 7
2
votes
0 answers
How to customize GNOME Shell Search bar?
I would like to include stackoverflow, duckduckgo and some other search results in GNOME Shell Search result. So, I think a GNOME Shell Extension will be the solution. Is it possible?

Mubaris NK
- 21
- 3