Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1934865 Details for
Bug 2150529
evince shows weird error, when trying to open a file with a colon in the name
Home
New
Search
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.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
proposed patch to omit the check of a "label" on a bare file name
evince-43-no-label-check-on-file.patch (text/plain), 755 bytes, created by
Albert Flügel
on 2022-12-29 12:30:43 UTC
(
hide
)
Description:
proposed patch to omit the check of a "label" on a bare file name
Filename:
MIME Type:
Creator:
Albert Flügel
Created:
2022-12-29 12:30:43 UTC
Size:
755 bytes
patch
obsolete
>--- evince-43.1/shell/main.c.org 2022-10-27 04:12:36.000000000 +0200 >+++ evince-43.1/shell/main.c 2022-12-29 10:26:30.484351725 +0100 >@@ -197,13 +197,15 @@ > const gchar *app_uri; > > filename = files[i]; >- label = get_label_from_filename (filename); >- if (label) { >- *label = 0; >- label++; >- dest = ev_link_dest_new_page_label (label); >- } else if (global_dest) { >- dest = g_object_ref (global_dest); >+ if (! g_file_test (filename, G_FILE_TEST_IS_REGULAR)) { >+ label = get_label_from_filename (filename); >+ if (label) { >+ *label = 0; >+ label++; >+ dest = ev_link_dest_new_page_label (label); >+ } else if (global_dest) { >+ dest = g_object_ref (global_dest); >+ } > } > > file = g_file_new_for_commandline_arg (filename);
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2150529
:
1934705
|
1934706
|
1934864
| 1934865 |
1934866