Summary: | kcmshell display does not remember default settings | ||
---|---|---|---|
Product: | [Unmaintained] krandr | Reporter: | Grégoire Paris <postmaster> |
Component: | general | Assignee: | Gustavo Pichorim Boiko <gustavo.boiko> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | chealer, myriam |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | the config app I'm using |
Description
Grégoire Paris
2011-07-18 08:10:37 UTC
Are you sure you're not just experiencing #275360? Which system shell do you use? (In reply to comment #1) > Are you sure you're not just experiencing #275360? Which system shell do you > use? Yes, I'm sure I'm not experiencing this other bug, because I'm using a GUI (I'm going to post a screenshot of it in attachement), which makes your second question irrelevant (but FYI, I use zsh, which is so cool). I launch the GUI from krunner Created attachment 62718 [details]
the config app I'm using
BTW, running ps faux | grep kcm when the software is launched shows this: ps faux|grep kcm gparis 1999 0.0 0.0 3984 88 ? S 09:59 0:00 /usr/lib/kde4/libexec/start_kdeinit +kcminit_startup gparis 2873 4.1 0.7 386528 30004 ? Sl 10:06 0:00 \_ /usr/bin/kcmshell4 display Yes, you use a GUI, but GUI-s and shells can cohabit. The file configured by krandr, krandrrc, is red by a shell script at startup, krandrsetup. That script was buggy up to KDE 4.6.5. So which system shell do you use (not necessarily the same as your user shell)? Which distribution do you use? Does the problem persist with 4.6.5? Is my system shell the thing /bin/sh points to? If yes then it must be dash : ⚡ ll /bin/sh lrwxrwxrwx 1 root root 4 2011-05-06 19:30 /bin/sh -> dash I'm currently using Ubuntu with KDE 4.6.2, I'll try to update soon. Yes. As dash is your system shell, you're most likely just experiencing #275360. I upgraded, and it know works. Thanks a lot! |