Ill give the specifics,
this code in evince (ev-window-title.c) sets the window title we see:
new_title = g_strdup_printf ("%s (%s)", *title, filename)
as you can see the format is "internal doc title (real filename)"-- labels PDF document a microsoft word document https://bugs.launchpad.net/bugs/98876 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
