Coder Social home page Coder Social logo

Comments (3)

anfragment avatar anfragment commented on July 26, 2024

It's impossible to run systray with wails, see: wailsapp/wails#1010 (comment). The maintainers of wails are working on the new version which is planned to include tray support out of the box.

from systray.

acastruc avatar acastruc commented on July 26, 2024

FYI I managed to get this to work by forking branch of systray and

  1. renaming AppDelegate to SysTrayAppDelegate for all instances found in the fork project to get rid of the conflict. This lets you build. However I was using wails +macOS so I also needed to
  2. change systray_darwin.m and protect ui code with dispatch_async(dispatch_get_main_queue(), ^{ // do work here });

from systray.

f1748x avatar f1748x commented on July 26, 2024

Hi bro may I ask if you want to modify Wails or Systray?

FYI I managed to get this to work by forking branch of systray and

  1. renaming AppDelegate to SysTrayAppDelegate for all instances found in the fork project to get rid of the conflict. This lets you build. However I was using wails +macOS so I also needed to
  2. change systray_darwin.m and protect ui code with dispatch_async(dispatch_get_main_queue(), ^{ // do work here });

Hi bro may I ask if you want to modify Wails or Systray?

from systray.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.