[tex-live] TexLive2014 package Manager

Raghu ksraghu at gmail.com
Fri Jul 24 04:04:23 CEST 2015


Hello,

Thanks for your help.
.
I could not interpret exactly your edit instructions.
So I did not want to mess up the  original tlmgrgui.pl file.
If you could elaborate little more on the edit steps , it would be of help.
Sorry again for taking your time.To be honest , it is not such a critical
problem though. However I felt the UI was not user-friendly .

rgds,
Raghu

On Fri, Jul 24, 2015 at 6:17 AM, Norbert Preining <norbert at preining.info> wrote:
> On Mon, 15 Jun 2015, Raghu wrote:
>> Very Slow while tyoing in the "match" box.
>> Any help is appreciated.
>
> Can you please try the following changes in tlmgrgui.pl
> (in unified diff format) and let me know if that helps you:
>
> --- texmf-dist/scripts/texlive/tlmgrgui.pl      2015-06-14 22:36:28.601319135 +0900
> +++ texmf-dist/scripts/texlive/tlmgrgui.pl      2015-07-24 09:45:32.516218843 +0900
> @@ -350,8 +350,12 @@
>      #       $match_filenames = 1;
>      #     }
>      #   }
> -      $match_text = $new_val;
> -      update_grid(); return 1; });
> +      my $new_match_text = ( length($new_val) >= 3 ? $new_val : "" );
> +      if ($new_match_text ne $match_text) {
> +        $match_text = $new_match_text;
> +        update_grid();
> +      }
> +      return 1; });
>
>    my $filter_selection = $filter_frame->Labelframe(-text => __("Selection"));
>    if ($mode_expert) { $filter_selection->pack(@left, @x_y, @p_ii); }
>
>
> Norbert
>
> ------------------------------------------------------------------------
> PREINING, Norbert                               http://www.preining.info
> JAIST, Japan                                 TeX Live & Debian Developer
> GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0  ACF0 6CAC A448 860C DC13
> ------------------------------------------------------------------------



-- 
Raghu Nathan,
(+91) 9740.156.732
Bangalore - INDIA


More information about the tex-live mailing list