[Solved] Default Location of xfce4-notifyd

I have libnotify and xfce4-notifyd installed per https://wiki.archlinux.org/index.php/Libnotify. When I change the default location using xfce4-notifyd-config, nothing changes; it always appears in the top-right corner. Any ideas how to change the default location? Thanks!
Last edited by Proofrific (2012-02-29 02:14:52)

I noticed that I also had notify-osd installed. It was processing notify-send commands.I uninstalled it using pacman and killed its process. Now, xfce4-notifyd responds to notify-send commands, and the problem is fixed.

Similar Messages

  • When I try to open ITunes it brings up a box that says the iTunes Library. itl file cannot be found or created. the default location for this fie is in the itunes folder in the music folder How do I solve this

    My laptop was updating itunes and turned off and every since when i try to load itunes it brings up a window that says
    The itunes library.itl fie cannot be found or created. The default location for this fie is in the itunes folder in the Music folder.
    an I cant figure out what to do to get itunes to load so I can't use itunes at all which ***** since it also means I right now I can't add music to my ipod or apps or anything. So hopefully someone can tell me what happened and how to fix it or solve it

    Hi pgarard1,
    If you are having issues with launching iTunes after an update, you may want to take a look at the troubleshooting in the following article:
    iTunes for Windows: Doesn't open after upgrading in Windows Vista or Windows 7
    http://support.apple.com/kb/TS2363
    Regards,
    - Brenden

  • Sending a message to xfce4-notifyd [SOLVED]

    I'd like to have a bash script send some output to xfce4-notifyd but am unsure how to do it.  Upon googling, I think the right program to call is dbus-send but I can't seem to send anything that gets displayed by xfce4-notifyd. 
    Example:
    dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteInfoprint string:"NOTIFICATION"
    Anyone?
    EDIT:  Nevermind -- https://wiki.archlinux.org/index.php/Libnotify#Bash:
    notify-send 'Hello world!' 'This is an example notification.' --icon=dialog-information
    Last edited by graysky (2011-11-26 20:44:35)

    xfce4-notifyd uses notify-send: https://wiki.archlinux.org/index.php/Libnotify

  • When i double click itunes it doesn't open it just comes up with an error saying " The itunes library.itl file cannot be found or created. The default location for this file is in the 'itunes' folder in the 'music' folder". How can i fix this?

    When i double click itunes it doesn't open it just comes up with an error saying " The itunes library.itl file cannot be found or created. The default location for this file is in the 'itunes' folder in the 'music' folder. How can i fix this problem?

    Anyone can help to advice how to solve this issue ?

  • I can't open my Itunes keep receiving error message- The iTunes Library.itl file cannot be found or created. The default location for this file is in the "i Tunes" folder in the "Music" folder

    I can't open my Itunes keep receiving error message- The iTunes Library.itl file  cannot be found or created. The default location for this file is in the "i Tunes" folder in the "Music" folder. I have even tried removing and reinstalling iTunes and it still does work because I continue to receive this error message. Please Help!

    Anyone can help to advice how to solve this issue ?

  • Making itunes recognise an extrenal drive as the default location always

    Hi
    I am really hoping someone can put me out of my itunes misery. I have been running the following set up for a while now but it is driving me crazy and if anyone has a solution, I would really like to give it a try!
    I currently have itunes installed on my Macbook Pro, running 10.5.1. I have set the location of the itunes library in preferences to be my portable usb drive which is connected at the back of my time capsule. Every now and again, I remove the USB Drive and attach it directly to my laptop so that time machine will back it up and any changes I have made. I am totally paranoid about losing my Apple Losless files and it has taken me Months to get to this stage. Its still a work in progress and I have many more CDs to import. I love working this way as I can play music wirelessly to my stereo downstairs using airtunes which works great!
    My problem is this. Every time my computer is restarted, I use boot camp, I use DVD Player or sometimes randomly it seems, itunes reverts to the default location for itunes, being Macintosh HD/userS/music/itunes. This means I have to go back to preferences and manually re-point the location to my external USB drive. It's not the biggest problem except it then wants to update itself and run through all of the files again every time this happens. As you can imagine, this takes quite some time with a large library and I am continually adding music and watching DVD's every day.
    It's becoming a real pain each time I need to restart or perform one of the above tasks as I have to wait for itunes to update itself. Is this normal? Is it just a fact of Apple life that itunes does not work on an external drive? In which case, most people must run out of hard disc space at some point. Surely people must have better solutions in running their itunes libraries...? I am hoping some of you can share these with me.
    I have tried googling this and have tried consolidating my library, (which took a week!)etc but nothing seems to solve this. What I am looking for is some advice either on running a better set up (I am sure what I am doing is probably not the best way of running itunes) or some sort of command in which I can make itunes recognise that my external drive is the default location for my library and not in the users library permanently.
    Any help gratefully received. Thanks!
    Samantha

    No problem what so ever. I am not certain you will gain anything by it, though.

  • Why does user_pref("capability.policy.default.Location.href", "allAccess"); no longer work in FireFox 4? How can I re-enable this feature?

    On upgrading to FireFox 4 from 3.6.15, I noticed that my capability.policy.default items in the prefs.js file were no longer working (the custom site that I run locally needs access to this attribute, amongst others) - how can I go about returning this feature back on?
    Example CAPS entry:
    user_pref("capability.policy.default.Location.href", "allAccess");
    I've had to downgrade again to 3.6.15 until I can get this to work.
    Tested on Windows XP (SP3), and using existing/new profiles in FF 4.0 and using prefs.js and user.js - nothing can get the Javascript code to read the location.href and getting an error generated in the error console.
    Also tested on Mac OS X 10.6.7 with FF 4.0 - still no luck getting capability.policies to work.
    Please help...

    I've been beating my head against this problem for a few hours, and I finally solved it. I'd been trying to set a capability policy using the "magic" default policy, and nothing would work - I could disable properties and functions of the Window object, but not the Location object.
    It turns out that if I set a custom policy name, and named the specific sites I wanted the policy to apply to, it works! The only hitch is that you'll have to build a whitelist of sites that are allowed to have this kind of access, instead of allowing any site to access it by default. I think this is prudent security policy, in order to prevent XSS attacks.
    So, for your case, instead of this:
    user_pref("capability.policy.default.Location.href", "allAccess");
    use this instead:
    user_pref("capability.policy.policynames", "hrefaccess");
    user_pref("capability.policy.hrefaccess.sites", "http://example.com http://www.example.com");
    user_pref("capability.policy.hrefaccess.Location.href", "allAccess");
    I haven't tested this code, but a similar implementation for my problem did the trick. I hope this helps!

  • ITunes library not in default location doesn't show up as shared library

    My iTunes library will not show up on my network as a shared library. It is not in the default location for Windows (Documents and Settings\<user>\My Documents\My Music\iTunes). I can find no reference anywhere that this should prevent a library from being seen by other iTunes users, yet that seems to be the case.
    I have two other iTunes libraries on computers on my local network. Both show up on each other's machines, so this isn't a firewall issue. All my machines are running the same level of Windows XP Pro.
    On one machine, I actually created a library in another location, then shared it. It was not visible. Once I recreated the library in the default location, it was again visible.
    Does anyone have a any ideas how I can troubleshoot this? I really don't want to copy/move what is now a very large library and there's nothing to indicate that this shouldn't work.
    Thanks!
    Michael Greis

    Normally all you need to do is copy the entire iTunes folder from <User's Music> on one computer to <User's Music> on the other. If you've made things more complicated see make a split library portable.
    tt2

  • Changing the Default Location for Backups

    I've just downloaded PC Suite 6.81.13.0. How do I change the default location where backups are stored on my laptop? The default location stores the data in an location that is not compatible with my company network profile. I want to store the data in a different location, but I can't see any option to allow me specificy the location.

    You have to re-index your Library by dragging/dropping the main Library folder into the Loop browser.

  • Changing the default location PowerPoint uses for templates

    I do not want to use the default location MS Office initially configures for templates that is buried in some obscure folder on a local machine in that only Office know about.  Instead want to keep my templates in the same location on a company server
    with the rest of my materials so I can access it from my company laptop or from the Virtual machines I am forced to use in other company locations. This way I will have my templates everywhere I work.  When I make changes they are available to me everywhere
    I work and are not buried in a folder on a laptop or a virtual machine in a conference room half a world away. 
    MS Word allows users to configure this default location for templates but no where in PowerPoint can I find any way to configure this location. Previously on my laptop I have been able to configure the default PowerPoint template location, I believe, by
    setting the location in MS Word; however, this is not happening for me now on the virtual machines I am using when away.  I have scoured the Options settings and if it is there it is well hidden.
    To make matters worse I am trying to use what PPT is providing to me while I sort this out and when you try to open "My Templates": there is a message that says:
    "To add a template to My templates, click the File tab, click Save As, click Trusted Templates, and then save the file as a template."
    Of course when I follow these instructions there is no folder named Trusted Templates on the left side of the dialog box.  I am not sure why it is so difficult to allow us to configure this ourselves for each program but apparently it is.

    Hi,
    Please refer to this kb below:
    http://support.microsoft.com/kb/924460/en-us
    As mentioned, if you use Word 2007 or Word 2010 to change the location in which your new templates are saved, you also change the location in which all 2007 Office program templates or all 2010 Office program templates are saved.
    Office programs use one registry key to record the user templates file location, you can browse to the following path to check if it's recorded:
    HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Common\General
    The user templates location is stored in the
    UserTemplates
    string value.
    If it doesn't exist, try to manually add it, check if this helps. Detailed information can also be found in the kb introduced above.
    Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps
    carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry:http://support.microsoft.com/kb/322756/en-us
    Regards,
    Melon Chen
    TechNet Community Support

  • Changing the default location of MPN Navigator EX saved files

    Friends
    I am writing this on behalf of my brother who owns a Canoscan 9000 f and struggles with the following issue.
    When he scans and saves his scanned image the Navigator EX does always want to save in the default location which is something like C: Users/admin/pictures/Navigator EX/
    But he does not use that location, but would like for it to remember the last location he used. Or at least use one that is closer to the ones he usually uses. He says that having to manually choose the correct path every time is both time consuming and irritating.
    Any way to change that behavior?
    I think he is running Win 7 64 bit.
    Thanks
    Calle

    I run a Mac lab at a high school. I, too, would like to be able to change iMovie's default save location from a user's Movies folder in their network Home folder to a folder on a workstation's local drive.
    The only answer I've found is to train users to change the save location of their new project BEFORE beginning work on it. This necessitates clicking on the black triangle beside the Save As file window so that other save locations besides the network Movies folder (such as the local drive) appear. This is by no means an intuitive operation for most users. iMovie was clearly designed without a networked lab in mind.
    I also train teachers using the Mac lab to inspect their students' network Movies folders, which should be EMPTY at all times--otherwise the lab grinds to a halt.

  • My laptop had to be reimaged and all software and programs were taken off.  I installed itunes again but can't access my library.  I get an error message "the folder itunes cannot be found or created and is required.  The default location for this folder

    I can't access my itunes music on my laptop after having it re-imaged.  I installed itunes again but can't access the music folder.  I get the following message when I click to open itunes:  "The folder itunes cannot be found or created, and is required.  The default location for this folder is the Music folder.
    I have an iPad2, and iPad mini, and an iPhone5 with a different number of songs on each.  I want to sync everything -- should have close to 800 songs.  Tried to get support from Apple but would be charged for help. 

    I have a Windows 7 operating system my computer runs from.

  • I just upgraded my mac book to 10.6.8 and downloaded the new version of itunes. When I try to open it and error message appears saying, "The iTunes Library file cannot be found or created. The default location for this file is in the "iTunes" folder.

    I just upgraded my mac book to 10.6.8 and downloaded the new version of itunes. When I try to open it and error message appears saying, "The iTunes Library file cannot be found or created. The default location for this file is in the "iTunes" folder in the "Music" folder."
    I have tried a few things but iTunes closes right after i click okay. Anyone know anything?

    Look in your Home > Music folder.  There should be an iTunes folder there and it should have a number of files and folders including one called library.itl  You want to guide iTunes to that file.  If you don't see that file or folder then in your next post you will have to be very specific as to what you do see or how you have your iTunes set up because that's where it should be according to default settings.

  • I need help every time my iTunes library updates i get this error messege: The iTunes.itl file cannot be found or created. The default location for this file is in the "iTunes" folder in the "Music" folder. but the file should be there.

    Every time I have to upgrade iTunes it gives me this messege:'The default location for this file is in the "iTunes" folder in the "Music" folder.' the file should be there but I don't understand why it does this every time Apple upgrades the Itunes library. Its on the computer somewhere but it only affects this login on my computer (meaning on this Windows Account). Why does my iTunes do this? Then I have to spend hours placing all my libraries back together and all my music back into the library. Which usually takes me a few days to sort all out. What is wrong with my iTunes? The iTunes folder is a folder in my Music folder where I store the iTunes music/files/libraries at on my computer so I can have all of the iTunes files in one place on my computer.

    I have a Windows 7 operating system my computer runs from.

  • Itunes library.itl file cannot be found or created. The default location for this file is in the "iTunes" folder in the "Music" folder

    itunes library.itl file cannot be found or created. The default location for this file is in the "iTunes" folder in the "Music" folder, I keep getting this message everytime I try to install Itunes after having to remove windows 8.1 and go back to windows 8.  I have uninstalled and reinstalled and it keeps telling me the same thing. What do I do?

    Hi Renee31,
    If you are having issues with the library.itl file in iTunes, you may find the following articles helpful:
    iTunes: What are the iTunes library files?
    http://support.apple.com/kb/ht1660
    Apple Support: Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/HT1923
    Regards,
    - Brenden

Maybe you are looking for

  • Verizon bill showing I texted 8012222269 internationally and I did not

      Good evening, Some back-story: Ever since the "premium messaging" debacle I was involved in with regard to text messaging on my LG Env3 I have reviewed closely all text message charges on my Verizon bill. On the LGE3 I received some spam text messa

  • How can i find out if udev works or devfs is still used

    Hello! I'm interrested in running udev instead of devfs, so i used the udev howto from the wiki to change to udev. Now there were no error messages, but how do i know udev is running? /dev/ still seems to look like it looked with /devfs. And ArchLinu

  • Problem with Expilicit Instantiation using const

    Hello All, I have a global template function template <typename T> int getValue(T t); defined in file "a.h" I am trying to do explicit instantiation of this function in "b.h" like this: #include "a.h" struct B; template <> int getValue<const B&>(cons

  • "awacsd" wants to connect to fd00:6587:52d7:40::1 using protocol IPC6-ICMP

    Can anyone please tell me (a) what this means and (b) how to stop it - ("awacsd" wants to connect to fd00:6587:52d7:40::1 using protocol IPC6-ICMP). I will also see ""awacsd" wants to connect to fd00:6587:52d7:40::1 on TCP port 4488" clicking on Allo

  • Server CPU Usages - Critical

    We have a BC4J application developed using jdev 3.1/ front end is JSPs. The application is deployed using Oracle iAS 8i. The problem is that when in a jsp, a query is executed that has to return a large number of rows, then the cpu utilization of the