unity --version
unity 7.5.0
Since there is no official Hangouts app for Linux, I set up a Launcher icon for Google Hangouts which essentially opens the link in a new Firefox window. However, one thing remains problematic is that consequent tabs are attached to either Firefox Web Browser or Google Hangouts, not separately. The screenshot below describes the current situation well.
If I open Firefox first, then the situation is reversed.
I want them to be separate, and Hangouts to be standalone. Meaning if I have 15 windows open in Firefox and if I click on the Hangouts icon, I want it to act as a separate instance in the Launcher, not attached to Firefox Web Browser. I don't think Firefox provides such a command. Any idea on how to fix this annoyance?
The desktop entry for this custom launcher are as follows:
[Desktop Entry]
Version=
Name=Google Hangouts
Comment=Google Hangouts
Exec=firefox -new-window https://hangouts.google.com
Icon=~/Downloads/unnamed.png
Terminal=false
Type=Application
Categories=Application;Messenger
Here are some of the variables:
DESKTOP_SESSION=unity
XDG_SESSION_DESKTOP=unity
XDG_CURRENT_DESKTOP=Unity:Unity7:ubuntu
XDG_SESSION_TYPE=x11
XDG_MENU_PREFIX=gnome-
DISPLAY=:0
UNITY_DEFAULT_PROFILE=unity
COMPIZ_CONFIG_PROFILE=ubuntu
MANDATORY_PATH=/usr/share/gconf/unity.mandatory.path
DEFAULTS_PATH=/usr/share/gconf/unity.default.path
COMPIZ_BIN_PATH=/usr/bin/
UNITY_HAS_3D_SUPPORT=true
I've tried the Hangouts extension, but for whatever reason it doesn't respect the window switcher: it stays on the foreground forever, can't switch to another window until it's minimized.