Package Details: theia-bin 1.54.0-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: EPL2
Conflicts: theia
Provides: theia
Submitter: Mailaender
Maintainer: Mailaender
Last Packager: Mailaender
Votes: 4
Popularity: 0.38
First Submitted: 2024-07-05 17:58 (UTC)
Last Updated: 2024-10-17 16:42 (UTC)

Latest Comments

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.