LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Closed Thread
  Search this Thread
Old 03-06-2010, 04:01 AM   #1
tallship
Member
 
Registered: Jul 2003
Location: On the Beaches of Super Sunny Southern San Clemente, California USA
Distribution: Slackware - duh!
Posts: 534
Blog Entries: 3

Rep: Reputation: 118Reputation: 118
Thumbs up 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.
Old 03-06-2010, 04:14 AM   #2
jostber
Member
 
Registered: Jul 2001
Location: Skien, Norway
Distribution: Slackware Current 64-bit
Posts: 543

Rep: Reputation: 178Reputation: 178
It seems
 
Old 03-06-2010, 04:18 AM   #3
jostber
Member
 
Registered: Jul 2001
Location: Skien, Norway
Distribution: Slackware Current 64-bit
Posts: 543

Rep: Reputation: 178Reputation: 178
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.
 
Old 03-06-2010, 04:18 AM   #4
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,169
Blog Entries: 1

Rep: Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038
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.
Old 03-06-2010, 05:32 AM   #5
tallship
Member
 
Registered: Jul 2003
Location: On the Beaches of Super Sunny Southern San Clemente, California USA
Distribution: Slackware - duh!
Posts: 534

Original Poster
Blog Entries: 3

Rep: Reputation: 118Reputation: 118
Cool

Quote:
Originally Posted by jostber View Post
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

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.
 
Old 03-06-2010, 05:33 AM   #6
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
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.
Old 03-06-2010, 05:35 AM   #7
tallship
Member
 
Registered: Jul 2003
Location: On the Beaches of Super Sunny Southern San Clemente, California USA
Distribution: Slackware - duh!
Posts: 534

Original Poster
Blog Entries: 3

Rep: Reputation: 118Reputation: 118
Thumbs up All better now - no more boo boo.

Quote:
Originally Posted by bathory View Post
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).
 
Old 03-06-2010, 05:40 AM   #8
JimBrewster
Member
 
Registered: Feb 2010
Location: usa:/dev/random
Distribution: Slackware-15.0; -current
Posts: 245

Rep: Reputation: 60
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.
 
Old 03-06-2010, 05:42 AM   #9
JimBrewster
Member
 
Registered: Feb 2010
Location: usa:/dev/random
Distribution: Slackware-15.0; -current
Posts: 245

Rep: Reputation: 60
Quote:
Originally Posted by JimBrewster View Post
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"
 
Old 03-06-2010, 05:45 AM   #10
tallship
Member
 
Registered: Jul 2003
Location: On the Beaches of Super Sunny Southern San Clemente, California USA
Distribution: Slackware - duh!
Posts: 534

Original Poster
Blog Entries: 3

Rep: Reputation: 118Reputation: 118
Thumbs up

Quote:
Originally Posted by dive View Post
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).
 
Old 03-06-2010, 05:48 AM   #11
JimBrewster
Member
 
Registered: Feb 2010
Location: usa:/dev/random
Distribution: Slackware-15.0; -current
Posts: 245

Rep: Reputation: 60
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!
 
Old 03-06-2010, 05:49 AM   #12
tallship
Member
 
Registered: Jul 2003
Location: On the Beaches of Super Sunny Southern San Clemente, California USA
Distribution: Slackware - duh!
Posts: 534

Original Poster
Blog Entries: 3

Rep: Reputation: 118Reputation: 118
Quote:
Originally Posted by JimBrewster View Post
Okay, how about now?

Code:
google-chrome --user-agent="Slackware/Chrome/4.0"
Not exactly my friend
 
Old 03-06-2010, 05:51 AM   #13
tallship
Member
 
Registered: Jul 2003
Location: On the Beaches of Super Sunny Southern San Clemente, California USA
Distribution: Slackware - duh!
Posts: 534

Original Poster
Blog Entries: 3

Rep: Reputation: 118Reputation: 118
Quote:
Originally Posted by JimBrewster View Post
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!
Attached Images
 
 
Old 03-06-2010, 05:55 AM   #14
JimBrewster
Member
 
Registered: Feb 2010
Location: usa:/dev/random
Distribution: Slackware-15.0; -current
Posts: 245

Rep: Reputation: 60
I'm posting this in Firefox.
 
Old 03-06-2010, 05:55 AM   #15
1349
Member
 
Registered: Oct 2009
Distribution: Slackware
Posts: 35

Rep: Reputation: 15
Heh I'm going to see if this worked for me then.
 
  


Closed 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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Image/icon trouble after slackware-current upgrade camphor Slackware 5 01-23-2010 04:57 AM
Gnome desktop icon disappeared kwliu Linux - Newbie 10 12-27-2009 04:29 PM
Slackware 12.2 and bouncing firefox icon arubin Slackware 10 12-18-2008 06:19 AM
after upgrade icon text disappeared Maego Slackware 0 03-05-2004 06:55 PM
New posts icon JesseJames LQ Suggestions & Feedback 10 02-25-2003 03:08 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:47 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration