-
Notifications
You must be signed in to change notification settings - Fork 11
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
Mozilla Firefox pinned to the dock, but not launching in response to a click on the icon #18
Comments
Let's revisit this once we have Firefox as a (wrapper) |
Do you mean the blue dot? It is for the frontmost application. I guess we should make it white? |
I never noticed blueness, I see black. White might be better against the default desktop background but I wonder about other contexts. |
Will set to white for now. At least the defaults need to work well together ;-) |
Firefox (when installed by
As a quick and dirty workaround I will change the hardcoded Even with these quick and dirty workarounds This is one example for why we don't like XDG |
…fy context menu * Change the hardcoded `/usr/share/applications` to `/usr/local/share/applications` for FreeBSD * Change application-x-desktop to application-default-icon * Simplify context menu
Work has been done in Filer since this had been reported, however this might also be an issue with
|
I made a Firefox wrapper app bundle (and Thunderbird) and neither works from the dock. I might be able to make a "real" bundle, with CMake and Meson it's piece of cake. |
Please describe what the issue is. If the Dock doesn't show the icon of an app bundle correctly, then possibly there is a bug in the Dock. |
The issue is associating Firefox's wm class with its app bundle. If you pin it, close it, then try and launch it from the dock nothing happens. |
Launches Firefox and shows the correct icon for me. Can you confirm? But the issue starts thereafter: if you right-click on the icon, it says "Keep Mozilla Firefox in Dock" instead of "Keep Firefox Web Browser in Dock", and if you choose it, then
This is clearly wrong. We should get something like
So here, the bug is likely that ithe Dock gets confused between the Firefox installed in the system (.desktop file) and the Hence, this is probably a bug in Dock. |
Right. So for now, I can edit that file. |
I'll see if removing the desktop file works. |
In the example below, the issue is that the window that gets rendered on the screen is from process ID 2164 rather than 2162. Dock tries to look up process ID 2164 to see whether it is in an AppDir or .app bundle, but it isn't (2162 is).
|
Good idea, but if say Firefox was to launch /usr/local/bin/filer-qt as a subprocess... I wonder if anyone has seen the same issue in AppImage with the ld library path variable... |
2021-01-24.10.35.mp4
The text was updated successfully, but these errors were encountered: