Barista - Window Title Editor

Barista - Window Title Editor

174k Downloads

1.18.2 issue: custom Logo not always showing

xFirefalconx opened this issue ยท 0 comments

commented

grafik
My modpack is a bit weird with this. It shows in the task bar, it shows in the Win10 tab menu, but when the game is on runtime in window mode, the icon is missing. If I press F11 a few times to tab in and out of Fullscreen mode, it shows only the icon for a short amount of time before disappearing. It also shows the icon with the text when the window is not responding.

Extra info: I upgraded my PC from Windows7 to Windows10 a bunch of years ago and thus might have old software that could be interfering. If you need logs, system infos and that sort, let me know. I will provide them if I can.
grafik
grafik

grafik
grafik

The logo itself is 32x32 pixels large, just as you instructed, is called "icon.png" and I am really confused as to why your icon was working fine but mine doesn't. If it got to do whith the text fields I added or the sort... shrugs

iirc your pre-made logo was no issue, though. I can test again if that's the most crucial info, not wanna state things that might be incorrect.

My settings in bar.json:

{
  "moduleList": [
    {
      "name": "icon",
      "display": true,
      "context": "icon.png"
    },
    {
      "name": "text",
      "display": true,
      "context": "Royal Equines: Petrified Magic"
    },
    {
      "name": "mods",
      "display": false
    },
      {
        "name": "text",
        "display": true,
        "context": "SYSTEM TIME:"
      },
    {
      "name": "clock",
      "display": true,
      "context": "HH:mm:ss"
    },
    {
      "name": "text",
      "display": true,
      "context": "Session:"
    },
    {
      "name": "session",
      "display": true
    },
    {
      "name": "day",
      "display": false
    },
    {
      "name": "time",
      "display": false
    },
    {
      "name": "weather",
      "display": false
    },
    {
      "name": "fps",
      "display": true
    },
    {
      "name": "ping",
      "display": true
    },
    {
      "name": "memory",
      "display": true
    },
    {
      "name": "dimension",
      "display": false
    },
    {
      "name": "biome",
      "display": false
    },
    {
      "name": "position",
      "display": false
    },
    {
      "name": "chunk",
      "display": false
    },
    {
      "name": "facing",
      "display": false
    },
    {
      "name": "looking_at",
      "display": false
    },
    {
      "name": "property",
      "display": false
    },
    {
      "name": "target",
      "display": false
    },
    {
      "name": "target_health",
      "display": false
    }
  ]
}