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

Strange border around Banner #347

Open
archer-65 opened this issue Jan 6, 2022 · 4 comments
Open

Strange border around Banner #347

archer-65 opened this issue Jan 6, 2022 · 4 comments

Comments

@archer-65
Copy link

Hi,
I have this strange border around the banner, any ideas?

image

Here's my config

  (use-package dashboard
    :ensure t
    :config
    (dashboard-setup-startup-hook)
    (setq initial-buffer-choice (lambda () (get-buffer "*dashboard*")))
    (setq dashboard-items '((recents  . 5)
                            (bookmarks . 5)))
    (setq dashboard-set-haeding-icons t)
    (setq dashboard-set-file-icons t)
    (setq dashboard-banner-logo-title "Welcome to Emacs!")
    (setq dashboard-startup-banner 'logo)
    (setq dashboard-set-navigator t)
    (setq dashboard-navigator-buttons
          `(
            ((,(all-the-icons-octicon "mark-github" :height 1.1 :v-adjust 0.0)
              "Homepage"
              "Browse homepage"
              (lambda (&rest _) (browse-url "https://github.com/archer-65/emacs-config")))

             (,(all-the-icons-faicon "archive" :height 1.1 :v-adjust 0.0)
              "Update Packages"
              "Click to updates your packages"
              (lambda (&rest _) (auto-package-update-now)))

             (,(all-the-icons-octicon "gear" :height 1.1 :v-adjust 0.0)
              "Configuration"
              "Click to config Emacs"
              (lambda (&rest _) (find-file "~/.emacs.d/Emacs.org")))))))

@mwsundberg
Copy link

mwsundberg commented Jan 12, 2022

If you're referring to the dark purple border around the logo, I believe that's just part of the image used for the logo.

Here's the logo file, for confirmation.

@archer-65
Copy link
Author

If you're referring to the dark purple border around the logo, I believe that's just part of the image used for the logo.

Here's the logo file, for confirmation.

No, I'm not referring to it 😅
If you look carefully, there's a squared border.

@Nexion
Copy link

Nexion commented Jan 21, 2022

I'm having the same issue after switching to pgtk emacs build. Just checked, the border isn't there if I run regular emacs (via Xwayland), but appears if I run pure GTK emacs build for Wayland. The border disappears if I switch the buffer, resize the window, or set the cursor on the logo, so it seems to be some sort of an initial rendering imperfection.

X:
x

pgtk:
pgtk

@seagle0128
Copy link
Contributor

FYI. Building with imagemagick will cause this issue.

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

4 participants