Package Details: alacritty-git 1:0.14.0.2261.g2786683e-1

Git Clone URL: https://aur.archlinux.org/alacritty-git.git (read-only, click to copy)
Package Base: alacritty-git
Description: A cross-platform, GPU-accelerated terminal emulator
Upstream URL: https://github.com/alacritty/alacritty
Keywords: GPU rust terminal
Licenses: Apache
Conflicts: alacritty
Provides: alacritty
Submitter: quininer
Maintainer: quininer
Last Packager: quininer
Votes: 99
Popularity: 1.35
First Submitted: 2016-11-01 13:53 (UTC)
Last Updated: 2023-12-31 03:41 (UTC)

Required by (27)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »

quininer commented on 2018-09-18 12:18 (UTC)

@samhh Please update your rust version.

samhh commented on 2018-09-18 11:52 (UTC) (edited on 2018-09-18 11:52 (UTC) by samhh)

Compilation fails for me:

Compiling font v0.1.0 (file:///home/user/.cache/aurman/alacritty-git/src/alacritty/font) error[E0658]: use of unstable library feature 'pointer_methods' (see issue #43941) --> font/src/ft/fc/font_set.rs:102:60 | 102 | let ptr = (self.font_set.as_ptr()).fonts.add(self.current); | ^^^

error: aborting due to previous error

error: Could not compile font. warning: build failed, waiting for other jobs to finish... error: build failed ==> ERROR: A failure occurred in package_alacritty-git(). Aborting... 2018-09-18 12:51:26,247 - wrappers - makepkg - ERROR - makepkg query ['makepkg', '-cf', '--noconfirm'] failed in directory /home/user/.cache/aurman/alacritty-git

maximbaz commented on 2018-08-31 23:16 (UTC)

FFY00 but this is a -git package, are you planning to rebuild it after every commit?

FFY00 commented on 2018-08-31 22:07 (UTC) (edited on 2018-08-31 22:07 (UTC) by FFY00)

Hey, I want to move this to [community]. Is that ok with you?

SuperIce97 commented on 2018-05-29 11:48 (UTC)

desktop-file-install is part of the desktop-file-utils package. Please add that to the makedepends.

j605 commented on 2018-05-29 09:18 (UTC) (edited on 2018-05-29 09:56 (UTC) by j605)

update-desktop-database hook already exists so no need to have a install file. Please remove it.

edit: realised you are not using the install file after reading the PKGBUILD, sorry for the noise :)

bemeurer commented on 2018-03-08 03:51 (UTC)

@kveldulf Alacritty support for Wayland is experimental, I'm assuming you're using Gnome on Wayland, and so you'll see weird behavior like that. IIRC running alacritty on XWayland helps mitigate the weirdness.

guardian commented on 2018-02-19 16:57 (UTC)

When trying to launch alacritty I was welcomed with "No backend available".

I fixed it by installing libxcursor so likely you want to add it as a dependency

kveldulf commented on 2018-02-05 13:49 (UTC)

Maybe I'm misunderstanding something, but I installed this and whenever I click the Alacritty icon in my favorites bar in GNOME it opens a new icon that says "Unknown" and the UI is pretty weird, and it doesn't have basic features like holding a key down won't repeatedly input the value. Am I missing something?

bemeurer commented on 2017-12-04 03:10 (UTC)

Compiling the package with nightly causes it to not work. Would it be possible to force compilation to be done with the stable toolchain?