-1

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.

jasonwryan
  • 73,126
  • https://wiki.archlinux.org/index.php/Desktop_entries – jasonwryan Apr 01 '18 at 03:51
  • I'm sorry that page doesn't answer my question. This isn't about making a desktop entry, but more about separating instances of the same application.

    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
  • As I said on the Arch boards: create your own custom entry, point it at whatever icon you want and exec any command you want... – jasonwryan Apr 01 '18 at 05:00

1 Answers1

0

Follow this process to create a shortcut into the desktop, and then move it into the folder "~/.local/share/applications"

Also I have suggested to include this functionality directly into Chromium.