Well, I do believe I have it disabled. To my knowledge, to disable arts on startup, knotifyrc must be edited:
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
|
dracco@epitaph dracco $ cat .kde/share/config/knotifyrc
[Misc]
External player=/usr/kde/3.3/bin/artsplay
LastConfiguredApp=KDE System Notifications
Use external player=false
Volume=100
[StartProgress]
Arts Init=false
KNotify Init=true
Use Arts=false
|
But it still appears to load artsd. ps aux shows artsd loaded and hogging my memory.
|
Source code
|
1
2
|
dracco 8990 0.5 1.5 12228 7816 ? S 08:22 0:00 artsd -F 10 -S 4096 -a alsa -d -r 44100 -b 16
dracco 8994 0.0 4.4 32392 22844 ? S 08:22 0:00 knotify [kdeinit] knotify
|
How do I complete get rid of arts short from removing it from my system? Am I doing something wrong?
Thanks