[SOLVED] Why do some GTK apps refuse to change appearance?

I have some gtk applications like Brasero, Nautilus etc. that do not follow lxappearance config in "~/gtk-3.0/setting.ini" and ".gtkrc-2.0"
gtk-theme-name="ThinIce"
gtk-icon-theme-name="Tango"
gtk-font-name="Sans 10"
gtk-cursor-theme-name="Adwaita"
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-toolbar-icon-size=GTK_ICON_SIZE_SMALL_TOOLBAR
gtk-button-images=0
gtk-menu-images=0
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle="hintfull"
pcmanfm however does work fine and correctly uses icons/themes, while others do use some default icons and pretty ugly theme.
Why is so?
Last edited by tasty_minerals (2011-09-16 11:55:10)

pcmanfm and pidgin use gtk2, brasero and nautilis gtk3. lxappearance sets correctly gtk2 and fails at gtk3 as said before. GT2 and GTK3 configs are not the same. GTK3 is backwars compatible IIRC meaning you can use your gtk3 theme for gtk2 apps but not viceversa.
Seems that something in your gtk3 config is wrong ¿Are you using a gtk2 theme for gtk3?
for the libreoffice issue if you're using a dark theme: https://wiki.archlinux.org/index.php/Li … -qt-engine

Similar Messages

  • Why are some jpg images scrambled when they appear in my screen saver?   The same images look fine in Preview and Finder.  Some images appear scrambled in the screen saver 'preview' window and the actual screen saver. Other jpg images look fine.

    Why are some jpg images scrambled when they appear in my screen saver?   The same images look fine in Preview and Finder.  Some images appear scrambled in the screen saver 'preview' window and the actual screen saver. Other jpg images look fine.

    The desktop image is fine, taken from the exact same pool of jpg photos.  However, as soon as the slide show screen saver comes on, the images are scrambled.  What is it about the apple screen saver algorithm that scrambles the pics?

  • [solved]Fontconfig problems (Ugly GTK Apps)

    So I just installed the LCD filter patched packages on my new comp, but I'm trying to determine why some of my GTK apps still look really bad..
    Firefox looks great, but pretty much any other app looks like crap, the fonts are barely readable. Below is my font configuration..
    My .fonts.conf
    <?xml version="1.0"?>
    <fontconfig>
    <match target="font" >
    <edit mode="assign" name="rgba"><const>rgb</const></edit>
    <edit mode="assign" name="hinting"><bool>true</bool></edit>
    <edit mode="assign" name="hintstyle"><const>hintslight</const></edit>
    <edit mode="assign" name="antialias"><bool>true</bool></edit>
    <edit mode="assign" name="lcdfilter"><const>lcddefault</const></edit>
    </match>
    </fontconfig>
    /etc/fonts/conf.d directory:
    # ls -l /etc/fonts/conf.d
    lrwxrwxrwx 1 root root 30 Mar 3 16:01 10-autohint.conf -> ../conf.avail/10-autohint.conf
    lrwxrwxrwx 1 root root 32 Mar 3 16:01 10-lcd-filter.conf -> ../conf.avail/10-lcd-filter.conf
    lrwxrwxrwx 1 root root 35 Mar 3 16:01 10-sub-pixel-rgb.conf -> ../conf.avail/10-sub-pixel-rgb.conf
    lrwxrwxrwx 1 root root 42 Mar 3 16:01 29-replace-bitmap-fonts.conf -> ../conf.avail/29-replace-bitmap-fonts.conf
    lrwxrwxrwx 1 root root 27 Mar 3 16:01 45-latin.conf -> ../conf.avail/45-latin.conf
    lrwxrwxrwx 1 root root 31 Mar 3 16:01 49-sansserif.conf -> ../conf.avail/49-sansserif.conf
    lrwxrwxrwx 1 root root 26 Mar 3 16:02 50-user.conf -> ../conf.avail/50-user.conf
    lrwxrwxrwx 1 root root 27 Mar 3 16:02 60-latin.conf -> ../conf.avail/60-latin.conf
    I feel like I'm missing one, but I've attempted to link all the configurations from conf.avail and it still doesn't look good. Anyone?
    Edit: Heres a screenshot:
    Last edited by brenix (2010-03-04 04:39:30)

    Hey there.
    When I first installed arch, x11, xmonad, and gtk, the fonts looked like crap on my screen too. I ran over a ~/.Xdefaults setup that included:
    ! Xft settings ---------------------------------------------------------------
    Xft.dpi: 96
    Xft.antialias: true
    Xft.rgba: rgb
    Xft.hinting: true
    Xft.hintstyle: hintslight
    After restarting X, the ugly fonts were gone. I also switched the fonts used in gtk (using lxappearance) to the microsoft cleartype fonts (yeah yeah freedom hater). Don't forget you have to source ~/.Xdefaults from ~/.xinitrc like so:
    # make sure the X Defaults gets loaded
    xrdb ~/.Xdefaults
    Also note, lxappearance is a great app for changing gtk+ themes.

  • So...why do some installed apps stop the PR1.2 upd...

    I read the long PR1.2 thread when I started having trouble trying to get PR1.2 to load on my machine : OTA wouldn't work ("update must be run thru a PC link") and PC-connected upgrade got half way through and crashed repeatedly, thankfully without turning my N900 into a paperweight.
    The long PR1.2 thread contains various bits of personalised help from cpitchford advising individuals to uninstall various games and other apps from their phones.  Then voila! the PR1.2 upgrade works.  In one of those posts I read that Tuxdriver (or some such sillily named game) was a problem, so I uninstalled that lousy app from my N900 and my OTA upload was suddenly enabled and it installed.  I now run PR1.2 on my N900. :-)
    I am left puzzled though.  How can the N900 (or rather Nokia) allow a software app to accidentally mess up the operating system so badly that upgrades give misleading messages (or no messages) and fail to install?  How come so many apps cause this problem?  Why doesn't Nokia publish this information or get the update processes to report which apps are causing the problems?  There must be thousands of N900 users who can't update to PR1.2, get no meaningful error message at all,  don't read the board here, and so don't know that one of their installed games is the cause of the problem.  This all seems so amateurish on Nokia's behalf, to me at least.
    cpitchford could you explain the reason why / how some installed games stops PR1.2 installing.  I'm curious.
    Thanks
    H

    hey hey!!
    Ok its not Nokia's fault.. or at least I don't think it is.. not totally convinced but here goes.
    DPKG the packaging system works on dependencies.. a package can only be installed if its dependency packages are install already..
    apt is a tool to do this resolution for you.. when you want blah installed it makes sure all of blahs dependencies are installed first.. and infact it makes sure that the dependencies of blah's dependencies are install and so on.. Generally it is pretty good..
    Now in its simplest form, dependencies just specify a package name
    blah requires moo
    Easy.. any version of moo must be installed before blah can be installed..
    But dpkg lets you get more creative and specify versions too.. so for example
    blah requires moo (>> 1.5)
    means that blah requires at least version 1.5 of moo before it can be installed..
    BUT!!!!!! it can also specify an exact package version
    blah requires moo (=1.5)
    So.. what happens if I later try to install moo version 1.6? I can't.. apt won't let me because it would break blah.. (if you're following up to this point.. grand!)
    Lets look at a particular problem.. gltron
    gltron requires libgles1
    libgles1 requires libgles1-sgx-img
    libgles1-sgx-img requires opengles-sgx-img-common (=0.20091104.6.1+0m5)
    Now, gltron requires lots of packages.. but this particular branch if you like causes the problem.. if we follow the dependencies down we see that libgles1-sgx-img requires a very specific version of the package opengles-sgx-img-common
    PR1.1.1 : 0.20091104.6.1+0m5
    PR1.2:    0.20091104.34+0m5
    So PR1.2 wants to upgrade opengles-sgx-img-common to a newer version.. which would break the dependency for libgles1-sgx-img
    So, removing GLtron and infact any package that if you follow its dependencies down you hit libgles1-sgx-img fixes most problems
    I wrote a script that identifies a tree of packages.. it tells you whats at the top (ie gltron) and what dependency at the bottom is a) fixed in version number and b) going to be upgraded when PR1.2 is installed
    So, the output in this example would be
    gltron broken by libgles1-sgx-img which needs opengles-sgx-img-common
    Whoever is responsible for that package made the mistake.. Either of not providing a new version of libgles1-sgx-img that is compatible with PR1.2's openglex-sgx-img-common package OR by setting a precise version and not something like
    (=0.20091104)
    which I think would've been safe
    It is a bit pants that the error messages are few and unhelpful though..but it is an easy thing to fix if you know EXACTLY what you're looking for
    Lots of people said "I only had 50meg free so I kept removing packages until it worked"
    It wasn't clearing space that fixed it (as I only had 42 meg free when I installed I think) it was that they'd removed the package that freed the dependency collision
    I hope that makes it clear (as mud?!)

  • [KDE] Icon theme in some GTK+ apps is stuck to Oxygen

    I've been trying to figure out what my problem is for a few days now... For some reason, when I try to change the icon theme to anything besides Oxygen for GTK apps when I'm using the oxygen-gtk theme, it doesn't change. But if I switch to a theme such as Raleigh, it uses my icon theme.
    The icon theme I am trying to set is KFaenza. I also tried Faenza-Cupertino, using Faenza as a fallback, but that didn't work either.
    I saw this topic, which is almost my exact issue. This didn't help either.
    I tried multiple tweaks to my .gtkrc-2.0, such as commenting out the theme name, the first "include" (that sets my theme to oxygen-gtk), and commenting out the fallback icon theme line. None of these work.
    I also tried putting the icon themes in /usr/share/icons, which didn't help.
    I am using the System Settings module to set my GTK+ theme. I have an up-to-date system (just reinstalled a couple of days ago).
    Currently I am using an unmodified gtkrc created by System Settings.
    Hopefully all this info helps, and thanks in advance for any answers!
    UPDATE: I just installed gconf-editor to see if I could fix anything in there. It just turns out that gconf-editor is obeying my settings and this is a problem with Chromium and not GTK.
    UPDATE #2: I also installed Firefox and it is also not obeying my settings.
    Last edited by cardinal-biggles (2013-07-02 21:19:46)

    Copy the icon theme folder to /usr/share/icons
    (ex. if your icon theme folder's name is Oxygen-Refit, it should be at /usr/share/icons/Oxygen-Refit)
    Then edit ~/.gtkrc-2.0-kde and add the line baghera suggested. It works here.
    Note that you need to do this to .gtkrc-2.0 (yes, thats without -kde) too if you don't use gtk-qt-engine to change gtk themes.
    Also note that every time you change the gtk theme (either via systemsettings or via 3rd party utility) this line is autoremoved from the corresponding file(s).
    Finally, make sure you close the gtk app you want the change to be shown and reopen it. All newly opened gtk apps should show the change.

  • [NEARLY SOLVED] font rendering in gtk apps problem after last upgrade

    Im' using KDE, cairo-lcd, libxft-lcd... my fonts looked beautifully, but now they look horrible...
    After last upgrade my gtk apps (firefox, thunderbird) render fonts in an ugly way...
    I've tried to revert to pango 1.16.5 with no lucky result (the same problem)...
    here is the log:
    [2007-08-19 14:56] upgraded bind (9.4.1_P1-2 -> 9.4.1_P1-3)
    [2007-08-19 14:56] upgraded glib2 (2.14.0-2 -> 2.14.0-3)
    [2007-08-19 14:56] upgraded gnupg2 (2.0.5-1 -> 2.0.6-1)
    [2007-08-19 14:57] upgraded gtk2 (2.10.14-2 -> 2.10.14-3)
    [2007-08-19 14:57] upgraded kernel26ck (2.6.22.2.ck1-1 -> 2.6.22.3.ck1-1)
    [2007-08-19 14:57] upgraded libdownload (1.1-1 -> 1.1-2)
    [2007-08-19 14:57] upgraded libevent (1.3b-1 -> 1.3d-1)
    [2007-08-19 14:57] upgraded libxtst (1.0.2-1 -> 1.0.3-1)
    [2007-08-19 14:57] upgraded nvidia-ck (100.14.11-2 -> 100.14.11-3)
    [2007-08-19 14:57] upgraded sip (4.6-1 -> 4.7-1)
    [2007-08-19 14:57] upgraded pyqt (3.17.2-1 -> 3.17.3-1)
    [2007-08-19 14:57] upgraded xf86-input-joystick (1.2.2-1 -> 1.2.3-1)
    [2007-08-19 14:57] upgraded xorg-server-utils (1.0.4-1 -> 1.0.4-2)
    [2007-08-19 14:57] upgraded xorg-utils (1.0.2-2 -> 1.0.2-4)
    [2007-08-19 14:57] upgraded xorg-xdm (1.1.5-1 -> 1.1.6-1)
    [2007-08-19 14:57] upgraded xterm (225-1 -> 229-1)
    [2007-08-21 00:16] upgraded cpio (2.8-1 -> 2.9-1)
    [2007-08-21 00:16] upgraded ed (0.5-3 -> 0.8-1)
    [2007-08-21 00:16] upgraded initscripts (2007.08-1 -> 2007.08-2)
    [2007-08-21 00:16] upgraded intltool (0.36.0-1 -> 0.36.1-1)
    [2007-08-21 00:16] upgraded libarchive (2.2.5-1 -> 2.2.6-1)
    [2007-08-21 00:16] upgraded man-pages (2.60-1 -> 2.64-1)
    [2007-08-21 00:16] upgraded pciutils (2.2.4-2 -> 2.2.6-1)
    [2007-08-21 00:16] upgraded readline (5.2-2 -> 5.2-3)
    [2007-08-22 00:16] upgraded gdbm (1.8.3-3 -> 1.8.3-4)
    [2007-08-22 00:17] upgraded kernel26 (2.6.22.3-1 -> 2.6.22.4-2)
    [2007-08-22 00:17] upgraded lcms (1.16-1 -> 1.17-1)
    [2007-08-22 00:17] upgraded libice (1.0.2-1 -> 1.0.4-1)
    [2007-08-22 00:17] upgraded libxrender (0.9.2-1 -> 0.9.3-1)
    [2007-08-22 00:17] upgraded procinfo (18-3 -> 19-1)
    [2007-08-22 00:17] upgraded xorg-apps (1.0.2-4 -> 1.0.3-1)
    [2007-08-22 23:49] upgraded kernel26 (2.6.22.4-2 -> 2.6.22.4-2.1)
    [2007-08-22 23:49] upgraded librsvg (2.18.0-1 -> 2.18.1-1)
    [2007-08-22 23:49] upgraded libxpm (3.5.6-1 -> 3.5.7-1)
    [2007-08-22 23:49] upgraded libxaw (1.0.3-1 -> 1.0.4-1)
    [2007-08-22 23:49] upgraded makedev (3.8.3-1 -> 3.23-1)
    [2007-08-22 23:49] upgraded mcpp (2.6-1 -> 2.6.4-1)
    [2007-08-22 23:49] upgraded naim (0.11.8.2.1-1 -> 0.11.8.3.1-1)
    [2007-08-22 23:49] upgraded nfs-utils (1.0.12-2 -> 1.0.12-3)
    [2007-08-22 23:49] upgraded pam (0.81-4 -> 0.99.8.1-3.1)
    [2007-08-22 23:49] upgraded pango (1.16.5-1 -> 1.18.0-1)
    [2007-08-22 23:49] upgraded sox (13.0.0-1 -> 13.0.0-2)
    [2007-08-22 23:49] upgraded xorg-apps (1.0.3-1 -> 1.0.3-2)
    [2007-08-22 23:49] upgraded xtrans (1.0.3-1 -> 1.0.4-1)
    [2007-08-25 15:25] upgraded glibc (2.6.1-1 -> 2.6.1-2)
    [2007-08-25 15:25] upgraded bftpd (1.9-1 -> 2.0-1)
    [2007-08-25 15:25] upgraded gcc (4.2.1-3 -> 4.2.1-3.1)
    [2007-08-25 15:25] upgraded gtk-doc (1.8-2 -> 1.8-3)
    [2007-08-25 15:25] upgraded hal-info (0.20070618-1 -> 0.20070725-1)
    [2007-08-25 15:25] upgraded perl-xml-simple (2.16-2 -> 2.18-1)
    [2007-08-25 15:25] upgraded icon-naming-utils (0.8.2-2 -> 0.8.5-1)
    [2007-08-25 15:26] upgraded kernel26 (2.6.22.4-2.1 -> 2.6.22.5-1)
    [2007-08-25 15:27] upgraded kernel26ck (2.6.22.3.ck1-1 -> 2.6.22.5.ck1-1)
    [2007-08-25 15:27] upgraded libgnomeprint (2.18.0-1 -> 2.18.1-1)
    [2007-08-25 22:41] removed libgnomeprintui (2.18.0-1)
    [2007-08-25 22:41] removed libgnomeprint (2.18.1-1)
    i dunno what happened...
    plz, someone help me
    regards
    Last edited by saneone (2007-08-30 18:11:32)

    Bogart wrote:
    I think the spacing now is correct, while before it was wrong. The only "problem" is that you got used to a bad font rendering, and now that it has changed for better you feel like it's different and don't like it.
    Really, *most* of the problems that people find in Linux's fonts are just because they are used to the awful default fonts from Windows XP. Yes, people can even get used to those fonts and believe they're good!!! And when they see correct fonts in Linux they think they're bad...
    What I would do is remove the MS TTF fonts. They work bad in Windows and worse in Linux. You should use Bitstream Vera or DejaVu if you want good quality fonts (especially in web pages).
    But, then again, you might think that they look wrong just because you're not used to it... Oh, well...
    What does correct font / correct spacing mean ?
    IMO, that doesn't make any sense, because that's a totally subjective matter, like many other things in this world.
    BTW, I love how fonts look in Windows, and I think that must be the only thing MS got right. Thus, I'm using ms fonts in linux, and a rendering as close as possible (no autohinting or antialiasing or subpixel rendering).
    Similarly, I could find a woman beautiful that you would find ugly or just average. We are all different, and it's better that way

  • [SOLVED] Some GTK apps look funny in XFCE

    Hi again!
    Some of my apps like bluefish, cairo-dock settings, and others do not look uniform to the rest of the environment. The dropdown menus, checkboxes and the like get's ugly gray shadings around them.
    Is there a way to make it look uniform?
    Last edited by jerik (2013-01-27 16:25:34)

    I found out that installing this theme: clearlooks-phenix-gtk-theme-git and choosing it in XFCE's own system settings made did it

  • Why are some free apps light grey

    I am trying to install a free app, but it does not install when clicking on it.  I notice some apps with a light grey "free" and others with a dark grey "free".  The ones with a light grey "free" will not install.  WHY?

    Also try and close all inactive apps
    1. Double-click the Home button to see all Inactive Apps in Task Bar
    2. Hold the Apps down for a second or two until you see the minus sign
    3. Tap the minus sign to close App
    4. Tap center of screen to return to Home Screen

  • [Solved] Missing icons in GTK apps?

    I'm missing some icons in GTK2 apps. Fbpanel doesn't have any task icons, and Gaim doesn't have buddy icons. There might be more, but those are the ones I've noticed so far....
    I just reinstalled Arch using the pacman -r method, so I think I missed some packages....   :oops:
    Also, although it doesn't belong here, what package provides the "killall" command? I need that one too...

    Fixed it. Pacman -S gdk-pixbuf and all was well. I figured it out after looking at the X log and realizing I was getting pixbuf errors. Doh!

  • HT4583 Why do some paid apps had iAds too?

    I recently down loaded and paid for this app for my 2 year old https://itunes.apple.com/nz/app/butterflies-iblower/id336910288?mt=8
    It has iAds in it!!! So useless for a 2 year old as the flashing candy crush ad is just as appealing as the butterfly app itself.
    I thought if you paid for an app, then there shouldn't be iAds?
    I also think children's app shouldn't have iAds. Apple seems to have an inconsistent atttitude to this.

    Can you give an example?

  • Why does order of apps and folders change when downloading new apps?

    Since I've downloaded iOS 6 on my iPhone 4s, whenever I download a new app, it goes at the beginning of page 2 on my desktop which of course changes the order of all the apps and folders. It didn't do this with iOS 5. It is a real pain. Is there some way to change it back to the way it used to be on iOS 5?
    Thank you.

    I think that I did that.  I checked the arrow to point up on the numerical listing of the tracks.  When I "burn" the CD, it shows them being written in order, but when the entire thing is completed and I go to the actual CD, they are all out of order.

  • Mail: Why do some emails, sent with attachments, not appear in the Sent category

    Occasionally I will send an email to four different addressees.  The email contains an attachment in pages format, word format and pdf formal.  Though it is sent and though it is received by at least one of those  to whom it is addressed, it does not appear as sent, in the Sent Mailbox.  Why is this and what can be done to get all sent emails to appear as Sent?
    Thank you.
    Otto

    Most mail servers can be accessed in a web browser as well as in Mail. For iCloud, you go here:
    iCloud Mail
    Check for sent messages.

  • Why do some of my contacts profile pictures appear as a blue square after syncing with facebook?

    Hi,
    After syncing facebook friends with contacts, some of the profile pictures in contacts are replaced with a blue square.
    Any ideas?

    Greetings. Allow me to expand, please. I downloaded pictures from internet, as a collection with different themes directly from Internet. I only downloaded jpeg files or images. I organized my themes by folders on my desktop, then I copied some of them in a small 250gb external hard drive… But that´s just incidental.  Whenever i had a folder of images that I wanted to play as a presentation, I just dragged the folder to the Iphoto main page and Iphoto just copies them and makes a file under the same name as the original folder. Of course I also have images of my own production, which are my main concern. But threee or four times, Iphoto said that I had inconsistencies in my pictures and I just had to agree to fix them. This operation could take up to a couple of hours por more...
    But since I installed Yosemite, this glitch or question of inconsistencies, has not happened again, but somtimes, as I scroll through the folders in Iphoto, to edit some of the images or delete them, some of them become just a dotline square… I cannot see the image anymore, and when I do a presentation of the folders, these blaced out images appear in the show, as a black square or screen. I hope this information helps to answer your questions… Thank you for helping me.

  • Why have some of my toolbar settings suddenly appeared in a foreign language?

    I tried to post a screen shot, but I can't paste here apparently. The toolbar line that has some of my icons, like Facebook, Skype, and YouTube, also contain items that appear to be written in Arabic or Greek or another foreign language.
    Fore example, first one is: rockholmi.ru followed by a search bar, then a green arrow followed by the words: Hantn (both ns are small capital Ns and the first one has this symbol ~ over it. Next comes a globe with the words: Mehho. The first h is capitalized and the second capital H is attached to the o. When I pull down the menu items next to these words, they are also in these mysterious languages. However, the rest of my toolbar is in English! Help, please!

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    Do a malware check with a few malware scan programs.<br />
    You need to use all programs because each detects different malware.<br />
    Make sure that you update each program to get the latest version of the database before doing a scan.<br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    See also "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked and [[Searches are redirected to another site]]

  • Why do some songs prevent me from changing the Genre?

    I have 4 albums that will not let me make changes....how come?
    Thanks.

    It's possible that the format of the song doesn't support the "genre" tag. Older MPEG files will do this, especially if the actual music file itself ends in ".mpg" rather than ".mp3" or ".m4a" or a newer music format.
    Choose "Get Info" on the offending tracks and check what's in the following fields in the Summary screen:
    Kind
    Format
    ID3 Tag

Maybe you are looking for

  • HP Photosmart Plus Driver Issue

    My computer was recently wiped clean of everything on it. I am in the process of TRYING to re-install my printer. The software seems to load fine but the drivers do not. I have tried the online download and it goes part way through and then stops and

  • Dynamically reloading recompiled class files

    How can I configure standalone OC4J to automatically reload class files compiled to WEB-INF/classes without restarting the server? I have tried different settings in orion-web.xml (development="true", added classpath, search-local-classes-first="true

  • Not receiving email alerts for CPUs

    I have set up my account with all the information and I have checked off the box to receive email alerts for the quarterly CPUs that come out and I am not getting the email alerts. I double checked my account and the box for alerts is checked. Is the

  • Only Secure Content is diplayed message in IE 9

    Hi, We are using windows 2008 R2 servers and Windows 7 Sp1 Enterprise clients. The Windows 7 clients are using IE 9.0.25 256 bit. On one of our external trusted websites we get "Only secure content is displayed" message. When we click on "Show all co

  • Does ORACLE functions work with Oracle Database 10G

    Hi, I am wondering if ORACLE functions work with Oracle Database 10G or is it mandatory to use OCI functions? Thanks in advance!