Comment 2 for bug 888063

Revision history for this message
Le Gluon Du Net (legluondunet) wrote :

Sometimes I'm using Unity, sometimes I'm using gnome-shell. When I'm using gnome-shell, I don't want popper start because it isn't fully compatible, it doesn't crash but it isn't very usefull in this situation.
But I finally found a way to do that, I added this line:

OnlyShowIn=Unity;

at the end of this file:

/home/user_home_name/.config/autostart/popper.sh.desktop

Now Popper launch only in Unity.
For me it's a bug to launch an application wich is not fully compatible with gnome-shell.
Your extension is very good, I'm happy to use it in Unity but that's not the point, perhaps you should add this line in the branch development for other users? There is no reason to launch Popper on gnome shell until you make it fully compatible with it, isn't it?

Thanks for your very good work.

LGDN