dan
dan
You could create 2 LICENSES - one with typos, the other without and give the user an option which one to use.
@maoschanz , thanks for looking into this. what i had in mind was LockScreen/UnlockScreen, not login/logout. would be nice if the extension could remember if it was visible when lockScreen...
A temporary fix which worked for me: insert here: https://github.com/maoschanz/notes-extension-gnome/blob/5ccfb5731d40b41e87e401823bfdda375ab4a2ca/notes%40maestroschan.fr/extension.js#L47 the lines ``` NOTES_MANAGER = new NotesManager(); if (Main.screenShield._activationTime > 0){ // this is not the first login because screen...
fwiw, gnome-shell allows to change RGB values of any window. There is even an extension which inverts colors https://github.com/jackkenney/gnome-true-color-invert I modified that extension's extension.js to set window colors to e.g....
yes, it is the same here - only per window RGB change. all pop up menus are not changed, unfortunately. I only keep one window fullscreen with a dark theme...
Thank you. This is a valid concern. It may be partially addressed by also allowing certain destinations, like e.g. allow konqueror access to *.wordpress.com. This will of course create a...
I saw the comment in the code //using /mask caused 10+ second lag when calling iptables So the slowness had to do with this, not with -o/-i lo
In a hipothetical situation (with this patch) when eth0 sends data to 127.\* address, lpfw will catch this packet and we don't want that. To mitigate, we would still need...
yes, in gui/gui.py remove the line 539 window.show()
thank you, I saw it earlier. I applaud you efforts. Feel free to ask questions if you need any extra info for your book.