gtk-js-app
gtk-js-app copied to clipboard
A template for a standard Gtk/GNOME JS application
Your FOSSA integration was successful! Attached in this PR is a badge and license report to track scan status in your README. Below are docs for integrating FOSSA license checks...
I can build the code correctly and execute the program with "com.example.Gtk.JSApplication" , but when I launch it from the desktop environments (Gnome) it doesn't start. Looking at .application file,...
I'm on Linux Mint: $ make make all-recursive make[1]: Entering directory `/home/bruce/gjs/gtk-js-app' Making all in po make[2]: Entering directory`/home/bruce/gjs/gtk-js-app/po' make[2]: Nothing to be done for `all'. make[2]: Leaving directory`/home/bruce/gjs/gtk-js-app/po' Making...
I am a complete newcomer to GTK & GJS development. I write TypeScript professionally and I prefer using TypeScript using plain JavaScript. I see that multiple GTK apps are written...