In addition to video problems (the background flickering) and menu problems (no icons for gtk applications; can't edit icons), yet another problem has surfaced. I cannot run any startup scripts, and the shutdown script is not running.
1. Things that should be starting when kde starts, like hp-systray and kshowmail, just crash, with an error window appearing that says they can't find the system tray. This is probably because kde startup is very slow. The solution would appear to be to start them not in /etc/xdg/autostart, but in ~/.config/autostart using a shell script that has a built in sleep timer. Did that, the script itself works. But when I try to add it using SystemSettings>Startup_and_Shutdown, it adds the script, the symlink appears in ~/.config/autostart, and all looks fine, except it does not run on login. When I go back into SystemSettings > Startup_and+_Shutdown, the script has vanished, although it is still there in .config/autostart. So basically I cannot run any startup scripts because, for some reason, the system just won't update its configuration files, wherever those might be.
2. Shutdown happens without logging out of kde, or running the script located in SystemSettings>Startup_and_shutdown. The script did actually add there, but never executes. There does not seem to be a .config/shutdown directory. The reason seems to be that the system is doing some sort of hard shutdown, like ALT-SysRq-O, without ever going through the kde or system shutdown scripts. I don't know if it's even syncing the file system, but I do know the cleanup script I run on logout isn't executing at all.
1. Things that should be starting when kde starts, like hp-systray and kshowmail, just crash, with an error window appearing that says they can't find the system tray. This is probably because kde startup is very slow. The solution would appear to be to start them not in /etc/xdg/autostart, but in ~/.config/autostart using a shell script that has a built in sleep timer. Did that, the script itself works. But when I try to add it using SystemSettings>Startup_and_Shutdown, it adds the script, the symlink appears in ~/.config/autostart, and all looks fine, except it does not run on login. When I go back into SystemSettings > Startup_and+_Shutdown, the script has vanished, although it is still there in .config/autostart. So basically I cannot run any startup scripts because, for some reason, the system just won't update its configuration files, wherever those might be.
2. Shutdown happens without logging out of kde, or running the script located in SystemSettings>Startup_and_shutdown. The script did actually add there, but never executes. There does not seem to be a .config/shutdown directory. The reason seems to be that the system is doing some sort of hard shutdown, like ALT-SysRq-O, without ever going through the kde or system shutdown scripts. I don't know if it's even syncing the file system, but I do know the cleanup script I run on logout isn't executing at all.
Comment