GNOME Shell is the core user interface of the GNOME desktop environment starting with version 3.
Questions tagged [gnome-shell]
263 questions
1
vote
1 answer
Programming a Gnome extension to disable left edge drag gesture to show the app picker
My apologies to all, if this is in the wrong group.
We’d like to use Fedora 23 in Kiosk mode, but there is was a recently added left edge swipe feature that was added to Gnome Shell (https://github.com/GNOME/gnome-shell)that cannot be disabled…

SciComputing
- 11
- 3
1
vote
1 answer
How to Create Clutter events with GJS
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 received {x,y} data.
I had a look on the unofficial GJS…

Erwan Douaille
- 553
- 1
- 10
- 31
1
vote
1 answer
Build gnome-shell issue: jhbuild does not find libtiff
I started tinkering with gnome-shell to kill time and I just can't get jhbuild to work! I followed all the instructions on the jhbuild guide on the gnome-shell wiki.
I got to the part where it says to run $ jhbuild sysdeps…

Tabish Imran
- 417
- 5
- 15
1
vote
0 answers
gnome shell extension animate actor size
I am trying to animate an existing actor in gnome-shell. I have tried in a few ways and each time I am able to change the actor location but I am unable to change the actor size.
This is one of the ways I have tried and the actor is changing it's…

palaviv
- 41
- 5
1
vote
1 answer
How to start a GtkApplication from inside a gnome-shell-extension?
My goal is to start a new GtkApplication when the user presses a button in the topbar of Gnome.
The button in the topbar can be done by a gnome-shell-extension, but I have difficulties opening up the GtkApplication.
Therefore, for now the following…

JayStrictor
- 468
- 1
- 4
- 10
1
vote
3 answers
gnome-shell 3.16 window titles
Before 3.16, it was easy to remove the window titles from maximized windows - just editing the metacity-theme.xml file. However, 3.16 is using client side decorations, and metacity has no control over the window decorations. Is there another way of…

sencer
- 345
- 5
- 17
1
vote
1 answer
gnome shell 3.16 - how to add reboot butotn
I have a problem with my gnome shell 3.16.1 (on Arch linux)
I want to add a reboot button to the drop down menu at top right corner.
when I press shutdown button - it shutdowns the computer.
(suspend button was added via extensions, but I cannot…

Alexander
- 11
- 2
1
vote
1 answer
fetch the whole desktop/screen using gnome-extension?
I'm working on gnome-extensions (javascript) and i would like to know if it's possible to fetch/capture a desktop/screen object to apply modifications on it.
For example getting a window i use this code:
let app= app_system.get_running();
for(i = 0;…

Erwan Douaille
- 553
- 1
- 10
- 31
1
vote
1 answer
Starting Gnome 3 in a read-only environment
First off, my intention is to create a portable, bootable USB drive containing a GNU/Linux distribution. Specifically, I want to use Arch Linux with a squashfs read-only root filesystem.
The squashfs image is based on a snapshot of a working VM. The…

s1kam4n
- 144
- 8
1
vote
1 answer
How to tell if a window is minimized using GJS?
The wrappers for GJS/Gnome don't seem to expose the "minimized" property.
There is a get_maximized(), but this doesn't seem to return the information I need.
Using the JavaScript bindings for Gnome Applets, is there a way to get whether a MetaWindow…

aikeru
- 3,773
- 3
- 33
- 48
1
vote
0 answers
Get object path in Gnome Shell / GJS
I'm writing a GNOME Shell extension and I need to save some information that will help me retrieve arbitrary (user selected) objects in the Gnome Shell interface across sessions, or at least statically generated actors/objects.
Given an existing…

usermynut
- 37
- 5
1
vote
0 answers
d-bus not receive msg with javascript
i have a problem with d-bus on gnome shell, I'm trying to manage the screencasts via messages dbus with javascript, this is a code:`
this.gdbusConnection = Gio.bus_get_sync(Gio.BusType.SESSION, null);
this.gdbusProxy = new…

poisonwater
- 11
- 2
1
vote
1 answer
gnome shell developement step by step debugger
Is there any way to have a step by step debugger and variable browser in gnome shell ?
I had a look at the wiki page :
https://wiki.gnome.org/GnomeShell/Extensions
and I already tryed to find this in look glass :…

sylvain
- 1,951
- 2
- 19
- 34
1
vote
1 answer
x11 gnome-shell display freezes every minute for 25 seconds
I use gnome shell in Fedora 18 x86_64 on an emachines E725 notebook. For the last month, every 60 seconds the display locks up for 25 seconds. Sometimes it does this for 10 minutes, and sometimes all day. The mouse cursor still moves, and sound…

David W. Allor
- 31
- 2
- 8
1
vote
0 answers
gnome-shell or cinnamon: How do I pass the variable to the callback?
I am trying to generate a dynamic pop up menu whereby the items in the list come from a json file. I hope there are enough details here for you to make a judgment.
The simplified contents of the json are:
{
"locationdetails" : {
"type":…

user1464409
- 1,032
- 5
- 18
- 31