Personalized Favicon problem #141

Closed
opened 2026-02-05 17:11:12 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @GaspardG0001 on GitHub (Aug 5, 2024).

Current Behavior

  • By default, the Favicon link is "./pelican.ico". As a result, the icon is not displayed.
  • The console part (outside admin interface) doesn't use the Favicon defined in settings but the default one (pelican.ico).

Expected Behavior

  • By default, the Favicon link should be "/pelican.ico", allowing the icon to be displayed (for simplicity's sake, the "/" should not be indicated). Only the file name should be displayed: "pelican.ico" for example).
  • The non-admin interface should display the customized icon.

Steps to Reproduce

To reproduce the path problem :

  • Go to configuration page
    To reproduce the wrong display :
  • Go to the non-administrator area of the panel
  • View the Favicon

Panel Version

1.0.0-beta7

Wings Version

1.0.0-beta3

Games and/or Eggs Affected

No response

Docker Image

No response

Error Logs

No response

Is there an existing issue for this?

  • I have searched the existing issues before opening this issue.
  • I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server.
  • I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Originally created by @GaspardG0001 on GitHub (Aug 5, 2024). ### Current Behavior - By default, the Favicon link is "./pelican.ico". As a result, the icon is not displayed. - The console part (outside admin interface) doesn't use the Favicon defined in settings but the default one (pelican.ico). ### Expected Behavior - **By default, the Favicon link should be "/pelican.ico", allowing the icon to be displayed** (for simplicity's sake, the "/" should not be indicated). Only the file name should be displayed: "pelican.ico" for example). - The non-admin interface should display the customized icon. ### Steps to Reproduce **To reproduce the path problem :** - Go to configuration page **To reproduce the wrong display :** - Go to the non-administrator area of the panel - View the Favicon ### Panel Version 1.0.0-beta7 ### Wings Version 1.0.0-beta3 ### Games and/or Eggs Affected _No response_ ### Docker Image _No response_ ### Error Logs _No response_ ### Is there an existing issue for this? - [X] I have searched the existing issues before opening this issue. - [X] I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server. - [X] I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
OVERLORD added the 🟢 easy label 2026-02-05 17:11:12 +03:00
Author
Owner

@notAreYouScared commented on GitHub (Aug 5, 2024):

The front end is still compiled, therefor it will not change until the new client area is done.

Does it change on the admin Area when you change it? What folder are you putting the ico in?

@notAreYouScared commented on GitHub (Aug 5, 2024): The front end is still compiled, therefor it will not change until the new client area is done. Does it change on the admin Area when you change it? What folder are you putting the ico in?
Author
Owner

@GaspardG0001 commented on GitHub (Aug 5, 2024):

I place the icon in the "public" folder at the root of the site (in my case "www/pelican/public"). The icon displays well in the admin area if I replace the "./" before the default configuration with simply "/".
For example, if my icon is named "siteicon.ico". Without changing the default exmple, it becomes "./siteicon.ico" and the image is not displayed. Replacing it with "/siteicon.ico" works.

@GaspardG0001 commented on GitHub (Aug 5, 2024): I place the icon in the "public" folder at the root of the site (in my case "www/pelican/public"). The icon displays well in the admin area if I replace the "./" before the default configuration with simply "/". For example, if my icon is named "siteicon.ico". Without changing the default exmple, it becomes "./siteicon.ico" and the image is not displayed. Replacing it with "/siteicon.ico" works.
Author
Owner

@Boy132 commented on GitHub (Aug 5, 2024):

Yes, the default path should be /pelican.ico, so without the ..
The favicon is only applied to filament pages, so only the new admin area.

@Boy132 commented on GitHub (Aug 5, 2024): Yes, the default path should be `/pelican.ico`, so without the `.`. The favicon is only applied to filament pages, so only the new admin area.
Author
Owner

@rmartinoscar commented on GitHub (Aug 6, 2024):

Fixed in https://github.com/pelican-dev/panel/pull/529

@rmartinoscar commented on GitHub (Aug 6, 2024): Fixed in https://github.com/pelican-dev/panel/pull/529
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#141