Displaying 20 results from an estimated 500 matches similar to: "[Bug 14338] New: Firefox crash when viewing this flash"
2010 Oct 27
1
firefox problems
Just wondering if anyone might be seeing any similar frequent crashes of Firefox/GNOME/Nautilus lately. I have a couple of users who have reported a problem like this. Any ideas are welcome. Latest CentOS 5.5 w/patches, latest nVidia graphics driver, firefox from repos.
| ###!!! ABORT: Request 0.0: BadRequest (invalid request code or no such
| operation): file nsX11ErrorHandler.cpp, line 182
|
2018 Dec 06
3
Audacious broken on CentOS 7.6
Hi,
Looks like the Audacious audio player from EPEL (which has worked fine
in previous versions) is broken under CentOS 7.6. It refuses to start,
and when I try to start it from the command line, here's what I get.
[microlinux at bernadette:~] $ rpm -qa | grep audacious
audacious-3.9-1.el7.x86_64
audacious-libs-3.9-1.el7.x86_64
audacious-plugins-3.9-1.el7.x86_64
[microlinux at bernadette:~]
2007 Nov 18
2
[Bug 13293] New: _cairo_pen_find_active_cw_vertex_index failed assertion
http://bugs.freedesktop.org/show_bug.cgi?id=13293
Summary: _cairo_pen_find_active_cw_vertex_index failed assertion
Product: swfdec
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: library
AssignedTo: swfdec at lists.freedesktop.org
2017 Nov 03
0
Extreme bunching of random values from runif with Mersenne-Twister seed
>>>>> Tirthankar Chakravarty <tirthankar.lists at gmail.com>
>>>>> on Fri, 3 Nov 2017 13:19:12 +0530 writes:
> This is cross-posted from SO
> (https://stackoverflow.com/q/47079702/1414455), but I now
> feel that this needs someone from R-Devel to help
> understand why this is happening.
Why R-devel -- R-help would have been
2010 Jun 09
0
Grand Fantasia works?!
I'm trying to install Grand Fantasia on my kubuntu 9.10 machine (that has Wine of course). On the AppDB, one of the entries, the more recent one, states that GF can work. However, whenever I try to run it, it claims that it can't be run on a virtual machine. How would I bypass this?
Thanks!
2016 Jan 02
1
Default R Font Changed After Upgrade to Debian 8
Good day,
The code is :
png("grainy.png", h = 600, w = 900)
plot(1:10, main = "abcedfghijklmnopqrstuvwxyz", cex.main = 4, cex.lab = 4, cex.axis = 4)
dev.off()
and the server has the characteristics :
> getOption("bitmapType")
[1] "cairo"
> sessionInfo()
R version 3.2.3 (2015-12-10)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Debian
2004 Aug 25
0
Eltemette az elefánt-trutyi
--------------------------------------------------
Eltemette az elef?nt-trutyi
Paderborn, N?metorsz?g Friedrich Riesfeldt ?llatkerti gondoz? sz?kreked?ses elef?ntj?nak beadott 22 adag ?llati hashajt?t ?s megetette egy v?ka szederrel, f?g?vel ?s szilv?val. A bedugult vastagb?r? v?g?l els?lt - ?s megfojtotta a gondoz?t 200 font trutyival. A vizsg?lat szerint a 46 ?ves Friedrich megpr?b?lt a beteg
2023 Sep 18
1
rsync --delete with empty source folder for fast snapshot deletion: Permissions of hardlinked files are changed to 644. Workaround?
Context
-------
I am one of the active developers of the open source application "Back in Time"
which uses "rsync" as backend and I want to fix an open issue:
"Back in Time"-Bug:
https://github.com/bit-team/backintime/issues/994#issuecomment-1724211507
"Back in Time" uses "--link-dest" to reduce traffic and storage by hardlinking
2016 Dec 06
1
segfault with POSIXlt zone=NULL zone=""
>>>>> Joshua Ulrich <josh.m.ulrich at gmail.com>
>>>>> on Tue, 6 Dec 2016 09:51:16 -0600 writes:
> On Tue, Dec 6, 2016 at 6:37 AM, <frederik at ofb.net> wrote:
>> Hi all,
>>
>> I ran into a segfault while playing with dates.
>>
>> $ R --no-init-file
>> ...
>> >
2006 Jul 17
1
Suse10 libgtkmm problem with x86_64
Hello,
I have installed mgeups (for Mge ellipse premium 500) in a Suse 10 x86_64
machine with yast2. But when I try to launch psp I receive the next error:
psp: error while loading shared libraries: libgtkmm-2.4.so.1: cannot open shared
object file: No such file or directory
and don't start.
The rpms installed are:
mgeups-psp-3.0.1-3
nut-2.0.2-5
glibmm24-2.8.0-2
gtkmm24-2.8.0-2
2008 Feb 10
1
compiling latest swfdec in debian unstable
Hi,
since a few days all the dependencies for compiling and running swfdec
0.5.90 and newer are met in debian experimental. So after adding the
experimental repository in /etc/apt/sources.list and doing apt-get -t
experimental install libsoup2.4-dev libglib2.0-dev you can continue to
test latest and greatest swfdec.
cheers,
Riccardo
2015 Dec 30
2
Default R Font Changed After Upgrade to Debian 8
Good day,
I have been unable to solve this issue. Do you get grainy fonts when running the test case
plot(1:10, main = "abcedfghijklmnopqrstuvwxyz", cex.main = 4, cex.lab = 4, cex.axis = 4)
What version of libcairo is on your system ?
--------------------------------------
Dario Strbenac
PhD Student
University of Sydney
Camperdown NSW 2050
Australia
2008 Nov 24
2
python issue?
# system-config-printer
Traceback (most recent call last):
File "/usr/share/system-config-printer/system-config-printer.py", line
29, in ?
import gtk.glade
File "/usr/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py", line
48, in ?
from gtk import _gtk
ImportError: /usr/lib/libcairo.so.2: undefined symbol:
FT_GlyphSlot_Embolden
CentOS 5.2
Any clues?
Craig
2019 Jan 21
2
pmax and long vector
I see that base::pmax() does not support long vectors.
Is R-devel interested in reports like this; ie. is there a goal of full
support for long vectors in "basic" functions, something I at least would
greatly appreciate?
MRE:
> pmax(rep(1L, 3*10^9), 0)
Error in pmax(rep(1L, 3 * 10^9), 0) :
long vectors not supported yet:
../../../R-devel-src/src/include/Rinlinedfuns.h:522
Best,
2000 May 14
0
Handling forced pwd changes
Hi all,
Can anyone help?
An office has a RedHat Linux server running Samba 2.06 / 2.07
installed to provide local private and shared drives for Win95
users.
Samba is running as a local master browser for workgroup <dom-name>
on subnet a.b.c.d and provides a Win95 domain logon service for the
office staff using a central NT PDC for password validation.
The office PCs are set up for a
2013 Jan 18
1
Updating gtk2
What does this error mean?
Updating : gtk2
35/178
g_module_open() failed for
/usr/lib64/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so:
/usr/local/lib/libpng12.so.0: undefined symbol: inflateReset
/usr/bin/gtk-query-immodules-2.0-64: /usr/local/lib/libpng12.so.0: no
version information available (required by /usr/lib64/libcairo.so.2)
2009 Apr 24
1
Error in X11() : X11 module cannot be loaded
Hi,
we are using R installed on several linux computer - mostly debian lenny
and also ubuntu, all 64 bit. Approx.two week ago, I started getting the
following error when I tried to plot().
Error in X11() : X11 module cannot be loaded
In addition: Warning message:
In X11() : unable to load shared library
'/usr/lib64/R/modules//R_X11.so':
/usr/lib/libcairo.so.2: symbol
2023 Jan 27
2
aniMoutm/foiegras Assistance
Hi all, I am receiving the error *Newton failed to find minimum* whilst
trying to fit a move persistence model in this package. I think the error
is related to the optimiser in the TMB package but it is beyond my
statistics/coding knowledge to track down the specific cause and solution.
I would appreciate it if anyone knew some resources to assist with fixing
this. I have put a MRE and sample data
2007 Jan 20
1
Not appear error message
I have a partial form "empresa". In new.rhtml of "empresa", I call the
partial form of "usuario". Well, it is happening the following: When
save empresa, and stop in validates, as much in "empresa" how much
"usuario", appear only error message of "empresa", and not of "usuario".
Because this happening?
ps1.: I use flash_message
2008 Jul 19
1
Clash between 'Cairo' and 'EBImage' packages on Windows
Hi,
on Windows XP Pro with R version 2.7.1 Patched (2008-06-27 r46012) the
'Cairo' and the 'EBImage' packages does not play well together.
Loading EBImage before Cairo cause the following to happen:
# Rterm --vanilla
> library(EBImage);
> library(Cairo)
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared library