Did the urxvt shading setting change?

It seems to me that the recent version of URXVT in the repositories, v9.09, comes with a switch of the shading setting. Before, I had the lines
URxvt*transparent: True
URxvt*shading: 0
URxvt*fading: 20
in my ~/.Xdefaults config file, but after the upgrade I just got a black background rather than the pseudo-transparent background I always had before. I looked at the man page and saw this:
shading: number
Darken (0 .. 100) or lighten (100 .. 200) the
transparent background; option -sh
so I switched to
URxvt*shading: 100
and my transparent background was displayed again. I've had this happen on both my Arch installs.
The urxvt changelog is here (with, apparently, a new release just hours ago). I don't see anything in the 9.09 release notes that looks like it mentions this, but there are a couple vague pixmap related changes.
Can anyone else confirm this change (edit: specifically, the pre-9.09 behavior)? I seem to remember the shading setting only darkening the background and 0 was for no darkness, hence I originally had it set to 0.
(I'm curious if the shading setting did change or if I actually had it at 100 and just set it to 0 accidentally in the midst of editing and syncing misc config files between machines (which I find unlikely).)
Last edited by B-Con (2010-12-13 20:41:08)

Got the same behaviour.

Similar Messages

  • When I updated to the latest IOS last night, why did the photo events date change?

    When I updated to the latest IOS last night, why did the photo events date change?

    The problem is that the Add-ons Manager tab when opened the first time, is on "Get Add-ons" section and that must be downloaded from the Add-ons server which might be overburdened.
    * If you need to look for new Add-ons, go directly to the Add-ons site -> https://addons.mozilla.org/en-US/firefox/
    Perform the suggestions mentioned in the following articles:
    * [https://support.mozilla.com/en-US/kb/Template:clearCookiesCache/ Clear Cookies & Cache]
    * [[Add-ons are disabled after updating Firefox#w_check-for-new-versions-of-your-add-ons|Check for New versions of your Add-ons]]
    Check and tell if its working.
    Not related to your problem but some of your Plugins are out-dated
    * Update All your Firefox Plugins -> [https://www.mozilla.org/en-US/plugincheck/]
    * '''When Downloading Plugins Update setup files, Remove Checkmark from Downloading other Optional Softwares with your Plugins (e.g. Toolbars, McAfee, Google Chrome, etc.)'''

  • How do i get the inverted colors setting changed on my phone?

    how do i change my screen from inverted colors back to the regular screen? not exactly sure what i did but i cant find that setting in the phone lol

    The setting is under Settings - General - accessibility.   You can also try triple clicking the home button.
    HTH

  • Where did the 'Sleep Timer' setting go?

    I know this seems like a bit of a silly question, BUT:
    I frequently fall asleep listening to my iPod. I've had 3 other iPods (1st and 2nd gen) which had sleep timers built in as a function on the menu. I could hook the ipod up to speakers in my bedroom, set the sleep timer, and drift off to music or books. With my new 5th gen iPod, however, I cannot find a sleep timer function anywhere. I purchased an iHome, so I can use the sleep timer function at home, but when I travel I either cannot use the iPod in this way, or have to leave the iPod running (and playing) all night long, which then actually wakes me up from sleep later in the night. Can anyone tell me if there is a sleep timer function on the 5th gen iPods, and if so, how do I activate it?
    thanks

    Okay, DUH, I answered my own question. It was under the 'clock' function; I never bothered to set the clock as I was used to having the battery drain problem that occurred when the clock was set on the 1st and 2nd generation iPods. Now I know!

  • Why did the country currency suddenly changed from € to $?

    hi there,
    since i tried to get some songs from australia, the country currency suddenly changed into $. now, i can't buy songs at itunes anymore, which is pretty sad! does anybody know how to fix that?
    thanx,
    lilly

    Hi Lily,
    Welcome to Apple Discussions.
    You can only purchase through another country's music store if you have a billing address and a credit card in that country. So unless you have this, you are only able to purchase through the German store.
    This is not the fault of Apple, it is to do with the record companies who hold the rights to the music. They decide which countries can have what.
    Hope this helps
    Cheers
    NikkiG

  • HT1454 where did the "tv out" setting go on my iPhone 3gs with iOS 6.0?

    I used to be able to use my rca cable video and audio cable out to send video and things like you tube to my tv, but I tried again recently and it does not work.  The "TV out" on and off setting in settings is gone now and I can not find a way to get the Iphone 3gs to recognize the video cable or send video out.  I am using the newest iOS.  I think it is 6.0.1  Is the setting gone and no longer possible to send the video or is there a trick that I dont know.  Does anyone know of an app that will allow this?  I want to send the video and audio on the phone to the tv monitor in my truck for my kids to watch.  It used to work fine but now it doesnt.  The only thing different is the iOS is different on the phone.

       Same thing happened to me. Did you update to the newest version 4.3 YouTube app? It doesn't support TV out. Go to YouTube.com from your device and look at the bottom where you see a square with an arrow running through and it will open a window where you will see another YouTube app then click add to home screen and you should be back in business then trash that new version out!

  • Did the code tag implementation change?

    Over in the UIX forum, we have been relying on the ability to embed XML content inside of a "code" tag - and for as long as I can remember this would automatically escape HTML/XML start/end tags so that they would be displayed in the message content. For example, users have been posting uiXML samples like this:
    (Note, in this sample I have added a trailing whitespace in the opening code tag so that the forum software will display the tag instead of interpret it. Also, I have explicitly escaped < and > myself so that they will be displayed.)
    [code ]
    <messageTextInput id="whatever"
    name="neededName"
    prompt="Prompt 2">
    <boundMessage select="error2"/>
    </messageTextInput>
    Previously, the code tag would automatically handle escaping the open/close tag characters (< and >) to the appropriate character entities (< and >). This no longer seems to be happening. The end result is that embedded XML code is sent back to the browser unescaped, and ends up being interpreted by the browser as HTML - which generally makes such content unreadable. Here is what the above sample looks like now:
    [code ]
    <messageTextInput id="whatever"
    name="neededName"
    prompt="Prompt 2">
    <boundMessage select="error2"/>
    </messageTextInput>
    This change in behavior has two really bad consequences:
    1. This is making it very difficult to post uiXML samples, which means that users are having a hard time posting test cases, and the UIX team is having a hard time posting sample solutions.
    2. We have a large number of code samples that have been posted to the forum over the last year or so. All of these samples are now unreadable.
    Was there a change in behavior in how the code tag handles HTML/XML escaping? Can we get the old behavior back?
    Andy

    I really didn't mean to have smiley faces in my post - another interesting feature! What I meant to say was:
    "Previously, the code tag would automatically handle escaping the open/close tag characters, &lt; and &gt; , to the appropriate character entities: &amp;lt; and &amp;gt;."
    And actually, I forgot to take the whitespace out of my sample code tag - let me try posting the sample code one more time, this time inside of an actual code tag:
    <messageTextInput id="whatever"
                      name="neededName"
                      prompt="Prompt 2">
      <boundMessage select="error2"/>
    </messageTextInput>Andy

  • Why did the form I created change after saving?

    I have Adobe Acrobat XI Standard and was creating a form from a PDF. I didn't have permission so I made a copy of the form so that I wouldn't have any restrictions. I was able to edit the copy perfectly and it printed perfectly. I saved as a Reader Extended PDF so that the recipient could save and print, I emailed the form and then when I opened the attachment, part of it was all jumbled. Now the file is saved jumbled and I can't go back to the original. Is there a way I can fix this without redoing everything? How did this happen? See the bottom of the page under Insurance Requirements as a reference attached.

    I couldn't get the image to attach.....

  • ITunes 8: Where did the "Importing/Burning" setting go?

    Since I've upgraded to iTunes 8, the Importing and Burning settings have disappeared from Preferences > Advanced.
    Anyone know where it is now?

    iTunes>Preferences>General, click on the "import Settings" button.
    There is no longer a global setting for burning, when you insert a blank CD and click on Burn Disc, a burn settings dialogue box opens so you can choose an individual setting for each disk you burn.

  • Did the message editor get changed or did I accidently change my web-browser settings?

    The edit screen looks different this AM. Is this just my machine?
    If it is new, then does anyone know how to use the new features?
    Thena agin, after my coffee starts to work, I may figure this out myself.
    If that worked I may have incuded a smiley face for the first time in my life!
    Ben
    yeah! It worked!
    Message Edited by Ben on 07-01-2005 09:31 AM
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

    Thank you Molly. Looks like JLV and CC will have some more emoticons to play with.
    As always, when challenged, I can manage to find problems.
    First up, the buttons all have graphics, which take time to load, so unless they load, you see an empty gray space (I'm saying this because it happened, even though I'm on a "broadband" connection, which can sometimes be quite narrow. At first I thought it was a bug, because the buttons were wide, so I thought they were supposed to have text which I wasn't seeing).
    To attach images, you still need to have an address.
    The attachment field is still far from the edit window.
    On my system (XP), there seems to be some wierd glitch when you have 2 windows. I originally tried responding to this thread when I had another reply window open and I couldn't get the cursor to appear for the second window. Only after a few tries of opening and closing did it appear.
    Try to take over the world!

  • Did The 7.02 Upgrade Change the Rules for Variables

    If I remember correctly, before we applied the 7.02 upgrade,
    this code:
    <cfset mylist = "a,b,c">
    <cfoutput>
    <cfloop list = mylist index = "x">
    #x# <br />
    </cfloop>
    </cfoutput>
    would produce
    a
    b
    c
    I now produces
    mylist
    To get the expected (by me, anyhow) result I have to change
    this
    <cfloop list = mylist index = "x">
    to this
    <cfloop list = #mylist# index = "x">
    or this
    <cfloop list = "#mylist#" index = "x">
    What does the code produce on your system and what version of
    cf are you running?

    as far as I can recall, if you're looping over a dynamic list
    you've -always- needed to do <cfloop list="#myList#" ... >
    without the pound signs (but with quotes), CF sees the string
    as a literal string and a single element list ("myList").
    i'm in the habit of always quoting attribute values, so i've
    always done it as "#myList#". i can't comment on just doing
    list=myList or list=#myList#, but even if those worked, i'd suggest
    not relying on that and getting into the habit of placing quotes
    around your attribute values.

  • Why did the playlist time format change in iTunes 10.6? Can I get the old format back?

    My iTunes playlists used to give a precise total play time. Now that I downloaded the new version of iTunes, the playlist just estimates the time. So, "1 hour" could mean 1 hour and 2 or 3 or 4 minutes. That is a big problem for people who teach 60-minute fitness classes! I plan my class around that playlist, and 3 or 4 minutes is a big deal. Now I am having to add up the time of songs by hand. What a pain!  Is there any way to get back the old format of time, which estimated exactly "59 minutes" or I think it was more precise, like "00:59:12."  I need this format back.  The estimate of "1.1 hours" is killing me.

    Hello. When I go to "About iTunes," it says "10" but then "10.6 (40)" underneath, in fine print.
    Actually, "40.3" minutes is different from the previous format.  It used to give the time in hh:mm:ss. This is an image of my problem:
    Now that the time is given in decimals, there are some minutes unaccounted for. I have a playlist that is 58 minutes (I added it on a calculator), but iTunes tells me it's 1 hour. I know it doesn't seem like a big deal but it matters when you have a 60 minute class and you are guided by your playlist.

  • Why did the preset web resolution change from 72ppi to 135ppi?

    Hi,
    I just noticed this in the latest photoshop update. Is there a reason why this is? If this is to make designing for retina easier (not having to zoom as much in photoshop), why isn't it at 144?
    Just curious – thanks!

    I guess if you are a web designer, 72 is kind of a benchmark for Mac screen resolutions going back to the mid-1990s. 96 is the Windows standard of 640 x480 px.
    It's kind of weird. Those two screen resolution standards are no longer common and I would think browsers today would adjust to fit the screen.
    I wouldn't even worry about the number in the resolution field.
    Gene

  • I use a mac ios and shoot raw in a cannon 5d mark ii and shortly upon import of my images lightroom darkens and changes my images. This has happened before but not every time. The strange part is my last shoot had the same camera setting but this did not

    I use a mac ios and shoot raw in a cannon 5d mark ii and shortly upon import of my images lightroom darkens and changes my images. This has happened before but not every time. The strange part is my last shoot had the same camera setting but this did not happen. The images i have now i can not use after lightroom has automatically altered them even if i try editing back to how they looked upon import

    First thing to do is to change the default camera profile applied in Lightroom to camera standard (assuming that you shoot Canon or Nikon). Also make sure that your camera is NOT set up to use any of the HDR modes. Nikon calls those Active Dynamic Lighting. On Canons you often see things like highlight priority mode or "Auto Lighting Optimizer". Make sure that the picture style is set to standard and that for newer Canons the HDR mode is turned off. Most of the HDR modes simply underexpose the image and then add an instruction in the raw file to compensate for this to prevent highlights from being blown out. This causes more noise in the shadows and if you know what you are doing there is no point to this as you should simply expose correctly and get the highest quality raw.
    Lastly, make sure that in Lightroom you have not checked "Apply Auto Tone Adjustments" in Preferences->Presets. This should make the default rendering of the raw files the same as the in-camera jpeg (what the camera shows on the back even if you shoot raw) but still give you all the latitude of raw files.

  • TS4208 Apple Mail client no longer marks my mail as read on all my iOS devices. If I read a email on my iPhone and later open Mail on my iPad, the iPad still shows the email as unread.This changed recently, perhaps after iOS7 upgrade. Did I miss a setting

    Apple Mail client no longer marks my mail as read on all my iOS devices. If I read a email on my iPhone and later open Mail on my iPad, the iPad still shows the email as unread.This changed recently, perhaps after iOS7 upgrade. Did I miss a setting? All mail account are IMA. iCloud is set to push, business mail is set to fetch every 15 minutes.

    Read thier own support document on the subject then
    http://support.apple.com/kb/TS1795
    This document was written as an answer to all those who complained about it as paying MobileMe users
    They ignored us then and when MobileMe became iCloud they ignored us again, and just carried on with a system that will not update the e-mail read status across all devices
    That's how it works,   and like you 1000's of loyal Apple users cant believe it either but there you go

Maybe you are looking for

  • F4 help for name1 field

    Dear Experts,                    I want to add f4 help for name1 in kna1 table how to achieve it... Thanks and Regards, Thirukumaran. R tables : kna1. DATA : T_RETURN TYPE STANDARD TABLE OF DDSHRETVAL with header line. parameter : p_kunnr type kna1-k

  • How to create A/R Down payment Invoice

    Hi; I am trying to create A/R Down Payment Invoice through DI API by using the below mentioned object but the system is giving me the following error "Invalid Value. {DPI1.ExLineNo} {Line No. 1}".   SAPbobsCOM.Documents oDoc SAPbobsCOM.Documents)x.Co

  • Why can't I send Emails from iPad apps?

    When I am using iBooks, or Evernote, or Hootsuite, or just about any application on my iPad that allows me to Email items from within the application, the following happens when I try to send an Email: 1) I click the share button. 2) Choose Emaill 3)

  • FYI .....  Update to Apples Camera Raw Support to 1.0.1

    You can get it here: http://www.apple.com/support/downloads/ Also note there are some firmware updates From Apple ...... "This update improves RAW file format compatibility for the following digital SLR cameras: -Canon Digital Rebel XTi / 400D / Kiss

  • 24/7 Usage Control Issues

    I recently setup usage controls on my daughter's phone (iPhone 4) and I'm having a few issues, but they don't seem to be something I can easily reproduce. She gets calls from different numbers, adults even, that no one knows. I'm assuming that this i