Share your dots and walls please, this saves people having to ask. Best way to do this is to have a link in your signature.
To open the linked scrot fullscreen in your browser, scroll down to the Download icon on the right (next to Like and Share at scrot.cloud), right-click it and hit T on your keyboard to open the screenshot in a new browser tab, then switch to that tab. Copy and paste the address here and Boom! Fullscreen goodness.
(thanks to hhh from the BunsenLabs forum for the tip!)
We recommend scrot.cloud for image uploads (max 60MB) (use the linked thumbnail embed code), or as an option drag and drop your image into the reply box. Thank you very much, @Madmedic (how about shouting him a coffee for the effort?)
sgtk-grid counterpart coded from scratch in C++. Main features already work, but every little thing, which is simple and obvious in pygobject/python, takes me ages in gtkmm/C++. At my current speed I’m going to need another two weeks to get it finished.
Yea did that earlier. So I did an “rget” to “–reinstall” and show you:
02 Mar 20 @ 16:27:13 ~
$ rget amd64-microcode
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 35.5 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://deb.xanmod.org releases/main amd64 amd64-microcode amd64 3.20191218.1 [35.5 kB]
Fetched 35.5 kB in 0s (615 kB/s)
(Reading database ... 198062 files and directories currently installed.)
Preparing to unpack .../amd64-microcode_3.20191218.1_amd64.deb ...
Unpacking amd64-microcode (3.20191218.1) over (3.20191218.1) ...
Setting up amd64-microcode (3.20191218.1) ...
update-initramfs: deferring update (trigger activated)
amd64-microcode: microcode will be updated at next boot
Processing triggers for initramfs-tools (0.133+deb10u1) ...
update-initramfs: Generating /boot/initrd.img-5.5.6-xanmod5
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8125a-3.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168fp-3.fw for module r8169
02 Mar 20 @ 16:28:28 ~
$
Obviously “rget” is a part of my alias army, something The Tpyo Knig really appreciates:
alias up2='sudo apt update && sudo apt upgrade --no-install-recommends'
alias sup2='sudo apt update && apt upgrade --no-install-recommends --simulate'
alias dup2='sudo apt update && sudo apt dist-upgrade --no-install-recommends'
alias sdup2='sudo apt update && apt dist-upgrade --no-install-recommends --simulate'
alias get='sudo apt install --no-install-recommends'
alias getr='sudo apt install'
alias sget='apt install --no-install-recommends --simulate'
alias sgetr='apt install --simulate'
alias rget='sudo apt install --reinstall --no-install-recommends'
alias srget='apt install --reinstall --no-install-recommends --simulate'