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 do I use websockets with gjs(Gnome JavaScript)?
I am trying to create a simple application in GJS that sends desktop notifications based on json received via WebSocket. What is the easiest way to use WebSocket in GJS? Thanks in advance.
nexryai
Votes: 0
Answers: 2
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 do I monkey-patch GObjects in a GNOME extension?
Versions
GNOME 40.4.0
Ubuntu 21.10 (Wayland)
Description
I'm writing an extension that provides fixed input method ordering in GNOME, as opposed to its usual MRU ordering. I have patched the InputSo...
itzjackyscode
Votes: 0
Answers: 0