Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
03-06-2010, 04:01 AM
|
#1
|
|
Member
Registered: Jul 2003
Location: On the Beaches of Super Sunny Southern San Clemente, California USA
Distribution: Slackware - duh!
Posts: 518
Rep: 
|
My little Slackware icon has disappeared in my posts since upgrade to Firefox 3.6...
I know this is a trivial matter, but down in the lower left of each person's post is a tiny little icon showing their OS.
I'm quite proud that sometimes, when I'm posting from my old Sun E4000, my posts show up with a little Solaris icon down there, and until I upgraded to Firefox 3.6, my posts (from Firefox on my Slackware 13.0 workstation) indeed showed a little Slackware ball.
At the moment, I'm making this post from Chrome, so we'll see if LQ picks up my OS & Distro for the purposes of this post, but since something appears to be, for lack of a better term, broken with regards to my new Firefox when making posts. It shows the head of the Linux penguin, but no Slacky icon.
I know that this is an exceedingly trivial matter, but..., Does anyone know how I can rectify this?
|
|
|
|
|
Click here to see the post LQ members have rated as the most helpful post in this thread.
|
03-06-2010, 04:14 AM
|
#2
|
|
Member
Registered: Jul 2001
Location: Skien, Norway
Posts: 167
Rep:
|
It seems
|
|
|
|
03-06-2010, 04:18 AM
|
#3
|
|
Member
Registered: Jul 2001
Location: Skien, Norway
Posts: 167
Rep:
|
It seems like Firefox 3.6 has a new java plugin symlink. Link your javaplugin like this:
http://slackblogs.blogspot.com/2010/...-and-java.html
Last edited by jostber; 03-06-2010 at 04:52 AM.
|
|
|
|
03-06-2010, 04:18 AM
|
#4
|
|
Guru
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 10,395
|
Hi,
Enter about :config in the address bar, look for useragent and add Slackware in front of the user-agent string, like:
Code:
general.useragent.extra.firefox Slackware/Firefox/3.6
Regards
|
|
|
2 members found this post helpful.
|
03-06-2010, 05:32 AM
|
#5
|
|
Member
Registered: Jul 2003
Location: On the Beaches of Super Sunny Southern San Clemente, California USA
Distribution: Slackware - duh!
Posts: 518
Original Poster
Rep: 
|
Quote:
Originally Posted by jostber
|
Thanks jostber, but I didn't seem to have that issue, since I upgraded all of my java and even created a package for NetBeans 6.8 from a SlackBuild as soon as it came out.
I like to keep some things as current as possible, and others I wait for the feedback on their stability
The only real issue I had was with jnlp files and JavaWS, which I undertook to repair asap
I noticed one of the comments at the link you provided me said that the reason Patrick disabled auto-updates of Firefox was for the obvious breakage reasons we're discussing here
At least I know I won't need to upgrade Firefox for a while, unless another vulnerability presents itself - I noticed that I received another Slackware-Security notice regarding SeaMonkey, and expected a Firefox update to follow the other day, but haven't received any such emailings in that regard yet.
|
|
|
|
03-06-2010, 05:33 AM
|
#6
|
|
Senior Member
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,084
|
Hmm the way I did it was to make
general.useragent.extra.slackware slackware
This doesn't work in chrome though unfortunately.
|
|
|
1 members found this post helpful.
|
03-06-2010, 05:35 AM
|
#7
|
|
Member
Registered: Jul 2003
Location: On the Beaches of Super Sunny Southern San Clemente, California USA
Distribution: Slackware - duh!
Posts: 518
Original Poster
Rep: 
|
All better now - no more boo boo.
Quote:
Originally Posted by bathory
Hi,
Enter about :config in the address bar, look for useragent and add Slackware in front of the user-agent string, like:
Code:
general.useragent.extra.firefox Slackware/Firefox/3.6
Regards
|
Thanks bathory
Worked like a charm.
Got any ideas as to what I can do for Chrome? (Not Chromium - I built a package from the SlackBuild based on the deb file).
|
|
|
|
03-06-2010, 05:40 AM
|
#8
|
|
Member
Registered: Feb 2010
Location: usa:/dev/random
Distribution: Slackware, Salix
Posts: 237
Rep:
|
Just discovered this little hack for Chrome. Now to see if it works:
Code:
google-chrome --user-agent="Slackware/Chrome4.0"
LOL! Back to the drawing board..
Last edited by JimBrewster; 03-06-2010 at 05:40 AM.
Reason: It doesn't quite work.
|
|
|
|
03-06-2010, 05:42 AM
|
#9
|
|
Member
Registered: Feb 2010
Location: usa:/dev/random
Distribution: Slackware, Salix
Posts: 237
Rep:
|
Quote:
Originally Posted by JimBrewster
Just discovered this little hack for Chrome. Now to see if it works:
Code:
google-chrome --user-agent="Slackware/Chrome4.0"
LOL! Back to the drawing board..
|
Okay, how about now?
Code:
google-chrome --user-agent="Slackware/Chrome/4.0"
|
|
|
|
03-06-2010, 05:45 AM
|
#10
|
|
Member
Registered: Jul 2003
Location: On the Beaches of Super Sunny Southern San Clemente, California USA
Distribution: Slackware - duh!
Posts: 518
Original Poster
Rep: 
|
Quote:
Originally Posted by dive
Hmm the way I did it was to make
general.useragent.extra.slackware slackware
This doesn't work in chrome though unfortunately.
|
hm... I can't help but assume that, judging by your little penguinhead icon, that you're using google-chrome right now
Anyway, thanks for the alternate method, and I guess we'll just have to live with the Chrome useragent issue, although it does recognize the OS, if not the Distro
Increasingly, I'm using Chrome more and more sort of as my "Google OS" client, since I take advantage of a lot of Google tools like wave, calendar, gmail, checkout, google voice (I have binaries for Gizmo5 if you have a uid over there BTW, and a few invites left for GV), etc., although their Google docs really sucks for anything but images and pdf files
Oh, and thanks for the helping hand on that scanner issue I was having for a couple of days there too dive, It was driving me crazy (Still not COMPLETELY sure exactly what particular thing actually fixed everything LOL).
|
|
|
|
03-06-2010, 05:48 AM
|
#11
|
|
Member
Registered: Feb 2010
Location: usa:/dev/random
Distribution: Slackware, Salix
Posts: 237
Rep:
|
Now we'll see if chrome pretending to be Firefox is any better.
Code:
google-chrome --user-agent="Slackware/Firefox/3.6"
All right, I think I'm on the right track, but enough wastin' time...
Last edited by JimBrewster; 03-06-2010 at 05:49 AM.
Reason: It still doesn't work!
|
|
|
|
03-06-2010, 05:49 AM
|
#12
|
|
Member
Registered: Jul 2003
Location: On the Beaches of Super Sunny Southern San Clemente, California USA
Distribution: Slackware - duh!
Posts: 518
Original Poster
Rep: 
|
Quote:
Originally Posted by JimBrewster
Okay, how about now?
Code:
google-chrome --user-agent="Slackware/Chrome/4.0"
|
Not exactly my friend 
|
|
|
|
03-06-2010, 05:51 AM
|
#13
|
|
Member
Registered: Jul 2003
Location: On the Beaches of Super Sunny Southern San Clemente, California USA
Distribution: Slackware - duh!
Posts: 518
Original Poster
Rep: 
|
Quote:
Originally Posted by JimBrewster
Now we'll see if chrome pretending to be Firefox is any better.
|
LOL! Keep trying though, I'm sure lots of us 'Enquiring Minds' want to know LOL! 
|
|
|
|
03-06-2010, 05:55 AM
|
#14
|
|
Member
Registered: Feb 2010
Location: usa:/dev/random
Distribution: Slackware, Salix
Posts: 237
Rep:
|
I'm posting this in Firefox.
|
|
|
|
03-06-2010, 05:55 AM
|
#15
|
|
Member
Registered: Oct 2009
Distribution: Slackware
Posts: 35
Rep:
|
Heh I'm going to see if this worked for me then.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:00 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|