Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
gprename
fix_system_dirs.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix_system_dirs.patch of Package gprename
--- bin/gprename 2024-01-16 05:39:01.000000000 -0500 +++ bin/gprename 2024-01-16 05:48:07.319259498 -0500 @@ -55,7 +55,7 @@ # set the locale setlocale(LC_ALL, ''); -bindtextdomain( 'gprename', '/usr/local/share/locale'); +bindtextdomain( 'gprename', '/usr/share/locale'); textdomain( 'gprename' ); sub gtext { @@ -137,7 +137,7 @@ $window->add_accel_group( $accel_group ); # Set the window icon -my $icon = '/usr/share/icons/gprename.png'; +my $icon = '/usr/share/pixmaps/gprename.png'; my $pixbuf = Gtk3::Gdk::Pixbuf->new_from_file( $icon ); $window->set_icon( $pixbuf ); @@ -1508,7 +1508,7 @@ $buffer->create_tag( 'big', size => 20 * 1024 ); $buffer->create_tag( 'italic', style => 'italic' ); my $iter = $buffer->get_start_iter; - my $icon = '/usr/share/icons/gprename.png'; + my $icon = '/usr/share/pixmaps/gprename.png'; my $pixbuf = Gtk3::Gdk::Pixbuf->new_from_file( $icon ); $buffer->insert_pixbuf ($iter, $pixbuf);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor