Displaying 20 results from an estimated 1100 matches similar to: "Clearlooks & Bluecurve icons missing from Centos 6"
2011 Jul 11
4
problems with burning i386 centos 6 dvd
Hey guys,
Thanks a lot for the CentOS 6 distro. I am having trouble burning the i386
dvds. I tried on a RHEL 6 deskop and also a CentOS 5 laptop. The command I
am running on both systems is this:
growisofs -dvd-compat -speed=4 -Z
/dev/sr0=/home/gsgatlin/CentOS-6.0-i386-bin-DVD/CentOS-6.0-i386-bin-DVD.iso
The error I am seeing is:
:-( /dev/sr0: 2295104 blocks are free, 2297586 to be written!
2017 Sep 19
2
upgrade or install to Centos 7.4.1708
On Tue, 19 Sep 2017 16:40:52 +0000
Richard wrote:
> The mate-gtk2/3 issue effects windows/menus/scrollbars and the like,
> not the login screen. See:
>
> <https://lists.centos.org/pipermail/centos/2017-August/165955.html>
>
> for that issue. I switched to the Adwaita theme, as suggested there.
Clearlooks-phenix also works fine with the latest C7/Mate and looks more like
2008 Jul 11
1
Firefox 3 for CentOS 4
Hi,
I'm trying to make Firefox 3 work in CentOS 4.
So far I was able to do it by installing the evolution28-* rpms, which
have a more recent GTK, Cairo, Pango, etc. With those libs installed
and configured, Firefox 3 from mozilla.org works fine.
The only thing is that it doesn't use the "Bluecurve" theme as the
other applications do. I was seeing that the evolution28-*
2008 Oct 30
2
Desktop Choice Centos 4/Centos 5 or Fedora 9
I have a choice of CentOS 4/5 and Fedora 9 on a laptop.
I have not use CentOS 5 on a desktop but have used
CentOS 4 and Fedora 9. I found the Fedora Gnome not
as appealing as the CentOS 4 clearlooks. Any opinions
from someone who has used CentOS 4/5 and Fedora?
I'm not a KDE fan so KDE users need not reply.
Regards,
Vandaman.
2015 Aug 13
2
Skype Issue
Hey Y'all,
Seems my Skype installation has stopped working.
I have skype-4.3.0.37-2.el6.i686.rpm from the Nux repo.
[mlapier at peach ~]$ skype %U
(<unknown>:27070): Gtk-WARNING **: Unable to locate theme engine in
module_path: "clearlooks",
Gtk-Message: Failed to load module "canberra-gtk-module"
Gtk-Message: Failed to load module "pk-gtk-module"
I
2006 Aug 16
1
DMA in HVM guest on x86_64
I''ve been following unstable day to day with mercurial but I''m still
having a problem with my HVM testing.
I using the i686 Centos + Bluecurve isntaller and I get the following
error in the guest during disk formatting:
<4>hda: dma_timer_expiry: dma status == 0x21
<4>hda: DMA timeout error
<4>hda: dma timeout error: status=0x58 { DriveReady SeekComplete
2010 Oct 26
0
OT: CreekFM - Fifty Thousand Watts of Pow Wow Power!
You may recall that in the early months of 2009 I was asking some
questions about setting up a streaming audio server for a native-owned
radio station.
It is now up and running, and you're welcome to tune in.
CHXL
95.3 CreekFM
FIFTY THOUSAND WATTS of POW WOW POWER!
Serving the File Hills First Nations, and the World!
CreekFM is owned and operated by the Okanese First Nation on their
reserve
2017 Sep 22
0
gtk3 update causing havoc
On Fri, 22 Sep 2017 17:04:14 -0500
Paul Johnson wrote:
> The bad problem I see now is that Emacs and Chromium-browser, which
> rely on gtk3 don't work properly anymore. In Emacs, the symptom is
> that the ribbon of buttons under the pull down menu will no longer
> show. In Chromium, the buttons and other widget things on the top
> are an ugly yellow distortion.
Un-intuitive
2008 Jan 21
0
Wx::GenericDirCtrl Segfault Crash
Hey Alex,
Found another GC bug in wxRuby. I ran into this problem, when trying to
implement Wx::GenericDirCtrl into wxRuby. The specific case in which this
is occuring, is when I attach the two event handlers for
evt_tree_item_expanding() and evt_tree_item_activated() when grabbing the
Wx::GenericDirCtrl#get_tree_ctrl(). All I have it doing, is attempting to
catch these events (Which I really
2010 Jan 28
3
Adobe Acrobat Reader 9.3 - slightly OT
I've noticed recently that the latest version of Adobe's Acrobat
Reader (9.3) has a really annoying tendency to stop for 30-60 seconds
shortly after it starts up to read/display a PDF file. I don't see
this on my Windows copies, just on CentOS.
Anyone know what's up with that?
Thanks.
mhr
2017 Sep 22
3
gtk3 update causing havoc
On my lab systems, the automatic updates were failing because of the
problems with ipod libraries from EPEL being in the way. It turns out
that was a good thing, because when I "fixed" it, a massive set of
packages was updated, including the new gtk3.
These packages are the ones causing problems, I think.
gtk3-3.22.10-4.el7.x86_64
gtk3-devel-3.22.10-4.el7.x86_64
In the release notes,
2016 Apr 18
2
Google Chrome and CentOS 6?
On 04/18/2016 09:06 AM, Phelps, Matthew wrote:
> On Mon, Apr 18, 2016 at 9:56 AM, Karanbir Singh <kbsingh at centos.org> wrote:
>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> On 18/04/16 14:15, Phelps, Matthew wrote:
>>> Thanks. I imagine (hope?) there shouldn't be too much effort to get
>>> this to work, since it's
2017 Sep 19
3
upgrade or install to Centos 7.4.1708
On 09/19/17 11:58, Richard wrote:
>
>
>> Date: Tuesday, September 19, 2017 11:53:24 -0400
>> From: Pete Geenhuizen <pete at geenhuizen.net>
>>
>> On 09/19/17 11:44, m.roth at 5-cent.us wrote:
>>> Pete Geenhuizen wrote:
>>>> I upgraded from 7.3 to 7.4 over the weekend.? Everything went
>>>> well except that I can't login
2012 May 26
2
Mysterious versioning reported by file command
I just noticed this, which doesn't actually seem to affect anything but does
create a mystery:
[frankcox at mutt temp]$ cat test.c
#include <stdio.h>
int main(void)
{
printf("Hello world\n");
return 0;
}
[frankcox at mutt temp]$ gcc -o test test.c
[frankcox at mutt temp]$ file test
test: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked
(uses shared
2011 Jul 01
1
shared cups printers disappeared
I have two computers, one with a HP printer on it and one with a Samsung
printer on it.
Both systems have their respective pritnters listed under
system-config-printer and have "enabled" "accepting jobs" and "shared" checked.
Up to a few days ago this worked fine. Suddenly I can't see either printer
from the other machine and as far as I know nothing has
2012 May 23
2
Centos 6 - vnc - authentication is required to set the network proxy used for downloading packages
A window keeps popping up on my remote desktop stating "authentication is
required to set the network proxy used for downloading packages. An
application is attempting to perform an action that requires privileges.
Authentication as the super user is required to perform this action" and asking
for the root password. If I hit cancel it comes back several minutes later.
I've found
2013 Mar 10
3
lost connection during yum update
During today's big Centos 6 update I lost my connection to a machine during the
"yum update" and when I logged back in and ran yum update again it told me to
run yum-complete-transaction. When I ran yum-complete-transaction I got
screen after screen of "x is a duplicate with x" where x consists of a huge
list of packages.
"package-cleanup --dupes" gives me a
2012 Jan 11
1
blue screen instead of login screen
I installed Centos 6.2/i386 on a machine last night with a 1920x1080 monitor.
The installer ran in graphical mode and looked fine. After the install was
finished I rebooted and ran through the "firstboot" stuff (set up user, etc)
with no problem and, again, it looked good.
After that, when I should have seen the gdm login screen, all I got was the
blue background but not the box with
2012 Jul 30
0
Is gnome-devel-docs supposed to work with devhelp?
I just installed gnome-devel-docs with the objective of having a local copy of
the gnome hig-book and now that I have it installed I don't know how to use it.
I had assumed that it would show up in devhelp but it doesn't. What I have is
a bunch of XML files in /usr/share/gnome/help/hig-book/C, and when I try to
view one with firefox it tells me "This XML file does not appear to have
2012 Jan 26
2
Local privilege escalation bug in kernel
Do we know if this bug affects Centos?
http://www.techworld.com.au/article/413300/linux_vendors_rush_patch_privilege_escalation_flaw_after_root_exploits_emerge
The article states that it affects kernel 2.6.39 and above, but since RH
backports so much stuff I'm not sure if this would actually include the Centos
kernels.
--
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~