A way to search/filter photos by Camera type.
A photo count next to each Event.
Posted
A way to search/filter photos by Camera type.
A photo count next to each Event.
Author ct
Posted
For HEIC:
$ sudo dnf install libheif-tools
Source: https://www.reddit.com/r/Fedora/comments/14eys74/i_finally_figured_out_how_to_make_heic_thumbnails/
For RAW support:
$ sudo dnf install rawthumbnailer
This automatically had support for CR2 Canon and ORF Olympus files I have. But it was not supporting Fujifilm RAF.
Opening up /usr/share/thumbnailers/raw.thumbnailer
I could see that RAF was not included as a recognized mimetype.
Luckily, all it took was adding:
image/x-fuji-raf;
And voila, Gnome began showing thumbnails for RAF!
Author ct
Posted
ProtonVPN was up and running. Linux crashed. :(
Upon reboot, internet was no working. No Wifi, no Ethernet!
$ nmcli connection delete pvpn-ipv6leak-protection
I also read that how the Proton GUI turns on and off the VPN might not be the cleanest. Can instead use the VPN tool built into Gnome (or OpenVPN).
Author ct
Posted
sudo cp ~/.config/monitors.xml /var/lib/gdm/.config/
sudo chown gdm:gdm /var/lib/gdm/.config/monitors.xml
Author ct
Posted
I now have a reasonably functional Fedora install on a 13” intel Macbook.
There are several adjustments and updates I’d like to try making:
Author ct