I thought that newswould go down well
He decided to go with GTK3 for his Budgie desktop and he's been posting patches upstream.
Can you tweak whiskers code base at all friend? impressed by what you've done with Yad if you could, could you check out the grub bit on the clone partition side of saline-backup?
I thought when it wrote to the MBR it deliberately didn't make the clone the primary option but it might be a bug.
Several times I've had to use grub-doctor.
I've been playing with the default font size in "Appearance" but then I've got to resize the Yad screenforms, any way of doing it programatically so the screenforms auto resize.
Tall order I know! but when Ikey gets the base done I'll be suggesting that the windows manager saves the dimensions and coordinates of all opened windows, the dev who wrote my office app used to write them to the windows registry.
If the WM does it the apps don't have to.
I've been road testing/using Handy Linux a French stable distro for a few months and was surprised at the lack of posts on the English section of their forum but I went to register yesterday and I think I know why.
The spam bot thingy asked me this question
Quote:combien font deux plus deux fois quatre moins trois en toutes lettres:
Google translate gave me
Quote:how much is two plus two four least three times in full:
I was stumped being only semi literate so I asked a local academic Dr friend for the answer, I would not have been able to join without his help.
Talking about Yad you might be interested in this thunar custom action for creating symlinks
Code:
sudo ln -s %f $(yad --width=640 --height=480 --center --file --directory --filename=%f --save --confirm-overwrite=oops)