The last line gave it away
The wanderer
Is
Mr Tharp
It's a small universe
The last line gave it away
The wanderer
Is
Mr Tharp
It's a small universe
I needed to copy my address book from Roundcube to outlook online office
Roundcube gave me a .vcf file and outlook refused to handle it.
The easiest way to convert for was for me to import the .vcf into Thunderbird:
Tools - Import > Address Books > vCard file
I lost HDMI as audio output device when I updated to Linux Mint 20.2
Using Nvidia 460 from drivers interface plus this change below, gave me back the audio HDMI output option.
pcie_port_pm=offin /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pcie_port_pm=off"
sudo update-grub
The above was originally posted by summonholmes over at forums.linuxmint.com
My /etc/modules
already contained
nvidia
nvidia-drm
nvidia-modeset
Maybe relevant, maybe not.
Not to worry
overseer12 over at forums.lutris.net have you covered.
Or if you feel adventurous you can paste:
sqlite3 ~/.local/share/lutris/pga.db "DELETE FROM games WHERE hidden=1;"
into a file named cleanlutris.sh & make it executable by: chmod +x cleanlutris.sh
and the run ./cleanlutris.sh to remove all hidden entries.
Don't forget to first hide the uninstalled game for this to work.
pve-firmware : Conflicts: firmware-linux-free but 3.4 is to be installed
apt remove linux-image-amd64 && apt upgrade