-
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
Keeping Firefox to Dock fails, Exec= empty #28
Comments
Hello @ryanrms, thanks for your feedback. Currently it is not yet possible to rearrange the Dock items. We should either backport this functionality or switch to CutefishOS Dock entirely (by porting our changes such as Application Bundle support to it). |
I got Firefox through selecting it through the system menu. I believe it was installed through pkg if my memory of the install is correct. Thanks for the reply, good luck! |
Can you please copy and paste here the Firefox section from |
So the method I used to add it to the dock was to launch Firefox using the System -> Applications (Internet) menu, then right click the dock and click to add it. It appears it is missing the Exec line:
|
This is a bug. When I do the following, it seems to work for me:
In this case, the resulting entry is
I can reproduce the bug like this:
So, strangely, adding Firefox to the Dock only works as long as it is not installed. Need to get down to the root cause of this. Most likely we need a moer robust way to find out which Application Bundle has launched a process. |
Changing the "Exec=" line to "Exec=firefox" opens the browser as expected. Small note, I wasn't able to get your first method to work. I pinned the Firefox icon to the dock and cancelled the installer, but clicking on it wasn't able to get the installer to start again. |
Hi all, really enjoying the simplicity of this project.
One thing I just ran into is that I put Firefox pinned to the dock, but it won't launch when I open it from there. Other applications I tried seem to work fine. But for some reason, Firefox will launch just fine from the terminal, or from the System menu, but not from the dock.
Also, is there some way to rearrange the items in the dock without removing them all and then adding them again?
Thanks!
The text was updated successfully, but these errors were encountered: