-
-
Notifications
You must be signed in to change notification settings - Fork 686
Invisible proxy icon (AKA window title icon) #1503
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
Comments
This was actually done intentionally when I implemented #1038. It isn't really a bug as I just thought this looks cleaner, but in retrospect providing an option to show file name or not might have been the easier / cleaner solution. Was the motivation for this issue post entirely for the ripdrag linked issue? I was curious what you use the icon for. |
I would currently mainly use it for that, yes. I may or may not open the file only to drag it. It feels like a bug that toggling the "hide window bar" option changes the look. By default, Mac OS Sonoma hides the icon until you click on the window title. I'm not sure how easy that is, but ideally you'd follow that behavior and respect the "show window icons" system option for people who want to avoid that click. |
Yeah I think having a separate option properly makes more sense. Sometimes trying to be too smart is detrimental to having a consistent setting. I'll put this to backlog.
I think this only applies to the combined toolbar mode. For example, Finder and Preview does that, but TextEdit doesn't. In fact, MacVim also does that if you use the toolbar as well ( |
Also properly hide it now instead of just making icon nil which was just making a broken invisible icon Fix macvim-dev#1503
Don't automatically hide the icon while in transparent title bar mode, since it's a little confusing to the user. Instead, just use an extra setting for that. Also, when hiding the icon, properly hide it now by clearing it. Previously it was just making an invisible icon which was still draggable and didn't behave properly. Make sure after we set the setting it's refreshed correctly. Fix macvim-dev#1503
Don't automatically hide the icon while in transparent title bar mode, since it's a little confusing to the user. Instead, just use an extra setting for that. Also, when hiding the icon, properly hide it now by clearing it. Previously it was just making an invisible icon which was still draggable and didn't behave properly. Make sure after we set the setting it's refreshed correctly. Fix macvim-dev#1503
Steps to reproduce
Start without MacVim running.
open -a MacVim file.md
.mvim file.md
also works the same (I have a symlink tomvim
in my PATH).Actually, the proxy icon still works if you know where to start dragging, but it is invisible.
Workaround (further adventure)
Expected behaviour
The proxy icon should be visible regardless.
Version of Vim and architecture
MacVim r180, Vim 9.1.727, ARM, on
Environment
Sonoma 14.7
I'm using the dark theme for it. Somewhere in Apple's Settings, I also selected the option to make it show the proxy icons without having to click on the title first. Update: I mean the "Apple Settings -> Display -> Show window title icons" option.
How MacVim was installed
From GitHub
Logs and stack traces
No response
Vim configuration where issue is reproducable
No response
Issue has been tested with given configuration
Issue has been tested with no configuration
mvim --clean
(orgvim
, supplied by MacVim distribution)vim --clean
(in terminal, supplied by MacVim distribution)vim --clean
(in terminal, other suppliers, e.g. /usr/bin/vim)Other conditions
The text was updated successfully, but these errors were encountered: