Bug#819909: 819909: leafpad: Cannot display the content of a logfile

2018-12-09 Thread Juhani Numminen
Followup-For: Bug #819909
Control: found -1 0.8.18.1-5
Control: retitle -1 leafpad: Cannot display UTF-16

On Sun, 3 Apr 2016 21:14:49 +0200 atalantt...@gmail.com wrote:
> Package: leafpad
> Version: 0.8.18.1
> Severity: important
> 
> Hi,
> 
> Leafpad is unable to show the content of the attached logfile created by the 
> Windows(R) software Intel(R) Chipset Device Software 10.1.1.14. It just shows 
> 'ÿþ=' as content.

I observe the same behavior in current leafpad as well.

I'm able to open the file with the Kate editor and when I do so, in the bottom
right of the window it displays "UTF-16LE".

This is what encguess says:

$ encguess *.log
Chipset_20160403204652_0_SetupChipsetx64.msi.logUTF-16

I can also produce a smaller text file that leafpad fails to correctly open:

$ echo Test. | iconv -t UTF16 -o test-utf16.txt


Regards,
Juhani

-- System Information:
Debian Release: 9.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-debug'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.18.0-0.bpo.1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8), LANGUAGE= 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages leafpad depends on:
ii  libc62.24-11+deb9u3
ii  libcairo21.14.8-1
ii  libglib2.0-0 2.50.3-2
ii  libgtk2.0-0  2.24.31-2
ii  libpango-1.0-0   1.40.5-1
ii  libpangocairo-1.0-0  1.40.5-1

leafpad recommends no packages.

Versions of packages leafpad suggests:
pn  evince-gtk  

-- no debconf information



Bug#915978: devscripts: salsa error Unknown command fork

2018-12-09 Thread Xavier
Le 09/12/2018 à 04:18, Dmitry Bogatov a écrit :
> Package: devscripts
> Version: 2.18.11
> Severity: normal
> 
> Dear Maintainer,
> 
> I installed devscripts/experimental to get `salsa' script and did
> following:
> 
>  $ salsa fork lintian/lintian --verbose
> 
> and got this:
> 
>  salsa error Unknown command fork
>  salsa info: Can't locate Devscripts/Salsa/chechout.pm in @INC (you may need 
> to install the Devscripts::Salsa::chechout module) (@INC contains: /etc/perl 
> /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 
> /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 
> /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 
> /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at 
> /usr/share/perl5/Module/Runtime.pm line 314.
>   at /usr/share/perl5/Devscripts/Salsa/fork.pm line 9.
>  Compilation failed in require at /usr/share/perl5/Module/Runtime.pm line 314.

Hello,

sorry for this stupid bug introduced during a function rename. Here is
the fix if you want to continue to test:

--- a/usr/share/perl5/Devscripts/Salsa/fork.pm
+++ b/usr/share/perl5/Devscripts/Salsa/fork.pm
@@ -6,7 +6,7 @@ use Devscripts::Output;
 use Dpkg::IPC;
 use Moo::Role;

-with 'Devscripts::Salsa::chechout';
+with 'Devscripts::Salsa::checkout';

 sub fork {
 my ($self, $project) = @_;
@@ -14,7 +14,7 @@ sub fork {
 $self->api->fork_project($project, { namespace => $path });
 my $p = $project;
 $p =~ s#.*/##;
-$self->chechout($p);
+$self->checkout($p);
 chdir $p;
 spawn(
 exec => [
> 
> According to salsa(1) it is valid:
> 
>  fork
> Forks a project in group/user repository and set "upstream" to
> original project. Example:
> 
>   $ salsa fork js-team/node-mongodb --verbose
>   ...
>   salsa.pl info: node-mongodb ready in node-mongodb/
>   $ cd node-mongodb
>   $ git remote --verbose show
>   origin  g...@salsa.debian.org:me/node-mongodb (fetch)
>   origin  g...@salsa.debian.org:me/node-mongodb (push)
>   upstreamg...@salsa.debian.org:js-team/node-mongodb (fetch)
>   upstreamg...@salsa.debian.org:js-team/node-mongodb (push)
> 
> For a group:
> 
>   salsa fork --group js-team user/node-foo
> 
> Oh, and by the way, it is quite unfortunate, that reportbug by default
> insert content of ~/.devscripts into bugreport. It could contain quite
> sensible SALSA_TOKEN. Not sure, whether it is bug in devscripts or
> reportbug.

Sure it's a bug. Report it against devscripts, then if needed we will
reassign it.

Thanks to take time to test salsa !

Cheers,
Xavier



Bug#915985: gnome-control-center: gnome lock screen feature missing in buster after update

2018-12-09 Thread geo_work
Package: gnome-control-center
Version: 1:3.30.2-1
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?after latest update
   * What exactly did you do (or not do) that was effective (or
 ineffective)? searched for lock screen settings in gnome
   * What was the outcome of this action? it was disabled and the button in
upper right near the close button is missing
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***



-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.18.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), 
LANGUAGE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages gnome-control-center depends on:
ii  accountsservice0.6.45-1
ii  apg2.2.3.dfsg.1-5
ii  colord 1.4.3-3+b1
ii  desktop-file-utils 0.23-4
ii  gnome-control-center-data  1:3.30.2-1
ii  gnome-desktop3-data3.30.2-1
ii  gnome-settings-daemon  3.30.1.2-1
ii  gsettings-desktop-schemas  3.28.1-1
ii  libaccountsservice00.6.45-1
ii  libatk1.0-02.30.0-1
ii  libc6  2.27-8
ii  libcairo-gobject2  1.16.0-1
ii  libcairo2  1.16.0-1
ii  libcanberra-gtk3-0 0.30-6
ii  libcanberra0   0.30-6
ii  libcheese-gtk253.30.0-1
ii  libcheese8 3.30.0-1
ii  libclutter-1.0-0   1.26.2+dfsg-7
ii  libclutter-gtk-1.0-0   1.8.4-3
ii  libcolord-gtk1 0.1.26-2
ii  libcolord2 1.4.3-3+b1
ii  libcups2   2.2.9-2
ii  libfontconfig1 2.13.1-2
ii  libgdk-pixbuf2.0-0 2.38.0+dfsg-6
ii  libglib2.0-0   2.58.1-2
ii  libgnome-bluetooth13   3.28.2-2
ii  libgnome-desktop-3-17  3.30.2-1
ii  libgoa-1.0-0b  3.30.0-1
ii  libgoa-backend-1.0-1   3.30.0-1
ii  libgrilo-0.3-0 0.3.7-1
ii  libgtk-3-0 3.24.1-2
ii  libgtop-2.0-11 2.38.0-2
ii  libgudev-1.0-0 232-2
ii  libibus-1.0-5  1.5.19-1
ii  libkrb5-3  1.16.1-1
ii  libmm-glib01.8.2-1
ii  libnm0 1.14.4-4
ii  libnma01.8.18-2
ii  libpango-1.0-0 1.42.4-4
ii  libpangocairo-1.0-01.42.4-4
ii  libpolkit-gobject-1-0  0.105-22
ii  libpulse-mainloop-glib012.2-2
ii  libpulse0  12.2-2
ii  libpwquality1  1.4.0-2
ii  libsecret-1-0  0.18.6-3
ii  libsmbclient   2:4.9.2+dfsg-2
ii  libsoup2.4-1   2.64.1-3
ii  libupower-glib30.99.9-2
ii  libwacom2  0.31-1
ii  libwayland-server0 1.16.0-1
ii  libx11-6   2:1.6.7-1
ii  libxi6 2:1.7.9-1
ii  libxml22.9.4+dfsg1-7+b2

Versions of packages gnome-control-center recommends:
ii  cracklib-runtime  2.9.2-5.2+b1
ii  cups-pk-helper0.2.6-1+b1
ii  gkbd-capplet  3.26.0-4
ii  gnome-online-accounts 3.30.0-1
ii  gnome-user-docs   3.30.2-1
ii  gnome-user-share  3.28.0-1
ii  iso-codes 4.1-1
ii  libcanberra-pulse 0.30-6
ii  libnss-myhostname 239-13
ii  mousetweaks   3.12.0-4
ii  network-manager-gnome 1.8.18-2
ii  policykit-1   0.105-22
ii  pulseaudio-module-bluetooth   12.2-2
ii  realmd0.16.3-2
ii  rygel 0.36.2-2
ii  rygel-tracker 0.36.2-2
ii  system-config-printer-common  1.5.11-3

Versions of packages gnome-control-center suggests:
ii  gnome-software   3.30.5-1
ii  gstreamer1.0-pulseaudio  1.14.4-1
pn  libcanberra-gtk-module   
ii  libcanberra-gtk3-module  0.30-6
ii  x11-xserver-utils7.7+8

-- no debconf information



Bug#889834: Possibility to include desktop translation for next upload?

2018-12-09 Thread Helge Kreutzmann
Hello maintainers,
would it be possible to include this targetted fix for your next
upload, preferrably before the freeze? Th patch is rather targetted
and should not cause any harm.

Greetings

  Helge
-- 
  Dr. Helge Kreutzmann deb...@helgefjell.de
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software "libre": http://www.ffii.de/


signature.asc
Description: Digital signature


<    1   2   3