python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
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 Print Text to DrawingArea in Gnome-Shell-Extension
I'm doing my first gnome-shell extension (gnome shell 41.3) and I seem to encounter the most common problems, finding the right manual for that...
What I try to achive is...
A Widget shown (above eve...
Zappo-II
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
How can I list all files of a directory more simpler in GJS
Now i can use Gio.File.new_for_path Gio.File.enumerate_children Gio.FileEnumerator.next_file to list all files in directory. But It's too heavy to bring out all attributes of all files, I only need pu...

eexpress
Votes: 0
Answers: 0