Summary: | KDE complete lockup with admin autostart script | ||
---|---|---|---|
Product: | [I don't know] kde | Reporter: | 9bv1tu2a <9bv1tu2a> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | 4.6 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
9bv1tu2a
2011-08-12 13:26:12 UTC
"It appears that the script with a request for password stops KDE fully loading and thus crashes KDE." Well, if a script needs to ask password then it needs to run in a terminal emulator to be able to interact with users. Your autostart script ("cron start and aptitude update/full-upgrade") is run silenetly(without invoking a terminal emulator), and that is the problem. Solution: do not do it. Or, write something like "xterm -e command-need-interaction" |