https://bugs.kde.org/show_bug.cgi?id=407754

            Bug ID: 407754
           Summary: StartKDE script writes into config files
           Product: plasmashell
           Version: master
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: k...@davidedmundson.co.uk
          Reporter: k...@davidedmundson.co.uk
                CC: plasma-b...@kde.org
  Target Milestone: 1.0

# Write a default kdeglobals file to set up the font
kdeglobalsfile=$configDir/kdeglobals
test -f $kdeglobalsfile || {
cat >$kdeglobalsfile <<EOF
[General]
XftAntialias=true
XftHintStyle=hintmedium
XftSubPixel=none
EOF
}


Writing to a config file is very wrong as it breaks distro overrides. If we
want to set a default, we should just set a default when we load things
(probably in krdb)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to