I did something weird and now my text size is like 3pt on every system window, but when I go in and change my window fonts to larger to something that looks normal, it makes my clock, bash, and other fonts absolutely gigantic. Is there any way I can just roll back my system and it's settings? It wouldn't be much bother as I installed the OS yesterday. I'd hate to have to reinstall entirely though, but I guess it's an option.

link|improve this question
1  
Will you be solving it with programming? – Ignacio Vazquez-Abrams Apr 7 '11 at 20:12
feedback

migrated from stackoverflow.com Apr 7 '11 at 20:38

This question came from our site for professional and enthusiast programmers.

1 Answer

To keep in the paradigm,

Create a shell script (this is a programming QA board :D) the script will execute 3 commands

kquitapp plasma-desktop
rm .kde/share/config/plasma-desktop-appletsrc
kshell4 plasma-desktop

Try to keep the Questions more code centric.

link|improve this answer
Heh. Thanks. You're right, this isn't very code centric, my bad. I appreciate the help though. Thanks – Robert Kelly Apr 7 '11 at 20:20
Not a problem, if this works for you by all means mark it as answered. :) – Gnostus Apr 7 '11 at 20:21
feedback

Your Answer

 
or
required, but never shown