Skip to content

Visual bugs within GTK/GNOMEΒ #33

@krissh-wtf

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()

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