Closed oldpink closed 1 year ago
You are welcome to submit a pull request to fix this.
I'm embarrassed to say that I have no idea how to submit one. I also don't have a fixed splash screen. Sorry :(
I may go take a look at this, though I suspect the splash screen is a pre-render and those numbers are baked into it. Hopefully I'm wrong though!
Looks like the version text is pre-rendered (as X bitmap?) and drawn in the splash screen here (along with the revision date, and the copyright statement before it):
A small project for those interested would be to convert the pre-rendered parts to strings like these other parts, which would make it easier to update:
That sounds like the logical solution. I have zero programming skills, but there are probably others who do. I just wish that your revived repository were getting more notice so that others could lend you a hand. Thanks
Hopefully people who are interested in the repository will star it, as this will likely help to increase its visibility. Currently, the repository only has 5 stars.
I did my part and starred it. I may have time this weekend to do the conversion proposed by jn64.
FWIW I recently added this project to nixpkgs. That may in time bring more attention.
A downside of this is losing the look of the pre-rendered text. I believe it is set in the Tekton font based on architect Frank Ching's handwriting. Somehow it fits with the floating fish and general weirdness of xv.
The other text that is drawn from strings uses a 5x9 pixel font with less personality.
I still think it's worth changing for ease of maintenance. Just wanted to note for posterity :)
FWIW I recently added this project to nixpkgs. That may in time bring more attention.
@galenhuntington Thanks. I think that that this will help.
@mdadams You can close this one out too! Thanks for merging it.
Wow! I just compiled/installed it and it looks great. Thanks a log...closing.
First, I wanted to say a quick thanks for reviving the previously stagnant XV, still one of the best compact open source image viewers. The thing that I wanted to make as a request has nothing to do with functionality, but with esthetics, namely the opening splash screen that shows the version as the old 3.10a, even though it is in fact now revised to version 4.1.1. I'm sure that you would like having that splash reflect that revision change. Thanks again.