View Single Post
Posts: 1,378 | Thanked: 1,604 times | Joined on Jun 2010 @ Göteborg, Sweden
#111
Originally Posted by AgogData View Post
BUT when i type
- dsmetool -k /usr/bin/camera-ui2 (root)
it says [can't kill or not found, though its working]
No, you should not use "dsmetool -k /usr/bin/camera-ui2" as you never loaded camera-ui2 with dsmetool. When you have closed the x-terminal you can check what is running by typing
Code:
ps | grep camera
. There should be no camera-ui2. If there is then type
Code:
killall camera-ui2
. Then as root, you type
Code:
dsmetool -t /usr/bin/camera-ui
. This re-establishes the old default camera interface in a way that will have it auto-reload if it crashes etc.
 

The Following User Says Thank You to handaxe For This Useful Post: