PDA

View Full Version : Lost Modem Dialer in User Mode



sakiZ
12-20-2004, 04:44 AM
Boy this is a weird problem.

I can dial out in root mode clicking on the modem dialer.

But in user mode, when I try click on the Modem dialer in in the menu nothing happens.

If I try to create a link from that, I get a message saying KPP Not Found.

But, if I get into the File Manager Super User Mode, still in user mode, I can navigate to this folder and click on it and run the modem dialer:

/root/.kde/share/apps/kicker/kppdesktop

'Kppdesktop' is the modem dialer and has the modem dialer icon.

How do I get the normal modem dialer back in user mode?

sakiZ

turbinater
12-20-2004, 06:05 PM
That's commonly stated, and there's many posts in this forum on this partcular subject. Click on the link that says search at the top of the page, and search your problems away.

sakiZ
12-20-2004, 06:34 PM
Well, thanks for the tip. I'll search around. The problem seemed pretty bizarre.

Glad to know I'm not alone, I guess..... :-)

I did "solve" the problem short term. I just set up my root mode the same way as I have my user mode set up. New mail account and all.

I must say, the amount of permission denied messages in user mode is quite annoying.
Access denied. Need password. etc etc. I realize Linux likes to be more secure, but this is a little much.

I'm the only user and I'm only on line briefly. Ah well. Better then Windoze, eh?

sakiZ

turbinater
12-20-2004, 06:45 PM
I did "solve" the problem short term. I just set up my root mode the same way as I have my user mode set up. New mail account and all.
sakiZ

You don't acually have to be logged in to a desktop as root, you can simply use this command as a normal user:


gksu kppp


This will ask for your root password, then run kppp as root, assuming you gave the correct password.

sakiZ
12-20-2004, 07:44 PM
Thanks,

Saki

sakiZ
12-20-2004, 08:29 PM
OK, this could be a real plus if we could do something like write a short little script (batch file)

that automates this procedure.

Slap an dialer icon on it and put it on your desktop???

That would give users the best of both worlds, user convenience and an ultra secure desktop!

Is that too Windows like?

Hmm?

sakiZ

turbinater
12-21-2004, 12:47 AM
Is that too Windows like?


It depends: If you are talking about automating the password, then yes, otherwise it sounds like a good idea.

Just to get you started, type the following lines in a terminal to get a script such as you described to appear on your desktop:

echo '#''!'/bin/bash > kppp
echo 'gksu kppp' >> kppp
chmod a+x kppp
mv kppp ~/Desktop/

sakiZ
12-31-2004, 03:40 AM
echo '#''!'/bin/bash > kppp
echo 'gksu kppp' >> kppp
chmod a+x kppp
mv kppp ~/Desktop/

After I created the script you sent me above, I then changed the icon for it to the KPPP icon and renamed it to

"Dial Jade" which is my ISP.

Very user friendly!!! :-)

Thanks so much.

Have a happy New Year!!!!!

sakiZ