Skip to content

Visual bugs within GTK/GNOME #33

Description

@krissh-wtf

I recently switched to Gnome on Wayland and have noticed that titles and icons don't actually work and the bookmarks toolbar is enabled by default. screenshot
Also seems that windows fade weirdly but that might be a firefox issue.
screenshot

Here is the code i used:

proc window*() =
    let
        window = newWindow()
        icon = "data:image/png;base64,..."
        iconType = "image/png"
    
    window.rootFolder=currentSourcePath().parentDir().parentDir() / "ui"
    window.setIcon(icon, iconType)
    window.show(renderIndex())

    wait()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions