LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   change logo... (https://www.linuxquestions.org/questions/linux-general-1/change-logo-4175532382/)

gor0 01-29-2015 07:07 AM

change logo...
 
http://www.linuxquestions.org/questi...1/#post5308049

tia !

rtmistler 01-29-2015 07:15 AM

What's your question?

gor0 01-29-2015 08:13 AM

want the ARCH logo on my account...

http://www.linuxquestions.org/questi...0&d=1422498826

rtmistler 01-29-2015 08:41 AM

My LQ
Your Control Panel
Settings and Options
Edit Options
Show User Agent in Posts
Check "Show the Operating System from your browser User Agent in posts?"

And you need to be using Arch Linux on the system which you're responding to posts for.

Not sure if you need to disable invisible mode too, that might be a factor.

brianL 01-29-2015 02:27 PM

Go here:
http://www.whatismyip.com/user-agent-info/
to get your user agent string.
then, if you're using Firefox, open ~/.mozilla/firefox/*.default/prefs.js, and put this in;
Code:

user_pref("general.useragent.override", "your-user-agent-string/Arch");
And you've been around long enough to know not to use "help" as a title. :tisk:

gor0 01-29-2015 04:21 PM

You are a GURU !!!

period !!

next !

brianL 01-30-2015 08:22 AM

Quote:

Originally Posted by gor0 (Post 5308567)
You are a GURU !!!

Nah, just a slightly advanced newbie. Got that method from another LQ member.

replica9000 01-30-2015 08:42 AM

Quote:

Originally Posted by brianL (Post 5308522)
Go here:
http://www.whatismyip.com/user-agent-info/
to get your user agent string.
then, if you're using Firefox, open ~/.mozilla/firefox/*.default/prefs.js, and put this in;
Code:

user_pref("general.useragent.override", "your-user-agent-string/Arch");
And you've been around long enough to know not to use "help" as a title. :tisk:

Actually ~/.mozilla/firefox/*.default/user.js should be the file to add the string to (may have to create the file), as Firefox will overwrite things in the prefs.js next time it starts.

Code:

user_pref("general.useragent.override", "Mozilla/5.0 (X11; Debian Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0");

brianL 01-30-2015 08:58 AM

It hasn't been overwritten so far (touch wood, fingers crossed).

Satyaveer Arya 05-04-2015 03:00 PM

Test post and worked.


All times are GMT -5. The time now is 03:08 PM.