-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
No text on title bar #763
Comments
Regarding the icon issue, I managed to fix the problem myself. Initially I used a PNG to ICO converter and saved only the 128x128 size. Nativefier uses ImageMagick to auto generate the other sizes. So I re-did the PNG to ICO converter and made a multi-size file including the smaller 16x16 sizes and rebuilt the Pake app using the updated ICO file and I resolved the issue. The title bar text issue still remains though I personally fixed it with a third-party app (see Alternatives). Thank you! |
Pake/src-tauri/src/app/window.rs Lines 27 to 41 in 1d0628e
Since we don't yet support displaying the full title on Windows, maybe we could set the app name to windows.title in Windows? @tw93 |
You can add the logic of the title for the non-mac scene, free can directly add @jeasonnow |
I am looking forward to this feature very much |
fix: #763 add title for linux/windows
Search before asking
I searched in the issues and found nothing similar.
Motivation
The title bar having nothing but a small icon looks particularly odd especially when used with Groupy, an app that lets you turn windows into tabs. Screenshot of it in action below with Gmail being created by Pake, Google Sheets created by WebCatalog, and the third tab which is also Gmail created by Nativefier.
Also, the Gmail icon on the titlebar looks fuzzier compared to the Nativefier build which uses the exact same ico file. Is there a way to improve this?Solution
No response
Alternatives
If you have WindowManager installed, you can fix the title bar issue yourself by adding the Pake app's exe file to the WindowManager rule and enabling "On Open" in "Advanced" tab and using the TITLE ( "" ) command to set the title bar text whenever the Pake app launches.
Anything else?
Thank you very much for this. I'm really impressed with how lightweight this solution is.
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: