mirror of
https://github.com/Hopiu/RandomWallpaperGnome3.git
synced 2026-04-25 00:44:44 +00:00
Update README.md
This commit is contained in:
parent
372532dfae
commit
8dca4e9d4b
1 changed files with 4 additions and 4 deletions
|
|
@ -30,9 +30,9 @@ Now you should be able to activate the extension through the gnome-tweak-tool.
|
|||
Run `./install uninstall` to delete the symbolic link.
|
||||
If you installed the extension manually you have to delete the extension folder with `rm -rf ~/.local/share/gnome-shell/extensions/randomwallpaper@iflow.space`.
|
||||
|
||||
## Debuging
|
||||
Debuging can be started via `sh debug.sh`. Information can be printed with `global.log()`.
|
||||
To debug the prefs.js use `sh debug.sh perfs`. In this case you should print debug messages with `print()`.
|
||||
## Debugging
|
||||
Extension output can be followed with `./debug.sh`. Information should be printed using the existing logger class but can also be printed with `global.log()` (not recommended).
|
||||
To debug the prefs.js use `./debug.sh perfs`.
|
||||
|
||||
## Compiling schemas
|
||||
This can be done with the command: `glib-compile-schemas schemas/`
|
||||
This can be done with the command: `glib-compile-schemas randomwallpaper@iflow.space/schemas/`
|
||||
|
|
|
|||
Loading…
Reference in a new issue