Package Details: koala-bin 2.3.0-4

Git Clone URL: https://aur.archlinux.org/koala-bin.git (read-only, click to copy)
Package Base: koala-bin
Description: Koala is a GUI application for LESS, Sass and CoffeeScript compilation, to help web developers use these tools more efficiently for development.
Upstream URL: http://koala-app.com/
Keywords: coffeescript development koala less sass
Licenses: Apache License, Version 2.0
Provides: koala
Submitter: reatlat
Maintainer: maxlefou
Last Packager: maxlefou
Votes: 9
Popularity: 0.000000
First Submitted: 2017-08-03 11:07 (UTC)
Last Updated: 2021-11-30 11:29 (UTC)

Latest Comments

1 2 Next › Last »

sanderd17 commented on 2025-11-26 10:02 (UTC)

I'm not getting past the error below. Not with this package, and not when downloading the package from the Koala site directly.

[503687:503714:1126/104832.622194:ERROR:browser_gpu_channel_host_factory.cc(108)] Failed to launch GPU process.

I assume it's because node-webkit is not really a thing anymore. But not sure.

Also tried setting the BROWSER env variable (which helped other apps), but that doesn't seem to make a difference.

abdulhakeem commented on 2025-11-15 20:26 (UTC)

The package installs just fine, but when I try to open it it crashes after about 5-7 seconds and nothing ever actually opens. Confirmed it's not running in my KDE system tray. Tried uninstalling and reinstalling but it had no effect. Anyone else experiencing this?

maxlefou commented on 2021-11-30 11:30 (UTC)

@Taro94 and @deliodc thank you and sorry for the delay. package is updated now.

Taro94 commented on 2020-07-11 16:45 (UTC)

gconf should be added as a dependency

deliodc commented on 2019-12-07 19:15 (UTC)

I have an issue when try to run the binary:

$ koala
koala: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory

I solved it when i install with pacman the package "gconf"

sudo pacman -S gconf

maxlefou commented on 2019-08-14 07:54 (UTC) (edited on 2019-08-14 08:29 (UTC) by maxlefou)

@reatlat thanks. Package updated :)

reatlat commented on 2019-08-14 02:03 (UTC)

@maxlefou unfortunately, I don't have time to fix and test it... but feel free update this repo :) I just delegate you a co-Maintainers rights ;)

maxlefou commented on 2019-08-13 08:32 (UTC)

there's a missing dependency. the package "ruby" must be installed to use scss compiling.

reatlat commented on 2017-11-23 12:00 (UTC)

v.2.3.0-2 -------- Changes: ∙ Enhance the windows installer (fixes #638) ∙ Update autoprefix to v7.1.6 ∙ Update clean-css to v4.1.9 ∙ Update coffee-script to v1.12.7 ∙ Update postcss to v6.0.14 ∙ Update uglify-js to v3.1.9 ∙ Update uglify-es to v3.1.9 ∙ Update sass to v3.5.2 (fixes #697) ∙ Replace setting GEM_HOME and GEM_PATH with Gem.paths. (fixes #679) ∙ Add support for distinguishing UglifyJS errors from bugs. (fixes #645) ∙ Add Polish language. (Thanks to @djmassive) (#693) ∙ Fix French translation. (Thanks to @NumEricR) (#485, #486) ∙ Add Persian language. (Thanks to @mw2017) (#494) ∙ Add Korean language. (Thanks to @k22pr) (#660)

reatlat commented on 2017-11-22 18:46 (UTC)

@huluti Fixed