https://bugs.kde.org/show_bug.cgi?id=391609

--- Comment #5 from Arek Guzinski <ker...@ag.de1.cc> ---
> Maybe there are some particularities in the script that are causing the 
> problem?

damn it!

yes, actually there was something.. 

after some more experimenting, i found that the "Session Autostart Manager
Control Panel Module" -> "Add Script" was adding the
"#!/bin/sh
"
header to every script, which seems to be mandatory now...

since my script was from the old days, it did not have that header.
adding it, fixed this problem :)

would be nice if kde would have told me, my script can't start because of that.
maybe "Session Autostart Manager Control Panel Module" could make a quick check
when it's opened?


the multiple execution issue with scripts that run "Before session start-up"
still remains. should i open another bug for that?


@Alexander Mentyu: thanks for motivating me to look closer!

@francisco_t: many of the things xmodmap does, would be overwritten when kde
sets the keyboard layout. are you sure that's not happening? (i don't think it
should, but.. maybe..)
as a workaround, you could try a script with the line
(sleep 5; xmodmap ~/.xmodmaprc)&

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to