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

Platypus 5.4.1 bug: it does not respect/read Text Window colours set #275

Open
mackonsti opened this issue Jul 13, 2024 · 4 comments
Open

Comments

@mackonsti
Copy link

mackonsti commented Jul 13, 2024

Hi @sveinbjornt thank you for keeping Platypus alive!

I have tried twice to generate an application with latest Platypus 5.4.1 and it seems that despite setting the text window background and foreground colours, they are not used/respected even if they are declared in AppSettings.plist generated.

For example, setting BLACK background window and GREEN foreground for text, I still get white background and purple text in the resulting generated app... Here is what is in the generated PLIST:

	<key>TextBackground</key>
	<string>#000000</string>
	<key>TextFont</key>
	<string>Monaco</string>
	<key>TextForeground</key>
	<string>#00ff00</string>
	<key>TextSize</key>
	<real>13</real>

Moreover, I don't see any longer the encoding, was it removed? Perhaps not set via the font selector window, not sure:

	<key>TextEncoding</key>
	<integer>4</integer>

Thank you for having a look at this bug!

@mackonsti mackonsti changed the title Platypus 5.4.2 bug: it does not respect/read Text Window colours set Platypus 5.4.1 bug: it does not respect/read Text Window colours set Jul 13, 2024
@mackonsti
Copy link
Author

Apologies @sveinbjornt I corrected my title, it has to do with 5.4.1 version.
For some reason, you mention 5.4.2 in your documentation but never released it...
https://github.com/sveinbjornt/Platypus/blob/master/Documentation/Documentation.md

@mackonsti
Copy link
Author

I can replicate the same bug in Platypus 5.4.0 as well.

However, in that build, the font size is not real but integer?

	<key>TextSize</key>
	<integer>14</integer>

Is this confirmed to be correct for either 5.4.0 and 5.4.1?

@sveinbjornt
Copy link
Owner

Dark mode inverts the colours.

@mackonsti
Copy link
Author

Thanks @sveinbjornt I will try to invert the inverted colour then 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants