Bug 316211

Summary: Notification popups arbitrarily truncate text
Product: [Fedora] Fedora Reporter: Daniel Berrangé <berrange>
Component: notification-daemonAssignee: David Zeuthen <davidz>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: mclasen
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-05-08 21:27:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 307521    
Attachments:
Description Flags
Demo script to show truncated text
none
Screenshot showing truncated text none

Description Daniel Berrangé 2007-10-02 21:13:08 UTC
Description of problem:
The popup window for the notifications is arbitrarily truncating the text passed
in as the body of notification.

It does not look like a specific length threshold. If I double the amount of
text it'll show more than before, but always misses off the last N% of words

Version-Release number of selected component (if applicable):
notification-daemon-0.3.7-4.fc8

How reproducible:
Always

Steps to Reproduce:
1. Run attached  'notification.pl' script
2.
3.
  
Actual results:
Last word displayed is 'nulla' - last 15 words are missing

Expected results:
All words are displayed

Additional info:

Comment 1 Daniel Berrangé 2007-10-02 21:14:16 UTC
Created attachment 214021 [details]
Demo script to show truncated text

The attached script uses perl-Net-DBus to demo truncation of text by the
notification daemon.

Comment 2 Daniel Berrangé 2007-10-02 21:15:06 UTC
Created attachment 214031 [details]
Screenshot  showing truncated text

The popup on the left-hand side shows correct full display on Fedora 6. The
popup on the right shows the truncated display on Fedora 8.

Comment 3 Matthias Clasen 2008-05-08 21:27:19 UTC
I believe Jon McCann fixed this a few weeks ago.