DEV Community

Satyaki
Satyaki

Posted on

5

Set up online accounts on Elementary OS

You know you need this.

One of the things which I have been missing quite a lot while using elementaryOS is that it doesn't support syncing with online accounts like Google or Microsoft. I say this because I quite often have use for my Google Calendar and Drive and being able to view them using the default applications on the desktop is quite nice.

I like how Gnome allows us to sync in with such online accounts and seamlessly integrates the Google Calendar with the Gnome Calendar and Drive with the File Manger respectively.

So what is the solution?

If anyone is in the same boat as me, and wishes to enable setting up those accounts on Elementary OS, here are the steps which can be used to enable online accounts.

Step 1:

First, we have to install the Gnome Control Center using the following command.

sudo apt-get install gnome-control-center
Enter fullscreen mode Exit fullscreen mode

Step 2:

Then, with the following command we can enable the Gnome online accounts
in the control center.

sudo apt-get install gnome-online-accounts
Enter fullscreen mode Exit fullscreen mode

Step 3:

Now, to open the Gnome Control Center to configure the account type the following command in the terminal.

Exec=env XDG_CURRENT_DESKTOP=GNOME gnome-control-center --overview
Enter fullscreen mode Exit fullscreen mode

Configure your account in the Gnome Control Center and you are all set.

Enjoy!

Gif via Giphy

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Top comments (0)

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay