After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 601290 - Warning from titleless window
Warning from titleless window
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
: 601292 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-11-09 18:45 UTC by Owen Taylor
Modified: 2009-11-13 21:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Deal with title-less windows (1.70 KB, patch)
2009-11-13 19:39 UTC, Dan Winship
committed Details | Review

Description Owen Taylor 2009-11-09 18:45:38 UTC
Starting a title-less application (e.g., the test case from bug 601228 produces)

    JS ERROR: !!!   Exception was: Error: Argument 'text' (type utf8) may not be null
    JS ERROR: !!!     lineNumber = '0'
    JS ERROR: !!!     fileName = 'gjs_throw'
    JS ERROR: !!!     message = 'Argument 'text' (type utf8) may not be null'
    JS ERROR: !!!     stack = 'Error("Argument 'text' (type utf8) may not be null")@:0
("Argument 'text' (type utf8) may not be null")@gjs_throw:0
@:0
([object _private_Shell_WindowTracker],[object _private_GLib_ParamSpec])@/home/otaylor/gnome-shell/source/gnome-shell/js/ui/panel.js:156
([object _private_Shell_WindowTracker],[object _private_GLib_ParamSpec])@/home/otaylor/gnome-shell/install/share/gjs-1.0/lang.js:110
Error("Chained exception")@:0
("Chained exception")@gjs_throw:0
Comment 1 Dan Winship 2009-11-13 19:39:27 UTC
*** Bug 601292 has been marked as a duplicate of this bug. ***
Comment 2 Dan Winship 2009-11-13 19:39:48 UTC
Created attachment 147686 [details] [review]
Deal with title-less windows
Comment 3 Colin Walters 2009-11-13 19:41:12 UTC
Review of attachment 147686 [details] [review]:

All systems prepare for launch!
Comment 4 Dan Winship 2009-11-13 21:04:34 UTC
Attachment 147686 [details] pushed as 8334b06 - Deal with title-less windows