Bug 277999 - kcmshell display does not remember default settings
Summary: kcmshell display does not remember default settings
Status: RESOLVED UPSTREAM
Alias: None
Product: krandr
Classification: Unmaintained
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Gustavo Pichorim Boiko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-18 08:10 UTC by Grégoire Paris
Modified: 2012-06-20 07:48 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
the config app I'm using (75.47 KB, image/png)
2011-08-10 08:06 UTC, Grégoire Paris
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Grégoire Paris 2011-07-18 08:10:37 UTC
Version:           4.6 (using KDE 4.6.2) 
OS:                Linux

After rebooting my system, the changes I saved as default in kcmshell display are not taken into account. I use dual-head and when I reboot, one screen is the clone of the other, and uses a wrong resolution.

Reproducible: Always

Steps to Reproduce:
1. Start the display settings
2. Make some changes
3. Save as default
4. Reboot

Actual Results:  
Settings are not taken into account

Expected Results:  
Take my settings into account.

There is no xorg.conf in my /etc/X11/
Comment 1 Philippe Cloutier 2011-07-29 21:46:44 UTC
Are you sure you're not just experiencing #275360? Which system shell do you
use?
Comment 2 Grégoire Paris 2011-08-10 08:04:34 UTC
(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
Comment 3 Grégoire Paris 2011-08-10 08:06:14 UTC
Created attachment 62718 [details]
the config app I'm using
Comment 4 Grégoire Paris 2011-08-10 08:07:45 UTC
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
Comment 5 Philippe Cloutier 2011-08-10 20:46:32 UTC
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?
Comment 6 Grégoire Paris 2011-08-11 08:31:12 UTC
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.
Comment 7 Philippe Cloutier 2011-08-11 08:32:41 UTC
Yes. As dash is your system shell, you're most likely just experiencing #275360.
Comment 8 Grégoire Paris 2011-08-11 08:44:02 UTC
I upgraded, and it know works. Thanks a lot!