Dan Trevino

Results 83 comments of Dan Trevino

If you do something like this: [Channel "stuff"] mattermost="general" irc="#stuff" gitter="42wim/stuff" How will you know where your reply is going? If someone pings me on irc #stuff i dont want...

Is there an update kernel available with these changes? Dev version or something?

@volfyd I have 2.1 installed. Just using the stylus for now. If you make a test kernel I'll take it for spin.

@mmeyer724 what kernel are you using? I have xenon-testing enabled and kernel 4.12.0-galliumos but still do not have a working trackpad.

dpkg -l linux-image\* ``` Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==============================-=================-============-====================================== un linux-image (no description available) un linux-image-2.6 (no description available) ii linux-image-4.12.0-galliumos 4.12.0-galliumos3...

I just tried to re-install. I'm seeing missing firmware messages that I dont remember seeing before. I likely wasnt paying attention. But a)why am i getting complaints about missing kabylake...

Oh and thank you @reynhout !

I reinstalled and lost the touchpad. I have: ``` Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==============================-=================-============-====================================== un linux-image (no description available) un linux-image-2.6 (no...

FYI, this workaround works for me: 1. blacklist atmel_mxt_ts (/etc/modprobe.d/blacklist.conf) 2. reboot 3. launch terminal (ctrl-alt-t) 4. sudo modprobe atmel_mxt_ts

Thank you this is helpful. How can I add to the end of the toolbar? I see that addButton takes an index, but if I `addButton` to position toolbar.getItems().length I...