Refracta Development, Scripts, etc.
Post a reply

Re: 606_beta2

Tue Oct 25, 2011 2:10 am

There's no auto-login. Hasn't been for awhile. Dean did away with it.

Don't feel bad, I forgot about that, too.

Re: 606_beta2

Tue Oct 25, 2011 3:03 am

fsmithred wrote:I tried adding kaz and then installing the java plugin, and it still wanted iceweasel.

Yep, oddly enough kaze isn't listed as one of the depends. Go figure.

firefox | firefox-2 | iceweasel | mozilla-firefox | iceape-browser | mozilla-browser | epiphany-gecko | epiphany-webkit | epiphany-browser | galeon | midbrowser | moblin-web-browser | xulrunner | xulrunner-1.9 | konqueror | chromium-browser | midori | google-chrome


So one of those (or at least a fake) would need to be installed. But I say just install iceweasel and forget it.



I almost added the username and password to the gdm login screen in the past but realized if someone changed those passwords then that would be confusing, especially if they did a snapshot and shared it with others.

Re: 606_beta2

Wed Oct 26, 2011 1:40 pm

kaz pulled in xulrunner-1.9.1, but I guess that wasn't an exact match, so it didn't work. I tried a symlink in /usr/bin, but that wasn't enough to do it. Still not sure what I'm going to do with the browser. The thought crossed my mind to repackage the java deb, but I don't think I'll bother with that. I don't want to stray too far from the debian repos. There's already more than enough to keep track of. Iceweasel keeps looking better.

Re: 606_beta2

Wed Oct 26, 2011 10:15 pm

fake midbrowser will work ;) http://linkfam.holeinthewallhosting.com/~linkfam/stuff/

but nothing wrong with iceweasel either
Last edited by meandean on Wed Nov 23, 2011 3:05 am, edited 1 time in total.

Re: 606_beta2

Thu Oct 27, 2011 4:59 am

snapshot gets called with gksu
installer gets called via su -c

just wondering if there was a reason for the difference

Re: 606_beta2

Thu Oct 27, 2011 8:58 am

I changed the installer to 'su -c' because the terminal didn't work right with gksu. When you got to editing sudoers or changing the password, you couldn't type anything. Snapshot doesn't require a terminal. The downside of using 'su -c' is that it asks you for the root password when it starts.

Re: 606_beta2

Thu Oct 27, 2011 3:11 pm

I wonder if......maybe something crazy like....

gksu su -c refractainstaller
might work and bypass that password prompt
or
you maybe create a /bin/refractainstaller-launcher that has
su -c refractainstaller
and then call it with gksu refractainstaller-launcher

as soon as I get a chance I will play with it....if you are interested in getting rid of the prompt

Re: 606_beta2

Thu Oct 27, 2011 10:05 pm

Yes, please try it. I'd be happy to get rid of the password prompt.

Re: 606_beta2

Thu Oct 27, 2011 11:56 pm

fsmithred wrote:Yes, please try it. I'd be happy to get rid of the password prompt.


I think I have came up with two or three ways to do this. The easiest is to simply edit the refractainstaller.desktop file and change it to
Code:
Exec=gksu 'xfce4-terminal -e /usr/bin/refractainstaller-gui'
Terminal=false
Post a reply