-
-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace library used to interact with tray bar (#721)
* try to use https://github.com/fyne-io/systray because of getlantern/systray#191 (comment) * remove useless dep install, no dependency is required with this fork see https://github.com/fyne-io/systray#linuxbsd * update licenses * manually set license * the `_cli` binary is no more required since it correctly starts even on systems without a tray bar with this error: ``` systray error: failed to register our icon with the notifier watcher (maybe no tray is running?): The name org.kde.StatusNotifierWatcher was not provided by any .service files ``` * enable static build (macos still requires it) there are no more dependencies required we can do this fyne-io/systray#24 (comment)
- Loading branch information
Showing
20 changed files
with
165 additions
and
1,011 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
.../go/github.com/getlantern/systray.dep.yml → ...o-create-agent/go/fyne.io/systray.dep.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 5 additions & 6 deletions
11
...nt/go/github.com/getlantern/golog.dep.yml → ...o/systray/internal/generated/menu.dep.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
--- | ||
name: github.com/getlantern/golog | ||
version: v0.0.0-20190830074920-4ef2e798c2d7 | ||
name: fyne.io/systray/internal/generated/menu | ||
version: v1.10.0 | ||
type: go | ||
summary: Package golog implements logging functions that log errors to stderr and | ||
debug messages to stdout. | ||
homepage: https://pkg.go.dev/github.com/getlantern/golog | ||
summary: Code generated by dbus-codegen-go DO NOT EDIT. | ||
homepage: https://pkg.go.dev/fyne.io/systray/internal/generated/menu | ||
license: apache-2.0 | ||
licenses: | ||
- sources: LICENSE | ||
- sources: [email protected]/LICENSE | ||
text: |2 | ||
Apache License | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- | ||
name: github.com/getlantern/errors | ||
version: v0.0.0-20190325191628-abdb3e3e36f7 | ||
name: fyne.io/systray/internal/generated/notifier | ||
version: v1.10.0 | ||
type: go | ||
summary: Package errors defines error types used across Lantern project. | ||
homepage: https://pkg.go.dev/github.com/getlantern/errors | ||
summary: Code generated by dbus-codegen-go DO NOT EDIT. | ||
homepage: https://pkg.go.dev/fyne.io/systray/internal/generated/notifier | ||
license: apache-2.0 | ||
licenses: | ||
- sources: LICENSE | ||
- sources: [email protected]/LICENSE | ||
text: |2 | ||
Apache License | ||
|
@@ -197,7 +197,7 @@ licenses: | |
same "printed page" as the copyright notice for easier | ||
identification within third-party archives. | ||
Copyright 2018 Brave New Software Project, Inc. | ||
Copyright 2014 Brave New Software Project, Inc. | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
|
214 changes: 0 additions & 214 deletions
214
.licenses/arduino-create-agent/go/github.com/getlantern/context.dep.yml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.