How to make a Chromium instance with its own icon
Clash Royale CLAN TAG#URR8PPP
up vote
-1
down vote
favorite
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.
.desktop
add a comment |Â
up vote
-1
down vote
favorite
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.
.desktop
wiki.archlinux.org/index.php/Desktop_entries
â jasonwryan
Apr 1 at 3: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 1 at 4: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 1 at 5:00
add a comment |Â
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
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.
.desktop
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.
.desktop
edited Apr 1 at 3:51
jasonwryan
46.6k14127175
46.6k14127175
asked Apr 1 at 3:50
Alberto Salvia Novella
11
11
wiki.archlinux.org/index.php/Desktop_entries
â jasonwryan
Apr 1 at 3: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 1 at 4: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 1 at 5:00
add a comment |Â
wiki.archlinux.org/index.php/Desktop_entries
â jasonwryan
Apr 1 at 3: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 1 at 4: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 1 at 5:00
wiki.archlinux.org/index.php/Desktop_entries
â jasonwryan
Apr 1 at 3:51
wiki.archlinux.org/index.php/Desktop_entries
â jasonwryan
Apr 1 at 3: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 1 at 4:03
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 1 at 4: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 1 at 5:00
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 1 at 5:00
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
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.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
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.
add a comment |Â
up vote
0
down vote
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.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
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.
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.
answered Apr 1 at 5:50
Alberto Salvia Novella
11
11
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f434783%2fhow-to-make-a-chromium-instance-with-its-own-icon%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
wiki.archlinux.org/index.php/Desktop_entries
â jasonwryan
Apr 1 at 3: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 1 at 4: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 1 at 5:00