02-16-2021, 05:49 PM 
		
	
	
		I saw some upstream chatter about porting Kube over to Plasma Mobile (but imo it's definitely not usable in its current state with the touchscreen - needs a mouse).
I personally still use geary-mobile on Plasma Mobile
With geary, once you set up an email account, you might experience the app displaying a Gtk error dialog and then crashing at startup (the error quickly disappears). It's most likely complaining about being unable to open the keyring because gnome-keyring-daemon isn't started by KDE. To fix this, start gnome-keyring-daemon at the console (trigger it with startup scripts, as you desire):
	
	
	
	
	
I personally still use geary-mobile on Plasma Mobile
Code:
sudo pacman -S geary-mobileWith geary, once you set up an email account, you might experience the app displaying a Gtk error dialog and then crashing at startup (the error quickly disappears). It's most likely complaining about being unable to open the keyring because gnome-keyring-daemon isn't started by KDE. To fix this, start gnome-keyring-daemon at the console (trigger it with startup scripts, as you desire):
Code:
gnome-keyring-daemon -r -d


