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 713404 Details for
Bug 831501
Won't start, syntax error in screenruler.rb:35
[?]
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.
[patch]
Updated patch to include encoding
screenruler-bug831501.patch (text/plain), 1.55 KB, created by
Russell Harrison
on 2013-03-20 18:32:55 UTC
(
hide
)
Description:
Updated patch to include encoding
Filename:
MIME Type:
Creator:
Russell Harrison
Created:
2013-03-20 18:32:55 UTC
Size:
1.55 KB
patch
obsolete
>diff -up /usr/share/screenruler/ruler_window.rb.orig /usr/share/screenruler/ruler_window.rb >--- /usr/share/screenruler/ruler_window.rb.orig 2011-03-30 00:26:46.000000000 -0400 >+++ /usr/share/screenruler/ruler_window.rb 2013-03-20 14:26:17.878840196 -0400 >@@ -16,7 +16,8 @@ > # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. > ############################################################################### > >-require 'glade_window', 'ruler_popup_menu', 'canvas', 'unique_timeout' >+require 'glade_window', 'canvas', 'unique_timeout' >+require_relative 'ruler_popup_menu' > > Unit = Struct.new('Unit', :name, :tick_pattern, :units_per_pattern_repetition, :per_inch) > >diff -up /usr/share/screenruler/screenruler.rb.orig /usr/share/screenruler/screenruler.rb >--- /usr/share/screenruler/screenruler.rb.orig 2011-03-30 00:26:46.000000000 -0400 >+++ /usr/share/screenruler/screenruler.rb 2013-03-20 14:29:12.584115347 -0400 >@@ -1,4 +1,5 @@ > #!/usr/bin/env ruby >+# -*- encoding: utf-8; -*- > > ############################################################################### > # Copyright 2008 Ian McIntosh <ian@openanswers.org> >@@ -44,7 +45,9 @@ GCONF_ROOT = '/apps/screenruler' > puts 'Loading libraries...' > > require 'addons_ruby' # for multi-file 'require' >-require 'gtk2', 'libglade2', 'gconf2', 'addons_gtk', 'ruler_window', 'preferences_window' >+require 'gtk2', 'libglade2', 'gconf2', 'addons_gtk' >+require_relative 'ruler_window' >+require_relative 'preferences_window' > > ################################################################### > # Main
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 831501
:
601287
| 713404