To get elementary os 5 to use double click for files instead of single click you can simply run this command in shell:
gsettings set io.elementary.files.preferences single-click false
To get elementary os 5 to use double click for files instead of single click you can simply run this command in shell:
gsettings set io.elementary.files.preferences single-click false
Elementary OS 5 comes with a very limited systray functionality that needs to be fixed. For this you need to install wingpanel-indicator-ayatana that can be installed via a PPA and change autostart config of the indicator app.
Install wingpanel-indicator-ayatana
sudo add-apt-repository ppa:yunnxx/elementary
sudo apt update
sudo apt install indicator-application wingpanel-indicator-ayatana
Change autostart config
Open the config file with
sudo vim /etc/xdg/autostart/indicator-application.desktop
and change the line
OnlyShowIn=Unity;GNOME;
to
OnlyShowIn=Unity;GNOME;Pantheon;
Then reboot your machine and you should have a systray that displays your application icons too.
After installing kvm on my enlightenment 5 system I had a login for qemu libvirt to choose in the login screen. To remove it I ran:
printf "[User]\nSystemAccount=true\n" | sudo tee /var/lib/AccountsService/users/libvirt-qemu
sudo systemctl restart accounts-daemon.service
On the next login the entry was gone.