Re: [systemd-devel] keymap: Specific models should always override more general globs

2013-09-01 Thread Martin Pitt
Hello again, Martin Pitt [2013-09-02 7:41 +0200]: > Kay, is there any kind of processing order guarantee from the hwdb > trie? Discussed on chat. For the record, common prefixes get sorted into one node, and within that node sorting happens lexicographically (asciibetically and shorter strings s

[systemd-devel] keymap: Specific models should always override more general globs

2013-09-01 Thread Martin Pitt
Hello Kay, all, I recently debugged a keymap regression on Dells since the switch to hwdb (https://launchpad.net/bugs/1218433). I fixed three bugs in master already, but the remaining issue needs some discussion. We often have rules which assign keymaps for a vendor or entire class of models, and

Re: [systemd-devel] Small tool to spawn programs in graphical sessions from non-graphical ones

2013-09-01 Thread Mantas Mikulėnas
On Sun, Sep 1, 2013 at 2:28 PM, James May wrote: > On 1 September 2013 01:16, Mantas Mikulėnas wrote: >> >> On Sat, Aug 31, 2013 at 4:35 PM, Jan Engelhardt wrote: >> > >> > On Saturday 2013-08-31 14:28, killermoehre wrote: >> >>Doesn't Amarok starts if you prefix it with the right DISPLAY variab

Re: [systemd-devel] Small tool to spawn programs in graphical sessions from non-graphical ones

2013-09-01 Thread James May
On 1 September 2013 01:16, Mantas Mikulėnas wrote: > > On Sat, Aug 31, 2013 at 4:35 PM, Jan Engelhardt wrote: > > > > On Saturday 2013-08-31 14:28, killermoehre wrote: > >>Doesn't Amarok starts if you prefix it with the right DISPLAY variable? > >>Like »DISPLAY=:0 amarok«. This should work from c