[SOLVED] ls colors different from tab completion colors

I've been configuring the colored output of ls and I've got ls colors set, but the colored output from tab completion is different sometimes making it hard to read the files/directories.  Does anyone know where the file that controls the tab completion colors?
http://i.imgur.com/GwByh.png is a picture showing the issue.
.dir_colors
# Configuration file for dircolors, a utility to help you set the
# LS_COLORS environment variable used by GNU ls with the --color option.
# Copyright (C) 1996, 1999-2011 Free Software Foundation, Inc.
# Copying and distribution of this file, with or without modification,
# are permitted provided the copyright notice and this notice are preserved.
# The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
# slackware version of dircolors) are recognized but ignored.
# Below, there should be one TERM entry for each termtype that is colorizable
TERM Eterm
TERM ansi
TERM color-xterm
TERM con132x25
TERM con132x30
TERM con132x43
TERM con132x60
TERM con80x25
TERM con80x28
TERM con80x30
TERM con80x43
TERM con80x50
TERM con80x60
TERM cons25
TERM console
TERM cygwin
TERM dtterm
TERM eterm-color
TERM gnome
TERM gnome-256color
TERM jfbterm
TERM konsole
TERM kterm
TERM linux
TERM linux-c
TERM mach-color
TERM mlterm
TERM putty
TERM rxvt
TERM rxvt-256color
TERM rxvt-cygwin
TERM rxvt-cygwin-native
TERM rxvt-unicode
TERM rxvt-unicode-256color
TERM rxvt-unicode256
TERM screen
TERM screen-256color
TERM screen-256color-bce
TERM screen-bce
TERM screen-w
TERM screen.rxvt
TERM screen.linux
TERM terminator
TERM vt100
TERM xterm
TERM xterm-16color
TERM xterm-256color
TERM xterm-88color
TERM xterm-color
TERM xterm-debian
# Below are the color init strings for the basic file types. A color init
# string consists of one or more of the following numeric codes:
# Attribute codes:
# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
# Text color codes:
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
# Background color codes:
# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
#NORMAL 00 # no color code at all
#FILE 00 # regular file: use no color at all
#RESET 0 # reset to "normal" color
DIR 01;34 # directory
LINK 01;36 # symbolic link. (If you set this to 'target' instead of a
# numerical value, the color is as for the file pointed to.)
MULTIHARDLINK 00 # regular file with more than one link
FIFO 40;33 # pipe
SOCK 01;35 # socket
DOOR 01;35 # door
BLK 40;33;01 # block device driver
CHR 40;33;01 # character device driver
ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file
SETUID 37;41 # file that is setuid (u+s)
SETGID 30;40 # file that is setgid (g+s)
CAPABILITY 30;41 # file with capability
STICKY_OTHER_WRITABLE 32;40 # dir that is sticky and other-writable (+t,o+w)
OTHER_WRITABLE 35;40 # dir that is other-writable (o+w) and not sticky
STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
# This is for files with execute permission:
EXEC 01;32
# List any file extensions like '.gz' or '.tar' that you would like ls
# to colorize below. Put the extension, a space, and the color init string.
# (and any comments you want to add after a '#')
# If you use DOS-style suffixes, you may want to uncomment the following:
#.cmd 01;32 # executables (bright green)
#.exe 01;32
#.com 01;32
#.btm 01;32
#.bat 01;32
# Or if you want to colorize scripts even if they do not have the
# executable bit actually set.
#.sh 01;32
#.csh 01;32
# archives or compressed (bright red)
.tar 01;31
.tgz 01;31
.arj 01;31
.taz 01;31
.lzh 01;31
.lzma 01;31
.tlz 01;31
.txz 01;31
.zip 01;31
.z 01;31
.Z 01;31
.dz 01;31
.gz 01;31
.lz 01;31
.xz 01;31
.bz2 01;31
.bz 01;31
.tbz 01;31
.tbz2 01;31
.tz 01;31
.deb 01;31
.rpm 01;31
.jar 01;31
.war 01;31
.ear 01;31
.sar 01;31
.rar 01;31
.ace 01;31
.zoo 01;31
.cpio 01;31
.7z 01;31
.rz 01;31
# image formats
.jpg 01;35
.jpeg 01;35
.gif 01;35
.bmp 01;35
.pbm 01;35
.pgm 01;35
.ppm 01;35
.tga 01;35
.xbm 01;35
.xpm 01;35
.tif 01;35
.tiff 01;35
.png 01;35
.svg 01;35
.svgz 01;35
.mng 01;35
.pcx 01;35
.mov 01;35
.mpg 01;35
.mpeg 01;35
.m2v 01;35
.mkv 01;35
.ogm 01;35
.mp4 01;35
.m4v 01;35
.mp4v 01;35
.vob 01;35
.qt 01;35
.nuv 01;35
.wmv 01;35
.asf 01;35
.rm 01;35
.rmvb 01;35
.flc 01;35
.avi 01;35
.fli 01;35
.flv 01;35
.gl 01;35
.dl 01;35
.xcf 01;35
.xwd 01;35
.yuv 01;35
.cgm 01;35
.emf 01;35
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
.axv 01;35
.anx 01;35
.ogv 01;35
.ogx 01;35
# audio formats
.aac 00;36
.au 00;36
.flac 00;36
.mid 00;36
.midi 00;36
.mka 00;36
.mp3 00;36
.mpc 00;36
.ogg 00;36
.ra 00;36
.wav 00;36
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
.axa 00;36
.oga 00;36
.spx 00;36
.xspf 00;36
I'm using zsh.
Last edited by livinglifeback (2011-08-13 18:52:03)

I myself just uses the standard colors and don't change them from default, but I do get the same colors for both ls and completion with this in .zshrc:
eval `dircolors -b`
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}

Similar Messages

  • Customizing Spry Menu - Drop items different from tabs at the top

    How can I remove the background image from the dropped down items on a Horizontal Spry Menu while keeping the image for the tabs at the top? It seems every time I change something for the top tabs, the change is carried to the drop down menus as well.
    Here is a link:
    http://www.monicagraphicdesign.com/Bill/spiritual.html
    You can see what is happening if you hover over "About Bill"

    Open your SpryMenu.css file.  Scroll down a ways to this:
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        left: auto;
        background-color: #000;
        background-image: none;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
        background:none;
        width: 8.2em;
    Nancy O.

  • [SOLVED] printenv output differs from settings in /etc/profile

    Hi, I just noticed that
    printenv PATH
    gives me something else (just '/usr/bin') than is defined in /etc/profiles, which is
    PATH="/usr/local/sbin:/usr/local/bin:/usr/bin"
    export PATH
    I'm using fish but there is no entry about variables in ./config/fish/config.fish.
    Thanks for your help!
    Last edited by ysetdng (2014-09-16 23:05:56)

    Let /etc/login.defs be, it isn't supposed to have the full PATH.
    Read https://wiki.archlinux.org/index.php/Fi … leshooting
    Arch wiki wrote:
    If you decide to set fish as your default shell, you may find that you no longer have very much in your path. You can add a section to your ~/.config/fish/config.fish file that will set your path correctly on login. This is much like .profile or .bash_profile as it is only executed for login shells.
    if status --is-login
    set PATH $PATH /usr/bin /sbin
    end
    Note that you will need to manually add various other environment variables, such as $MOZ_PLUGIN_PATH. It is a huge amount of work to get a seamless experience with fish as your default shell.

  • Why do the colors appear different from photoshop when I place a picture in indesign?

    I am new to indesign, and photoshop for that matter. But when I place a picture in indesign the color looks completely different from what it was in photoshop. Is this just a display issue or will it print with the wrong color?

    You have a profile mismatch. Make sure the document and PS file's assigned profiles match. If you are not assigning color profiles then the Working Spaces in Color Settings have to match.

  • Why does Photoshop display colors differently from the other applications even in sRGB mode ?

    Hello all !
    Here is my problem :
    Photoshop is set to use sRGB workspace (in edit/colors.../workspace/RVB).
    If I understand correctly this is how all native windows applications work.
    This means Photoshop and the other applications should display the same colors on a file with a sRGB profile.
    Now this is the case until I calibrate my monitor.
    When I do, Photoshop colors become different from the other applications (irfanview, explorer, browsers...).
    The only way I found to let everything display the same colors is to set Photoshop to use Proofing/RVB Monitor.
    What upsets me even more is that Photoshop colors look "better" to me (dark grays seem to dark to me in the other applications.)
    I have read that this is because Photoshop takes the new profile into account and others applications do not. But I don't think this is relevant here because everything is in sRGB so the only profile is my monitor's and I think calibration is handled globally by windows : everything (including browsers, explorer, and Photoshop) changes color if I choose to apply the monitor's profile or not with windows color management tool ("use my parameters for this device").
    Here is my system configuration :
    - Photoshop CS4 (11.0.2)
    - Windows 7 64 bits
    - HP ZR2440W and DELL 2209WA (these are not wide gamut screens)
    I have spent two days trying to figure the logics behind this and really am upset. Any help would be greatly appreciated. Don't hesitate to ask me if there is something that is unclear or some information I forgot to mention.
    Thanks in advance,
    Yannick

    That sounds like an invitation to continue to talk about the issue.  Fair enough.
    I'm not sure where you're getting "insecurity"...  I am just trying to help you help others more effectively.
    I invite you to re-read just the first sentence of what you wrote very carefully, putting yourself in the shoes of someone struggling with both the terminology and the concepts:
    Photoshop (CMS) reads an embedded ICC profile and CONVERTS it to the custom monitor profile for a theoretical 'true color' display
    Think about what "Photoshop (CMS)" might mean to a person who doesn't know the acronym might stand for "Color Management System" (which is I assume what you meant).  Adobe themselves don't call it "CMS", they use the acronym "CMM" (Color Management Module).  The term "CMS" is used in the computer industry for about a dozen different things.
    While a color profile might have been embedded in an image file before it was opened by Photoshop, Photoshop works on documents.  A profile is not "embedded" in a document, it is maintained by Photoshop with the document and describes the color values in the document.  If Photoshop opens a document without an embedded profile, depending on settings and user choices it might assign a profile or it might even operate on the document without color-management.  Oversimplification doesn't help people when they're trying to learn new things unless it's described as such, for example, "This is a bit of an oversimplification..." or "Generally speaking..."
    Not every monitor profile is a "custom monitor profile".  Quite often a standard profile (e.g., sRGB IEC61966-2.1) is associated with a monitor by the operating system as a default, or a factory profile is installed by a driver package or system update.  Your use of the term "custom" is a bit ambiguous and could be read as implying the creation of a profile using a calibration and profiling device specific to the particular monitor.
    Photoshop's color management code does not convert an embedded ICC profile at all (read carefully what you wrote).  As I said, it transforms color values.  That was the key error in your description that prompted me to comment.
    If ever there is a time to pick words carefully, it's in a color-management discussion.
    -Noel

  • Why when I open my raw files into lightroom, colors are different from my camera's preview?

    Ciao,
    I have a problem... maybe this can be a stupid question but anyway.. I would like to know the reason why when I open a raw image in lightroom, for a second I see the right colors/tone/contrast that i see when i look at the same images on my camera and soon after the word "Loading" I see the raw files with different colors.
    Why this happens???
    Before "Loading" and --> after
    Thank you so much

    Hey Giuseppe
    I have a similar problem but the cause may be different from yours. I shoot a Canon 6D and as far as I know no one with the 5D MKIII has my issue, but maybe you could look into it.
    Canon's Adobe Camera Raw in Photoshop CC, as well as Lightroom CC, is automatically down converting my CR2 RAW files from 14 bit color depth to 8 bit color depth. This is screwing up my colors, contrast, gradients, etc quite a bit when trying to process RAW files in Photoshop CC and Lightroom CC.
    You can read my thread here:
    Banding due to automatic downconverting of RAW files to 8 bit
    You might want to check and see if your RAW files are actually being processed in 16 bit color depth. There is a possibility that they are being down converted automatically for some reason.
    The bit depth in Lightroom for RAW files is supposed to be 16 bit but when opening my files it just converts it down.
    Try downloading Canon's Digital Photo Professional 4
    Canon U.S.A. : Consumer & Home Office : EOS 5D Mark III
    Use that software to process a RAW photo and convert to a 16 bit TIFF. I know this software truly gives you a 16 bit depth image. Then compare the result side to side with what you're seeing in Lightroom.
    If you are having this issue, I have not yet found a way to process RAW CR2 files in ACR or Lightroom and maintain 16 bit depth.
    If you are batch processing to JPEGs it probably doesn't matter, but my issue is that it is down converting BEFORE exporting and thus any edits I do become much more destructive on my 8 bit image than they would if I was editing a 16 bit image. I have to be able to keep things in 16 bit up until the point they go to the printer.
    Sorry, this may not help you at all, it looks like there could just be a difference in White Balance, but I figured I'd throw my two cents out there and maybe you could see if this is actually what is happening for you, and hopefully eventually Adobe could potentially fix this bug.

  • NIKON D5000 NEF - Lightroom 2.6 and PSE show colors quite differently from what Nikon Software show

    With my Nikon D5000 DSLR camera, I took recently photos from small blue flowers. I had set-up my Nikon D5000 to create for every photo both a NEF File and a JPEG File (and had set my camera to use Automatic While Balance). 
    I noticed that for NEF Files Lightroom 2.6 (and also PSE 7, that uses internally Camera RAW ) shows me the blue colors of the flowers quite differently from what I see with PSE for the jpeg file. It is my impression, that it is in the Jpeg files, that the blue color is close to the reality; and  that it is with the NEF Files that Lightroom and PSE show a blue color that is quite different from the reality.
    I also looked at the photo files with the NIKON "View Nx" 1.3.0 Software that came with my camera. With "View Nx" the blue colors (both with the NEF file and the Jpeg File) are very vlose that what i see with PSE 7 in the jpeg file (and quite different from what I see with LR and PSE for the .NEF File).
    I mentioned this problem to Nikon Support. They suggested, that Nikon Software and Adobe software use different algorithms; and that the Nikon algorithms are better/closer adapted to the Nikon cameras than the more generalized Adobe algorithms that need to support a very large number of cameras.
    But ....it is Lightroom that i wish to use to process my NEF Files and PSE that I wish to use to organize my Photos. Can a LR/Camera-RAW expert help me? I would like to find a solution to see with LR and with PSE in my D5000 NEF Photo Files blue colors that are close to the reality and close to what Nikon Software shows me on my PC. Please notice that I am very far away from being a professional and that i will probably not understand complicated explanations.
    Thanks a lot in advance.
    An additional note, that is perhaps not relevant: I used LR to convert my NEF File into a JPEG File format and looked at the blue in the result. It looks the same as what LR and PSE show me for the .NEF File (and looks different from the jpeg file crreated by the NIKON camera).

    EJ and Jim
    Thank You very much for your useful feedback.
    I realize, that as a neophit I am an exot among the community of photo-experts and photo-professionals addressed by LR.  Therefore the wish that I will now express is perhaps inadequate. But since it is gently, that i express this wish, I am probably allowed to do so......
    My wish for a future version of LR, is that LR comes out of the box with a "reasonable" interpretation of the RAW images of most important/widespread modern cameras....without requiring that non-experts like me gets confronted from the very beginning with the need to develop their own default settings.
    For this wish, I will formulate a Feature Request.
    You might wonder, why a non-expert like me is interested in LR instead of  using those Photo-Editing Software (e.g. PSE) that are supposed to address the need of non-experts. Well..... I am coming from the PSE world. I am reasolnably happy with the PSE Organizer....but  I hate the complex, inefficient, unfriendli "user-interface" (experts will probably tell: workflow-interface?) of the PSE Editor. Its really a last-century Software. LR is so much more friendly, even for non-experts...within the Library Module, i do not need to switch back and forth between one dialogue-window for each type of change.... nearly all what i need is in that one right-hand pane of the Library module.
    I honestly believe, that Adobe should take a serious look at promoting/marketing  LR also to the audience of non-experts. That would be a good and attractive additional marketing opportunity for LR.

  • Background color differs from computer to computer

    1. I have a page where users can enter some data, some of the fields have back ground color YELLOW on SOME computers (same browser version IE 7...) ,I never seen it on my desktop and some others but I see it on few others.
    2. some of the text looked BOLD on some computers.
    What could be the reason?
    3. some of the buttons seems to be diff than other, Image vs HTML buttons , I saw the threads talk about "rebooting display server". what is display server. I reboot apache but nothing changes. what is display server?

    Display server is X.11 server, different from Apache, ask your DBA for bouncing this
    Tapash

  • JPG colors different from Lightroom Display

    I am aware of issues when you try to print an image without taking into account the calibrated color profiles of both the printer and your monitor, but not when it comes to displaying 2 images on the same monitor.
    To put it simple: I process an image in Lightroom. I get the desired result, create a JPG out of it.
    The JPG is very different from what I had in Lightroom. Much lighter among others.
    What would be a potential reason to explain such behavior?

    CSS Simon wrote:
    You said: "I did click "Reset all default Develop settings" and reimported the JPG. Now it does look exactly the way the original RAW image looks."
    So I assume you mean "why is the jpeg displayed in another program not the same as the raw (or the jpeg, for that matter) displayed in LR?".  Either the other programs aren't colour managed, or the monitor isn't correctly calibrated and profiled?  See Jao vdL's post. 
    Indeed. Now it makes sense. What totally confused me was when the JPG, reimported in LR, did not look the same as the RAW image. I thought that if LR was color managed, then both images should look the same.
    After I clicked the "Reset all default Develop settings", the reimported JPG looks "correct". Not sure I fully understand what happened however
    CSS Simon wrote: To your other post: Lightroom uses ProPhoto RGB as its working space during editing, so in Develop Module the image displayed is in that colour space.  In Library Module, LR displays the previews which are stored in Adobe RGB, I believe.  This is true whatever the colour space of the image.  This is of no consequence to the user, as LR is colour managed, and  whatever working space is used internally is mapped to the monitor colour space by using the monitor profile.  Provided there is a correct monitor profile, that is. 
    Interesting. So if my monitor is not properly calibrated, it would be possible that the image in the library module could look different from the same image in the development module?  Good to know
    CSS Simon wrote:
    Colour management to an output device uses two profiles: the profile of the image (typically sRGB, Adobe RGB, ProPhoto RGB or usually another standard profile) and the profile of the output device (monitor or printer as appropriate).  The colour-managed program uses the two profiles to map the RGB data from the image colour space to the device colour space. 
    Is your monitor calibrated and profiled with a hardware colorimeter (Spyder, Display One, Color Munki etc)?  If not, colour displayed by different programs will not always be predictable (and will usually not be correct).  Even if it is calibrated and profiled, only colour-manged programs will display the right colour.  Programs that are NOT colour managed (or not properly managed) include Internet Explorer (even IE9), Chrome, most Windows components pre Windows 7 (in W7 the photo viewer is colour managed, the desktop and most other components aren't)... 
    Not calibrated as of now. Will fix it soon now that it seems that it is the reason behind my problem
    What you are saying is consistent with what I had read, and this is actually what confused me the most. Because I read that Firefox was color-managed, but the JPG looked the same in FF, IE, Irfanview and LR (JPG reimported before I clicked the "reset settings" button). So it looked to me like if color-managed (FF) and non-color managed (IE) software would display the JPG the same way, but yet my LR RAW image would look different. When Windows Image Viewer displayed the JPG the same way LR did for the RAW, this is where I got totally lost.

  • I brought a new ipad mini with retina. The color saturation is too low to me, especially the purple. My wife started to complain because the color is really different from iphone and ipad. Can user adjust that?

    I brought a new ipad mini with retina. The color saturation is too low to me, especially the purple. My wife started to complain because the color is really different from inphone and ipad. Can user adjust that?

    Other than a couple of minor adjustments, such as the one that Diavonex suggested above, there is nothing that a user can do in settings to adjust color. There is no way to calibrate the color like you can do with a computer monitor.

  • Songs on iPhone playlist completely different from playlist in iTunes

    I have a smart playlist "Most Played." It's pretty simple: Limited to 50 items selected by most often played. Works fine in iTunes, however the playlist on my phone contains 50 completely different songs in no order that I can make any sense of. In fact, they seem to be songs that I rarely listen to. I've tried altering the playlist, and even deleting the playlist and recreating it, but it still picks the same obscure 50 songs. Why would a playlist on the iPhone be different from the same playlist on iTunes?

    I have the exact same problem. My "Most often Played" playlist which appears fine in iTunes and fine when viewing the list in iTunes (but on my iPhone) when I disconnect from the computer this playlist is full of songs I have listened to a couple of times and basically don't care for. I've tried renaming the playlist thinking it had something to do with the 'M.O.P.' naming scheme. I've deleted the entire contents of the playlist and re-synced, but nothing seems to change these weird songs from appearing in my most often played list. I noticed this after the 3.1 update, but can't be completely sure when it started. This is annoying. My plain old iPod maintains the library much better than the iPhone iPod. Any suggestions? Seems like every time we want the iPhone to act like an iPod, we have to do a bunch of tricks to get it to sort of work. Personally I blame it on windows compatibility, the more compatible Apple makes their stuff with windows, the less reliable and kludgy their stuff gets. (Sorry didn't mean to blame Windows, just frustrated.)

  • [SOLVED]mplayer tab completion with *.divx files

    Hi,
    I have some *.divx files. mplayer plays them fine, but the tab completion in bash doesn't work. So I'll either have to type the filename or do something like vim <filename>, go back and write mplayer instead of vim. That's getting pretty annoying, so I hope someone can help me
    Last edited by rine (2008-09-17 00:02:47)

    I assume you use the bash_completition script.
    The easy way is to rename the file to the actual container (avi, mkv, mp4, wmv, whatever)
    The hard way is to patch bash_completition:
    you should add the extensions you like to line 5895: for example
    _filedir '@(mp?(e)g|MP?(E)G|wm[av]|WM[AV]|avi|AVI|asf|ASF|vob|VOB|bin|BIN|dat|DAT|vcd|VCD|ps|PS|pes|PES|fli|FLI|viv|VIV|rm?(j)|RM?(J)|ra?(m)|RA?(M)|yuv|YUV|mov|MOV|qt|QT|mp[34]|MP[34]|og[gm]|OG[GM]|wav|WAV|dump|DUMP|mkv|MKV|m4a|M4A|aac|AAC|m2v|M2V|dv|DV|rmvb|RMVB|mid|MID|ts|TS|3gp|mpc|MPC|flac|FLAC|divx)'

  • [solved] tab completion on bash alias

    Hello everybody,
    I got my install up and running .
    But now I am trying to improbe productivity by adding a simple command:
    cd %1 && ls
    I got it working by making it like this:
    cc () {
    cd $* && ls
    This works exactly as I want it. But it doesn`t have tab completion!
    Is it possible to enable this?
    (if I change the function name to cd it does have tab completion but it goes in an endless loop, learnt that the hard way)
    Last edited by gnur (2008-11-07 15:40:55)

    I think i should have been more clear.
    I meant the completion wasn't working for the folder names.
    So cc /ho<tab> won't give me home, it doesn't do anything at all.
    //edit: it seems that restarting X gave me they joy of it working.
    Last edited by gnur (2008-11-07 15:40:07)

  • File displaying different from Photoshop to Illustrator

    I have a simple chalkboard background I made in Photoshop and I'm importing into Illustrator. My issue is the file displays completely different from Photoshop to Illustrator. See image below.
    I've had this happen to other files but this one is so incredibly different, I can't understand what's happening and I can't manage the design with it being this different. Any ideas?
    Thanks in advance for your help!
    Rachel

    Thanks again Monika. I can't figure this out. The color management is all synchronized among all my Adobe applications. Yes the file is in layers and when I view the JPG in Photoshop, it looks as it should. It's only when I bring it into Illustrator does it look like that. I opened up a new Illustrator doc and placed the same JPG (as well as dragged the PSD file directly from the Photoshop window into Illustrator) and it looks better and more like it should. My other doc was a new doc too so I'm not sure what happened. At any rate, I can't explain what happened and I'm just hoping it doesn't happen again.
    Thanks for your help!

  • People I call see a number that is different from ...

    Hi,
    Friends of mine are telling me that they are seeing a phone number that is different from my number when I call them. This is a new development that started after my last payment. Why is this happening, and how can it be corrected?
    Cheers,
    Carl

    Your Skype number is displaying differently on your caller ID?
    I'm also having the same issue, for weeks now.
    Either it would say I'm calling from a private number, or a number completely diffferent than the phone number I'm paying for.
    Here's what you do to fix it:
    Step 1: Log into your Skype account here: https://secure.skype.com/account 
    Step 2: On the Call Phones tab, click the Caller identification link, then click select a pre-saved number (to change it back to normal, or enter a new number, i.e your own cell phone number to be displayed)
    Step 3: Choose your Online Number from the drop-down list and Save. Your Online Number is now set as your Caller ID.
    ^Problem solved.

Maybe you are looking for

  • ORA-04091 (table string.string is mutating) and Function-Based Index

    I've encountered a problem with DELETEing from a table when that table has a function-based index on it. The following demonstrates this: SQL> CREATE OR REPLACE FUNCTION get_employee_location(p_empno IN number)   2  RETURN varchar2   3  DETERMINISTIC

  • How to determine Component materials for PO line item Materials.

    Hello friends, I woluld like to know the table name for getting the component Materials of a Purchase Order line item material. There is a table called RESB, which is containing the component materials for the PO line item materials. But this table i

  • Problem wiht DataSink

    I m facing problem while creating datasink with statement Datasink ds = manager.createDatasink(DataSource, MediaLOC); Exception is handeled as com.sun.media.multiplexer.baseMux$baseMuxDatasink....... Its is failed to create datasink where all paramet

  • Recording Studio

    I am recording tracks on a Boss BR-900 CD.  I am wanting to use Garage band to edit those tracks for compression and correction.  Is it possible to load those tracks into Garage band after I output them to PC? Thank you heaps in advance. Musagogue.

  • Lost init.ora file

    hi on one of our database we have lost an init.ora file. is there a way to recover this file if one does not have a backup of this file regards kedar