Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 214021 Details for
Bug 316211
Notification popups arbitrarily truncate text
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Demo script to show truncated text
notification.pl (text/plain), 889 bytes, created by
Daniel Berrangé
on 2007-10-02 21:14:16 UTC
(
hide
)
Description:
Demo script to show truncated text
Filename:
MIME Type:
Creator:
Daniel Berrangé
Created:
2007-10-02 21:14:16 UTC
Size:
889 bytes
patch
obsolete
>#!/usr/bin/perl > >use Net::DBus qw(:typing); > > >my $bus = Net::DBus->session; > >my $svc = $bus->get_service("org.freedesktop.Notifications"); >my $obj = $svc->get_object("/org/freedesktop/Notifications"); > >$obj->Notify("notification.pl", > 0, > '', > "Demo notification", > "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum", > ["done", "Done"], > {"desktop-entry" => "virt-manager", x => dbus_variant(dbus_int32(200)), y => dbus_variant(dbus_int32(200))}, > 10_000);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 316211
: 214021 |
214031