[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
solved my gimp example problem
- To: hlwm _at_ lists _dot_ herbstluftwm _dot_ org
- Subject: solved my gimp example problem
- From: Mono <mono _at_ posteo _dot_ de>
- Date: Thu, 14 Nov 2013 09:42:17 +0100
Hallo Torsten,
thanks again for yesterdays help!
I solved the problem. Especially your hint executing autostart from
command line revealed:
[~/.config/herbstluftwm]$ ./autostart
[~/.config/herbstluftwm]$ load: rename: Tag "default" not found
Missing ) or arguments
load: Error while parsing!
oops. well I tracked it down to the following part in my autostart. The
original says:
function hc() {
herbstclient "$@"
}
mine said:
function hc() {
cmds="$cmds , $@"
}
and further down just before "find the panel":
herbstclient chain $cmds&
Um, I remember to have taken those modifications from some forum post,
somewhere, blindly. I cant even remember what it is supposed to do, but
indeed it broke the autostart tag-layout loading.
best regards
Mono