Well, I screwed up. HAL, floppy icon, and mounting problems...halp?

Arch running Xfce here.
The other day I tried to mount an external hard drive by just plugging it in.  It wouldn't work (obviously), so I Googled a solution and used it.  Problem is, now I can't remember what I did, and I'm having problems.  I think I may have messed with some conf files...
First, the floppy icon on my desktop won't go away unless I tweak a setting that would also stop external hard drives from appearing on the desktop (which I would like to keep).
Second, when I plug in my external hard drive, it no longer appears.
Third, HAL won't start.
I know that's not much to work with, but where can I start trying to figure out what went wrong and how to fix it?

Ok, managed to reinstall HAL, but I still can't access my hard drive.  I had a new error when trying to open the external hard drive by double-clicking the desktop icon: "org.freedesktop.hal.storage.mount-removable no <-- (action, result)."  I managed to get rid of that error by following the advice here: http://bbs.archlinux.org/viewtopic.php? … 05#p506905 and here: http://bbs.archlinux.org/viewtopic.php? … 38#p585338.  Now when I try to access the drive I get a permission denied error.  Trying to change the permissions so that my user account can access the drive (with chmod or sudo thunar) results in the error "Operation not supported" for every single file on the drive.  What am I missing?
/etc/dbus-1/system.d/hal.conf
<!DOCTYPE busconfig PUBLIC
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<!-- This configuration file specifies the required security policies
for the HAL to work. -->
<!-- Only root or user hal can own the HAL service -->
<policy user="hal">
<allow own="org.freedesktop.Hal"/>
</policy>
<policy user="root">
<allow own="org.freedesktop.Hal"/>
</policy>
<!-- Allow anyone to invoke methods on the Manager and Device interfaces -->
<policy context="default">
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.DBus.Introspectable"/>
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.DBus.Properties" />
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.Hal.Device"/>
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.Hal.Manager"/>
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.Hal.Device.CPUFreq"/>
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.Hal.Device.DockStation"/>
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.Hal.Device.KillSwitch"/>
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.Hal.Device.KeyboardBacklight"/>
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.Hal.Device.LaptopPanel"/>
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.Hal.Device.Leds"/>
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.Hal.Device.LightSensor"/>
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.Hal.Device.Storage"/>
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.Hal.Device.Storage.Removable"/>
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.Hal.Device.SystemPowerManagement"/>
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.Hal.Device.Volume"/>
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/>
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.Hal.Device.WakeOnLan"/>
</policy>
<policy group="power">
<allow send_interface="org.freedesktop.Hal.Device.SystemPowerManagement"/>
<allow send_interface="org.freedesktop.Hal.Device.LaptopPanel"/>
</policy>
<policy group="storage">
<allow send_interface="org.freedesktop.Hal.Device.Volume"/>
<allow send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/>
</policy>
</busconfig>
/etc/PolicyKit/PolicyKit.conf
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
<!DOCTYPE pkconfig PUBLIC "-//freedesktop//DTD PolicyKit Configuration 1.0//EN"
"http://hal.freedesktop.org/releases/PolicyKit/1.0/config.dtd">
<!-- See the manual page PolicyKit.conf(5) for file format -->
<config version="0.1">
<match action="org.freedesktop.hal.storage.mount-removable">
<match user="root">
<return result="yes"/>
</match>
<match user="harris">
<return result="yes"/>
</match>
</match>
<match action="org.freedesktop.hal.storage.mount-fixed">
<match user="root">
<return result="yes"/>
</match>
<match user="harris">
<return result="yes"/>
</match>
</match>
</config>
/usr/share/PolicyKit/policy/org.freedesktop.hal.storage.policy
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE policyconfig PUBLIC
"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
"http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
<!--
Policy definitions for HAL's drives/media mechanims.
Copyright (c) 2007 David Zeuthen <[email protected]>
HAL is licensed to you under your choice of the the Academic Free
License Version 2.1, or the GNU General Public License version 2. Some
individual source files may be under the GPL only. See COPYING for
details.
-->
<policyconfig>
<action id="org.freedesktop.hal.storage.mount-fixed">
<description>Mount file systems from internal drives.</description>
<message>System policy prevents mounting internal media</message>
<defaults>
<allow_inactive>no</allow_inactive>
<allow_active>auth_admin_keep_always</allow_active>
</defaults>
</action>
<action id="org.freedesktop.hal.storage.mount-removable">
<description>Mount file systems from removable drives.</description>
<message>System policy prevents mounting removable media</message>
<defaults>
<allow_inactive>yes</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
</action>
<action id="org.freedesktop.hal.storage.unmount-others">
<description>Unmount file systems mounted by other users.</description>
<message>System policy prevents unmounting media mounted by other users</message>
<defaults>
<allow_inactive>no</allow_inactive>
<allow_active>auth_admin_keep_always</allow_active>
</defaults>
</action>
<action id="org.freedesktop.hal.storage.eject">
<description>Eject removable media.</description>
<message>System policy prevents ejecting removable media</message>
<defaults>
<allow_inactive>no</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
</action>
<action id="org.freedesktop.hal.storage.crypto-setup-fixed">
<description>Set up decryption for encrypted fixed storage devices.</description>
<message>System policy prevents accessing encrypted fixed media</message>
<defaults>
<allow_inactive>no</allow_inactive>
<allow_active>auth_admin_keep_always</allow_active>
</defaults>
</action>
<action id="org.freedesktop.hal.storage.crypto-setup-removable">
<description>Set up decryption for encrypted removable storage devices.</description>
<message>System policy prevents accessing encrypted removable media</message>
<defaults>
<allow_inactive>no</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
</action>
</policyconfig>
/etc/fstab
# /etc/fstab: static file system information
# <file system> <dir> <type> <options> <dump> <pass>
none /dev/pts devpts defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/cdrom /media/cd auto ro,user,noauto,unhide 0 0
/dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
/dev/fd0 /media/fl auto user,noauto 0 0
UUID=5dfdafa0-1268-4b5a-9901-0714929f8674 /boot ext2 defaults 0 1
UUID=cd8aac23-3f80-4320-afb6-3685c95ea357 / ext4 defaults 0 1
UUID=dc8c641e-82d5-405d-8240-a3382c0176cb swap swap defaults 0 0
UUID=f5546047-5431-4992-90bf-317251e4e8ad /home ext4 defaults 0 1

Similar Messages

  • [solved] Shutdown and Mount problems

    Hello Arch-community
    I did a fresh webinstallation with xfce.
    Everybody seems to be running fine, expect this rights problem with shutdown/reboot and mounting CDs and other partitions.
    This is my ~/.xinitrc:
    exec ck-launch-session dbus-launch startxfce4
    The daemons look like this:
    DAEMONS=(syslog-ng !network netfs crond dbus hal networkmanager)
    My user is in the following groups:
    lp wheel games network video audio storage scanner power
    I also added the code from the HALs-wikipage to /etc/PolicyKit/PolicyKit.conf - However the folder didn´t even exist and I had to create that file.
    And I can´t seem to find any other solutions =/
    I hope you can help me...
    Last edited by TheBigMole (2011-03-20 02:47:35)

    stqn wrote:Maybe you are using the /etc/inittab method for autologin?
    No, I was using the ~/.bash_profile method. I tried commenting it out and starting xfce manually after login with the same problem.
    However, while rereading the wikiarticle I decided to use slim, which solved my problems.
    Thank you for yor help, everyone!

  • Coping iso file and mounting problem

    Hi
    I am using Windows 8.1 Update Enterprise 64 bit and Windows ADK.
    I noticed that, if I select the "Environment of the deployment tools and creations images" and I click on the "Run as Administrator" item of his Pop-Up menu and I mount on a iso image of windows 8.1 Update, when I run the command
    robocopy <Drive_Letter>:\"<Windows_Files_Path>" /e
    to copy all its files in a directory and the command
    dism /Mount-Image /ImageFile:"<Windows_Files_Path>"\install.wim /Index:<Image_Index> /MountDir:"<Mount_Directory_Path>"
    to mount an image volume, this error appears:
    Error: 0xc1510111
    Not have permission to mount and modify this image.
    However, if I copy these files through the "file explorer" window, the mounting of this volume image is working properly. How come?
    Thanks
    Bye
    Balubeto

    I am unable to reproduce the issue above:
    E:\>dism /mount-image /imagefile:e:\release\Captures.001\Win2008R2Sp1.wim /index:1 /mountdir:c:\mount
    Deployment Image Servicing and Management tool
    Version: 6.3.9600.17031
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    E:\>robocopy e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT e:\mount\test zti*.log /njh /ndl
    100% New File 226728 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIApplications.log
    100% New File 1228 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIApplyGPOPack.log
    100% New File 10283 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIAppVerify.log
    100% New File 29169 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIBackup.log
    100% New File 2101 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIBDE.log
    100% New File 36103 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIConfigure.log
    100% New File 34934 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIDiskpart.log
    100% New File 1027 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIDomainJoin.log
    100% New File 41428 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIDrivers.log
    100% New File 93591 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIGather.log
    100% New File 2619 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIGroups.log
    100% New File 2898 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTINextPhase.log
    100% New File 3875 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIOSRole.log
    100% New File 740 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIOSRolePS.log
    100% New File 2350 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIPatches.log
    100% New File 4180 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ztiRunCommandHidden.log
    100% New File 1215 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTITatoo.log
    100% New File 1855 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIValidate.log
    100% New File 190933 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIWindowsUpdate.log
    100% New File 1436 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIWinRE.log
    100% New File 40631 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIYellowBang.log
    Total Copied Skipped Mismatch FAILED Extras
    Dirs : 1 0 0 0 0 0
    Files : 21 21 0 0 0 0
    Bytes : 712.2 k 712.2 k 0 0 0 0
    Times : 0:00:00 0:00:00 0:00:00 0:00:00
    Speed : 5209457 Bytes/sec.
    Speed : 298.087 MegaBytes/min.
    Ended : Tuesday, September 23, 2014 11:13:46 AM
    E:\>dism /unmount-wim /mountdir:c:\mount /commit
    Deployment Image Servicing and Management tool
    Version: 6.3.9600.17031
    Image File : e:\release\Captures.001\Win2008R2Sp1.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    Additionally I can see that the original question asked was copied from this post 2 years ago:
    http://www.eightforums.com/installation-setup/54246-coping-iso-file-mounting-problem.html
    is this really your problem?
    Really, this is not a MDT related question. perhaps a general Windows Setup forum would be a better place to ask this question.
    Keith Garner - Principal Consultant [owner] -
    http://DeploymentLive.com

  • TS3297 I have an iPhone 4S - software up to date, operating under IOS7 -- all is well except suddenly I am not able to connect to the iTunes store. Tap the icon and immediately it returns to the home screen

    I have an iPhone 4S - software up to date on all counts, operating under IOS7.  I cannot open iTunes store.  Tap on the icon and it immediately flashes
    back to its home screen.   I have  no problem on my iMac or my iPad 4 -- just the iPhone 4S.

    Sounds like the device was dropped at some point and damaged as a result.
    Take it to Apple for evaluation and a replacement.

  • HT6058 During the installation of the ios 7.0.4 update my screen froze with the iTunes icon and arrow under that and a picture of the usb plug under that.  Thanks for messing up my perfectly well functioning IPad 2 with your lousy update!  What now?

    During the ios 7.0.4 update, my IPad 2 froze.  The picture on the screen is an iTunes icon, and arrow inder that and a picture of the apple usb cord.  It will not go away.  I have tried hard and soft turn offs.  Please help!

    Philly:
      When there is an iOS update available, iTunes asks if you want to install it. I chose to only download the iOS 7.0.6 update, but not to install it until I had done a backup of everything on my iPad. When that iOS 7.0.6 update failed, I had NO iOS at all, just a bricked iPad.
    When my son did a "clean restore" that was the same thing you'd do to wipe an iPad - just install iOS 7.0.6 and install basic iPad apps.  When you turn the iPad on after that, it indicates it wants to be connected to iTunes. At that point, my son yanked the cord so nothing else was installed.  Then, with iOS 7.0.6 already installed, iTunes on my PC didn't say it wanted to update iOS, and allowed me to choose my previous backup to be restored. All was straightforward after that.
    Again, there are places on he web where you can download various versions of iOS, along with a PC utility that will do the iOS update. I think these utilities are for when you want to hack your device, so I'm not crazy about this approach.

  • Photoshop CC icons and text are too small: how to adjust so they're readable? [was: Joanne]

    I have just downloaded Creative Cloud on a new computer.  The new photoshop icons and text are too small for me to see or work with.  I cannot seem to adjust this so its "useable"

    Hey Bob,
    Ive put feature requests for this in before and I know many others have as well. Is there any way to see if Adobe is actually working on this? I dont really consider this a feature request, it should be standard with the software. A feature request would be something like creative cloud libraries, not the ability to make font sizes and icons bigger.

  • When I turn on my iMac it comes up with the icon which I then log into. The password works and I then get the apple icon and the spinning wheel. After a minute it turns into a prohibited icon. If I log on the guest icon I get to Safari. Help!

    When I turn on my iMac it comes up with the login icons which I then choose and log into. The password works and I then get the apple icon and the spinning wheel. After about a minute the Apple icon turns into a prohibited icon. However, if I log in under the guest icon, I can access the wifi and get to Safari. I really don't know what to do next. Any help would be gratefully appreciated.

    Are you running any A-V? If it's an iMac 21.5, I don't think you're running Leopard, 10.5. Probably at least Snow Leopard, 10.6. This is the Leopard forum.
    This article says meant for 10.3.9 and eariler, but contains some still useful suggestions.
    http://support.apple.com/kb/TS1411
    Try a Safe Boot. Shift at the startup chime and expect a much longer time to boot. This will bring you to a login screen with "Safe Boot" in red.
    Look at this as well.
    http://support.apple.com/kb/TS1417

  • Date/time icon and other movable icons on menu bar cannot be loaded on startup,but it works if manually loaded

    Strange things happened since my mbp 13' (MD-101) was upgraded to 10.8.4 ----------- time icon, battery icon,and language icon (these icons can be moved when held Command key and drag) cannot be loaded on startup, but they still can be loaded when you get into System Preferences and manually  turn them on, as well as iStat Menus
    However, some other icons didn't bother, things like BetterTouchTool, NewsBar. They are immovable!! I guess it is the key factor that the icon is movable or not making the difference.
    Someone please lend me a helping hand?
    I've attached some pictures in order to make my situation easier to be understood.
    these icons can't be loaded on my loggin in.
    but they can be loaded manually
    however, these icons will be loaded on startup
    I've almost despaired to resolve it . Thanks for your help!

    I have a similar issue. When the computer goes into "Hibernate" mode -- that is, it loses power while sleeping and it writes the contents of it's memory to disk in order to boot into that exact configuration when woken up -- many of my icons when Apple-Tab'ing to another application appear as static. They look like a slightly colorized version of the "static snow" you see when tuning into a station that doesn't exist on a UHF antenna television. Also, icons in Chrome such as web sites "favorite icons" or favicon.ico (the icons that appear in the URL bar and bookmarks) will be scrambled in the same fashion , at first , until the actual icon is loaded.
    Between this, my menu bar and finder icons not displaying, and being unable to boot into safe mode, I'm getting quite ******. I have no idea what the **** is going on with my Macbook Pro. The issue of the scrambled icons actually existed prior to installing an SSD and doing a fresh install of Mountain Lion. I may end up throwing in the towl and re-installing the operating system but I'm sure SOMETHING will happen. It seems the latest update, 10.8.2, is absolute garbage.
    What the ****, Apple? And I really don't want to take the computer to the morons at the Apple Store. They are not "geniuses" by any measure.

  • When I download firefox, using recommended setting, or my own, all the sub files/folders like plugins, modules, updater end up on the desktop as well as in the file location. And when I try to put them into the file location, they don't. And when I delete

    When I download firefox, using recommended setting, or my own, all the sub files/folders like plugins, modules, updater end up on the desktop as well as in the file location. And when I try to put them into the file location, they don't. And when I delete them, FireFox won't open. I tried deleting FireFox and reinstalling it multiple times, and a message pops up sometimes that says FireFox may not have installed correctly, so I follow the steps, but all the extra icons on my desktop don't go away. This has happened every time I have downloaded FireFox. The browser itself works, but I need to know how to get rid of these icons, but still be able to use FireFox. This is on a new computer, with Windows 7.
    == I downloaded FireFox. ==
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6

    Managed to solve this myself. Just went to properties > hidden.

  • MacBook pro will not boot. I get the gray screen, an apple icon and spinning wheel. Tried to start in safe mode but get the same screen. The only thing different was that I loaded the zedge sync app yesterday. Now getting this problem.

    Macbook pro will not boot. I get the gray screen, an apple icon and spinning wheel. I tried to start in safe mode, but get this same screen. The only thing different is that I added the zedge update app to do a sync for adding ringtones to my apple cell phone. How can I get a good boot. I am fairly new to apple computer.

    Reset PRAM: http://support.apple.com/kb/PH4405 and then try a normal boot.
    Run the Startup Manager to select Startup disk:  http://support.apple.com/kb/HT1310
    If those did not work your disk may be sick or dying.  The top priority at this point is to make a backup copy of your data.
    Check the health of the disk.  Boot in Recovery Mode (Boot, Command-R).  Run Disk Utility.  Click on the upper left disk icon.  Does the S.M.A.R.T. status say “Verified”?  If not the disk/SSD is unhealthy and needs to be replaced.  Even if it does not show “Verified” you can still attempt a backup. 
    Click on the icon indented below, usually called “Macintosh HD” and Verify Disk.  If it finishes with a green “OK” message then all is well with the disk.  If it shows errors in red then you have found a problem to address once the system is backed up.  Do not attempt software repairs until you have secured the data.
    If the disk will not show up at all in Disk Utility as your ran the tests above then it may be dead or it may have a bad internal SATA cable.  A trip to an Apple store for confirmation would be in order.
    If you have an external disk drive you can use as a backup drive then do so.  If not Google “Hitachi USB 3.0 external hard drive 1TB” to purchase one or go to a brick-and-mortar store (including an Apple store) to pickup one.  Any 1 TB external drive will do.
    Assuming it is still breathing you can try to recover the data without booting from the sick disk. 
    Reformat the external disk.  (This will erase all data on the external disk.)
    Boot in Recovery Mode.  Start Disk Utility.  Plug in the new disk.  Select it’s disk Icon (the second one down, left justified). Select the Partition tab.
    Partition Layout > Single Partition
    Name: Emergency Recovery 1 (or whatever name you wish to use)
    Format: Mac OS Extended (journaled)
    Options… > GUID Partition Table > OK
    Apply
    Select the Restore tab.
    Drag the old system volume (Macintosh HD) to Source.
    Drag the new disk volume (Emergency Recovery 1) to Destination.
    Click on Restore.
    It may take a long time for the backup.
    If that will not complete post back for other emergency data recovery methods, including those from a brody.
    If the backup succeeds, use the First Aid tab in Disk Utility to select the old volume (Macintosh HD) and Repair Disk.  If it does not finish with a green OK message try to repair it once or twice more.  If it repairs with a green OK message, will it boot normally?  If not, boot from the Recovery Partition and reinstall OS X.
    If it is still not healthy, post back for further instructions.

  • I just plugged my iphone in to download some pix to my computer and my phone is now showing a plug with the itunes icon and its telling me I have to restore my phone and will lose all my data. *** is going on and how can I go back?

    i just plugged my iphone in to download some pix to my computer and my phone is now showing a plug with the itunes icon and its telling me I have to restore my phone and will lose all my data. *** is going on and how can I go back?

    "I have logged in to my itunes account on a different computer and none of my purchased music is showing up."
    Correct.  it does not magially appear in other places.  It will only be where you put it.
    "I also have plugged my iphone in to get updates but it says I will lose all media and apps if I don't update on the computer where  I sync everything. "
    Correct as well.  Iphone will sync with one computer at a time.  Syncing to another will erase the current content.
    You need to copy everything ( itunes library/contacts/pics/calendars/files/docs) from the old computer, or your backup copy of the old one, to the new one.

  • Not showing image in basic copy gif image icon and place on html page

    Trying to do a basic copy gif image icon and place it on a basic html page.
    The image shows up in my local page and shows on remote side but when I go to view in browser it does not show as a image. It shows the border but no image.
    The directions were (working with windows xp and IE8)
    Download the image to your C:\temp folder.
    4. Copy the gif file from your C:\temp folder and paste it in the same folder where your .html or .asp file is.
    I copied the image with right click save as in many different areas of computer. I even put on desktop.
    I add image and it shows on the site I am working in but when putting to remote side it does not view as an image on the browser.
    I have cleared cashe as well as pressed cntrl/refresh and still nothing.
    Other images work and show.
    on-line-vacations.com
    Thanks!

    Basic assumptions:
    You have Defined a site.
    All files reside within the defined site (including image files)
    All files use the appropriate file extensions, for example, image.gif
    You have saved and uploaded all site files to your server.
    You are EXACTLY naming the source image (no errant capital letters) in the link.
    If your other images are linking properly and showing, delete this image and insert it again (or re-link it to the image file within your site structure).
    Z

  • Changing background color in 'options'-content- colors hides icons and buttons at various sites

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [[/questions/895755]]</blockquote>
    This has been an ongoing fault through the versions of Firefox. A work around I discovered is to check- 'allow pages to choose own colors' then use no squint to color and then icons and buttons remain visible. This method is not an acceptable procedure and leaves the fields white. And also, a very annoying white flash when transitioning to another page.
    If you are one of the elite group of artists that strive for zero eye strain and love the beauty of a black background with light colored text and are mystified as to how to cure the problem here it is. Be sure to contact bugzilla.mozilla.org and report this bug.

    If you disable website colors and want to show your own colors then background images are hidden as well.<br />
    So buttons that use a background image aren't clearly visible anymore.<br />
    That setting is meant as an accessibility feature and as you've noticed, NoSquint works better as it uses a different way to achieve this.

  • Error while modifying icon and name in the subpalette

    Hi.... I have made three subVIs and want to distribute as LabVIEW library.
    I made a llb file and added all three sbVIs in that. And put it in user.lib. In all three dll there are Call Library Function means I have one dll. I have put this DLL in the use.lib folder.
    Problem:
    The icon and name of my application in the LabVIEW "User Libraries" pallete are default. I want it to set automatically set to my desire icon for that subpallete and desire name as well. How can I do that?
    I am using LabVIEW 6i. I tried to change the icon and name. And I tried according to following link and in the third step it says
    "Right-click an icon in the custom view and remove the checkmark next to Synchronize with Directory in the shortcut menu."
    But that option is greyed out, how can I remove checkmark against that.
    http://digital.ni.com/public.nsf/3efedde43...enDocument#rank
    I also tried to rename readonly.txt file in default folder in menu folder. I tried to add in default folder but it does not sucess. It is always giving error that please check the read only attribute.
    One Dll is used in all three subVIs. When I set relative path ".\MY_DLL.dll" in the configuration of Call Library Function then it is chaging it to absolute path automatically.
    I want it relative so that when user put my_llb.llb file and my_dll.dll file into user.lib folder then it will automatically take that dll instead of searching for that DLL in the nearest location. What should I do?
    Do I require to buy Application Builder for that-specially for setting my own icon & name for "subPallete" of my library.
    Thanks in advance......

    Hi,
    Here are step-by-step instructions on how
    to insert a custom sub-palette in the Instrument Drivers or User
    Libraries palettes in LabVIEW 6.0 and above.
    Save one of the VIs required for the instrument driver as a library (*.llb):
    Select File»Save or Save As to display the Name the VI dialog box.
    Click the New VI Library button to display the New VI Library dialog box.
    Enter the name of the new library and click the VI Library button.
    LabVIEW automatically adds a .llb extension to the name of the library.
    The Name the VI dialog box reappears. Enter the name of your VI to save it in the new library.
    Close LabVIEW.
    Browse to the directory where LabVIEW is installed and open the
    "instr.lib" folder to insert a new menu into the Instrument Drivers
    palette (or the user.lib for the User Libraries palette). Create a new
    folder and name it appropriately. Copy the .llb file into that new
    folder.
    Open LabVIEW and open a new VI. Pin down the
    palette by right clicking and clicking on the push-pin on the upper
    left hand corner so that the palette is fixed on the screen. Then click
    on the Options button on the toolbar at the top.
    Select
    the "Edit Palettes..." button. Navigate to the Instrument Drivers
    palette and right click on the icon with the name of the folder that
    you created. Select "Delete Submenu".
    Right click on an open area on the palette and select Insert»Submenu.
    When prompted, select "Create a new menu file (.mnu)". Save this in the
    folder that you created in step __. (Remember to type the .mnu file
    extension on your file name) Typically this mnu file is named dir.mnu.
    When prompted, enter the name for the submenu, and select ok.
    Open the new submenu. Now you can insert VIs (by right clicking in the empty space and going to Insert»VI
    and selecting it from the .llb file) or additional submenus as you
    desire. When creating new submenus, it is recommended to create a new
    .mnu file for each submenu and save it in the folder you created.
    Next you can edit the icons for the submenus by right clicking and selecting Edit Submenu Icon.
    When you are finished, select "Save Changes" from the "Edit Controls and Palettes" dialog box.
    To port the new menu in the Instrument Drivers palette onto another
    computer with LabVIEW, just copy the folder (and its contents) that you
    created and paste it into the instr.lib folder. When LabVIEW is loaded
    it will see the new folder and load the menus.
    Note:
    If you save the changes and return to add more submenus you may receive
    an error instructing you to check the read-only properties. To fix
    this, begin the editing process. Then right click on the menu that you
    created in the Instrument Drivers palette and select "Synchronize with
    Directory" so that the check mark beside it disappears. This will allow
    you to save your changes. For more information on this see the related
    link below.
    I hope this helps,
    Regards,
    Nadim
    Applications Engineering
    National Instruments

  • After Installing Premiere CC Update Icons and Worksurface became too big and cannot be change in small

    Hi, ich have installed the new Cloud Update of Premiere Pro CC today. Well, I canot understand, why all Icons are too big now and I cannot make them smaller. If someone knows what I am talkig about, please help. Thanks

    Hi Mark.
    I have the same problem, but it works when i set the windows settings for the font and icons to 100% instead of 125% (standard) which is not optimal.
    Do you have an other solution?
    My specs are:
    Windows 8.1 laptop X4578 15,6'' gaming bærbar | MM Vision
    1920x1080 screen
    Intel Core I7-4710MQ
    Nvidia Geforce GTX 870M with geforce 344.11 driver (the latest)

Maybe you are looking for

  • Unable to call taskflow from .jsff page

    Hi All, I have a taskflow with .jsff pages. When i am trying to call that taskflow from a .jsff page it is throwing the below exception. Needed the sloution ASAP. The taskflow call is as below: <af:popup id="servicesPopup" childCreation="deferred" co

  • There is no item number field available in non catalog request screen

    Hi, I need help in understanding how the Contract purchase agreement works with i-procurement. 1. created contract purchase agreement 2. Setup the item 3. Setup the price list for the item 4. Setup the ASL for the item and referenced the CPA number i

  • Preview slow & Adjust Size greyed out

    Preview has started running slow and I can't adjust the size of a jpeg file - Adjust Size is greyed out. I'm running OS10.9.1 on a MacBook Air.  Never had this before.  Any ideas please?

  • Bonjour can't find wi-fi cameras

    Took my computer devices and computer completely apart and moved them to paint walls. When I hooked everything up Bonjour can't find wi-fi cameras.

  • Adobe Lightroom 3.3 BSOD

    Hey guys, About two weeks ago I installed the trial version of Adobe Photoshop Lightroom 3.3. I am loving it to death and am considering purchasing the program, although there is a major issue that is standing in my way. Since I installed, I have pro