-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If multiple profile open at same time, separate icon in taskbar #19
Comments
WinXP was discontinued last month so its now vulnerable to hacks so maybe just forget supporting it (even though I still use XP :( ) For Win7: https://bugzilla.mozilla.org/show_bug.cgi?id=644914#c19
after creating and setting the pref the browser must be restarted. issues though are:
point 2 may affect in mac os and linux, im not sure i dont have it to test. |
This is a a fix for Win7. I'll deploy this in v1.2 |
Actually I think in Win8 and Win8.1 this won't work anymore.... |
Because of this line: http://mxr.mozilla.org/mozilla-central/source/widget/windows/WinTaskbar.cpp#245 I need to test on win8 |
Being handled in issue #18 |
On Windows this is handled by SystemAppUserModelID For Mac its already seperate For Unix (at least for ubuntu) im thinking launching .desktop with Gio (Issue #25) is enough to seperate it, thats how it worked on Ubuntu tests |
Windows 7+ handled by 1.2.rev172 - 1.2.rev174 - https://github.com/Noitidart/Profilist/tree/ee507661abe74ea5bdacf681f376f2d02b7d11ce Have to revisit for XP (low priority) and then Vista (even lower priority). Hopefully won't have to for Win10 if I do then that will take high priority. |
Landed in taskbar seperation for Windows platform in v3.0b4 |
Is there a way to do the opposite of this, on Mac? I would like to force all profiles to group together in the dock as the same item. |
In mac os when you open multiple profiles, each profile gets its own icon in the dock.
In windows xp and 7 (rest untested) multiple profiles are all grouped into one in the taskbar.
I don't know how it works in linux.
bugzilla report filed for this: https://bugzilla.mozilla.org/show_bug.cgi?id=1017856
The text was updated successfully, but these errors were encountered: