KDE notifications bug

http://img51.imageshack.us/img51/3936/snapshot3z.png
Notifications appear on the bottom right and in the top left of the screen. Anyone knows how to make the top ones to disapear. It's really annoying to see the same msg twice on your screen
-- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code jwr --

esdaniel wrote:I had this problem a while ago, after spending a lot of time trying to identify the config to change I gave up... I deleted all my plasma config files (i.e. the user-specific files created for each account) and started again i.e. adding widgets, organising panels etc. which solved the problem for me.  Sorry it's a vague answer but it might save you time and frustration to bite bullet and follow my suggestion if no one else has a better tip on how to resolve this.
Thank you very much for your answer but i don't know how to do that:)

Similar Messages

  • [Solved] Persistent KDE notifications nag

    Hello. It's my first post on the forums, and I'm sorry if the question is very trivial. I haven't been able to find the answer anywhere on the web.
    The problem is that KDE notifications persist indefinitely even after explicitly dismissing them. An example is suppose I download something in Firefox. I get a notification that it's downloaded. I can do two things. Either I activate it (or click the little x in the corner to get rid of it) or I ignore it. If I activate it, it should go away, right? Well, it doesn't. The notification area shows that I still have a notification. And when I opt to see that notification, it's the one I just activated (or just dismissed), i.e. the completed download in this case. If I activate it (or dismiss it) again, then it goes away for real.
    Now for the second scenario, i.e. the one in which I just ignore it. The notification area shows me that I have a notification. I opt to see that notification and then either activate it or dismiss it. Regardless of what I do, the notification remains there. It's after I activate or dismiss it the second time that it goes away permanently.
    This happens for every notification from every application. Is it a situation faced by anyone else? And if yes, how were you able to change this behaviour?
    Last edited by genghizkhan91 (2013-05-09 13:54:52)

    I've also seen this since KDE 4.10. Notifications can only be completely removed by pulling up the notification widget history and closing them there; closing the notification when it first pops up leaves it in the notification history, which is especially annoying if the notification widget is set to show only when there are outstanding notifications, since you have to dismiss each one twice over.
    This behaviour appears to be the subject of KDE Bug 311413, filed in December; it is confirmed and has a patch, but doesn't list a target release for incorporating the fix as yet.

  • Integrate KDE notifications with Openbox?

    Hi,
    I'm using openbox with whole set of KDE programs (I prefer it this way over KDE with OB as WM).
    Is there any way of integrating KDE notifications with OB to make it look neat?
    Cheers
    vi3dr0

    What do you mean "integrating KDE notifications with OB" ?
    If it's related to launching KDE applications from OB menu, you can have entries like that :
    <menu id="apps-editors-menu" label="Editors">
      <item label="Kwrite">
        <action name="Execute">
          <command>kwrite</command>
          <startupnotify>
            <enabled>yes</enabled>
          </startupnotify>
        </action>
      </item>
    </menu>
    in your ~/.config/openbox/menu.xml
    If it's something else, explain and give an example of what you want.

  • Juk and KDE Notifications

    When I get sound notifications from any kde programm ( kopete for example) and when current track in Juk ended (after sound notification), volume in Juk always up to 100%.
    what could go wrong?
    if after notification I reset volume, it don't increase
    Last edited by x1site (2013-12-02 14:45:54)

    karol wrote:Are you using PA or ALSA?
    https://bbs.archlinux.org/viewtopic.php?id=173731
    pulseaudio

  • Subscription / Notification BUG?

    Hi,
    We have a page containing a link to an Oracle Report that is set to open in a new window. You click on the link, a new window opens and the report runs,...just the way we want it to work.
    The problem is if someone subscibes to the folder and is notified of our new report. If they click on the link presented in the "Notification Portlet", they get an error. What is happening is the "target=_blank" that is used on the base page to open a new window, is appended to the end of the URL in the Notification Portlet which of course screws the URL up.
    Does anyone know a way around this? Is it a bug? Basically defeats the purpose of the Notification Portlet.
    thanks

    hi,
    i have an idea that you could try out. in portal 9.0.4 (i think also 9.0.2.6) we are introducing a new item type: the reports item type. this allows you to integrate oracle reports as an item. you first register the reports server and the reports in the reports security portlet. after that you can add them as items to a page. when now displaying those new items in the notification portlet the behavior should exactly be as in the item defined (e.g. display in new browser window). this should solve your problem.
    regards,
    christian

  • Minecraft and KDE ingame bug?

    Hey folks,
    I suffer from a really strange bug within Minecraft. While opening the inventory and moving items to the crafting field, I use the SHIFT+MOUSEBUTTON1 shortcut to move alle peaces at once, which leads to a kind of lock-in. After pressing the shortcut I cannot move any item with the mouse anymore. It's as the SHIFT button gets sticky. Now that sounds like an upstream bug you will say, but I made two additional observations:
    it does not occur on osx or linux with i3wm
    trying to re-assign the keycode for sneak with SHIFT doesn't detect the SHIFT key at all
    Hence, there must be something really shaky in that triumvirate of KDE, MC and Java. My gut says it has something to do with the keyboard control of KDE. Any Idea?
    greets
    p.s.
    minecraft 1.1
    java 1.6.0_30
    kde 4.8
    x86_64

    esdaniel wrote:I had this problem a while ago, after spending a lot of time trying to identify the config to change I gave up... I deleted all my plasma config files (i.e. the user-specific files created for each account) and started again i.e. adding widgets, organising panels etc. which solved the problem for me.  Sorry it's a vague answer but it might save you time and frustration to bite bullet and follow my suggestion if no one else has a better tip on how to resolve this.
    Thank you very much for your answer but i don't know how to do that:)

  • Get data from KDE Notifications and Jobs or preliminary catching it

    Hi,
    I have next issue, I need in value of copying/cuting progress at Dolphin, and i can't find right interface to get it.
    I found in this moment, that when copying starts, new item appears at next places of dbus:
    org.kde.VisualNotifications /JobViewServer/JobView_(any number)
    org.kde.NotificationHost /JobViewServer/JobView_(any number)
    org.kde.plasma-desktop /JobViewServer/JobView_(any number)
    org.kde.JobViewServer /JobViewServer/JobView_(any number)
    but they haven't any methods for getting data.
    Listed interfaces disappear with copying ends.
    I can't find process that send messages to dbus for creating and manage new notification, and catch this messages.
    So, does anybody knows how Dolphin communicates with Notifications and Jobs applet? and how can i get current copying progress?
    I will be happy for any documentation, api.kde.org not helped me.
    Thanks in advance!
    Last edited by mr_bin (2011-08-18 09:48:38)

    I have arch installed in two machines. In my laptop there's no problem with the notification of file transfers (although every time i plug a usb stick/disk i see a double entrty of the disk), but  in the desktop machine notifications have stopped working as described above.

  • Interactive notification BUG for email

    I've found a bug with the Interactive Notifications for email messages on my phone:-
    When the phone is locked and an email message comes up on screen, if I swipe to the left to reveal the options and select "Delete", the phone prompts me for my passcode (so far so good).
    The problem is that it is almost impossible to enter my passcode as the keyboard "jumps" about on the screen as I do so. The only way I've been able to enter my password is to "double click" each letter, and eventually I can get my correct password entered, which then returns me to the lock screen, and the message is erased. I then subsequently have to enter my password again to unlock the phone (at which point the keyboard behaves normally!!!)
    On testing this, I've found the problem only exists if you are using a more secure passcode, if you are simply using the 4 number pin option, the problem does not manifest itself.

    I Have the same issue but have a simple passcode. But it is part of a security req for corporate email. Is this the connection?

  • Message notification bug??

    There seems to be a bug in iOS notification. I don't get a notification when I tried to send a message to my iPhone from my WIFI iPad.  The message is there but never got a notification. However, sending message from my iPhone to my iPad, I do get a notification on my iPad as expected. I am running latest iOS 5.1 on both devices. Is that a known problem?

    it's a bug in the new version of BBM, happend to me too.
    RIM platform is full of bugs.

  • Notification bug

    I have an iPhone 4s as well as a new iPad.  Upgraded both by doing a backup and then a restore to IOS 6.  I had notifications set up for email so that I would get a sound, and then when i would unlock my phone, the banner would scroll at the top with new messages.  I have lots of folders in email so this was very helpful for figuring out where the new mail was located.  This no longer works on the iphone since the upgade.  It will work if I am using the phone and it is unlocked, but if I hear my email tone, and unlock the phone, there is no scrolling banner.  It does still work on my ipad however.  I am wondering if there is a bug relating to the taller screen on the iPhone5?

    So i figured out how this happens, but not why.  Hello apple?
    1. iPhone4s
    2. IOS6
    3. Email is Exchange active sync (with many subfolders, not sure if that makes a difference)
    4. mail notification is on, with sound, banner only, not shown on lock screen
    If I add people to the VIP list, the banner does not show when I unlock the phone after recieving email.  If I remove everyone from the VIP list, the banner works again after recieving mail and unlocking the phone.  It doesn't have to be mail from people on the VIP list, as long as there are names on it it doesn't work right.
    Certainly not a dire issue, but definitely annoying

  • IOS7 push notification bug resets all apps to no notification

    It's the third time I get this bug on ios7. What happens is that out of the blue all push notification settings stop working and everytime I open an app it asks me if I want to allow push notifications. When this happens the battery is drained lot faster and I have to reset the phone to factory settings to get things working fine again. I have an Iphone 4 16gb with latest ios7 build.

    It happened again yesterday. The phone died on battery and when I powered it on boom!! Every app now asked to allow for push notifications. I have a theory, as I was receiving messages on whatsapp before the phone died maybe what happens is if the phone is powered off while receiving a notification then this mess happens. I'll try to replicate.

  • Asha 501: Message Notifications Bug

    Hi,
    There seems to be a bug in the messages notifications i.e.., if I receive say "3" no. of new messages. I can see the 3 new messages notifications but, If I try to click on just the "message" icon without even opening any one messages, all the notifications are gone. But still there are still "3" messages that are left unread.
    I think this bug should be fixed along with the option to delete multiple messages.

    My Asha 501 does the same thing. It might have been on purpose but I think, like you, I'd rather have the notifications stay on until I read the actual texts.

  • Missed call notification bug in iOS 7.0.4 in iPhone 4s

    Hello everyone, I have installed iOS 7.0.4 on my iPhone 4s, I am facing a problem, and the problem is that when someone gives me a missed call, then a notification appears on the lock screen, and swipe feature gets disabled, I need to restart my cell everytime in order to make it enable, request all respected apple developers to resolve this issue and make it fixed in future releases.
    Regards,
    Siddhartha

    You are not addressing Apple here. We are also other users just like you.
    Leave Apple a message here: http://support.apple.com

  • Weird notification bug

    My phone was fine until a few hours when my notifications stopped appearing.  I discovered that they hadn't actually stopped appearing.....they were just appearing in my browser.  I can only see my notification alerts when i open my browser (they basically just sit ontop of the address bar).  The LED light still blinks and stuff when i get a message, it's just that i can't see the notification on the home page. 
    This is really annoying me!!!  Anybody know whats going on and how i can solve this?!
    Thanks!

    Hi and Welcome to the Forums!
    Anytime random strange behavior or sluggishness creeps in, the first thing to do is a battery pop reboot. With power ON, remove the back cover and pull out the battery. Wait about a minute then replace the battery and cover. Power up and wait patiently through the long reboot -- ~5 minutes. See if things have returned to good operation. Like all computing devices, BB's suffer from memory leaks and such...with a hard reboot being the best cure.
    Best!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Nokia 501 push notification bug

    I bought a 501 has been 2 weeks and Push notification features of Facebook does not work. It always display "enabling" and then yesterday I no longer see the option Push notification on FB app anymore. ? Will I be alone this error? My FB version is 3.2.2
    Push notification features work great with Twitter
    What can i do now ? I want to reset but Nokia suite not support this phone

    Here, no "push" option on my FB 3.2.2 download and update via m.facebook.com. Sorry for the delay of pictures
    My operator are Viettel and Mobifone, Vietnam
    Attachments:
    IMG_20130904_045927.jpg ‏3097 KB
    IMG_20130904_045955.jpg ‏1061 KB

Maybe you are looking for

  • VPN client and Cisco ACS

    hi, I'm trying to setup a VPN solution, connecting to a 800 series router and authenticating off a Cisco ACS tacacs server. I've basically followed the suggested config at http://www.cisco.com/en/US/customer/tech/tk59/technologies_configuration_examp

  • Certain RSS feeds do not display in scrolling Omniportlet

    I've been attempting to get some RSS feeds implemented in our portal with mixed results. I am using portal and PDK versions 10.1.2.0.0. I am using a slightly modified version of the XSL file available here (http://www.oracle.com/technology/products/i

  • No signal on startx

    my monitor just loses signal and shuts off, when I press alt+ctrl+f1 it works, and monitor turns back on to tty. I'm using nvidia 8400 gs, /etc/X11/xorg.conf http://paste.pocoo.org/show/311164/ /var/log/Xorg.0.log http://paste.pocoo.org/show/311166/

  • Creating functions/granting rights

    I have procedures, funtions and triggers written(from back in college) and I am now playing with the DBA type stuff. I created a user, assigned him to the users role. The users role has create session and create table priviledges. So I created tables

  • My Word for Mac 2011 repeatedly fails to display certain text boxes if I apply text changes. How can I view the invisible text?

    I have Mac OS X 10.6.8. I recently had to download Office for Mac 2011, as my company mandated this over my objections. On the first 20-page Word file I received, the file looked fine until I applied track changes and made the first edit. At that poi