I have the GNOME calendar installed and it works fine.
But there is a problem, it is not the default calendar and I can not select it. In the calendars category, only a text editor is available (apparently by mistake).
I am sure that this is a bug, and really look forward to fixing it in Ubuntu. In the meantime, I hope that someone will tell me how to fix this manually.
An even easier solution would be to set the value with
gio
itself. Thus, set with the command:Then check what you just did with the following command:
Try this
paste
text/calendar=org.gnome.Calendar.desktop
at the end of[default applications]
and save.by querying
gvfs-mime --query text/calendar
you should get
What worked for me was:
Open Terminal:
Find the path starting with home: /home/user_name/.config/mimeapps.list
Then run the below commands.
or
(both vim and gedit allow you to edit text files)
paste text/calendar=org.gnome.Calendar.desktop under the last application in the default application list
Save the file and run the below command:
Note the following
And lastly check your default applications under the Ubuntu settings:
This is a bug of gnome. Already fixed in gnome 40 and Ubuntu 21.10.