-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Font size and powerline separator are wrong when starting GUI frame from daemon #4816
Comments
I can't see this screenshot. |
Apologies, reuploaded |
Refreshed the page again and it works now. |
https://github.com/quarterto/.spacemacs.d/blob/master/.spacemacs#L225 You have to do this after the GUI frame is created, not before. (spacemacs|do-after-display-system-init
(setq powerline-default-separator 'slant)) |
What about the font size? |
I don't know… |
Quick update: I tried |
It seems that the only way for now is |
I incidentally find a way to solve this problem when trying to find a way to use the solaried theme, I record here in case someone need.
I think this problem is caused by the |
To fix the font size issue I added the following snippet to my (setq default-frame-alist '((font . "Source Code Pro-14"))) http://superuser.com/questions/721634/different-font-size-when-running-emacs-and-emacsclient Update: To make sure I don't trample other frame configuration, like presence of scrollbars, I'm using the following function to set the font: (defun jcf/set-frame-font (s)
(add-to-list 'default-frame-alist `(font . ,s))) HTH. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
Still valid. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
Left is started from daemon, right is standalone. The issue still occurs on develop. I realise several similar issues (#299, #1894, #2652) have been raised, but I'd thought they were all resolved 😕
System Info
Edit: if it helps, here is my
.spacemacs
. My configuration layer is also in that repo.The text was updated successfully, but these errors were encountered: