I will be working on a better MD file later, for now, I will be droping here some useful commands I used to debug this extension.
gnome-extensions reset emoji-copy@felipeftn
gnome-extensions enable emoji-copy@felipeftn
Build and Debug:
make debug
First, build the extension:
make
Then, run an virtual wayland session:
dbus-run-session -- gnome-shell --nested --wayland
ln -s ~/Desktop/emoji-copy/emoji-copy@felipeftn/ ~/.local/share/gnome-shell/extensions/debug-emoji-copy@felipeftn
Update the extension version at the metadata.json
, then run: make debug
.
As simple as that! 🎉
- GJS GJS Documentation
- GJS Settings GJS Settings Documentation
- GJS Guide GJS Extensions Guide
- Adwaita Gnome Adw documentation