[SOLVED] .Xresources refuses to load except when loaded manually

I'm running i3+SLiM with my URxvt config in .Xresources and
xrdb -merge ~./Xresources
in my .xinitrc but every time I start i3, the config is not loaded and URxvt appears in its default form.  When I open the terminal and type the same xrdb command any subsequent terminals I open (even after closing the original) are now using the correct configuration.
I've tried all of the variations I've seen on various help threads including -load and
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
to no avail.
Any help is much appreciated!
EDIT: I can also put it in my .zshrc and watch as the first window is default and every other terminal I open is configured...
Last edited by 3mpach3r (2014-09-26 13:52:39)

.xinitrc
exec i3
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
.Xresources
! URxvt*termName: string
! URxvt*geometry: geometry
! URxvt*chdir: string
! URxvt*reverseVideo: boolean
! URxvt*loginShell: boolean
! URxvt*jumpScroll: boolean
! URxvt*skipScroll: boolean
! URxvt*pastableTabs: boolean
! URxvt*scrollstyle: mode
URxvt*scrollBar: false
! URxvt*scrollBar_right: boolean
! URxvt*scrollBar_floating: boolean
! URxvt*scrollBar_align: mode
URxvt*thickness: 0
! URxvt*scrollTtyOutput: boolean
! URxvt*scrollTtyKeypress: boolean
! URxvt*scrollWithBuffer: boolean
! URxvt*inheritPixmap: boolean
! URxvt*transparent: boolean
! URxvt*tintColor: color
! URxvt*shading: number
! URxvt*blurRadius: HxV
! URxvt*fading: number
! URxvt*fadeColor: color
! URxvt*utmpInhibit: boolean
! URxvt*urgentOnBell: boolean
! URxvt*visualBell: boolean
! URxvt*mapAlert: boolean
! URxvt*meta8: boolean
! URxvt*mouseWheelScrollPage: boolean
! URxvt*tripleclickwords: boolean
! URxvt*insecure: boolean
! URxvt*cursorUnderline: boolean
! URxvt*cursorBlink: boolean
! URxvt*pointerBlank: boolean
URxvt*background: #050505
URxvt*foreground: #eeeeee
! URxvt*color0: color
! URxvt*color1: color
! URxvt*color2: color
! URxvt*color3: color
! URxvt*color4: color
! URxvt*color5: color
! URxvt*color6: color
! URxvt*color7: color
! URxvt*color8: color
! URxvt*color9: color
! URxvt*color10: color
! URxvt*color11: color
! URxvt*color12: color
! URxvt*color13: color
! URxvt*color14: color
! URxvt*color15: color
! URxvt*colorBD: color
! URxvt*colorIT: color
! URxvt*colorUL: color
! URxvt*colorRV: color
! URxvt*underlineColor: color
! URxvt*scrollColor: color
! URxvt*troughColor: color
! URxvt*highlightColor: color
! URxvt*highlightTextColor: color
! URxvt*cursorColor: color
! URxvt*cursorColor2: color
! URxvt*pointerColor: color
! URxvt*pointerColor2: color
! URxvt*borderColor: color
! URxvt*iconFile: file
! URxvt*font: fontname
! URxvt*boldFont: fontname
! URxvt*italicFont: fontname
! URxvt*boldItalicFont: fontname
! URxvt*intensityStyles: boolean
! URxvt*inputMethod: name
! URxvt*preeditType: style
! URxvt*imLocale: string
! URxvt*imFont: fontname
! URxvt*title: string
! URxvt*iconName: string
! URxvt*saveLines: number
! URxvt*buffered: boolean
! URxvt*depth: number
! URxvt*visual: number
! URxvt*transient-for: windowid
! URxvt*override-redirect: boolean
! URxvt*hold: boolean
! URxvt*externalBorder: number
! URxvt*internalBorder: number
! URxvt*borderLess: boolean
! URxvt*lineSpace: number
! URxvt*letterSpace: number
! URxvt*skipBuiltinGlyphs: boolean
! URxvt*pointerBlankDelay: number
! URxvt*backspacekey: string
! URxvt*deletekey: string
! URxvt*print-pipe: string
! URxvt*modifier: modifier
! URxvt*cutchars: string
! URxvt*answerbackString: string
! URxvt*secondaryScreen: boolean
! URxvt*secondaryScroll: boolean
! URxvt*perl-lib: string
! URxvt*perl-eval: perl-eval
! URxvt*perl-ext-common: string
! URxvt*perl-ext: string
! URxvt*iso14755: boolean
! URxvt*iso14755_52: boolean
! URxvt*xrm: string
! URxvt*keysym.sym: keysym
! URxvt*background.border: boolean
! URxvt*background.expr: string
! URxvt*background.interval: seconds
! URxvt*bell-command: string
! URxvt*matcher.button: string
! URxvt*matcher.launcher: string
! URxvt*matcher.launcher.*: string
! URxvt*matcher.pattern.*: string
! URxvt*matcher.rend.*: string
! URxvt*remote-clipboard.fetch: string
! URxvt*remote-clipboard.store: string
! URxvt*searchable-scrollback: string
! URxvt*selection-autotransform.*: string
! URxvt*selection-pastebin.cmd: string
! URxvt*selection-pastebin.url: string
! URxvt*selection.pattern-0: string
! URxvt*tab-bg: colour
! URxvt*tab-fg: colour
! URxvt*tabbar-bg: colour
! URxvt*tabbar-fg: colour
! URxvt*url-launcher: string

Similar Messages

  • [SOLVED] Custom udev rule only working when triggered manually

    I have the following rule created for a USB gamecube controller adapter:
    SUBSYSTEMS=="usb", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="0337", MODE="0666"
    This rule only takes effect when I run udevadm trigger AFTER my device is plugged in. If I then unplug the device, and plug it back in, my device no longer works. My device also doesn't work on boot. I have to plug my device in and then trigger the rules manually.
    Any ideas why this is happening? I don't want to have to run udevadm trigger every time I turn my computer on.
    Last edited by Exershio (2015-04-15 23:01:19)

    I tried reloading the configuration but it doesn't affect the issue. As for monitoring udev, this appears when I plug the device in:
    KERNEL[3439.476646] add /devices/pci0000:00/0000:00:12.0/usb4/4-5 (usb)
    KERNEL[3439.478441] add /devices/pci0000:00/0000:00:12.0/usb4/4-5/4-5:1.0 (usb)
    KERNEL[3439.486155] add /devices/pci0000:00/0000:00:12.0/usb4/4-5/4-5:1.0/0003:057E:0337.0009 (hid)
    KERNEL[3439.492319] add /class/usbmisc (class)
    KERNEL[3439.492497] add /devices/pci0000:00/0000:00:12.0/usb4/4-5/4-5:1.0/usbmisc/hiddev0 (usbmisc)
    KERNEL[3439.492602] add /devices/pci0000:00/0000:00:12.0/usb4/4-5/4-5:1.0/0003:057E:0337.0009/hidraw/hidraw0 (hidraw)
    UDEV [3439.493842] add /class/usbmisc (class)
    UDEV [3439.494832] add /devices/pci0000:00/0000:00:12.0/usb4/4-5 (usb)
    UDEV [3439.496365] add /devices/pci0000:00/0000:00:12.0/usb4/4-5/4-5:1.0 (usb)
    UDEV [3439.498256] add /devices/pci0000:00/0000:00:12.0/usb4/4-5/4-5:1.0/usbmisc/hiddev0 (usbmisc)
    UDEV [3439.498378] add /devices/pci0000:00/0000:00:12.0/usb4/4-5/4-5:1.0/0003:057E:0337.0009 (hid)
    UDEV [3439.499567] add /devices/pci0000:00/0000:00:12.0/usb4/4-5/4-5:1.0/0003:057E:0337.0009/hidraw/hidraw0 (hidraw)
    So it seems udev is detecting the GC adapter being plugged in, but it doesn't apply permissions 0666 to it until I manually run udevadm trigger.
    See what happens below, directly after plugging it in:
    $ ls -l /dev/bus/usb/004/005
    crw-rw-r-- 1 root root 189, 388 Apr 15 16:59 /dev/bus/usb/004/005
    $ sudo udevadm trigger
    $ ls -l /dev/bus/usb/004/005
    crw-rw-rw- 1 root root 189, 388 Apr 15 17:03 /dev/bus/usb/004/005
    Okay this is weird. So I appended my udev rule with GROUP="users" to see if that would help, and after reloading the rules, this happens after my device is plugged in:
    $ ls -l /dev/bus/usb/004/005
    crw-rw-r-- 1 root users 189, 393 Apr 15 17:32 /dev/bus/usb/004/005
    $ sudo udevadm trigger
    $ ls -l /dev/bus/usb/004/005
    crw-rw-rw- 1 root users 189, 393 Apr 15 17:34 /dev/bus/usb/004/005
    So it appears the device is taking on GROUP="users" immediately after being plugged in, but it wont set MODE="0666" until after running udevadm trigger
    Anyone have any ideas?
    Last edited by Exershio (2015-04-15 21:38:15)

  • Ever since i downloaded OSX Mountain Lion, Express VPN no longer works properly for me. Even though it says I am connected, webpages refuse to load. However, everything works fine when its turned off. I cannot go on many websites without the VPN.

    Ever since i downloaded OSX Mountain Lion, Express VPN no longer works properly for me. Even though it says I am connected, webpages refuse to load. However, connection speed is fine when its turned off. I cannot go on many websites without the VPN. My current location is Shanghai, China. OSX Mountain was installed this morning and everything worked fine until then. Is Express VPN not supported? What do i need to do in order to get it working again on my Macbook Pro (early 2011). I want to be able to go on websites such as Youtube, Facebook, Twitter, ect...

    Hi,
    I am having the same issue listed above on my new Mac Mini i just bought, I also contacted Express VPN support and got the same instructions with exception of the command to run in the utilities terminal.  I tried the steps listed, and both commands (posted here, and sent to me directly by Express VPN support), and still unable to connect on my Mac Mini running OS X 10.8.2, but I am able to connect on my iPad and my MacBook which is running Mac OS X 10.6.8.  Usually Express VPN is spot on with their customer support, but this is taking longer to get resolved.  Here is the steps sent to me
    Try doing the following to see if the problem gets resolved:
    Please follow the instructions here: https://www.expressvpn.org/support/setting_dns_servers_mac_os
    (should still be the same for Lion) and then add the following DNS servers: 8.8.8.8 & 208.67.222.220. After adding the DNS servers, please do the following steps as well:
    Note: If you're connecting to your ISP via a PPPoE connection, then set the DNS servers on the PPPoE connection itself and then restart your computer for the DNS settings to take effect.
    1. Click on Applications
    2. Click on Utilities
    3. Click on Terminal
    4. Type the following command (without the quotes): "sudo killall -HUP mDNSResponder"
    5. Press enter and then try reconnecting to the VPN.
    If you're still unable to connect, please send us in the latest log files.
    Hope this helps. Let us know how it goes.

  • HT1222 I need some help.... I Have the iPhone 4S and downloaded the new software (6.0) and everything seems great so far except when I try to open a link in safari from a different app (messages, Facebook, ext..) it glitches and won't load. Any advice?

    I need some help.... I Have the iPhone 4S and downloaded the new software (6.0) and everything seems great so far except when I try to open a link in safari from a different app (ie..messages, Facebook, ect..) it glitches and won't load. The blue loading bar will just jump back and forth and the page will not load properly if at all....

    It sounds like you may have multiple problems, but none of them are likely to be caused by malware.
    First, the internet-related issues may be related to adware or a network compromise. I tend to lean more towards the latter, based on your description of the problem. See:
    http://www.adwaremedic.com/kb/baddns.php
    http://www.adwaremedic.com/kb/hackedrouter.php
    If investigation shows that this is not a network-specific issue, then it's probably adware. See my Adware Removal Guide for help finding and removing it. Note that you mention AdBlock as if it should have prevented this, but it's important to understand that ad blockers do not protect you against adware in any way. Neither would any kind of anti-virus software, which often doesn't detect adware.
    As for the other issues, it sounds like you've got some serious corruption. I would be inclined to say it sounds like a failing drive, except it sounds like you just got it replaced. How did you get all your files back after the new drive was installed?
    (Fair disclosure: I may receive compensation from links to my sites, TheSafeMac.com and AdwareMedic.com, in the form of buttons allowing for donations. Donations are not required to use my site or software.)

  • HT1338 trying to update from 10.6.8 to Lion. Refuses to load because HD used for Time Machine updates. Anyone know how I solve this? Chris

    trying to update from 10.6.8 to Lion. Refuses to load because HD used for Time Machine updates. Anyone know how I solve this? Chris

    What do you mean you're in the process of "downloading the installer for 10.7.3"? If you mean the software update combo, you won't be able to use that to go from 10.7.4 to 10.7.3. The only way you could do that is to reinstall the whole OS from the App Store IF that version is 10.7.3. I don't know if the App store Lion installer includes 10.7.4 already, but if it does, you can't get to 10.7.3 at all.
    As for what you do about your slow machine, there are tips all over the internet. I wrote up some of the basic one's to try here:
    http://applehelpwriter.com/2011/12/05/why-is-my-mac-running-so-slow/
    Other possibilities not mentioned there are either a corrupt install of Lion (solution; re-install from the Recovery disk) or hardware failure (old hard disks and other hardware components can sometimes give out there last after the strain of a new install).
    (ToU Disclaimer: my link contains links to other pages which advertise my services as a technical writer).

  • Imovie 08 refuses to load after upgrading to Leopard

    I got Leopard for christmas and after upgrading imovie worked fine until I upgraded to imovie 08 with ilife. Now it refuses to load after it bounces it just stops and acts like as if I didn't even do anything. I've tried disk utility, and a bunch of other stuggestions but it dfidn't work.

    Yes I did all of them. All of them appear to load except for imovie. and I did the installment of ilife 08. For some reason a folder appeared for the older version of imovie and that works fine even though i installed iLife 08, it suddenly made a folder today saying imovie (old version).
    I don't get why it is doing that when the others work just fine.
    Yes the display options are correct
    The only one I know of is the divx codec I believe that is it.

  • PhotoShop 2.0 refuses to load properly

    Why does my Adobe Photoshop program 2.0 refuse to load up and gives an error message personalization information incomplete . I've reloaded it filled out everything . It's older than E mail registration requires either Fax Phone or mail . How can I circumvent that portion of Reg. ?.

    Noel,
    There was a time, long ago, when Adobe had at least two "starter level" programs, PhotoDeluxe and also a Photoshop LE. The latter was more often seen bundled with a camera, a scanner, or similar. Think that my copy (never installed) came with an old Nikon scanner, but that WAS a long time ago. I believe that PhotoDeluxe was sold separately, but it might also have been included with some bundle. Though I never used it, I thought of it as more of an Image cataloging program, with limited Image-editing capabilities - not too far from the early versions of PSElements w/ its Organizer, but with a reduced set of editing capabilities, however, I might be wrong.
    For less than professional needs, I agree that PSElements would be something that I would think about. It is bound to be much more full-featured, than PhotoDeluxe was, and PSE 11 will run with contemporary OS's. It is really not THAT far behind Photoshop, and the price is very good.
    Hunt

  • Some websites say that the connection reset, but after following the instructions to fix it, it still doesn't work, and recently they simply refuse to load.

    Recently, Mozilla has refused to load certain webpages for me, saying that 'the connection was reset' or sometimes not loading at all. I don't know what's wrong and if it's just me. So far, I've had problems getting onto Random.org, Serenes Forest.net (which actually didn't load a few times), and Dictionary.com. Is there something wrong with my internet, and if there is, what? And why does this happen? (I don't have wireless internet, if that helps deduce the problem.)
    I know that maybe this sounds like something that doesn't have to do with Firefox, but Firefox never did this before, and my computer has always worked fine before, so I think maybe something happened to my Firefox that's corrupted it in some way. Has a problem like this come up before, and if so, was it already solved?

    If you are using wi-fi:
    1- Are you connected?
    2- Check if you have full access or only limited access, limited means no internet connection provided. (if so, proceed step 3)
    3- Ping your wi-fi modem IP address:
    ping 192.168.2.1 (my modem local IP Address)
    If you get high number in round trip time (in miliseconds), turn off your modem for about 1 minute.
    3- ping any site that did not load
    Wish it may help

  • Refuse to load new home page at start (Window 7)

    After the recent updates, the browser refuses to load a new home page at start. It "remembers" the old address, always. Probably it has not altered the registration line after the change even though it appears to have at that session. Therefore, when open again, it reverts back to the old home page address. Cheers.

    Hi yuenct,
    You should take a look at the Knowledge Base article [[How to set the home page]].
    There are steps in that article to reset your homepage preferences to default. I would try that first to clear out any strangeness. If that works, you can try setting your homepage again to your personal preference.
    If that doesn't work you should look at the article [[Preferences are not saved]].
    Hopefully this helps!

  • Why doesn't my Yahoo toolbar appear? One ..what is theday i opened Mozilla and my yahoo toolbar refused to load...it's stuck on Refresh mode and now all that i can see is the little cogwheel which refreshed the toolbar...that is hidden :|...

    my Yahoo toolbar refuses to load...I can only see the little cogwheel which only refreshes the toolbar...when it is present :|...I am sending u an image with my problem
    [url=http://img215.imageshack.us/i/92069355.png/][img][/img][/url]

    That is a legitimate Mozilla newsletter. As it says in the email:
    You're receiving this email because you subscribed to receive email newsletters and information from Mozilla. If you do not wish to receive these newsletters, please click the Unsubscribe link below.
    Unsubscribe https://www.mozilla.org/en-US/newsletter/existing/ad9febcf-65ac-41fd-810b-798945f448f3/
    Modify your preferences https://www.mozilla.org/en-US/newsletter/existing/ad9febcf-65ac-41fd-810b-798945f448f3/ "

  • Indesign CS3 refuses to load

    Hi, i would be grateful for any advice if you have experience of the same.
    My problem is that indesign CS3 refuses to launch all of a sudden.  About two weeks ago it just wouldn’t (and still hasn’t) loaded.  When i click on the application the spinning donut appears beside the cursor as if it is going to load, but no splash screen appears. and then the spinning "donut" next to the cursor disappears.  If i then start my task manager i can see that indesign.exe is running and if i try to open indesign again another occurrence in task manager will load and so on.  THATS IT, any ideas please?
    i am running Vista 32bit.  the software has worked fine for at least a year and then it just refused to load.  All other creative suite applications run fine (although i am scared to say that due to their temperamental nature).  I haven’t actively installed any updates for any adobe programmes or windows updates prior to the problem either.  The only thing i can think i have installed recently is a new version of iTunes and that’s it.  I am up-to-date with service packs and updates for vista too. 
    i have repaired indesigns installation - No joy, i have uninstalled, rebooted and reinstalled indesign - No joy.  i have also removed the registry entries and data for indesign in the "user app data folder" for indesign when uninstalling and still no joy once re installed.  its driving me mad.
    Please note i have spent the last 2 weeks trawling and i mean trawling Google and the adobe forums for advice.  i have tried many suggestions but am open to any you have to offer, i just want to avoid people thinking i am coming here without researching myself first.  i did try one suggestion which is where you start the machine in safe mode and see if indesign cs3 loads then, which it does, but once i restart to the full usual mode - nothing
    Thanks in advance, i appreciate any useful advice
    Matt

    Hi Peter,
    i have noticed the following -
    i have two user accounts on my PC (running vista).  One being my personal one and the other being an Admin account (i set this up as i had to do something that required permission - i forget what now - http://www.howtogeek.com/howto/windows-vista/enable-the-hidden-administrator-account-on-wi ndows-vista/).  If i log into the admin account i can launch Indesign as intended, "one click and open".  However it still refuses to load in my personal account.  i cant see how any updates etc wouldnt have been applied globally - so whats the difference?
    I know that probably doesnt help much but thought you may have seen similar or in the past or it may help you identify my problem from past experiences?
    Thanks
    Matt

  • Photoshop refuses to load images.

    So upon getting a new hard drive for my Powerbook (the old one on which Photoshop ran well enough) I have reinstalled the Adobe Creative Suite 2. Everything seems to work, except for Photoshop which, despite any attempt, refuses to load any image file. It simply gives me this error whenever opening or scanning in an image.
    http://img122.imageshack.us/img122/6452/picture16wb.png
    Since I use Photoshop as my main program of things-to-do, I'm in quite a situation. I've tried an older version of Photoshop as well, CS and 7. They both returned the same error.
    Permissions are as correct as they can be, and OnyX has cleared up all my caches, optimized the system, and all that. Photoshop should run, why isn't it?
    Any help appreciated.

    Alright, so it sounds like you are all up-to-date, but that could be the issue here. Things really do change from update to update or upgrade to upgrade, so 3rd party software may not work correctly on it. Check Adobe's website and see if there is anything under PhotoShop that may fix this issue. Uninstalling and re-installing sometimes will do the trick. Also, have you trashed your preferences for it?
    -Jason

  • MacBook Pro refuses to load after installing Yosemite OS X.

    Yesterday I installed Yosemite OS X. Today, when I turned my MacBook Pro the loading bar is stuck just a little before halfway and refuses to load. I am so annoyed as I have never encountered any technical difficulties and have only had to purchase ridiculous amounts of expensive chargers after the ones I previously had broke easily - another annoyance of Apple. Apple is beginning to irritate me.
    Any advice is appreciated - thanks in advance!

    Startup – Computer Stops or Delays
    Startup - Gray, Blue or White screen at boot, w/spinner/progress bar
    Startup - Gray Screen
    Startup Issues - Resolve
    Startup Issues - Resolve (2)

  • FF goes through periods of refusing to load web pages

    Since updating to 7.0.1 yesterday, Firefox has repeatedly gone through periods of obstinancy. It started with brief delays but now is quite persistent.
    What happens is that web pages just refuse to load. Any page. FF sits there like it's trying to connect but it never does. Restarting FF can sometimes coax brief connectivity for the saved tabs, but the refusal to load the pages returns nearly immediately.
    Eventually, FF gets out of its snit and I can browse normally for a few hours -- but then, apropos of nothing, it goes back to being obstinant.
    I'm running Windows XP and CA Security Center firewall. FF was fine until it updated to 7.0.1. Internet Explorer and other Internet programs work fine.

    LtPowers - Let's try some standardization. You have ver 7.0.1 so you can go to the App Button, [menu button], Help-> Troubleshoot Information -> Copy all to clipboard, and then open a notepad window - or your favorite text editor - and paste the log there. Look at it and see if it suggests ay answer to you. If not, repost the problem - with the log appended. That way you give notice of hardware and OS, so that users with similar configs, or knowledge, can help. It might be you have too much other stuff loaded for your system's chip memory. If you get to disk caching and swapping, things get really slow. It might be that addons are in conflict with the new version or with each other. That is why the addon listing might help an experienced user to give help. I use XP SP3, and am familiar with the Task Manager window there. It tells me total memory and memory commitment. For instance, now, FF 7.0.1, taking up 805 +/- meg due to the config and large number of windows and tabs open. It says I am using 1.6 Gigabytes of 3.2 [only 2 gig installed memory, the remainder is disk caching, where I can slow way way down if I get there]. I have Chrome open too, several addons, taking memory. I closed Chrome, and it drops to 1.3 gig committed. From experience 400 - 500 meg are take up in system resources, after a bootup with no applications running. So my slowness now is from overstuffing the browser - a problem I had with 3.6 too when I went hog wild on open stuff and addons. If you can check such things on your hardware/software it might help. The big thing, posting a troubleshooting log with the problem is my first helpful idea. Others besides me may read that and have helpful suggestions. Posting the log will also show whether you are disabling addon compatability checking. If you do that - as I do - you are at risk of weird things showing up on upgrading.

  • TS1399 My 160 gb ipod deletes all music and refuses to load despite twenty attempts to restore it, please help.

    My 160 gb ipod classic is refusing to load music, i have restored it more than twenty times, somebody help> Anybody home?

    The most likely problem is a damaged source file, but you could try this technique for populating the iPod in stages.
    *Break up large transfers*
    In iTunes select the menu item *File... New Smart Playlist*. Change the first drop-down box to Playlist, the next to is and the next to Music. Tick against *Limit to*, type in say 10, then change the drop-down to GB, and set the last drop-down to artist. When you click OK you can enter a name for the playlist, e.g. Transfer. Now sync this playlist to your iPod rather than your entire library. When the sync is complete modify the rule ( *File... Edit playlist* ) to increase the size by your chosen amount, then sync and repeat. You can experiment with different size increments, if it doesn't work just choose something a bit smaller until it works each time. Before long you should have all your music on your iPod. Once that's done you can move on to other media such as podcasts, videos, photos, playlists etc.
    tt2

Maybe you are looking for