summaryrefslogtreecommitdiff
path: root/x11/kde4-workspace/files/patch-kdesktop-init.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed obnoxious bug where a new ~/Desktop dir would be created with read-onlyAlan Eldridge2002-07-181-0/+22
files (including a RO .directory), which prevented certain changes, like moving icons around, from persisting to next session. <Aaarrgh> They used system("cp file1 file2") to create the new dirs. </Aaarrgh> PORTREVISION was bumped on this one, since it is a significant fix, and it does affect installation of files (in the user's $HOME). PR: 39980