Re: [arch-general] Generating gdb debug logs for devs

2017-02-02 Thread Christoph Gysin via arch-general
> I've installed ABS, modified PKGBUILD and made my own /etc/makepkg-dev.conf No need to change both makepkg.conf and the PKGBUILD. Either will do. > makepkg -sf --config /etc/makepkg-dev.conf generates the executable. This will only build the package. Make sure to install it, or use 'makepkg

Re: [arch-general] Generating gdb debug logs for devs

2017-02-03 Thread Christoph Gysin via arch-general
On Fri, Feb 3, 2017 at 2:37 AM, Pekka Järvinen via arch-general wrote: > This finally provided results! > > main (argc=, argv=) at lxrandr.c:783 > 783fixed = LVDS ? LVDS : monitors->data; At this point, lxrandr has crashed and you are left at the gdb prompt. Type

Re: [arch-general] Generating gdb debug logs for devs

2017-02-03 Thread Christoph Gysin via arch-general
On Thu, Feb 2, 2017 at 3:54 PM, Pekka Järvinen via arch-general wrote: > % makepkg -sfi > ... > error: unresolvable package conflicts detected > error: failed to prepare transaction (conflicting dependencies) > :: lxrandr-gtk3 and lxrandr are in conflict Ah, in this

Re: [arch-general] GNU Privacy Assistant window sizing problem?

2016-09-17 Thread Christoph Gysin via arch-general
This seems to be a bug in GPA. Nevertheless, you should be able to move/resize the window to see the hidden options and buttons. I don't use gnome, but I believe the default shortcuts are holding down the Meta/Super/Windows/Apple key, then click and drag with left/right/middle? mouse button to

Re: [arch-general] pavucontrol depency question

2017-03-20 Thread Christoph Gysin via arch-general
pavucontrol works fine without pulseaudio, if you control another machine's pulseaudio instance over the network: $ PULSE_SERVER=another-box pavucontrol Not sure about xfce4 packages, don't use them. On Mon, Mar 20, 2017 at 1:11 AM, Friedrich Strohmaier

Re: [arch-general] Automatic login

2017-07-19 Thread Christoph Gysin via arch-general
Check also: https://wiki.archlinux.org/index.php/Systemd/User#Automatic_login_into_Xorg_without_display_manager On Wed, Jul 19, 2017 at 12:22 PM, Junayeed Ahnaf via arch-general wrote: > I actually have not thoguht about that. I'll take a look at it now :-) > > > On

Re: [arch-general] makepkg - any way to recompile only newly patched files in large packages?

2017-08-07 Thread Christoph Gysin via arch-general
On Mon, Aug 7, 2017 at 10:39 AM, David C. Rankin wrote: > If it wasn't clear, I have already built the gtk2 package yesterday to > --enable-debug=yes so I have all of the files in a state I could call > --repackge on, except for the gtk/gtkrecentchooser.c file with

[arch-general] linux-4.13: CONFIG_SPI removed?

2017-10-05 Thread Christoph Gysin via arch-general
I'm using a MacBookPro from late 2016, which features a keyboard and touchpad that are attached via SPI (spi_pxa2xx_platform), using the driver from [0]. It seems that with the upgrade to kernel 4.13. CONFIG_SPI has been removed [1]. Any idea what was the motivation behind this change? Was it

Re: [arch-general] Arch Linux on MacBookPro13,3

2018-03-01 Thread Christoph Gysin via arch-general
I'm running arch on a MacbookPro13,1. There used to be a really annoying bug with the NVMe controller, that would delay bootup by up to 2 minutes. Luckily that has been fixed in 4.15.2 or so. The only feature I'm really missing is working suspend/resume (wifi works on the 13,1). With kernel 4.16,