python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Can I use other languages(other than JavaScript) to create Gnome Shell Extensions?
I am creating a GNOME Shell Extension and want to use languages like C++/Golang rather than JavaScript to create it. It is also acceptable if I can somehow call/use the C++/go executable in my extensi...
Avinal
Votes: 0
Answers: 1
How to add a slider to a gnome shell extension?
I am trying to add a slider to my extension's indicator, like they do in the sound chooser for example:
I tried this code:
class Indicator extends PanelMenu.Button {
_init() {
super._init...
Piero dS
Votes: 0
Answers: 1
how to build gnome shell from source?
I want to install gnome shell on my machine from the project's gitlab repository for testing.
I searched their wiki but couldn't find any specific documentation to do this.
I tried with gnome builder ...
Karichi
Votes: 0
Answers: 1
Can I get a hover and checked effect with St.Button in GJS?
I have a group button with icon. If I can setup a hover effect, for I saw here is some func or attribute like St.Widget.track-hover St.Widget.sync_hover St.Widget.set_hover, maybe minor changes may be...
eexpress
Votes: 0
Answers: 2