Ubuntu Google Hangouts: Difference between revisions

From David's Wiki
No edit summary
No edit summary
Line 2: Line 2:


* In Chrome, verify the id of the extension. It should be <code>nckgahadagoaajjgafhacjanaoiihapd</code>.
* 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>
* Add the following to <code>~/.local/share/applications/chrome-nckgahadagoaajjgafhacjanaoiihapd-Default.desktop</code>
<pre>
<pre>
#!/usr/bin/env xdg-open
#!/usr/bin/env xdg-open

Revision as of 16:06, 5 January 2021


  • In Chrome, verify the id of the extension. It should be nckgahadagoaajjgafhacjanaoiihapd.
  • Add the following to ~/.local/share/applications/chrome-nckgahadagoaajjgafhacjanaoiihapd-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=nckgahadagoaajjgafhacjanaoiihapd
Icon=chrome-nckgahadagoaajjgafhacjanaoiihapd-Default
NoDisplay=true
StartupWMClass=crx_nckgahadagoaajjgafhacjanaoiihapd
  • Download the icon to ~/.local/share/icons/hicolor/128x128/apps/

Reference