-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
icon.png config in 2 places #11
Comments
There is a very loose connection between the two. The entry in So the current state is that there is no real option to specify your own file -- it should always be
(and even the icon in the repo indicates that it should be replaced...) So the thing is that most of the handin client content should be used as is, except for the template stuff that should be copied and modified, and that includes The correct way to do this would be to add another info field, and use that later in the tool specs:
and then use it also in the other source files. But this seems like an overkill which wasn't needed so far. I think that the most we got to in the past was people who installed two handin clients, and it was confusing when both were the NEU logo, but even in that case there was no issue with using the |
I realize the documentation for the client does point the file must be named icon.png, and maybe the abstraction is overkill. But I thought I would point it out anyway. Having a magic name just feels wrong. At some point I did realize the `fix' I pushed was nonsense and in fact the issue I was having was caused by my directory structure. Thanks for the clarification and thoughtful explination. William Bowman |
Well, the thing that felt wrong to me at the time is the fact that |
I noticed when trying to debug another issue that the path to
icon.png
is configurable ininfo.rkt
, but is also hardcoded inclient-gui.rkt
(line 709).The text was updated successfully, but these errors were encountered: