23 questions
0
votes
0
answers
42
views
Install Wails v2 on mac permission denied
I have an issue trying to install WAILS https://wails.io/docs/gettingstarted/installation
I am running a command and it outputs permission denied.
go install github.com/wailsapp/wails/v2/cmd/wails@...
2
votes
1
answer
44
views
Drag and drop opacity not changing in webkit2_41
What I'm using:
System: linux mint x64
Desktop application using golang framework: uses webkit2_41 since I'm on linux
Frontend framework: react
CSS: tailwindcss
I'm using wails with golang framework ...
1
vote
3
answers
89
views
Issue with trying to focus textarea on doubleClick
(i'm using wails golang framework that uses native webview)
I want my textarea to focus on double click for that i have the component below
[Ignore the setIsEditing its just for css]
-> The ...
2
votes
0
answers
122
views
wails dev Call from terminal unable to find wails.json
I am using a copy of the Wails + Svelte hello world app and I am using it to do a Svelte tutorial.
(Tutorial Link)
https://svelte.dev/tutorial/svelte/nested-components
Up until I reached this ...
1
vote
0
answers
220
views
Using GORM models in frontend of Wails app
I'm building a desktop app with Wails which writes to a local SQLite database.
I have the following model in my Go backend:
type FilmGroup struct {
gorm.Model
Films []FilmRoll
...
0
votes
3
answers
63
views
Getting data on button click, waiting for it to be stored and then updating component
I have a Wails app (React frontend - Go backend), and I am trying to do the following:
Receive button click -> Do a query on the backend -> receive response from backend -> store response on ...
1
vote
1
answer
552
views
How to update wails build?
gregoriusdimas ~/golang/second-wails v1.20 07:07 wails build
Wails CLI v2.8.1
# Build Options
Platform(s) | linux/amd64
Compiler | /...
1
vote
0
answers
214
views
Exposing API endpoints in Wails with Axios (404)
I'm creating a desktop app using Wails with React.JS, I have a simple endpoint I want to expose, I'm using Axios to make requests from the React.JS Component, in the backend, I'm using echo to expose ...
1
vote
1
answer
234
views
Asset error in wails appliction converted from react application
I have made a react project with vite, and it works correctly. Now I want to make a desktop appliction from react project using wails framework of golang, I have built the application but when I run ...
0
votes
1
answer
1k
views
symbol lookup error: undefined symbol: __libc_pthread_init, version GLIBC_PRIVATE
I'm running the Apache AGE-viewer-Go Project
using the wails build command to run the Desktop application in Ubuntu 22.04.
I'm using wails version v2.4.1 and go version go1.20.4
when I run the command ...
0
votes
2
answers
1k
views
failed to find Vite server URL while running front end of apache age viewer Desktop (Go)
I'm trying to run front end of the Age-viewer-go
on ubuntu 22.04
using the wails dev command in age-viewer folder of the project.
but it gives the following error as shown in the image
failed to find ...
1
vote
0
answers
167
views
Adding a Download Logger in Wails V2 from Go Backend to Display on a ReactJS Frontend
I am currently attempting to show log results (both Info and Error) to the frontend of a Wails V2 / React application.
Backend code:
for results.Next(ctx) {
var singleTrack Track
if err = ...
2
votes
1
answer
245
views
npm ERR! while running wails dev or wails build command for age-viewer-go
I need to run the age-viewer-go project when I run wails dev or wails build command in the main directory it run well but only one page is shown up with start button and that button does not work.
I ...
2
votes
3
answers
4k
views
Command 'wails' not found in linux, Error installing wails Go [closed]
I'm trying to install wails in Ubuntu 22.04.
Go version go1.20.3 and NPM version 6.14.11 are already installed on my system.
I followed all steps from the official website tutorial.
There have been no ...
-1
votes
2
answers
891
views
How to set Wails path for Go on Mac? [closed]
I'm trying to use Wails with Go on my Mac, but I'm having trouble setting the correct path. I have installed both Wails and Go, but when I try to build my Wails application using wails build, I get an ...