press Ctrl + S (or select the sticky option), this will keep the window among all your desktops
press "Ctrl + Alt" + "Right click" on the window, set the stacking to Below, this will keep your window below the other ones
if you have composite enabled, select the Opacity value to 60%, this will make the gadget look nicer with a transparency
more options: border style: borderless (make sure you know the hotkeys to manage your windows, you have the hotkeys pdf in your docker bar), better the window without borders
miscellaneous: toggle skip window lists, this will ignore the window in your "Alt + TAB" switchings
Now try to use your desktop as normal and you will see it act like a desktop gadget, similar to conky, and even better, you can interact with it, the graph used for the demo is fully functional with your mouse
If you want to keep your gadget in all your desktop sessions, select the "Remember" options, so that it will remember the position, size, sticky... everything. And finally, edit your autostart applications list and add the command to it:
It might be an option to use "webkit” widget in stead of a full browser.
Maybe even make a small GUI program (also accessible from the menu) out of it using python-gtk (and webkit) asking the user to merely enter the wanted URL.
yeah we can compare ram usage (you didn't had already made a small code that does that?)
In any case it is possible to make a small package for this tool (requires to have a public git source to fetch for the packaging), and so it can be used as a way to display web things. Which makes me wonder if there's not already a tool published that does exactly that
yes but i don't remember where is this code could be good if you have a git repos where to put these things
about alternative welcome screen, that's another issue, we don't have any, we had in the past, which is the elive-welcome package, which has been removed because we found it useless (and another popup to the users, which is not good), by other side there's also an issue by "running by default a webkit process to everybody" (increases ram usage in 200mb or similar IIRC), which is very bad for low end machines, but again, there's not a real defined -need- of a welcome thing in the boot
In fact it can be an idea to consider to replace the menu launchers (web apps) that we have in our menus, some of them in fact, that won't be compatible with all, because some of them requires cookies and sessions and stuff more common in a complete web browser (with your logged users, etc)
I noted it down. Let me get done with my website and then i will take care of this too.
First time trying wordpress! Incredibly the biggest pain is uploading the pictures. It takes forever... more or less 30 seconds for a 2mb picture. Lol
I guess the main problem is due to the fact it randomly upload 2/3 times the same picture with no reason
Don't use wordpress if you don't need to ..... it's a PITA.
If you don't have much against using a commandline and like quick results. may I advise:
You will be surprised how versatile and easy it is to deploy.
It's being developed by Aral Balkan (https://ar.al/ ) and Free in the broadest sense.
He's also someone very much worthwhile to keep an eye on and listen to.
It will run from the command line and will need to be stopped/killed from there as it is an undecorated window with no menu bar. Opacity can be set from the script too if wanted (using cairo module) but will require a compositor.
Note it only runs on python3.
updated howto using web-launcher from Elive and included the new feature to delay the launch of the browser (useful if your computer needs a few seconds to connect to internet when the desktop already started)