Re: problem with libvpx dependency

2012-03-29 Thread MT Julianto
On 29 March 2012 11:48, Dusan Bruncko brun...@saske.sk wrote:
 here you must install
ftp://ftp.pbone.net/mirror/atrpms.net/sl6-x86_64/atrpms/testing/libvpx-1.0.0-1.el6.x86_64.rpm

Yes!
$ wget
ftp://ftp.pbone.net/mirror/atrpms.net/sl6-x86_64/atrpms/testing/libvpx-1.0.0-1.el6.x86_64.rpm
$ sudo yum install libvpx-1.0.0-1.el6.x86_64.rpm
$ sudo yum install vlc

It works.  Thanks Dusan and All.

Regards,
-Tito.


On 28 March 2012 14:00, MT Julianto mtjulia...@gmail.com wrote:

 Dear All,

 When trying installing vlc in SL62, I got dependency problem:

 $ sudo yum install vlc
 Error: Package: libavcodec53-0.10.2-54.el6.x86_64 (atrpms)
Requires: libvpx.so.1()(64bit)


 libvpx is already installed during (fresh) installation.
 $ rpm -q libvpx
 libvpx-0.9.0-8.el6_0.x86_64

 Adding --skip-broken doesn't help!
 How to resolve the problem?

 Thanks!

 -Tito.




Re: Firefox 10 system wide preferences

2012-03-29 Thread Mark Stodola

On 03/28/2012 04:44 PM, g wrote:


On 03/28/2012 09:29 PM, Mark Stodola wrote:



I'm just looking to set the default homepage for now.  Is anyone
successfully doing this?  Has it changed from Firefox 3.0, 3.6, and the
current packaged 10?

-=-

menu bar;

   Edit  Preferences  General

   Startup


That is for a single user, not system wide.





A working example and file path would be much appreciated.

-=-

your choice.




--
Mr. Mark V. Stodola
Digital Systems Engineer

National Electrostatics Corp.
P.O. Box 620310
Middleton, WI 53562-0310 USA
Phone: (608) 831-7600
Fax: (608) 831-9591


Re: Firefox 10 system wide preferences

2012-03-29 Thread Mark Stodola

On 03/28/2012 04:58 PM, Kinzel, David wrote:

-Original Message-
From: owner-scientific-linux-us...@listserv.fnal.gov
[mailto:owner-scientific-linux-us...@listserv.fnal.gov] On
Behalf Of Mark Stodola
Sent: Wednesday, March 28, 2012 3:30 PM
To: SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV
Subject: Firefox 10 system wide preferences

I've never attempted to set system wide/global preferences for
Firefox,
but am now looking into how to do it.  Google has not been
very kind in
shedding light on the subject as all of the solutions site different
file locations and names.

I'm just looking to set the default homepage for now.  Is anyone
successfully doing this?  Has it changed from Firefox 3.0,
3.6, and the
current packaged 10?

A working example and file path would be much appreciated.


Hi Mark:

I believe you should be able to update the global prefs.js in something like

/usr/lib64/firefox-3.6/defaults/profile/prefs.js

Eg something like

user_pref(browser.startup.homepage, http://google.com;)

Anything in firefox about:config should be able to be set like that globally.


I'm actually trying on FF 10 on a 32bit install.
I've been trying various filenames with those contents (also pref(), 
lock_pref() and lockPref()) in:

/usr/lib/firefox/
/usr/lib/firefox/defaults/
/usr/lib/firefox/defaults/preferences/ (this is where channel-prefs.js 
exists)
I even created /etc/firefox (and a few subdirectories based on a google 
search.
I'm stuck with the file:///usr/share/doc/HTML/index.html, even after 
clearing out ~/.mozilla.


I'm not looking for theoretical replies, but rather someone who is 
_actually_ doing it and has it working.  There must be someone out there 
who's got this worked out on SL/CentOS/TUV.







Cheers,
Mark
--
Mr. Mark V. Stodola
Digital Systems Engineer

National Electrostatics Corp.
P.O. Box 620310
Middleton, WI 53562-0310 USA
Phone: (608) 831-7600
Fax: (608) 831-9591




This email communication and any files transmitted with it may contain
confidential and or proprietary information and is provided for the use of the
intended recipient only. Any review, retransmission or dissemination of this
information by anyone other than the intended recipient is prohibited. If you
receive this email in error, please contact the sender and delete this
communication and any copies immediately. Thank you.

http://www.encana.com



--
Mr. Mark V. Stodola
Digital Systems Engineer

National Electrostatics Corp.
P.O. Box 620310
Middleton, WI 53562-0310 USA
Phone: (608) 831-7600
Fax: (608) 831-9591


Re: Firefox 10 system wide preferences

2012-03-29 Thread Natxo Asenjo
On Thu, Mar 29, 2012 at 3:11 PM, Mark Stodola stod...@pelletron.com wrote:

 On 03/28/2012 04:58 PM, Kinzel, David wrote:Anything in firefox
 about:config should be able to be set like that globally.

 I'm actually trying on FF 10 on a 32bit install.
 I've been trying various filenames with those contents (also pref(),
 lock_pref() and lockPref()) in:
 /usr/lib/firefox/
 /usr/lib/firefox/defaults/
 /usr/lib/firefox/defaults/**preferences/ (this is where channel-prefs.js
 exists)
 I even created /etc/firefox (and a few subdirectories based on a google
 search.
 I'm stuck with the file:///usr/share/doc/HTML/**index.html, even after
 clearing out ~/.mozilla.

 I'm not looking for theoretical replies, but rather someone who is
 _actually_ doing it and has it working.  There must be someone out there
 who's got this worked out on SL/CentOS/TUV.


I have tested this on a 6.2 sl amd64 with firefox from the mozilla ftp site
and it works:

http://kb.mozillazine.org/Locking_preferences

In the past I have locked down firefox on different OS (win/lin/mac) using
the instructions there and works. It is not the most elegant solution ever,
but it is doable.

-- 
groet,
natxo


Re: Firefox 10 system wide preferences

2012-03-29 Thread Natxo Asenjo
hi,

I also used stuff in here:

http://www.it-sudparis.eu/s2ia/user/procacci/netscape/en/mozilla-autoconfig-en.html

-- 
natxo


Re: Firefox 10 system wide preferences

2012-03-29 Thread Jaroslaw Polok
On 03/29/2012 03:51 PM, Jaroslaw Polok wrote:
 Hello
 
 I'm not looking for theoretical replies, but rather someone who is _actually_
 doing it and has it working.  There must be someone out there who's got this
 worked out on SL/CentOS/TUV.
 
 We do.
 
 with Firefox 10/Thunderbird 10 is is enough to drop files in
 preferences directories (without altering original ones): these
 are processed in sort order on startup.
 
 /usr/lib64/firefox/defaults/preferences/somefile.js
 (/usr/lib64/thunderbird/defaults/pref/somefile.js)
 
 (of course change lib64 to lib on 32bit platform)
 
 Now, unfortunately it does not work for browser startup page,
 apparently because of:
 
 https://bugzilla.redhat.com/show_bug.cgi?id=461880
 
 (yes I know it is an old bug for FF 3.0 , but looking at
 spec file for FF 10 a workaround for this bug is still applied ,
 which may not be necessary anymore)

Sorry, writing faster than processing info ;-): a different workaround but still
causing same problem is in place instead.

 
 The workaround used prevents browser home page customization from js 
 preferences:
 to get rid of it you would need to rebuild firefox disabling/changing it in 
 spec
 file or repack all/some  /usr/lib64/firefox/langpacks/langpack-*.xpi files
 changing content of chrome/*/locale/branding/browserconfig.properties
 

Jarek
__
---
_ Jaroslaw_Polok __ CERN - IT/OIS/ODS _
_ http://home.cern.ch/~jpolok ___ tel_+41_22_767_1834 _
_ +41_76_487_9487 _


roller ball weirdness

2012-03-29 Thread Todd And Margo Chester

Hi All,

I am using Scientific Linux 6.2 x64 and Xfce 4.8.

Since upgrading to 6.2, I have noticed if I scroll too
fast on my mouse wheel, that I change windows.
I wind up in a different program and have to click
back to get back to my original program.

Is this on purpose?  And, is there a way to defeat
the behavior?

Many thanks,
-T


Re: roller ball weirdness

2012-03-29 Thread Stephen John Smoogen
On 29 March 2012 14:32, Todd And Margo Chester toddandma...@gmail.com wrote:
 Hi All,

 I am using Scientific Linux 6.2 x64 and Xfce 4.8.

 Since upgrading to 6.2, I have noticed if I scroll too
 fast on my mouse wheel, that I change windows.
 I wind up in a different program and have to click
 back to get back to my original program.

 Is this on purpose?  And, is there a way to defeat
 the behavior?

Check where your mouse is when you do this. If the mouse is over the
Workplace switcher.. the workplace switcher will take the mouse scroll
as changing screens. I have had this happen serveral times when I
thought I was doing one thing and it actually switched screens. Once I
figured out it was where the mouse was located.. I am less surprised

 Many thanks,
 -T



-- 
Stephen J Smoogen.
The core skill of innovators is error recovery, not failure avoidance.
Randy Nelson, President of Pixar University.
Years ago my mother used to say to me,... Elwood, you must be oh
so smart or oh so pleasant. Well, for years I was smart. I
recommend pleasant. You may quote me.  —James Stewart as Elwood P. Dowd


Anyone fire up w8 preview in KVM?

2012-03-29 Thread Todd And Margo Chester

Hi All,

Anyone fire up Windows 8 Consumer Preview in KVM?
Any tips, suggestions?

Many thanks,
-T