-
Notifications
You must be signed in to change notification settings - Fork 19
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
WindowMaker should allow dragging of apps which are NOT running into the dock... (new feature) #17
Comments
I'm not sure if this issue belong to Window Maker. In wmaker alone, you are able to add app icons to the dock just fine. IMHO this issue should be reported to GWorkspace instead. |
It seems that the duty to accept or reject a drag is on the receiver. I will make a short video to illustrate what I am talking about, if needed. Here is the use case I am after:
Current behavior: The dock does not accept the drag Currently, the only way to add an app to the dock is to run the application and then drag that active application (running app) into the dock and that way it is added. On NeXTSTEP and OPENSTEP adding apps to the dock was possible whether the app was currently running or not. WindowMaker is a wonderful piece of software and this would be a nice to have. If you can give me any advice that would allow wmaker to accept the drag OR help me implement this for wmaker OR help you guys implement it then that would be super awesome. Thanks.... full disclosure I'm the lead developer/maintainer of GNUstep. GC |
I like this idea. Maybe it could even be extensible, like if a certain filetype is dragged to the dock, Window Maker could check to see if the user has installed a script to tell it how to turn it into an appicon. In addition to GNUstep apps, there might be one for XDG .desktop files. |
Hey guys. Let me know if you're going to implement this or give me some guidance on how to do this myself. Thanks. |
This sounds like a fun feature to work on, and I might take a stab at it at some point, but I can't promise that it would be any time soon. If you'd like to try, then you might start poking around in |
I believe I have found the relevant functions. I will make a fork and submit a pr when done. |
FYI, this Github repo is essentially just the bug tracker. Any patches should be sent (via |
It should be possible to drag app icons into the dock from GWorkspace.
The text was updated successfully, but these errors were encountered: