Displaying 6 results from an estimated 6 matches for "fabiorehm".
2019 Mar 17
2
Testing software on CentOS 7
On 03/17/2019 03:06 PM, Brent Earl wrote:
> A virtual machine running CentOS with the same environment and packages
> installed should do the trick.
>
> On Sun, Mar 17, 2019, 8:02 AM H <agents at meddatainc.com> wrote:
>
>> I need to test a new version of Geany but already have the repo version
>> installed on all my systems. In order not to foul up my current
2015 Mar 27
5
Netflix
Now that netflix is in Australia, I wouldn't mind giving it a burl. It's
working fine on my fedora-21 lappy with chrome-40 but not on our centos-6
mythtv setup even with chrome-41. I understand the difference might be the
version of NSS - fedora-21 has 3.17 while centos is stuck at 3.16. Other than
that, I'm flumoxed.
Anyone got netflix running on centos-6?
Cheers
Bob
2015 Mar 27
0
Netflix
Install Docker, then install Chrome in a Debian or Ubuntu container.
e.g. http://fabiorehm.com/blog/2014/09/11/running-gui-apps-with-docker/
HTH
Lucian
--
Sent from the Delta quadrant using Borg technology!
Nux!
www.nux.ro
----- Original Message -----
> From: "Bob Hepple" <bob.hepple at gmail.com>
> To: centos at centos.org
> Sent: Friday, 27 March, 2015 01:4...
2015 Mar 27
1
Netflix
On 03/27/2015 09:02 AM, Nux! wrote:
> Install Docker, then install Chrome in a Debian or Ubuntu container.
> e.g. http://fabiorehm.com/blog/2014/09/11/running-gui-apps-with-docker/
>
For the record ... using the latest Google Chrome on CentOS-7.1503 (our
7.1 release in testing right now), allows Netflix to play just fine on
CentOS-7. What I have installed when I tested it:
nss-3.16.2.3-5.el7.i686
nss-3.16.2.3-5.el7.x86_...
2019 Mar 17
0
Testing software on CentOS 7
On 3/17/19 1:08 PM, H wrote:
> I am correct in that docker cannot be used, or? If it can be used, what changes would I need to make to be able to run geany from a docker?
A google search for "run x11 app in docker" returns
http://fabiorehm.com/blog/2014/09/11/running-gui-apps-with-docker/ as
the first result.? That blog entry suggests running the app in container
with the DISPLAY environment variable, and with the /tmp/.X11-unix
directory shared so that the X11 unix sockets are available in the
container:
|docker run -ti --rm \...
2019 Mar 19
2
Testing software on CentOS 7
...04:28 PM, Gordon Messmer wrote:
> On 3/17/19 1:08 PM, H wrote:
>> I am correct in that docker cannot be used, or? If it can be used, what changes would I need to make to be able to run geany from a docker?
>
>
> A google search for "run x11 app in docker" returns http://fabiorehm.com/blog/2014/09/11/running-gui-apps-with-docker/ as the first result.? That blog entry suggests running the app in container with the DISPLAY environment variable, and with the /tmp/.X11-unix directory shared so that the X11 unix sockets are available in the container:
>
> |docker run -ti --...