dev-manager-desktop icon indicating copy to clipboard operation
dev-manager-desktop copied to clipboard

Does not work on Linux

Open omkar1087 opened this issue 5 months ago • 5 comments

Device Type

Linux

Dev Manager Version

1.99.13

Model

Oled C11

webOS Version

New

Rooted

Yes

Bug Description

After installation in Linux Mint and Ubuntu, the program does not work. There is a black window. A lot of people write about the problems on the forums!

Reproduction Steps

No response

Expected Behavior

No response

omkar1087 avatar Jul 15 '25 14:07 omkar1087

I am getting SIGABRT or segfault when i try to start the appimage on fedora 42 on various versions.

segfault:

./webos-dev-manager_1.99.16_amd64.AppImage 
Cannot get default EGL display: EGL_SUCCESS
Cannot create EGL context: invalid display (last error: EGL_SUCCESS)
Minnesegmentsfeil (kjerne lagret i fil)

abort:

./webos-dev-manager_1.99.5_amd64.AppImage 
Could not create surfaceless EGL display: EGL_BAD_ALLOC. Aborting...
Avbrutt (SIGABRT) (kjerne lagret i fil)

If i try to install the rpm package i get errors about missing zlib:

sudo dnf install ./webos-dev-manager-1.99.13-1.x86_64.rpm
Updating and loading repositories:
Repositories loaded.
Failed to resolve the transaction:
Problem: conflicting requests
  - nothing provides zlib (>=1.2.11) needed by webos-dev-manager-1.99.13-1.x86_64 from @commandline
You can try to add to command line:
  --skip-broken to skip uninstallable packages```

R0flcopt3r avatar Jul 30 '25 16:07 R0flcopt3r

The manager operates from the DEB package in Kubuntu 25.04. The program is installed without a shortcut and can be started from the installer.

jurekbe1960-wq avatar Aug 14 '25 11:08 jurekbe1960-wq

I am getting SIGABRT or segfault when i try to start the appimage on fedora 42 on various versions.

segfault:

./webos-dev-manager_1.99.16_amd64.AppImage 
Cannot get default EGL display: EGL_SUCCESS
Cannot create EGL context: invalid display (last error: EGL_SUCCESS)
Minnesegmentsfeil (kjerne lagret i fil)

abort:

./webos-dev-manager_1.99.5_amd64.AppImage 
Could not create surfaceless EGL display: EGL_BAD_ALLOC. Aborting...
Avbrutt (SIGABRT) (kjerne lagret i fil)

If i try to install the rpm package i get errors about missing zlib:

sudo dnf install ./webos-dev-manager-1.99.13-1.x86_64.rpm
Updating and loading repositories:
Repositories loaded.
Failed to resolve the transaction:
Problem: conflicting requests
  - nothing provides zlib (>=1.2.11) needed by webos-dev-manager-1.99.13-1.x86_64 from @commandline
You can try to add to command line:
  --skip-broken to skip uninstallable packages```

You can just use

sudo rpm -ivh --nodeps ./*path to the rpm file*

ghost avatar Aug 22 '25 17:08 ghost

You can just use

sudo rpm -ivh --nodeps ./*path to the rpm file*

that combined with sparately installing webkit2gtk4.1-devel seems to have done the trick! haven't tried to actually use the software yet though, but at least it installs and opens.

R0flcopt3r avatar Aug 23 '25 16:08 R0flcopt3r

WebOS Dev Manager works in Fedora KDE (webos-dev-manager_1.99.16_amd64.AppImage).

omkar1087 avatar Aug 24 '25 13:08 omkar1087