As you probably have noticed most calendaring applications in Linux suck, so I have decided doing something about it.
Basically I want to create an Arch package that puts Google Calendar right into the applications menu. That launches Google calendar right away into Chromium, without the navigation bar, by the following command:
chromium --app=https://calendar.google.com/calendar/r
The question is that I wanted to make it in such way that it had its own icon. That when it's launched, in the task bar, it's associated with its own icon instead of the Chromium one.
I know this is possible because that was the exact behaviour of the Google Calendar app, till Google decided to deprecate apps in Chromium. Specifically the line was:
chromium --app-id=ejjicmeblgpmajnghnpcppodonldlgfn
Any idea about how this could be accomplished? Thanks in advance.
When I launch my desktop entry it is managed from the same icon than any other opened Chromium window. I want to prevent that, that the app has its own separate icon in the task bar.
– Alberto Salvia Novella Apr 01 '18 at 04:03