ThunderKitty icon indicating copy to clipboard operation
ThunderKitty copied to clipboard

fyne

Open pr0niums opened this issue 1 year ago • 2 comments

......\go\pkg\mod\github.com\srwiley\[email protected]\dash.go:8:2: missing go.sum entry for module providing package golang.org/x/image/math/fixed (imported by fyne.io/fyne/v2/widget); to add: go get fyne.io/fyne/v2/[email protected] ......\go\pkg\mod\github.com\srwiley\[email protected]\scan.go:19:2: missing go.sum entry for module providing package golang.org/x/image/vector (imported by github.com/srwiley/rasterx); to add: go get github.com/srwiley/[email protected] ......\go\pkg\mod\github.com\srwiley\[email protected]\public.go:21:2: missing go.sum entry for module providing package golang.org/x/image/colornames (imported by github.com/srwiley/oksvg); to add: go get github.com/srwiley/[email protected] ......\go\pkg\mod\github.com\srwiley\[email protected]\public.go:22:2: missing go.sum entry for module providing package golang.org/x/net/html/charset (imported by github.com/srwiley/oksvg); to add: go get github.com/srwiley/[email protected] ......\go\pkg\mod\fyne.io\fyne\[email protected]\storage\repository\parse.go:9:2: missing go.sum entry for module providing package github.com/fredbi/uri (imported by fyne.io/fyne/v2/storage/repository); to add: go get fyne.io/fyne/v2/storage/[email protected] ......\go\pkg\mod\fyne.io\fyne\[email protected]\lang\lang.go:13:2: missing go.sum entry for module providing package github.com/jeandeaual/go-locale (imported by fyne.io/fyne/v2/lang); to add: go get fyne.io/fyne/v2/[email protected] ......\go\pkg\mod\fyne.io\fyne\[email protected]\lang\lang.go:14:2: missing go.sum entry for module providing package github.com/nicksnyder/go-i18n/v2/i18n (imported by fyne.io/fyne/v2/lang); to add: go get fyne.io/fyne/v2/[email protected] ......\go\pkg\mod\fyne.io\fyne\[email protected]\lang\lang.go:18:2: missing go.sum entry for module providing package golang.org/x/text/language (imported by fyne.io/fyne/v2/lang); to add: go get fyne.io/fyne/v2/[email protected] ......\go\pkg\mod\fyne.io\fyne\[email protected]\internal\painter\font.go:11:2: missing go.sum entry for module providing package github.com/go-text/render (imported by fyne.io/fyne/v2/internal/painter); to add: go get fyne.io/fyne/v2/internal/[email protected] ......\go\pkg\mod\github.com\go-text\[email protected]\opentype\api\font\glyphs.go:16:2: missing go.sum entry for module providing package golang.org/x/image/tiff (imported by github.com/go-text/typesetting/opentype/api/font); to add: go get github.com/go-text/typesetting/opentype/api/[email protected] ......\go\pkg\mod\github.com\go-text\[email protected]\shaping\input.go:15:2: missing go.sum entry for module providing package golang.org/x/text/unicode/bidi (imported by github.com/go-text/typesetting/shaping); to add: go get github.com/go-text/typesetting/[email protected] ......\go\pkg\mod\fyne.io\fyne\[email protected]\internal\painter\image.go:8:2: missing go.sum entry for module providing package golang.org/x/image/draw (imported by fyne.io/fyne/v2/internal/painter); to add: go get fyne.io/fyne/v2/internal/[email protected] ......\go\pkg\mod\fyne.io\fyne\[email protected]\widget\markdown.go:8:2: missing go.sum entry for module providing package github.com/yuin/goldmark (imported by fyne.io/fyne/v2/widget); to add: go get fyne.io/fyne/v2/[email protected] ......\go\pkg\mod\fyne.io\fyne\[email protected]\widget\markdown.go:9:2: missing go.sum entry for module providing package github.com/yuin/goldmark/ast (imported by fyne.io/fyne/v2/widget); to add: go get fyne.io/fyne/v2/[email protected] ......\go\pkg\mod\fyne.io\fyne\[email protected]\widget\markdown.go:10:2: missing go.sum entry for module providing package github.com/yuin/goldmark/renderer (imported by fyne.io/fyne/v2/widget); to add: go get fyne.io/fyne/v2/[email protected] package command-line-arguments imports fyne.io/fyne/v2/app imports fyne.io/fyne/v2/internal/driver/glfw imports fyne.io/fyne/v2/internal/driver/common imports fyne.io/fyne/v2/internal/painter/gl imports github.com/go-gl/gl/v2.1/gl: build constraints exclude all Go files in C:\Users\seven\go\pkg\mod\github.com\go-gl\[email protected]\v2.1\gl ......\go\pkg\mod\fyne.io\fyne\[email protected]\internal\driver\glfw\driver_desktop.go:19:2: missing go.sum entry for module providing package fyne.io/systray (imported by fyne.io/fyne/v2/internal/driver/glfw); to add: go get fyne.io/fyne/v2/internal/driver/[email protected] ......\go\pkg\mod\fyne.io\fyne\[email protected]\internal\driver\glfw\clipboard.go:11:2: missing go.sum entry for module providing package github.com/go-gl/glfw/v3.3/glfw (imported by fyne.io/fyne/v2/internal/driver/glfw); to add: go get fyne.io/fyne/v2/internal/driver/[email protected] ......\go\pkg\mod\fyne.io\fyne\[email protected]\internal\metadata\load.go:8:2: missing go.sum entry for module providing package github.com/BurntSushi/toml (imported by fyne.io/fyne/v2/internal/metadata); to add: go get fyne.io/fyne/v2/internal/[email protected] ......\go\pkg\mod\fyne.io\fyne\[email protected]\app\settings_desktop.go:10:2: missing go.sum entry for module providing package github.com/fsnotify/fsnotify (imported by fyne.io/fyne/v2/app); to add: go get fyne.io/fyne/v2/[email protected]

    why

pr0niums avatar Sep 27 '24 22:09 pr0niums

Easy fix, make sure GIT is installed then run these commands in same dir as the project go get fyne.io/fyne/v2/[email protected] go get github.com/srwiley/[email protected] go get github.com/srwiley/[email protected] go get fyne.io/fyne/v2/[email protected] go get github.com/go-text/[email protected] go get fyne.io/fyne/v2/internal/[email protected] go get fyne.io/fyne/v2/internal/[email protected]

PhantomPeek avatar Oct 11 '24 15:10 PhantomPeek

save this as a .bat and run it

@echo off

rem Get the necessary dependencies for Fyne without versioning in the import paths
go get fyne.io/fyne/v2/storage/repository
go get fyne.io/fyne/v2/widget
go get fyne.io/fyne/v2/internal/driver/glfw
go get fyne.io/fyne/v2/app
go get github.com/fredbi/uri
go get github.com/yuin/goldmark
go get github.com/yuin/goldmark/ast
go get github.com/yuin/goldmark/renderer
go get fyne.io/systray
go get github.com/go-gl/glfw/v3.3/glfw
go get github.com/fsnotify/fsnotify

rem Clean up the go.mod and go.sum files
go mod tidy

rem Run the Go program
go run main_gui.go

pause

PhantomPeek avatar Oct 21 '24 22:10 PhantomPeek

NEW VERSION RELEASED - OUTDATED. FYNE NO LONGER USED - EASY TO USE - WORKS ON VMS

EvilBytecode avatar Oct 31 '24 11:10 EvilBytecode