Google-chrome next dev release 5.0.366.2

Browsers, email, chat, etc.
Post Reply
Message
Author
User avatar
GrumpyWolfe
Posts: 496
Joined: Mon 27 Nov 2006, 01:12
Contact:

Google-chrome next dev release 5.0.366.2

#1 Post 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
Last edited by GrumpyWolfe on Fri 09 Apr 2010, 21:27, edited 1 time in total.
Live and Let Live

Acer Aspire One N450 1.66GHz

[url=http://sourceforge.net/projects/mywolfe/]MyWolfe at Sourceforge[/url]
[url=http://mywolfe.blogspot.com/]MyWolfe Blog[/url]
[url=http://groups.google.com/group/mywolfe-linux]MyWolfe Groups[/url]

User avatar
didik
Posts: 44
Joined: Mon 05 Jan 2009, 10:34
Location: Bandung, Indonesia
Contact:

#2 Post 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::

User avatar
GrumpyWolfe
Posts: 496
Joined: Mon 27 Nov 2006, 01:12
Contact:

#3 Post 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.
Live and Let Live

Acer Aspire One N450 1.66GHz

[url=http://sourceforge.net/projects/mywolfe/]MyWolfe at Sourceforge[/url]
[url=http://mywolfe.blogspot.com/]MyWolfe Blog[/url]
[url=http://groups.google.com/group/mywolfe-linux]MyWolfe Groups[/url]

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#4 Post 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 :(
Do you know a good gtkdialog program? Please post a link here

Classic Puppy quotes

ROOT FOREVER
GTK2 FOREVER

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#5 Post 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.
Do you know a good gtkdialog program? Please post a link here

Classic Puppy quotes

ROOT FOREVER
GTK2 FOREVER

User avatar
didik
Posts: 44
Joined: Mon 05 Jan 2009, 10:34
Location: Bandung, Indonesia
Contact:

#6 Post 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::

User avatar
GrumpyWolfe
Posts: 496
Joined: Mon 27 Nov 2006, 01:12
Contact:

#7 Post 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
Live and Let Live

Acer Aspire One N450 1.66GHz

[url=http://sourceforge.net/projects/mywolfe/]MyWolfe at Sourceforge[/url]
[url=http://mywolfe.blogspot.com/]MyWolfe Blog[/url]
[url=http://groups.google.com/group/mywolfe-linux]MyWolfe Groups[/url]

User avatar
xman
Posts: 144
Joined: Thu 24 Sep 2009, 06:31

#8 Post 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.

User avatar
GrumpyWolfe
Posts: 496
Joined: Mon 27 Nov 2006, 01:12
Contact:

#9 Post by GrumpyWolfe »

xman

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

Acer Aspire One N450 1.66GHz

[url=http://sourceforge.net/projects/mywolfe/]MyWolfe at Sourceforge[/url]
[url=http://mywolfe.blogspot.com/]MyWolfe Blog[/url]
[url=http://groups.google.com/group/mywolfe-linux]MyWolfe Groups[/url]

Nocturno
Posts: 1
Joined: Thu 08 Apr 2010, 00:59

Hi

#10 Post 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.

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

you should updat this

#11 Post by bigpup »

GrumpyWolfe,

You should update this. You have newer version here:

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

User avatar
GrumpyWolfe
Posts: 496
Joined: Mon 27 Nov 2006, 01:12
Contact:

#12 Post 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.
Live and Let Live

Acer Aspire One N450 1.66GHz

[url=http://sourceforge.net/projects/mywolfe/]MyWolfe at Sourceforge[/url]
[url=http://mywolfe.blogspot.com/]MyWolfe Blog[/url]
[url=http://groups.google.com/group/mywolfe-linux]MyWolfe Groups[/url]

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

posting

#13 Post 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.

Post Reply