We are well aware of that and this is solved in Mint 7 Gloriasoftware manager, but that takes well over 10 minutes to kick in after a fresh install
New Mint-er, mostly very pleased
Re: New Mint-er, mostly very pleased
Welcome to Mint and thanks

Don't fix it if it ain't broken, don't break it if you can't fix it
Re: New Mint-er, mostly very pleased
richjack, welcome to the forum! The keyring thing you mentioned usually happens if you set up your system to auto login, this was a present from our friends in Ubuntu development.
I am not a KDE fan but I have been looking at PCLinuxOS 2009.1 lately. I am a fan of quality work and admire the way Texstar builds a rolling release. Texstar has been noted as a perfectionist in many reviews and with good reason. I noticed right away that the new release was built to run as many systems as humanly possible and he chose to stick with KDE 3.5.10 because of it's stability. I have to admire the decision making process and the quality of the final product.
You will find with Mint that just when you thought things were as good as they can get, they get even better.

You will find with Mint that just when you thought things were as good as they can get, they get even better.
Re: New Mint-er, mostly very pleased
Wicd won't change a thing in this respect, I tried it myself for the same reason.
Re: New Mint-er, mostly very pleased
Which password? The sudo password? Because you can use NOPASSWD in the sudoers file.
Or there is this solution:
Create a file named $HOME/bin/sudo-hack.sh
Then set the sudo password timestamp:
And run the sudo-hack.sh in the background:
Or there is this solution:
Create a file named $HOME/bin/sudo-hack.sh
Code: Select all
#!/bin/bash
while [ true ]
do
sudo -u root /bin/true > /dev/null 2> /dev/null
sleep 60
done
Code: Select all
$ sudo -u root /bin/true
Code: Select all
$ HOME/bin/sudo-hack.sh &
Re: New Mint-er, mostly very pleased
Not to take away from Mint, which is the coolest - you know there is a Gnome version of PCLinuxOS right?
http://www.linuxgator.org/home/index.html
http://www.linuxgator.org/home/index.html