Ubuntu Google Hangouts: Difference between revisions
Created page with " # Download the icon File:Chrome-nckgahadagoaajjgafhacjanaoiihapd-Default.png to <code>~/.local/share/icons/hicolor/128x128/apps/</code> [https://serverok.in/separate-..." |
No edit summary |
||
Line 1: | Line 1: | ||
* In Chrome, verify the id of the extension. It should be <code>nckgahadagoaajjgafhacjanaoiihapd</code>. | |||
* Add the following to <code>~/.local/share/applications/chrome-GOOGLE_HANGOUT_PLUGIN_ID-Default.desktop</code> | |||
# Download the icon [[File:Chrome-nckgahadagoaajjgafhacjanaoiihapd-Default.png]] to <code>~/.local/share/icons/hicolor/128x128/apps/</code> | <pre> | ||
#!/usr/bin/env xdg-open | |||
[Desktop Entry] | |||
Version=1.0 | |||
Terminal=false | |||
Type=Application | |||
Name=Gmail | |||
Exec=/opt/google/chrome/google-chrome --profile-directory=Default --app-id=GOOGLE_HANGOUT_PLUGIN_ID | |||
Icon=chrome-nckgahadagoaajjgafhacjanaoiihapd-Default | |||
NoDisplay=true | |||
StartupWMClass=crx_nckgahadagoaajjgafhacjanaoiihapd | |||
</pre> | |||
* Download the icon [[File:Chrome-nckgahadagoaajjgafhacjanaoiihapd-Default.png]] to <code>~/.local/share/icons/hicolor/128x128/apps/</code> | |||
[https://serverok.in/separate-google-hangout-icon-in-ubuntu-18-04 Reference] | [https://serverok.in/separate-google-hangout-icon-in-ubuntu-18-04 Reference] |
Revision as of 16:02, 5 January 2021
- In Chrome, verify the id of the extension. It should be
nckgahadagoaajjgafhacjanaoiihapd
. - Add the following to
~/.local/share/applications/chrome-GOOGLE_HANGOUT_PLUGIN_ID-Default.desktop
#!/usr/bin/env xdg-open [Desktop Entry] Version=1.0 Terminal=false Type=Application Name=Gmail Exec=/opt/google/chrome/google-chrome --profile-directory=Default --app-id=GOOGLE_HANGOUT_PLUGIN_ID Icon=chrome-nckgahadagoaajjgafhacjanaoiihapd-Default NoDisplay=true StartupWMClass=crx_nckgahadagoaajjgafhacjanaoiihapd