Package Details: theia-bin 1.67.100-1

Git Clone URL: https://aur.archlinux.org/theia-bin.git (read-only, click to copy)
Package Base: theia-bin
Description: Cloud and Desktop IDE Platform
Upstream URL: https://www.theia-ide.org/
Keywords: ide
Licenses: EPL-2.0
Conflicts: theia
Provides: theia
Submitter: Mailaender
Maintainer: Mailaender
Last Packager: Mailaender
Votes: 7
Popularity: 0.21
First Submitted: 2024-07-05 17:58 (UTC)
Last Updated: 2025-12-22 23:04 (UTC)

Latest Comments

oech3 commented on 2025-07-28 18:27 (UTC)

Is swapping electron with electron37 OK for you ? : https://raw.githubusercontent.com/eclipse-theia/theia/refs/tags/v1.63.3/package-lock.json

Mailaender commented on 2025-06-07 09:56 (UTC)

1.61.1 is not yet released https://github.com/eclipse-theia/theia/issues/15645 Sorry, will revert.

SoftExpert commented on 2025-06-07 04:26 (UTC)

It seems there are no longer DEB packages available.

The only remaining downloads for Linux are AppImage or Snap.

Are you going to switch to AppImage ?

Matty_r commented on 2025-06-06 11:57 (UTC)

This appears to also depend on alsa-lib. I got /opt/TheiaIDE/theia-ide-electron-app.bin: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory when trying to launch it.

For context, I was installing this in distrobox, so it's pretty barebones. Installing alsa-lib fixed the issue for me.

user0thenyancat commented on 2025-04-13 12:26 (UTC)

sha256sums didn't pass

Mailaender commented on 2024-07-24 13:02 (UTC)

I can't reproduce the problem. The package already contains a fix for the icon and a patch towards upstream https://github.com/eclipse-theia/theia-blueprint/pull/372

SoftExpert commented on 2024-07-24 12:07 (UTC) (edited on 2024-07-24 12:20 (UTC) by SoftExpert)

Any idea why the app does not display it's own icon, but the standard "icon not found" placeholder ? I'm using KDE Plasma 6.1.3 currently, whith Kora icon theme.

edit: I mean the icon displayed in the dock bar / panel; the applications menu uses the PNG installed in the hicolor icons collection.

Maybe the fix involves a patch to apply to one of the JS files ? According to this article it could be as simple as:

const nativeImage = require('electron').nativeImage
const image = nativeImage.createFromPath('icon.png')
app.dock.setIcon(image);

Mailaender commented on 2024-07-23 09:38 (UTC)

I replaced xxd because it is part of vim with hexdump and added everything used to makedepends.

AlexisBRENON commented on 2024-07-23 09:26 (UTC)

The xxd utility is required during the prepare step, but is not listed in the dependencies.