Skip to content
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

x/exp/shiny/driver/gldriver: on darwin, process name is first letter only #12221

Closed
robpike opened this issue Aug 20, 2015 · 2 comments
Closed

Comments

@robpike
Copy link
Contributor

robpike commented Aug 20, 2015

The menu bar of a gldriver program on darwin shows the name of the process as the first letter of the binary. The binary named helloworld would have a label of h. It looks like the box for the label itself is too narrow for the text. If you use a string like "!!!" for the name, it shows as "!.", as though it might decide the name is too long and replace it with "!..." but there's still only room for ! and one . .

@gopherbot
Copy link

CL https://golang.org/cl/13741 mentions this issue.

@mikioh mikioh changed the title exp/shiny/driver/gldriver: on darwin, process name is first letter only x/exp/shiny/driver/gldriver: on darwin, process name is first letter only Aug 21, 2015
@mikioh mikioh added this to the Unreleased milestone Aug 21, 2015
@robpike
Copy link
Contributor Author

robpike commented Aug 21, 2015

I have no idea why that CL fixed this bug, but it seems it did.

@golang golang locked and limited conversation to collaborators Aug 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants