What's the error?
skanky
https://bbs.archlinux.org/profile.php?id=30276
2013-03-14T12:43:42Z
Nice one. Though it might be worth looking to see if there's a reason for the 20 seconds and if it can be reduced - often not, but you never know.
skanky
https://bbs.archlinux.org/profile.php?id=30276
2012-04-03T12:00:47Z
IIRC, global variables need to be defined g:name - eg. g:DIRThe other alternative would be to pass it in as an argument - see a:name
skanky
https://bbs.archlinux.org/profile.php?id=30276
2013-02-14T13:34:29Z
Does it work if you restart using systemd? #systemctl restart smbd
skanky
https://bbs.archlinux.org/profile.php?id=30276
2012-11-20T11:38:20Z
Two suggestions:1) check the AUR PKGBUILD and makefile to see what files get placed, where.2) check the sourcode and makefile of the code you downloaded (from here https://github.com/bibinou/keepass2/tree/master/Build ??) to see if you can work out what gets put where.
skanky
https://bbs.archlinux.org/profile.php?id=30276
2013-02-12T10:06:18Z
I don't know about sourcing your .bashrc in gnome, but you are probably better off moving your PATH definition to your .bash_profile, before you source the .bashrc.
skanky
https://bbs.archlinux.org/profile.php?id=30276
2012-05-10T08:49:40Z
Okay, I got it again on shutdown last night (it gets displayed on screen), but it doesn't appear in the logs. I do however have a segfault in the logs, that occurred during the shutdown process.The segfault was in xorg-launch-helper and the message was the first thing that occurred after X closed down. So yeah, I think I get it after segfaults, too.So, ignore my Cups comment above.
Try the following:urxvtc -e bash -i -c muttIf that works, then there's something in your bashrc that's enabling correct colours.Just one suggestion, -e mutt works correctly for me, and I set the TERM variable in .Xresources (.Xdefaults will also work), and not in any of the bash start-up files.
skanky
https://bbs.archlinux.org/profile.php?id=30276
2012-07-07T08:14:50Z
That's a temp file, not a script. If you're going to use a script you need:#!/bin/bash
echo -n c>>/sys/devices/platform/i8042/serio1/flagsThough you probably want to flesh that out a little - only run the line if $1 is "post" and maybe echo some message to appear in the journal.
skanky
https://bbs.archlinux.org/profile.php?id=30276
2013-02-14T13:29:08Z