gnome-shell Questions

3

Solved

Where can I find documentation about the GNOME Shell theme css elements? For instance, if I want to change the style of the "Activites" which css class/id do I have to tweak? More in general I'm lo...
Tussore asked 9/4, 2015 at 12:44

3

Solved

I've already followed the method to deactivate automatic screen lock as explained in this article. However, when the screen turns off and I shake the mouse or press a key to wake it up, I'm still g...
Homiletic asked 2/8, 2019 at 16:8

5

Solved

I'm using VSCode on Gnome (on XOrg on Arch). Since lately, the shortcut Ctrl+. stopped working, despite still being listed in the keyboard shortcuts and despite all extensions being disabled. Inste...

1

Solved

I have checked : https://www.gtk.org/docs/language-bindings/python https://gitlab.gnome.org/GNOME/pygobject/ https://pygobject.readthedocs.io/en/latest/ https://python-gtk-3-tutorial.readthedocs.io...
Feldspar asked 13/7, 2023 at 5:35

3

Solved

After copying [email protected] folder to .../gnome-shell/extensions/ I'm executing this command on the terminal: gnome-shell-extension-tool -e [email protected] Then, I restart my sess...
Jumna asked 4/10, 2017 at 12:35

6

Solved

I have two gnome-shell extensions that don't appear to be loading after upgrading to 3.24. In gnome-tweak-tool they have a warning sign icon with "Error loading extension", and nothing else. I trie...
Seismography asked 27/4, 2017 at 21:32

1

Solved

I'm working on Gnome shell extension recently. I looked at some code, like this: const Lang = imports.lang; const extension = new Lang.Class({...}) I can't find any information about Lang in GJS....
Fattish asked 13/7, 2021 at 5:25

3

What is the simplest way to (globally) bind a key combination (e.g. <Super>+A) to a function in a gnome shell extension? Inspecting a couple of extensions, I ran into the following code: gl...

1

How can i make Popover appears outside application window like menu in gnome-shell panel? Or should i use another GTK widget?
Marra asked 16/11, 2015 at 19:45

1

I have written a small GNOME Shell extension, that I want to distribute to some collegues. For this I created a RPM. After the installation a restart of GNOME-Shell is needed to make the extension...
Cafard asked 8/6, 2020 at 15:28

2

Solved

How can I add an event or other method to listen to keypresses on a gnome shell extension? e.g. show a dialog with each key press showing the pressed key? I can not find any example. The documenta...
Pothook asked 15/2, 2015 at 1:3

3

Assuming I'm using intel's driver. Gnome-shell allows to rotate screens in Settings -> Display when using Xorg. Is it possible to rotate when using Wayland?
Canicular asked 10/10, 2015 at 12:43

1

Gnome Shell has great shortcuts, however, I don't find a way to call them programmingly Assume that I want to use a GJS script to start Google Chrome, move it to workspace 1, and maximize it, then ...
Knapp asked 13/2, 2014 at 8:25

1

I want to step into extension development for Gnome Shell, but I can't seem to understand how I do a few tasks in Looking Glass lg to actually debug my stuff. When I type global.log("hi"); into L...

2

This question is in the continuity of a previous question here: How make emacs console mode inherit shell colors On Ubuntu 12.10 and Gnome Shell 3.6.2 I am running Emacs. Following http://www.emac...
Bitternut asked 13/2, 2013 at 10:27

3

Solved

I am writing a gtk+ app using Gjs ( Gnome JavaScript bindings ) As there are no documents available i am reading the sources of gnome-shell JavaScript's . In my app i need to get access to global.u...
Revocable asked 2/1, 2012 at 11:38

8

Solved

I would like to develop GNOME Shell extensions and found it's really easy to step into the development process but I still can't figure out how to debug / test my extensions effectively. Are there...

1

I am currently trying to refactor an existing gnome-shell extension's codebase. Part of that is introducing unit tests as it seems rather neglectful to not use tests in 2016. After some tinkering ...
Lycaonia asked 21/8, 2016 at 11:45

2

Solved

I have written a simple shell script to accomplish a common task, and I want to be able to run it whenever a button is clicked. I've used gnome-shell-extension-tool to create the Hello World exampl...
Challenging asked 27/6, 2013 at 3:19

2

I want to write an extension that does the opposite of the "focus-follows mouse" setting in GNOME Shell: I want to make my pointer move to the center of the currently focused window. Can this be d...
Burkitt asked 4/1, 2017 at 22:27

1

Solved

I have a tkinter application that has a main window (a Tk) and an additional window (a Toplevel). I want these windows to group together in the window manager (GNOME Shell). I believe it is necess...
Flanigan asked 29/11, 2016 at 19:47

4

Solved

My Gnome Shell extension has a folder 'icons' and there is an icon file called 'MyIcon.png' inside. I want to take it as a parameter to an St.Icon object. let icon = new St.Icon({ /* I need what t...
Yellows asked 5/12, 2013 at 8:21

1

Solved

I will receive {x,y} data from the network corresponding to a pixel coordinate. I would like to create clutter event or at least inform the system (clutter stage) there is a mouse move to the rec...
Inbreeding asked 22/1, 2016 at 13:15

1

I am trying to create simple gtk application for gnome-shell using gjs. Its window contains Gtk.TextView only and I want to process events when user is typing. Here is my code: #!/usr/bin/gjs v...
Selectee asked 4/6, 2015 at 22:56

1

I need your help please: I'm working on a little Java application (Java version 7) which has to be minimized into the system tray. I'm using Class SystemTray, with SystemTray.isSupported(), then ...
Daisy asked 1/5, 2015 at 21:56

© 2022 - 2024 — McMap. All rights reserved.