Page 1 of 1

Google-chrome next dev release 5.0.366.2

Posted: Fri 18 Dec 2009, 03:53
by GrumpyWolfe
This is for those that like to stay on the bleeding edge, have fun.

http://mywolfe.googlecode.com/files/goo ... me-005.pet

Posted: Tue 22 Dec 2009, 16:20
by didik
Thank you. It works on my puppy 4.31. And i'm using it now to write this message :D

Have you had solution to set internet proxy in this browser? I can't use it in my office as all internet connections must be through the proxy server.

::eko didik widianto::

Posted: Tue 22 Dec 2009, 22:00
by GrumpyWolfe
didik

Hi I have not had to work with the proxy setting and do not have any place to even work on it. Maybe someone who is using Google-chrome can speak up and help you. I did not want you to think I did not see your message. But I will be on some of the Google-chrome browser sites later will see what I can.

Posted: Wed 23 Dec 2009, 00:39
by disciple
Thanks; works on 4.1.1 as well, after I got rid of the antique freetype I was using and got the 4.3x pango, cairo and pixman packages.

Maybe one day they'll even make it respect the system font settings (like they claim to have already) so it won't just display blurry antialiased fonts :(

Posted: Wed 23 Dec 2009, 00:47
by disciple
--proxy-server=host:port
Specify the HTTP/HTTPS proxy server. Overrides any environment variables or settings picked via the options dialog.
--no-proxy-server
Disables the proxy server. Overrides any environment variables or settings picked via the options dialog.
--proxy-auto-detect
Autodetect proxy configuration. Overrides any environment variables or settings picked via the options dialog.
--proxy-pac-url=URL
Specify proxy autoconfiguration URL. Overrides any environment variables or settings picked via the options dialog.
As a GTK+ app, Google Chrome also obeys GTK+ command-line flags, such as --display. See the GTK documentation for more:

<http://library.gnome.org/devel/gtk/stab ... nning.html> <http://library.gnome.org/devel/gtk/stable/gtk-x11.html>

ENVIRONMENT

Google Chrome obeys the following environment variables:
all_proxy
Shorthand for specifying all of http_proxy, https_proxy, ftp_proxy
http_proxy, https_proxy, ftp_proxy
The proxy servers used for HTTP, HTTPS, and FTP. Note: because Gnome/KDE proxy settings may propagate into these variables in some terminals, this variable is ignored (in preference for actual system proxy settings) when running under Gnome or KDE. Use the command-line flags to set these when you want to force their values.
auto_proxy
Specify proxy autoconfiguration. Defined and empty autodetects; otherwise, it should be an autoconfig URL. But see above note about Gnome/KDE.

Posted: Wed 23 Dec 2009, 10:05
by didik
Yes. It works perfectly. Thank you, disciple.

either by using:
> all_proxy=host:port google-chrome
or
> google-chrome --proxy_server=host:port

Both work. We may need a wrapper script to support this setting (and possibly another 'Under the Hood' settings). GrumpyWolfe? :)

I myself use this:

Code: Select all

root:~> cat > /usr/bin/run_chrome.sh << EOF
#!/bin/sh
# Google-chrome wrapper script
set -a
# Uncomment to set individually http, https, ftp proxy
#http_proxy=host:port
#https_proxy=host:port
#ftp_proxy=host:port
# Uncomment to set all proxy
all_proxy=host:port
google-chrome "\$@"
EOF
root:~> chmod +x /usr/bin/run_chrome.sh
root:~> sed -i -e 's/^Exec=.*/Exec=run_chrome.sh "%U"' /usr/share/applications/Google-Chrome.desktop
root:~> fixmenus

Hopefully you include this in your updated pet, GrumpyWolfe. Just my suggestion.

::eko didik widianto::

Posted: Wed 23 Dec 2009, 22:09
by GrumpyWolfe
didik

I do wish that coding was my forte but I just change what code I can to get things to work. The under the hood would be something at the Google-chrome level anyway I think. I do wish I could help in that department but maybe one of the codes we have will submit a change to the Google people and then you will have it. Later tonight I will try and post it to one of the forms and see what I get back

Posted: Thu 24 Dec 2009, 16:16
by xman
Thanks for very nice pet, GrumpyWolfe.

On first try Puppy 4.31 package manager refused to install it and I gave up. Then disciple told that Chrome is working on 4.11, and I have to download and try again. Finally, Great Success!

Chrome is already awesome browser but it's missing control of ads and scripts?

PS. Posted using Chrome 4.0.266.0 and Puppy 4.31.

Posted: Thu 24 Dec 2009, 23:18
by GrumpyWolfe
xman

If you will open extensions on the wrench menu you can get an extension called AdThwart and it is very good

Hi

Posted: Thu 08 Apr 2010, 01:51
by Nocturno
didik wrote:Yes. It works perfectly. Thank you, disciple.

either by using:
> all_proxy=host:port google-chrome
or
> google-chrome --proxy_server=host:port

Both work. We may need a wrapper script to support this setting (and possibly another 'Under the Hood' settings). GrumpyWolfe? :)

I myself use this:

Code: Select all

root:~> cat > /usr/bin/run_chrome.sh << EOF
#!/bin/sh
# Google-chrome wrapper script
set -a
# Uncomment to set individually http, https, ftp proxy
#http_proxy=host:port
#https_proxy=host:port
#ftp_proxy=host:port
# Uncomment to set all proxy
all_proxy=host:port
google-chrome "\$@"
EOF
root:~> chmod +x /usr/bin/run_chrome.sh
root:~> sed -i -e 's/^Exec=.*/Exec=run_chrome.sh "%U"' /usr/share/applications/Google-Chrome.desktop
root:~> fixmenus

Hopefully you include this in your updated pet, GrumpyWolfe. Just my suggestion.

::eko didik widianto::

Hi everybody Im very new (this is my first day in puppy). well
im tried whit some commands of you, and this work in chrome for me.

Im use google-chrome --http_proxy=172.16.0.0:8080 ok. this ip address is a fake you can use your proxy ip address.
But righ now i dont know how to configure the proxy on the system.

Sorry for my english i know a little be.

you should updat this

Posted: Thu 08 Apr 2010, 05:34
by bigpup
GrumpyWolfe,

You should update this. You have newer version here:

http://www.murga-linux.com/puppy/viewtopic.php?t=54148

Posted: Thu 08 Apr 2010, 06:06
by GrumpyWolfe
Hi bigpup

I was thinking it was better to do a new post for each new program that way people are not digging thought a lot of information on a old copy and have to read a long post just to find what belongs to the latest build. If I am in error please advise me as to proper board rules.

For I have read a post for a lot of pages to find out the information I needed just for the version I was running.

posting

Posted: Thu 08 Apr 2010, 06:52
by bigpup
GrumpyWolfe wrote:Hi bigpup

I was thinking it was better to do a new post for each new program that way people are not digging thought a lot of information on a old copy and have to read a long post just to find what belongs to the latest build. If I am in error please advise me as to proper board rules.

For I have read a post for a lot of pages to find out the information I needed just for the version I was running.
I like your idea, but with Google Chrome and the speed it changes, people will see Google Chrome next Dev release and think it is the latest version.

Your other newer posts show the Dev number so that helps a lot.

I can see your point about having a lot of comments in one post and having to pick through them, but sometimes the problems people have as a program updates can help others with their installations of the program.

Some of this is just the way this forum works. This older post showed up on page one of ADDITIONAL SOFTWARE (Pets, N' Stuff) because someone just made a new comment in it.

Here is something I am trying to do to help:


Index Additional Software
http://murga-linux.com/puppy/viewtopic.php?t=54034

INTERNET
http://www.murga-linux.com/puppy/viewtopic.php?t=53931

Needed Main Topic Organization Structure To This Section (Additional Software)
http://murga-linux.com/puppy/viewtopic.php?t=54009

I put a link to your CHrome posts in INTERNET MAIN TOPIC list of program links.

You can post a link about any internet program that you post and because you posted the link you can edit it.
If you want to do this to help us all out, make a new post of links to your programs and I will remove mine.

The thing is there is no wrong in what you do as long as you are helping to improve.

THANKS!!! For these Chrome programs and keep them going.