You are not logged in.
Pages: 1
Any update on this by chance? Would really like to try it out. :-)
夜の動物 by Monodrone
If you scroll to the bottom of the page you can use curl too with their api.
Yes. If gtk3-nocsd is installed, that checkbox has no effect.
Ah, gotcha. I didn't run into that issue with the default install of Daedalus. Then again, I customize userChrome.css to hide the tab bar in favor of using Sidebery.
@m1k3: slightly off topic, but I think you'd enjoy learning https://transfer.sh
Thanks for sharing. After looking into a bit, a few things might keep me from using this:
- I used the link golinux shared and it seemed to load very slow
- For simple image sharing, it's nice to see an image immediately rather than downloading the file first
- Looks like there's some uncertainty about the future of transfer.sh (the site)
If we could self-host it on Devuan servers, that would be nice.
On a side note, you can use cli with catbox too, although just for images.
For some reason that link wasn't working for me. Is this the image you shared?
Adding text to an image is easy enough...
curl -LO https://git.devuan.org/devuan/documentation/raw/branch/master/art/graphics/devuan-logo-1000x200.png convert devuan-logo-1000x200.png \ -gravity south -extent 1000x280 \ -gravity northwest -pointsize 72 -annotate +0+6 'Powered by' \ -scale 20% \ powered_by_devuan.png
If convert doesn't exist, try gm convert or convert-im6 and if those also fail, they can be obtained from either GraphicsMagick or ImageMagick.
(Or just use the regular image inside a HTML div with some basic CSS styling.)
I love seeing image processing snippets like this. It shows what can be accomplished without even touching Gimp.
Do you mean this? https://support.mozilla.org/en-US/kb/cu … d-toolbars
There's a title bar checkbox at the bottom of the customize toolbar screen which toggles the window manager's title bar.
but with the desktop I'm back in the stone age.
That's precisely what I like about Xfce.
I'm not certain what the exact issue is. I tested suspend on a fresh install of Daedalus and it works for me. Perhaps when you upgraded a configuration issue occurred with elogind?
You should never run shell scripts without first knowing what they do (reviewing the code). With that said, this seems to be harmless. I did notice that this requires Cinnamon. Is that what you're using for a desktop environment?
Huge thanks to everyone involved! The netinstall went smoothly and I've have no problems using the system with runit.
Pages: 1