[SOLVED] SLiM background no longer persists with Openbox

Hello,
I've been using SLiM and Openbox in conjunction for a while now, and one of the features I really liked was how, after logging in, the slim theme would become the Openbox desktop background.
(I didn't set up any configuration file to do this. It happens by default, and as far as I know it might be a bug.)
Recently, I decided to try out some other login managers. Eventually, I decided to return to using SLiM.
Now, however, after logging in, Openbox blanks the screen, replacing the SLiM theme with the default grey background.
I don't know if one of the other login managers modified some configuration files, or if something completely different is happening.
In short, I have two questions:
Has anyone else experienced this behaviour between SLiM and Openbox? If so, can anyone confirm whether or not the persistent background is a bug or intentional?
What files cause Openbox to blank the screen on startup? How could I disable this?
Thanks in advance for your help/input, everyone.
Last edited by Dekusola (2014-08-05 20:49:08)

I'm pretty sure this behavior is a bug. I use SLIM and if you don't set the background after you log in, the SLIM background will persist including any prompts that might pop up (try pressing F1 to bring up the WM selection prompt and then log in to see what I mean).
I use hsetroot from the AUR with Openbox to set the background at start up by putting it in ~/.config/openbox/autostart.
There are also other similiar programs you can use to set the background with openbox like nitrogen, feh, to name a few. Take your pick.
Here is the relevant section from the openbox wiki page https://wiki.archlinux.org/index.php/Op … d_programs

Similar Messages

  • [SOLVED] Slim not logging me in into openbox

    Right. Since my Arch Xfce system crashed on me, I decided to reinstall, this time with openbox.
    The problem is that after I have configured ~/.xinitrc and X, and Slim seems to be configured too, when I rebooted, logging in through slim only put me back to slim, for some reason. What should I do? I cannot log in through slim at all now.
    Last edited by Firepower (2010-01-18 08:00:51)

    Also, to get a clue you can use something like this to catch the error messages:
    exec ck-launch-session openbox-session 2> ~/.xsession_errors
    After your X session aborts and puts you back in the Slim login screen, drop to VT1 and check your ~/.xsession_errors file.
    Last edited by hw-tph (2010-01-17 11:50:03)

  • [SOLVED] Slim not starting Openbox

    Hi :)
    I've run a search through this forum and all, and I can't seem to solve my problem...
    I've installed Arch on VirtualBox (so that I can try it out) and I installed Slim and Openbox.
    The problem is that when I log in, the screen flickers, and Slim comes back up, as if openbox wasn't executed at all
    Any of you guys has this setup? (slim and ob)
    If so, please tell me how you configured it...
    Thanks in advance
    Last edited by pedro-kun (2007-08-05 18:09:56)

    Here it is:
    # Path, X server and arguments (if needed)
    # Note: -xauth $authfile is automatically appended
    default_path ./:/bin:/usr/bin:/usr/local/bin:/usr/bin
    default_xserver /usr/bin/X
    xserver_arguments -nolisten tcp vt07
    # Commands for halt, login, etc.
    halt_cmd /sbin/shutdown -h now
    reboot_cmd /sbin/shutdown -r now
    console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
    #suspend_cmd /usr/sbin/suspend
    # Full path to the xauth binary
    xauth_path /usr/bin/xauth
    # Xauth file for server
    authfile /var/run/slim.auth
    # Activate numlock when slim starts. Valid values: on|off
    # numlock on
    # Hide the mouse cursor (note: does not work with some WMs).
    # Valid values: true|false
    # hidecursor false
    # This command is executed after a succesful login.
    # you can place the %session and %theme variables
    # to handle launching of specific commands in .xinitrc
    # depending of chosen session and slim theme
    # NOTE: if your system does not have bash you need
    # to adjust the command according to your preferred shell,
    # i.e. for freebsd use:
    # login_cmd exec /bin/sh - ~/.xinitrc %session
    login_cmd exec /bin/bash -login ~/.xinitrc
    # Commands executed when starting and exiting a session.
    # They can be used for registering a X11 session with
    # sessreg. You can use the %user variable
    # sessionstart_cmd some command
    # sessionstop_cmd some command
    # Start in daemon mode. Valid values: yes | no
    # Note that this can overridden by the command line
    # option "-d"
    # daemon yes
    # Available sessions (first one is the default).
    # The current chosen session name is replaced in the login_cmd
    # above, so your login command can handle different sessions.
    # see the xinitrc.sample file shipped with slim sources
    # sessions xfce4,icewm,wmaker,blackbox
    # Executed when pressing F11 (requires imagemagick)
    screenshot_cmd import -window root /slim.png
    # welcome message. Available variables: %host, %domain
    welcome_msg Welcome to %host
    # shutdown / reboot messages
    shutdown_msg The system is halting...
    reboot_msg The system is rebooting...
    # default user, leave blank or remove this line
    # for avoid pre-loading the username.
    #default_user pedro
    # current theme, use comma separated list to specify a set to
    # randomly choose from
    current_theme default
    # Lock file
    lockfile /var/lock/slim.lock
    # Log file
    logfile /var/log/slim.log
    i got rid of the %session bit, and the sessions, because i'm gonna use only openbox. Either way, i don't think doing that has anything to do with the problem, because i think i tried it with the default slim.conf and it didn't work anyway.

  • [SOLVED] Autostarted programs not exiting on logout with openbox

    Hi,
    I'm pretty sure I'm just overlooking something obvious, but I simply can't find a solution to the following basic problem. I'm using a simple openbox session started from xdm (also tried lightdm with the same results). In case of xdm, I'm using a .xsession file to start openbox like this:
    exec dbus-launch --exit-with-session openbox-session
    In case of lightdm, it also works without a .xsession or .xinitrc file.
    I'm using "~/.config/openbox/autostart" to start some tools upon login. Until now, I have only started programs which exit right away which worked fine. But now I'd like to use autostart to start a (non-X11) program which should continue to run until I log out. For testing this, I used a simple infinite loop script, let's call it "loop.sh". When I start loop.sh in autostart using "loop.sh &", this script continues to run even if I log out of openbox using the openbox menu. In fact, if I log out and log in multiple times, multiple instances will keep running forever. When I start loop.sh simply using "loop.sh", also the parent processes, namely "/bin/sh /usr/lib/openbox/openbox-autostart OPENBOX" and "sh /home/ochi/.config/openbox/autostart" continue to run.
    What is the correct way to have all processes spawned during the X session killed upon logout?
    For reference, this is the loop script I use:
    #!/bin/bash
    while true; do
    # If you like, you can also play a sound for feedback.
    #paplay /usr/share/sounds/freedesktop/stereo/complete.oga &
    sleep 1
    done
    Update: Using gdm seems to "fix" the problem, i.e. all programs started by the autostart script seem to get killed correctly. However, gdm pulls a LOT of dependencies I don't want to have. I wonder what gdm does differently...
    Last edited by Ochi (2015-04-18 23:38:21)

    I continued to study this subject, and here is what I found at this time.
    First I precise again that I use openbox launched by startx at login in tty.
    When I exit openbox, I return to a -bash prompt, and I then can log out of tty.
    After logging in into openbox, I have:
    └─user.slice
    └─user-1000.slice
    ├─[email protected]
    │ ├─1421 /usr/lib/systemd/systemd --user
    │ └─1422 (sd-pam)
    └─session-c1.scope
    ├─1414 login -- berbae
    ├─1425 -bash
    ├─1432 /bin/sh /usr/bin/startx
    ├─1454 xinit /home/berbae/.xinitrc -- /etc/X11/xinit/xserverrc :0 vt1 -auth /tmp/serverauth.xxxxxxxxxx
    ├─1455 /usr/lib/xorg-server/Xorg -nolisten tcp :0 vt1 -auth /tmp/serverauth.xxxxxxxxxx
    ├─1459 /usr/bin/openbox --startup /usr/lib/openbox/openbox-autostart OPENBOX
    ├─1464 dbus-launch --sh-syntax --exit-with-session
    ├─1465 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
    etc...
    When I exit openbox, without logging out, I have:
    └─user.slice
    └─user-1000.slice
    ├─[email protected]
    │ ├─1421 /usr/lib/systemd/systemd --user
    │ └─1422 (sd-pam)
    └─session-c1.scope
    ├─1414 login -- berbae
    └─1425 -bash
    If I ran something in background from konsole, when in openbox, this is not killed:
    └─user.slice
    └─user-1000.slice
    ├─[email protected]
    │ ├─1421 /usr/lib/systemd/systemd --user
    │ └─1422 (sd-pam)
    └─session-c1.scope
    ├─1414 login -- berbae
    ├─1425 -bash
    ├─1296 /bin/bash /home/berbae/bin/loop.sh
    └─1338 sleep 60
    If I log out, the process is still not killed!
    └─user.slice
    ├─user-1000.slice
    │ ├─[email protected]
    │ │ ├─517 /usr/lib/systemd/systemd --user
    │ │ └─519 (sd-pam)
    │ └─session-c1.scope
    │ ├─1296 /bin/bash /home/berbae/bin/loop.sh
    │ └─1338 sleep 60
    As seen the '[email protected]' with the 'systemd --user' process is not ended too, even after logging out.
    Edit: This is due to the session c1 still active; see next post.
    I don't know if this is intentional, maybe it is a feature.
    Now I found and propose a way to change this apparently default behavior, if it is not wanted.
    First to end the 'systemd --user' process at logout, it is easy; just run:
    $ systemctl --user enable exit.target
    Edit: This is useless, sorry; see next post
    Then to run a process in background, which should end when logging out, just launch it like this:
    $ systemd-run --user loop.sh
    This will launch the command 'loop.sh' as a service in the 'systemd --user' manager, instead of the 'session-c1.scope';
    and it will be ended at logout, because the manager is now ended at logout, with the normal end of the manager.
    Edit: see next post
    I will continue studying this matter, to see if something else interesting can be found.
    Edit: See the 'Edit:' lines above for the modifications, before the explanations in the next post.
    Last edited by berbae (2015-04-16 14:38:35)

  • [SOLVED] Screenlets with Openbox

    I have looked at 2 post on these forums and no responses were made. Just wanted to check if ATM anyone has managed to run screenlets (http://www.screenlets.org/index.php/Home) with Openbox without any problems.
    Cheers,
    molom
    Last edited by molom (2008-10-02 13:29:31)

    Then problem solved!
    I think I have to stop posting questions, these questions should be solved by me trying them out myself.
    Cheers,
    molom

  • IPod no longer syncs with computer

    My iPod will no longer sync with my laptop. I keep getting the following message:
    "The iPod "JRT's iPod" cannot be syned. You do not have enough access privledges for this operation."
    Apple told me tht it was a problem with my Norton 360 software. I have since removed the software and the problem still persists.

    Try
    iOS: Device not recognized in iTunes for Windows
    I would start with             
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    New cable and different USB port?
    Runs this and see if the results help with determine the cause

  • My iPad Mini with retina display suddenly will not connect to the Internet. It shows full wifi bars, yet no web pages will load. My Internet is working with all other apple devices in my house. The iPad also no longer works with celluar data.

    My iPad Mini with retina display suddenly will not connect to the Internet. It shows full wifi bars, yet no web pages will load. My Internet is working with all other apple devices in my house. The iPad also no longer works with celluar data. I'm not sure what has happened. It was working fine a few hours ago. I have tried resetting it, ive restarted my browser etc. I tried to erase all data from my Ipad but I can't do that because it needs to sign into my Apple ID and use the Internet!

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are drooping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    6. Potential Quick Fixes When Your iPad Won’t Connect to Your Wifi Network
    http://ipadinsight.com/ipad-tips-tricks/potential-quick-fixes-when-your-ipad-won t-connect-to-your-wifi-network/
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    Fix WiFi Issue for iOS 7
    http://ipadnerds.com/fix-wifi-issue-ios-7/
    iOS 6 Wifi Problems/Fixes
    Wi-Fi Fix for iOS 6
    https://discussions.apple.com/thread/4823738?tstart=240
    How To: Workaround iPad Wi-Fi Issues
    http://www.theipadfan.com/workaround-ipad-wifi-issues/
    Another Fix For iOS 6 WiFi Problems
    http://tabletcrunch.com/2012/10/27/fix-ios-6-wifi-problems-ssid/
    Wifi Doesn't Connect After Waking From Sleep - Sometimes increasing screen brightness prevents the failure to reconnect after waking from sleep. According to Apple, “If brightness is at lowest level, increase it by moving the slider to the right and set auto brightness to off.”
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    iPad: Issues connecting to Wi-Fi networks
    http://support.apple.com/kb/ts3304
    How to Boost Your Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Boost-Your-Wi-Fi-Signal.h Mt
    Troubleshooting a Weak Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/Troubleshooting-A-Weak-Wi-Fi-Sig nal.htm
    How to Fix a Poor Wi-Fi Signal on Your iPad
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-O n-Your-iPad.htm
    iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Connect iPad to Wi-Fi (with troubleshooting info)
    http://thehowto.wikidot.com/wifi-connect-ipad
    10 Ways to Boost Your Wireless Signal
    http://www.pcmag.com/article2/0,2817,2372811,00.asp
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    Some Wi-Fi losses may stem from a problematic interaction between Wi-Fi and cellular data connections. Numerous users have found that turning off Cellular Data in Settings gets their Wi-Fi working again.
    You may have many apps open which can possibly cause the slowdown and possibly the loss of wifi. In iOS 4-6 double tap your Home button & at the bottom of the screen you will see the icons of all open apps. Close those you are not using by pressing on an icon until all icons wiggle - then tap the minus sign. For iOS 7 users, there’s an easy way to see which apps are open in order to close them. By double-tapping the home button on your iPhone or iPad, the new multitasking feature in iOS 7 shows full page previews of all your open apps. Simply scroll horizontally to see all your apps, and close the apps with a simple flick towards the top of the screen.
    Wi-Fi or Bluetooth settings grayed out or dim
    http://support.apple.com/kb/TS1559
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • (iOS 7.1.1) Google Contacts no longer sync with my contacts app

    Hello everyone. So recently I noticed that my Google Contacts no longer sync with my Contacts app, and this is really upsetting as I'm a person who needs to have updated contacts and both my phone, as well as a backup on my Gmail account, as I am both a Google and Apple user.
    I am using an iPhone 5S, on 7.1.1.
    My Settings has my Gmail account signed in, and has the "Contacts" switch turned on. I deleted the account, and re entered it, and I am still not seeing any activities of the Google Contacts and Contacts app syncing.
    I have no idea what I'm doing wrong, so I would really appreciate it if someone could give me some ideas as to what might be going on. I'm real tech savvy but I have no idea what caused my contacts to stop syncing. My Google Calendar events sync just fine, so that's even more confusing.

    Okay.. it won't let me go back and edit my earlier postings however... the problem is solved. I went in and Deleted ANY resource that iSync could get it's hands on that it kept in the iSync folder and the SyncServices Folder in the Libray Folder under Users. I actually moved the contents for those folders to a different volume. I then deleted the resources for Palm Desktop making it create a new user account. The Next time I opened iSync.. It went crazy trying to find resources.. it opened Calendar for me and I never saw it open address book but I saw that it was reading Addresses. I then Opened iTunes next and noticed that my full contacts from my address book were put back on my iPod!
    Shew!!! one down and one to go. I prayed and added my palm device to iSync. Then I synced and got conflict popups for my Addresses and Calendars asking me how to reconcile ( I was only getting those for the Calendars earlier). I then re-synced and checked my Palm and All of my contacts were in the Treo 650! I then changed a few entries and synced again for a few tests and it appears to be fixed.
    This is the problem with gradual upgrades as opposed to clean installs when you update your OS. It's just that OS X doesn't give you that option. in the Pre OS X days I would never just upgrade my OS. I would also Re-Format and Re-install. That's always been my preference.

  • Help! My display driver is no longer compatible with Adobe software!

    Help!  I rely on Adobe CC and my iMac to earn my living. My display driver is no longer compatible with Adobe software! What should I do? (most affordably because I dont have enough money for even basic living expenses right now.) Detailed notes are below but in a nutshell, I have a NVIDIA GeForce 8800 GS display driver. Adobe no longer supports it and disables the software functions depending on the graphics hardware. It recommends I check the manufacturer's website for the latest software. I did but only found firmware update for a different type of display driver for my early 2008 iMac. What should I do??! Please help me solve this!
    Note from Adobe:
    http://helpx.adobe.com/photoshop/kb/photoshop-cs6-gpu-faq1.html
    Adobe: “Note: AMD/ATI 1000, 2000, 3000, 4000 series, nVidia GeForce 7000, 8000, 9000, 100, 200, 300 series and Intel HD Graphics (First generation) cards/GPUs are no longer being tested and are not officially supported in Photoshop CC and CC 2014. Some GL functionality is available for these cards, but it's possible that newer features don't work.”
    I have an early 2008 iMac:
    Hardware Overview:
    Model Name: iMac
      Model Identifier: iMac8,1
      Processor Name: Intel Core 2 Duo
      Processor Speed: 3.06 GHz
      Number of Processors: 1
      Total Number of Cores: 2
      L2 Cache: 6 MB
      Memory: 4 GB
      Bus Speed: 1.07 GHz
      Boot ROM Version: IM81.00C1.B00
      SMC Version (system): 1.30f1
      Serial Number (system): YD*****N4
      Hardware UUID: D42002AC-A757-51C0-8D5D-333AD24D3DF9
    My display driver:
    NVIDIA GeForce 8800 GS:
      Chipset Model: NVIDIA GeForce 8800 GS
      Type: GPU
      Bus: PCIe
      PCIe Lane Width: x16
      VRAM (Total): 512 MB
      Vendor: NVIDIA (0x10de)
      Device ID: 0x0609
      Revision ID: 0x00a2
      ROM Revision: 3234
      Displays:
    iMac:
      Display Type: LCD
      Resolution: 1920 x 1200
      Pixel Depth: 32-Bit Color (ARGB8888)
      Main Display: Yes
      Mirror: Off
      Online: Yes
      Built-In: Yes
    Note from Adobe:
    http://helpx.adobe.com/photoshop/kb/photoshop-cs6-gpu-faq1.html
    Adobe: “Note: AMD/ATI 1000, 2000, 3000, 4000 series, nVidia GeForce 7000, 8000, 9000, 100, 200, 300 series and Intel HD Graphics (First generation) cards/GPUs are no longer being tested and are not officially supported in Photoshop CC and CC 2014. Some GL functionality is available for these cards, but it's possible that newer features don't work.”
    <edited by host>

    If you decide to use up to the minute applications, you will have to accept that the computer and operating system will eventually be incompatible with your chosen application as the features in the latest application rely on new hardware and operating systems to support them.
    Your options are to either use a newer Mac or use a version of Photoshop that will run on your Mac.

  • Iphone 2.0 update no longer working with Chrysler Uconnect Hands Free

    Hello. I recently downloaded the 2.0 update for my original iphone and it will no longer work with the my Uconnect hands free setup in my 2008 Dodge Ram. I am a Chrysler Dealer Parts Manager and have installed and shown many people how to set these uconnect hands free devices up but I have no connection with the 2.0 update. I pair the phone as a new phone and it will pair but will not show up at all and it says "No Phone". Anybody know a fix for this. Help Apple!!!

    I have a new Dodge Nitro. U Connect and iphone were working great. I had no problems until the 2.0 update. I tried calling apple care but gave up quickly when I realized I was going to be waiting forever with everything else they have going on.
    The weird thing was that I was on a call trying to get some help from a friend of mine and all of a sudden the phone started working with the u connect. Then after leaving and returning to the car it stopped working again. Haven't been able to get it working since. I though maybe you had to be on a call for a while before it would transfer over. That wasn't it.
    I tried turning off wireless too. Again no effect.
    The phone shows that it is paired with the u connect. I've tried unpairing and repairing several times still to no effect. They just aren't working. This is a HUGE problem. I love my iPhone but may have to give it up and switch if they don't come up with a fix in the next month or so.
    Anybody who can help me solve this would definitely move to the top of my Christmas Card List!

  • ISync no longer works with MacBook

    I imported all data from my old Powerbook G4 into my new Intel MacBook 2.16 bu iSync no longer works with my phones. It starts the process then stops abut halfway through with an error message. I have tried all the solutions proposed in the discussion but the problem remains the same.

    Fortunately Sony Ericsson phones are my particular area of expertise!
    This is more than likely caused by some corruption in either one of your Contacts or one of your Calendars.
    I have made a web-page with step-by-step instructions to go through to determine the cause of sync errors, and then what to do to resolve them:
    http://mobile.feisar.com/isync_tips.html
    That page usually solves 99% of iSync issues.
    NB. I may receive some form of compensation, financial or otherwise, if the Google Ads on the above linked page are clicked upon.

  • After ios 5 update, bluetooth on ipod touch not funcioning-keynote app no longer pairing with ipad

    Since the ios 5 update--bluetooth longer funcioning on ipod touch.  iPad no longer syncing with keynote remote app on ipod touch.  My iPad no longer sees the iPod touch.  The Bluetooth indicator does not come on or flash on the ipod touch.
    any help or suggestions?

    alex.g wrote:
    I've got a fix, even for  those who don't have hotspot (like me) who want to get the ipad and iphone talking over bluetooth again.
    First, I should say that I said when I got my 4s, the problem was solved. It was not. I was just connecting via wifi, but I wanted bluetooth back.
    Here is how I got it back without hotspot.
    1. Launch keynote on one device and the remote on the other as you normall would.
    2. Find another app that bluetooth links ipad and iphone (I used 'pictransfer light'). Install on both devices and launch on both devices. Follow the promt to get a bluetooth sync.
    3. Double push the home button both devices to pull up the multi-tasking and open keynote and keynote remote on the relevant devices.
    4. In keynote, go to settings; advances; remote. You should now be able to get the remote to link (you may, on the device running the remote, need to hit settings and then 'new keynote link'.
    Once I launched pictransfer, the bluetooth logo was blue on both devices the whole time I ran through the other steps. I suspect that that was also the point of using the hotspot service.
    Also noteworthy: I am yet to try this 'in the field'. For all I know, this won't keep a connection for as long as one might need. I'll find out on Thursday when I rely on the remote for 90min. On the positive side, I was able to keep the connection even when I double clicked home and closed pictransfer while leaving keynote and keynote remote open...
    This work-around worked -- I found that as long as I launched the "Pictransfer for iPad Lite" app just before the presentation that it seemed to work fine.  However, if Bluetooth gets turned off or you disconnect I think you will have to repeat the work-around -- nice find.
    Apple really needs to fix this.  They even have a posted document describing how to link two devices by Bluetooth and the truth is that it just does not work as they say.  They need to add whatever code into the Keynote & Keynote Remote apps to initiate bluetooth to connect the devices.  It's fine if it prefers WiFi, but it should give you the bluetooth option as well.

  • Signon.useDOMFormHasPassword no longer working with FF 30

    Seems that the "signon.useDOMFormHasPassword" workaround (latest working version is FF 29.0.1) to automatically populate username/password fields protected by "autocomplete=off" no longer works with FF 30.
    Now with FF 30 I always have to double click each of those "protected" username input field to select the only one entry to automatically populate the corresponding password input field. This is pretty annoying as there is only ONE username to select (which should be auto filled). Why did you disable the above workaround? Is there an other way to re-enable username/password autofill for autocomplete=off protected input fields?
    I already tried the following parameters, but nothing changed:
    signon.autofillForms;true
    signon.overrideAutocomplete;true

    I came across this bug already and it describes exactly my issue. Previous to FF 30 the combination of the greasmonkey script AND the signon.useDOMFormHasPassword pref enabled the autofill of password fields. Now that the signon.useDOMFormHasPassword pref is gone in FF 30 this no longer works. I don't think it can be solved by updating the greasmonkey script, the bug explains the reason why:
    I'v tried moving the GreaseMonkey script to run as early as I can using "@run-at document-start" and a DOMContentLoaded eventListener on the document but it still runs too late, by the time it runs the new Password Manager has already seen the page content.
    So it seems that the workaround was removed in FF 30 without providing a fix for the issue. Again my problem is not about saving passwords on autocomplete=off fields (this is working fine) but on loading them back into this fields without the need to double click the username field and select the single entry.

  • HP LaserJet Profession​al M1217nfw no longer works with ipad/iphon​e's coupons.co​m and Grocery IQ apps

    I have had this printer for several years. It worked flawlessly until a unilateral automatic HP firmware update bricked it at the beginning of last year. After months of inactivity, it started working again last week after I deleted and reinstalled everything from scratch.
    Everything is back the way it was -- except the two apps I really value no longer work with it.
    My iphone and ipad -- which both worked flawlessly with this printer for years -- now do not see the printer at all for several minutes and then it finally appears with a red warning button that says "printer not recognized"
    I have not upgraded any OS.  The only thing that changed was on HP's end.
    I tried deleting and reinstalling the apps. No change.
    I have HP's eprint software, but that does not help with these apps, as they use an internal printing mechanism and the actual coupon with the bar code is never visible on screen (and thus unable to be printed via another method).
    This question was solved.
    View Solution.

    Hi @krenster
    Welcome back to the HP Support Forums. I understand that there are two apps that no longer work with Apple’s AirPrint feature.
    I know you didn’t mention that you were getting this error, but the troubleshooting steps for “What if a 'No AirPrint Printers Found' message displays on my Apple device?” in the Printing Over a Wireless Network with Apple's AirPrint FAQs document should help resolve the issue.
    If the above doesn’t help, to better assist you, would you please supply some additional information?
    How is the printer connected (USB cable, ethernet, or wireless)?
    Are you able to print from other apps that support AirPrint?
    What version of iOS are you using on your Apple mobile device? I’m asking because apps will send out updates making them no longer functional with older operating systems. For example the HP ePrint app on iTunes was updated on October 25, 2014 and now requires the iOS device to be a minimum of iOS 6.0 or later. I have checked the two apps you mention in the thread title, and the Grocery IQ app requires your Apple device to be a minimum of iOS 6.0 or later and the coupons.com app requires your Apple device to be a minimum of iOS 7.0 or later.  If you are unsure how to check this, please follow the steps in Apple’s iPhone, iPad, iPod: How to find the software version
    Has there been any changes to your network, such as a new router, or a new internet provider?
    Thank you.
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • Notes no longer syncs with icould

    Since upgrading to Mavericks the Notes on my application no longer synchs with the web-based iCloud site. It also creates multiple copies of files when I make a new note. (Notes on my iPad Mini continues to work as normal, synching automatically with the iCloud web site, but no longer with my laptop.)

    I solved this. The problem was that I was signing into icloud with two different apple id's.

Maybe you are looking for

  • Iprocurement punchout category mapping R12

    Hi, I am experiencing some problems on setting the category mapping for Punchout (XML) in Oracle Iprocurement. I have 1) setup a content zone for the punchout. In the content zone the key1 and supplier have the same value (i.e. TEST01) 2) Created a s

  • HELP! Beginning JSP with JavaBean Class

    First of all, I'm using jdk1.4 beta and Jakarta's tomcat version 4.0.1 release build. Hello. I desparately need help. I have a JavaBean class ("CarBean.class") saved in %catalina_home%\webapps\root\myapp\web-inf\classes\com\wrox\cars\CarBean.class I

  • AppletContext within ActionListener..Help!!

    Hello, How can I use AppletContext in actionlistener that is being called by an applet in another class. All I need is on click on that applet, I wanted to open a document or an HTML page. I am using this code, Please see below and help me. import ja

  • OAS , Http listener , Netscape Enterprise Server, SSL

    Hi All, We are planning to implement SSL 3.0 on OAS Pl/SQL cartridge. We will be configuring Netscape Enterprise server as the hhtp listener. I have a couple of questions. 1. Can the Netscape Enterprise server(NES) be on a different machine and can w

  • Pulling Stock quote into Numbers

    Hello all, after searching Google and Apple, I decided to just post a question. I am looking for a method of pulling a stock quote into Numbers. Anyone have any ideas? Thank you....