Re: [arch-general] Problem with x11 keymap options

2019-03-02 Thread Ivy Foster via arch-general
On 02 Mar 2019, at  6:48 pm +, Juha Kankare via arch-general wrote:
> Hey,

Hello!

> I've been trying to get my locale to work correctly, adn everythign else 
> seems to be roughly correct (if I set grp:alt_shift_toggle with 
> setxkbmap I can switch between my keyboards), but the option 
> grp:alt_shift_toggle doesn't work unless I run the command manually. 

So is it failing to load when specified in
/etc/X11/xorg.conf.d/some_snippet_file.conf? If so, would you please
post the relevant file, and any others you've made for this system
that configure the keyboard?

Cheers,
iff


Re: [arch-general] arch health

2017-04-20 Thread Ivy Foster via arch-general
Francisco Barbee via arch-general  wrote:

> On 20 April 2017 at 10:32:32,  Jelle van der Waa wrote:
> > PIE is blocked by upstream because of this bug iirc. [1]
> > [1] https://sourceware.org/bugzilla/show_bug.cgi?id=21090

> Plus nobody ever explained why minor bug in testsuite should be
> a blocker here.

Because binutils is a vital system component that it is very, very
important to have working. It's one of those programs whose tests you
absolutely do not want failing, since you're subsequently using it to
link, well, *everything*.

if


Re: [arch-general] Got segmentation fault after upgrade

2017-02-24 Thread Ivy Foster via arch-general
Merlin Büge <t...@bluenox07.de> wrote:

> On Fri, 24 Feb 2017 18:59:30 -0600
> Ivy Foster via arch-general <arch-general@archlinux.org> wrote:
> 
> > piequiex <piequ...@nym.mixmin.net> wrote:
> >> [PACMAN] Running 'pacman -S xf86-input-evdev xf86-input-libinput
> >> xf86-video-nouveau xorg-server xorg-server-common xorg-server-devel'
> > 
> > Try running pacman -Syu. Partial upgrades are not supported [1] for
> > exactly this reason.
> 
> Huh? I think this is not a partial upgrade. A partial upgrade would be
>   pacman -Sy package

This is the command that was run, according to the message subject, as
an "upgrade" (piequiex's word, not mine). I assumed it was prefaced
by -Sy, since the subject is "segmentation fault after upgrade" rather
than something like "X11 segfaults after fresh install".

iff


Re: [arch-general] Got segmentation fault after upgrade

2017-02-24 Thread Ivy Foster via arch-general
piequiex  wrote:
> [PACMAN] Running 'pacman -S xf86-input-evdev xf86-input-libinput
> xf86-video-nouveau xorg-server xorg-server-common xorg-server-devel'

Try running pacman -Syu. Partial upgrades are not supported [1] for
exactly this reason.

iff

[1]: 
https://wiki.archlinux.org/index.php/System_maintenance#Partial_upgrades_are_unsupported


Re: [arch-general] ensuring integrity of sources (was: [arch-dev-public] todo list for moving http -> https sources)

2016-10-31 Thread Ivy Foster via arch-general
On 31 Oct 2016, at  6:14 pm +0100, Bennett Piater wrote:
> I want to quickly chime in and say that I would really like
> authenticated buildscripts at some point :)

Any PKGBUILD kept in git can already optionally have this feature. See
git-commit(1), specifically, its --gpg-sign option.

iff