Note to self: I had a problem with the GUI on my Kubuntu VM not working under VirtualBox on a Kubutnu host. I fixed the problem by changing the Graphics Controller on the VM from VBoxSVGA to VMSVGA. I have no idea what the difference is, except that the latter works and the former doesn’t!
Tag Archives: settings
Brother P-touch PT-H105 settings
I made some notes about the settings of my Brother PT-H105 label maker.
Postfix Backwards-Compatibility Safety Net
Today I discovered the Postfix Backwards-Compatibility Safety Net via my mail log. Gonna have to review my Postfix settings…
A folder named ~/.cache/kioexec/krun/13821_0/ already exists
2017-12-09 jj5 – TODO: document this on my blog…
On Debian GNU/Linux 9.1 (stretch) when I try to open an *.desktop (application/x-desktop) link in a browser I get:
A folder named ~/.cache/kioexec/krun/13821_0/ already exists.
Searching for:
A folder named kioexec krun already exists
turned up diddly squat.
I solved the issue (for me) by changing:
System Settings -> Personalization -> Applications -> Default Application s-> Web Browser
from:
Open http and https URLs in an application based on the contents of the URL
to:
Open http and https URLs in the following browser: firefox
Configuring MediaWiki email settings
Found the doco for MediaWiki’s email settings and now my config looks a little like this:
$wgEnableEmail = true; $wgEnableUserEmail = true; # UPO $wgEmergencyContact = "pcwiki@progclub.org"; $wgPasswordSender = "pcwiki@progclub.org"; $wgNoReplyAddress = $wgEmergencyContact; $wgPasswordSenderName = "ProgClub wiki";