Skip to content

Quit() doesn't exit on linux #40

@meskio

Description

@meskio

A simple example:

package main

import (
        "fmt"

        "github.com/getlantern/systray"
)

func main() {
        systray.Run(onReady, onExit)
}

func onReady() {
        systray.Quit()
}

func onExit() {
        fmt.Println("exiting now")
}

It hangs for ever and never prints exiting now.

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