|
Search Tech-Forums - link takes you to our Forum's search page. Note: The following is only a text archive! To view the actual forum discussion, please visit our website at http://www.tech-forums.net Pages:1 Howto: Make gksu not flicker(Click here to view the original thread with full colors/images)Posted by: Greg Whenever I open a program that uses gksu to give it root privileges it gets all flickery as it dims the background. Maybe this is just my problem, or maybe it's because of Beryl, I'm not sure. Doing the following will stop gksu from dimming the background altogether, it will just open a new window for you to put your password in. Note: I am using Ubuntu 6.10, things may be different for you. I am not responsible if you screw anything up, but that would be pretty hard to do. You will not be modifying any vital system files or anything. This seems to be working really well so far, but I have been using it for all of 2 minutes. It's pretty easy: [b]Step 1:[/b][code]sudo mv /usr/bin/gksu /usr/bin/gksu_orig[/code] [b]Step 2:[/b][code]sudo gedit /usr/bin/gksu[/code] Paste the following into the new file and save it:[code]#!/bin/bash gksu_orig -g $@[/code] [b]Step 3:[/b][code]sudo chmod +x /usr/bin/gksu[/code] And you're done. Test it out by opening Synaptic, or putting 'gksu echo' or something into the terminal. If for some reason you want to put it back, run:[code]sudo rm /usr/bin/gksu && mv /usr/bin/gksu_orig /usr/bin/gksu[/code] Posted by: Enterpriser Thanks for that. I did not have a problem with this, but I know plenty of people who do. Posted by: Greg Heh, I actually forgot a step. Fixed. vBulletin Copyright ©2000 - 2003, Jelsoft Enterprises Limited. PPC Management vB Easy Archive Final - Created by Xenon |