Go Back   TechArena Community > Software > Operating Systems
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , , , , , ,

Sponsored Links



Disable password request and pending closure in linux

Operating Systems


Reply
 
Thread Tools Search this Thread
  #1  
Old 05-01-2010
Member
 
Join Date: Nov 2009
Posts: 52
Disable password request and pending closure in linux

Hi,, i am a Windows Xp user but have recently installed Ubuntu 9.10 on of my pc. Now as i am not much familiar with this operating system i need some help from you all guys regarding the problems i am facing with the same. Actually, i wanna get rid of 2 feature of ubuntu, that is pending closure dialog box that appears when i turn off or on this system and second one is the password request dialog box that appears when i try to make any folder or directory.

Hope you guys can help me out of this ... Please make me know how can i disable password request and pending closure in linux ?
Reply With Quote
  #2  
Old 05-01-2010
MrChris-'s Avatar
Member
 
Join Date: Apr 2008
Posts: 3,237
Re: Disable password request and pending closure in linux

Pending closure is really very annoying part when we try to shut down or restart our Ubuntu system. Fortunately i got a tip to disable this feature when i was in need of the same. Here is what you need to do:-
  1. On Ubuntu, simultaneously press the Alt and F2 to bring up the launch window applications.
  2. Enter the command gconf-editor and click Run.
  3. Pull down the apps, indicator-session.
  4. Then check the box for the Value column for the key supress_logout_restart_shutdown.
  5. Finally close the configuration editor.
  6. Now your computer is restarted or stopped immediately. This window will not be displayed.
Reply With Quote
  #3  
Old 05-01-2010
Maq.H's Avatar
Member
 
Join Date: May 2009
Posts: 1,270
Re: Disable password request and pending closure in linux

Password request is a nice feature in Ubuntu, i can say if your pc is used by many people apart from you. Its a kind of security. But if you only are the user of this PC than its very annoying and must have to be disabled. Anyways, in order to disable password request on Ubuntu 9.10 , Open a command line to click on the Applications menu, point to Accessories then Terminal. Enter the command sudo visudo and press Enter.

Now enter your password and confirm by pressing Enter. Pull down the file that is edited with the arrow keys until the line% admin ALL = (ALL) ALL. Replace this line% admin ALL = (ALL) NOPASSWD: ALL. Use the keyboard shortcut Ctrl + o then press the Enter key to save the changes. Then do Ctrl + x to close the file. Now, your password will not be asked for administrative tasks.
Reply With Quote
  #4  
Old 05-01-2010
jesse's Avatar
Member
 
Join Date: Nov 2005
Posts: 2,965
Re: Disable password request and pending closure in linux

In order to stop the password request dialog box, you need to work with gnome-terminal. Open gnome-terminal and enter "sudo su"

Here type your password for the last time and than on the last line type or copy paste the following:-
Quote:
chad ALL=(ALL) NOPASSWD: ALL
Thats it.. You are done.
Reply With Quote
  #5  
Old 05-01-2010
SalVatore's Avatar
Member
 
Join Date: May 2008
Posts: 2,618
Re: Disable password request and pending closure in linux

In case you wanna deactivate password request for mounting partitions in Ubuntu Karmic, just go through these steps:-

Open a terminal and paste this:
Code:
sudo gedit /usr/share/polkit-1/actions/org.freedesktop.devicekit.disks.policy
In the file you opened with Gedit above, search for this:
Code:
<action id="org.freedesktop.devicekit.disks.filesystem-mount-system-internal">
And scrolling down a bit, you will see something like this (for me, it's on line 34 in that file so it should be on the same line for you too, but double check that):
Code:
<allow_active>auth_admin_keep</allow_active>
which needs to be changed to:
Code:
<allow_active>yes</allow_active>
Source:webupd8.org
Reply With Quote
  #6  
Old 05-01-2010
Member
 
Join Date: Jul 2009
Posts: 88
Re: Disable password request and pending closure in linux

Hey thanks for posting this useful tips friends.. I was also in search of this since i reinstalled my Ubuntu. I am really annoyed of those dialog box. This will help me as well. Keep it up
Reply With Quote
Reply

  TechArena Community > Software > Operating Systems


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Disable password request and pending closure in linux"
Thread Thread Starter Forum Replies Last Post
My updated RMA request on HAF X is still pending ItemBomb Hardware Peripherals 5 18-07-2011 01:07 AM
Motorola fix request still pending JErastus Portable Devices 6 28-06-2011 11:41 PM
How to disable the password prompt feature while installing new software in linux Nekeitha Operating Systems 4 19-01-2011 08:03 PM
Updater showing pending update in Linux mint 9 Mahua Operating Systems 4 19-01-2011 08:02 PM
"Add request pending" issue in Yahoo Messenger Galimberti Technology & Internet 3 17-06-2010 12:42 PM


All times are GMT +5.5. The time now is 02:10 AM.