Bug 213672 - Loss display window settings (but the settings are kept)
Summary: Loss display window settings (but the settings are kept)
Status: RESOLVED DUPLICATE of bug 187539
Alias: None
Product: kwin
Classification: Plasma
Component: rules (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-08 12:38 UTC by Simone
Modified: 2013-03-23 20:12 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simone 2009-11-08 12:38:38 UTC
Version:            (using KDE 4.3.3)
OS:                Linux
Installed from:    Ubuntu Packages

Kwin remember the view settings of all windows that I configured, but if I look at the settings in the next time that I launch the application, it is no longer configured even if the settings covered previously are kept
Comment 1 Martin Flöser 2009-11-08 13:44:58 UTC
Sorry I do not understand what you are talking about. Could you please explain a little bit more? Like what you have configured and where? What you expected to work and what doesn't?
Comment 2 Thomas Lübking 2009-11-08 17:31:46 UTC
sounds like either a path conflict or insufficient access permissions.

@Simone
- do you have both directories ~/.kde and ~/.kde4 (DO NOT create one if not)
- run "chmod -R +w ~/.kde" (assuming ~/.kde is your present local KDE path)
Comment 3 Simone 2009-11-08 18:10:49 UTC
you're right, 	
I have not provided enough information for the bug reported.
This is the problem:
After that I configured the size and position of windows in each applications (Dolphin, kate, etc), in the next time that I start every applications it has a size and position that I configured but if I look the windows settings (Special Window Settings->Geometry) they are disable.

Sorry for my bad english
Comment 4 Thomas Lübking 2009-11-08 18:32:41 UTC
Which rule did you select (Force, Remember, ...)?
Comment 5 Simone 2009-11-09 09:49:29 UTC
each selection that I choose (Force,Remember,apply early, .....)
Comment 6 Thomas Lübking 2009-11-11 20:36:29 UTC
please open a terminal (konsole) and (given ~/.kde is your local dir, check for ~/.kde4 as well) enter:

ls ~/.kde/share/config/kwinrul*
stat ~/.kde/share/config/kwinrulesrc

1st: before adding a new rule
2nd: right after adding it
3rd: after restarting the ruled app (and the rule is gone)
Comment 7 Simone 2009-11-12 10:26:34 UTC
sorry for delay...
rsimone@mybox:~$ ls ~/.kde/share/config/kwinrul*
/home/rsimone/.kde/share/config/kwinrulesrc
#before adding a new rule
rsimone@mybox:~$ stat ~/.kde/share/config/kwinrulesrc
  File: "/home/rsimone/.kde/share/config/kwinrulesrc"
  Size: 4634            Blocks: 16         IO Block: 4096   file regolare
Device: 808h/2056d      Inode: 1091        Links: 1
Access: (0600/-rw-------)  Uid: ( 1000/ rsimone)   Gid: ( 1000/ rsimone)
Access: 2009-11-12 10:18:50.613994630 +0100
Modify: 2009-11-12 10:18:50.613994630 +0100
Change: 2009-11-12 10:18:50.613994630 +0100
#after adding it
rsimone@mybox:~$ stat ~/.kde/share/config/kwinrulesrc
  File: "/home/rsimone/.kde/share/config/kwinrulesrc"
  Size: 4826            Blocks: 16         IO Block: 4096   file regolare
Device: 808h/2056d      Inode: 1099        Links: 1
Access: (0600/-rw-------)  Uid: ( 1000/ rsimone)   Gid: ( 1000/ rsimone)
Access: 2009-11-12 10:19:18.871495099 +0100
Modify: 2009-11-12 10:19:18.871495099 +0100
Change: 2009-11-12 10:19:18.871495099 +0100
#after restarting the ruled app (and the rule is gone)
rsimone@mybox:~$ stat ~/.kde/share/config/kwinrulesrc
  File: "/home/rsimone/.kde/share/config/kwinrulesrc"
  Size: 4826            Blocks: 16         IO Block: 4096   file regolare
Device: 808h/2056d      Inode: 1099        Links: 1
Access: (0600/-rw-------)  Uid: ( 1000/ rsimone)   Gid: ( 1000/ rsimone)
Access: 2009-11-12 10:19:29.051495765 +0100
Modify: 2009-11-12 10:19:29.051495765 +0100
Change: 2009-11-12 10:19:29.051495765 +0100
Comment 8 Thomas Lübking 2009-11-12 13:12:01 UTC
ok, file exists, you've write permisions and actually write sth. to it (the file size grows and stays like this) so my last guess is that you apply a too strict filter.

right click the titlebar, select "configure window behaviour", open the "window specific" page.
do your rules show up there?

Anyway you could attach kwinrulesrc for inspection in case the above don't lead you to a fix
Comment 9 Simone 2009-11-12 14:25:58 UTC
Yes, the configuration settings are show there
Comment 10 Thomas Lübking 2012-03-16 23:00:06 UTC
Is this still an issue?
Can you please attach the kwinrulesrc after setting a rule and after restarting the application?

Possibly dupe of bug #187539
Comment 11 Thomas Lübking 2013-03-23 20:12:43 UTC
no response in a year, assuming dupe.

*** This bug has been marked as a duplicate of bug 187539 ***