Package: systemd
Version: 254.1-3
Severity: important
After switching to virtual console 1, it is possible to switch, using
alt+fn or ctrl+alt+fn, to virtual console 1, 3, 4, 8, and 9 (why only
these?), but not to virtual console 7, containing the default x11
session.
It is possible to switch usi
Package: src:linux
Version: 6.4.11-1
Severity: normal
Pressing the left Super key (also known as left Windows key) no longer
has any effect, including in 'showkey -s' or 'showkey -k'.
The right Super key works normally.
-- Package-specific info:
** Version:
Linux version 6.4.0-3-amd64 (debian-k
Package: apt
Version: 2.7.3
Severity: minor
On 'apt upgrade', the following message is displayed:
N: Missing Signed-By in the sources.list(5) entry for 'file:/usr/src/deb'
As this source is trusted (relevant sources.list.d entry included
below), it does not need Signed-By. Please do not displa
Package: bugs.debian.org
Severity: normal
After receiving acknowledgement mail for bug #1021297, and after the
bug was visible on:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?repeatmerged=yes;src=cruft-ng
the bug report (linked from both places) was not available for some
time, giving error:
Package: cruft-ng
Version: 0.9.44
Severity: normal
The cruft-ng utility only processes files with dot (.) in their path name.
The problem is caused by plocate.cc using 'plocate .' to find files. The
simplest fix is probably to replace it with 'plocate /'.
-- System Information:
Debian Release:
Package: python3-tk
Version: 3.10.5-2
Severity: normal
The python3-tk package does not remove bytecode on upgrade:
Unpacking python3-tk:amd64 (3.10.6-1) over (3.10.5-2) ...
dpkg: warning: unable to delete old directory
'/usr/lib/python3.9/tkinter': Directory not empty
The bug is the same as #918
Source: gcc-12
Version: 12-20220319-1
Severity: wishlist
Please consider having the cpp-${version} packages suggesting the
matching cpp-${version}-doc package, similarly to how gcc-${version}
suggests gcc-${version}-doc. This would help users to keep them in
sync.
-- System Information:
Debian R
Package: xscreensaver
Version: 6.02+dfsg1-2
Severity: normal
The 'Quick Power-off in Blank Only Mode' option has no effect if the
'Display Power Management' option is not enabled.
This is presumably because xscreensaver does not run DPMSEnable()
before DPMSForceLevel().
-- System Information:
D
Jamie Zawinski :
> xscreensaver does not use the MIT SCREEN-SAVER server extension
> because it is a flaky, unreliable piece of shit that tends to cause
> the sever to crash.
Is it still the case after 7 years?
Also, the workaround given by the submitter no longer works, I use this
instead:
$ c
Package: curl
Version: 7.81.0-1
Severity: wishlist
Please consider building the curl binary package with MultiSSL support.
It allows users to select TLS backend at runtime using CURL_SSL_BACKEND
environment variable. It could be useful for testing and debugging.
-- System Information:
Debian Re
Salvatore Bonaccorso :
> I'm closing this bug now as I think it's not anymore relevant in this
> outlined form. But please let me know if you disagree.
Why do you believe so? Did anything change, other than renaming
linux-tools to linu-perf?
Source: python-bz2file
Severity: important
As the library is no longer developed and all its features were
integrated upstream in Python 3.3, python-bz2file is no longer useful.
Please migrate its reverse dependencies to the standard library bz2
module and remove the package from Debian.
Source: abydos
Version: 0.5.0+git20201231.344346a-3
Severity: minor
The abydos source package has incorrect home page (apparently copied
from the pyls-spyder source package):
$ apt-cache showsrc abydos | grep ^Homepage:
Homepage: https://github.com/spyder-ide/pyls-spyder
$
The actual home page o
Michael Stone :
> No, because it treats .x and .z as file extensions but not .x-y. So
> in the versioned sort case you're sorting "foo", "foo", and "foo.x-y".
> This is because "-" isn't recognized as valid in a file extension; if
> you add "foo.xy" to the list you'd find it between foo.x and foo.
Julian Andres Klode :
> I have managed to reproduce the issue occassionally after putting my squid
> in front of it.
>
> This should be fixed in
> https://salsa.debian.org/apt-team/apt/-/merge_requests/130
> but I'll leave the bug open for you to verify.
Thanks, I confirm that the problem is no
Package: apt
Version: 2.1.9
Severity: normal
The 'apt source' command fails to download package sources:
$ apt source hello
Reading package lists... Done
Need to get 733 kB of source archives.
Get:1 https://ftp.icm.edu.pl/packages/linux-debian bullseye/main hello
2.10-2 (dsc) [1335 B]
Err:1 https
Julian Andres Klode :
> Heh, I've only ever seen it with the same number. But this is not
> a progress logging issue, it means there's a problem with the
> connection and it's reconnecting, and it does so potentially endlessly
> because the code misses a continue.
Thanks for the quick fix, I'll t
Package: apt
Version: 2.1.8
Severity: minor
The 'apt update' commands repeats the same progress lines, sometimes
more than 100 times:
# script -c 'apt -q update'
Script started, output log file is 'typescript'.
[...]
Script done.
# uniq -c < typescript | egrep -v '^ *1 '
2 Get:2 file:/usr/s
Package: apt
Version: 2.1.8
Severity: wishlist
Running the 'apt key list' command gives the following information:
Warning: apt-key is deprecated. Manage keyring files in
trusted.gpg.d instead (see apt-key(8)).
Neither the manpage nor other documentation suggests what to replace
the command
Julian Andres Klode :
> This seems the "best" outcome. In any case, we have about 2 years to
> figure this out and should keep things this way for now.
[...]
> Anyhow, we've got two years to fix this, no need to rush a "fix" out
> now.
One year has passed without rushing a fix, or any other act
Don Armstrong :
> Bugs have always been ordered by bug number, and never by last modified
> time. It's a reasonable feature request, but just not something we've
> implemented.
It was implemented and still is, but it seems to be no longer
accessible from the web interface for some reason. I can s
Julian Andres Klode :
> This is not a bug, but a feature. You ran the equivalent of
> apt install libc6 && apt upgrade, and that causes libc6 to be
> manually installed, because you manually requested it to be
> installed.
Hmm... What is the difference between apt install and apt upgrade
, then?
Package: apt
Version: 2.0.0
Severity: normal
When a package listed as an argument to apt upgrade is already at the
requested version, it is marked as manually installed:
# apt-mark showmanual libc6
# apt upgrade libc6
Reading package lists... Done
Building dependency tree
Reading state informati
Sebastiaan Couwenberg :
> So for some reason not all packages in the qgis dependency chain that
> were rebuilt for the proj transition were upgraded on your systems,
> that's an unusual situation but not a bug in qgis.
The current version of libgeotiff5 in testing is 1.5.1-2, so it is not
surpris
Sebastiaan Couwenberg :
> Not on my system.
>
> I have libc6 (2.30-2) since 2020-03-14 06:59:08.
>
> qgis-provides was upgrade from 3.10.3+dfsg-1 to 3.10.3+dfsg-1+b1 on
> 2020-03-19 05:38:47.
>
> It upgraded without issues:
>
> Setting up qgis-providers (3.10.3+dfsg-1+b1) ...
> Setting up libqgi
Package: bugs.debian.org
Severity: normal
Bugs used to be sorted by the modification time, which made it easier
to track recent bug changes. They are now, apparently, sorted by the
bug number, which is not particularly useful.
Please sort the bugs by modification time again, or make the behavior
severity 954242 serious
thanks
The bug is also present with glibc 2.30-2, from testing/unstable, with
no special configuration.
Package: xfce4-panel
Version: 4.14.0-1
Severity: minor
With window manager compositing enabled, first-order menus of panel
items have unusually thick borders. Depending on the menu, the color of
the border can be black or gray. The submenus have standard borders.
Please make all menus use standar
Sorry, I accidentally truncated some lines of the bug report.
uMatrix extension:
https://chrome.google.com/webstore/detail/umatrix/ogfcmafjalglgifnmanfmnieipoejdcf
stderr messages:
[4427:4427:0731/225810.582068:ERROR:bad_message.cc(22)] Terminating
extension renderer for bad IPC message, r
Package: chromium
Version: 76.0.3809.87-1
Severity: normal
After upgrading Chromium from version 76.0.3809.71-1, the uMatrix
extension:
https://chrome.google.com/webstore/detail/umatrix/ogfcmafjalglgifnmanfmnieipoe
started crashing on browser startup. On crash, the following balloon
message is
Julian Andres Klode :
> > Now a=testing packages have higher priority than the a=testing-security
> > ones, which results in security updates not being installed. Another
> > method of pinning configuration, using APT::Default-Release, has
> > exactly the same effect.
>
> And this is a good thing
Salvatore Bonaccorso :
> I do not think this will be reverted, but time will show. There was
> already an earlier intention to do this to get consistency across the
> archive:
>
> https://lists.debian.org/debian-security/2015/12/msg00015.htm
>
> But back then this was not possible to switch. Then
Package: security.debian.org
Severity: normal
Tags: security
With the release of buster, testing security updates switched from
Suite: testing to Suite: testing-security. This silently breaks
security updates on systems using apt pinning to elevate the priority
of testing packages.
Also, bug #913
forwarded 557251 https://github.com/python-pillow/Pillow/issues/421
thanks
Confirmed as fixed, apparently since 2.3.0.
forwarded 844991 https://bugs.launchpad.net/lightdm/+bug/1658950
thanks
Yves-Alexis Perez :
> I don't think it's necessary, especially for a small patch.
Submitted, thank you.
The code includes a function to filter UTF-8 locales, but it is not always
used. The attached patch fixes the problem.
diff --git a/liblightdm-gobject/language.c b/liblightdm-gobject/language.c
index 91a4642..e640455 100644
--- a/liblightdm-gobject/language.c
+++ b/liblightdm-gobject/language.c
@@
Package: consolation
Version: 0.0.4-1
Severity: wishlist
Please consider enabling drag to select in the select word mode. For an
example, with the following text:
Description: PARI/GP Computer Algebra System elliptic curves
double clicking on 'G' without releasing the mouse button and then
mov
Package: nginx-light
Version: 1.10.2-2
Severity: normal
Tags: security
Using:
ssl_ecdh_curve X25519;
in /etc/nginx/sites-available/ results in nginx refusing to start with
the following error:
Unable to create curve "X25519" (SSL: error:100AE081:elliptic curve
routines:EC_GROUP _new_by_cu
Axel Beckert :
> Hrm. Those texts display fine for me on a current Debian Unstable
> (version 1.3rc1-8.5) in both, the linux virtual console with UTF-8 and
> "bb -driver linux" or just "bb" as well as inside an uxterm with "bb
> -driver slang".
>
> Can you still reproduce this issue in either Debi
Package: fonts-lmodern
Version: 2.004.5-1
Severity: normal
The fonts-lmodern binary package has a useless dependency on tex-common.
While its maintainer scripts do run update-texmf-config, the call is a
no-op, as fonts-lmodern contain no font map files, hyphenation patterns, or
format updates, nor
Package: apt
Version: 1.1.4
Severity: wishlist
The Acquire::PDiffs::SizeLimit option should check size of the Index
file as well. Currently, apt happily downloads Packages.diff/Index even
if it is larger than Packages.gz. (The archive, luckily, seems not to
publish the Index in such a case, hence
Package: firmware-realtek
Version: 0.44
Severity: serious
Justification: 12.5, stretch release policy 1
The RTL8192SU/rtl8192sfw.bin file is not present upstream. Its actual
upstream source (presumably Realtek?) is not documented in the
copyright file. Please document it.
$ cd git/linux-firmware
-removal
/etc/apt/apt.conf.d/01autoremove
On 4 June 2013 at 21:03, Ben Hutchings wrote:
> On Tue, Jun 04, 2013 at 08:46:50PM +0200, Piotr Engelking wrote:
>> Source: linux
>> Severity: wishlist
>>
>> Please consider having the linux-image-${version}-* packages sugge
Ben Hutchings wrote:
> It might be a useful hint. However the linux-tools meta-package is
> a more effective way to keep linux-tools-* up to date (unless you
> install the kernel from experimental).
Sure, I already use it, but, for an example, even though I do have the
kernel pointed at by linu
Source: linux
Severity: wishlist
Please consider having the linux-image-${version}-* packages suggesting
the matching linux-tools-${version} package. This would help users to keep
them in sync.
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (500, 'testing')
Package: login
Version: 1:4.1.5.1-1
Severity: important
The 'su -' command, unlike login, doesn't set umask. This behavior
disagrees with the man page, which says:
The optional argument - may be used to provide an environment similar
to what the user would expect had the user logged in direct
found 590521 1.8.15-3
thanks
Boris Pek wrote:
>> >* Build with -DQTC_MODIFY_MOZILLA=false:
>> > do not modify Iceweasel and/or Firefox settings. (Closes: #590521)
>> Again?
>> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590521#24
>> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=
found 590521 1.8.15-2
thanks
The bug is, indeed, not fixed. Steps to reproduce:
* Under XFCE 4.8, run xfce4-appearance-settings.
* Select the QtCurve style. This previews the style, which in turn
modifies userChrome.css.
* Select the style used previously.
* Close xfce4-appearance-settings.
--
Package: cmake
Version: 2.8.9-1
Severity: normal
If python2.7-dev as well as libpython3.2 are installed,
INCLUDE(FindPythonLibs) uses different versions of Python in
PYTHON_INCLUDE_DIR and PYTHON_LIBRARY. I believe it should use the same
version for both of them.
$ cd $(mktemp -d)
$ echo 'INCLUDE
Package: libpython3.2
Version: 3.2.3-4
Severity: normal
The /usr/lib/python3.2/config/libpython3.2mu.so file is a symbolic link
to /usr/lib/libpython3.2mu.so, which does not exist. It should probably
symlink to /usr/lib/libpython3.2mu.so.1, instead.
The problem is also present in the libpython3.3
Package: httrack
Version: 3.45.4-1
Severity: minor
Httrack sends the following Accept-Charset: header:
Accept-Charset: iso-8859-1, iso-8859-*;q=0.9, utf-8;q=0.66, *;q=0.33
As a result, the program claims preference for the non-existent
iso-8859-* character set, which isn't particularly useful.
Package: mysql-server-core-5.5
Version: 5.5.23-2
Severity: normal
The MySQL server wakes up several times per second even if no clients
are connected. Waking up the CPU unnecessarily results in increased
power consumption. Please consider allowing mysqld to sleep until it
has queries to process.
Package: unhide
Version: 20110113-3
Severity: serious
Justification: wheezy RC policy 3
The unhide postinst script switches the unhide alternative to manual
mode, which is a violation of section 3 of the wheezy RC policy. The
manual mode is provided for the system administrator.
The use of the al
Package: ifupdown
Version: 0.7~beta2
Severity: normal
Setting the local endpoint of a 6to4 tunnel with the -o option of the
ifup command doesn't work correctly:
# cat /etc/network/interfaces
[...]
iface test inet6 6to4
local 1.2.3.4
# ifup test -o local=5.6.7.8 && ifconfig test
test Lin
On 12 January 2010, Piotr Engelking wrote:
> Please consider adding an option to update versioned dependencies to
> match the new version in case the package depends on another package
> with exactly the same version. It would be useful for preserving strict
> versioned dependen
Piotr Engelking wrote:
> In DejaVu Sans Bold and DejaVu Sans Oblique, small Latin letters with
> dot above (such as U+017C ż LATIN SMALL LETTER Z WITH DOT ABOVE) are
> broken at small font sizes - the dot is replaced with a vertical line.
The issue is present if font hinting is set t
Thorsten Glaser wrote:
> I actually like the idea of making editorrc a slave to editor…
And this solution would indeed probably be the best, if it is possible.
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@li
Thorsten Glaser wrote:
> I think that’s a lot more silly. Besides, wrapping
> would slow down and bloat.
It avoids the problem of editor and editorrc being out of sync.
Slowdown is imperceptible (which is the only thing that matters, since
joe is always used interactively). There is no memory c
Piotr Engelking wrote:
> #!/bin/bash
> if [ "x$(basename -- $0)" = xeditor ]; then
Sorry, insufficient quoting, the above should be of course:
if [ "x$(basename -- "$0")" = xeditor ]; then
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ..
I think that all of this silliness could be avoided, while perfectly
reproducing current behavior, if jstar, joe, etc were wrappers, not
symlinks:
#!/bin/bash
if [ "x$(basename -- $0)" = xeditor ]; then
progname=jstar
else
progname="$0"
fi
exec -a "$progname" /usr/lib/joe/joe.rea
Thorsten Glaser wrote:
>>There seems to be no point of jupp sharing the editorrc alternative
>>with joe, especially considering that neither program is compatible
>>with the shipped rc files of the other anymore.
>
> The problem is that joe/jupp use argv[0] + "rc" as name to look
> for, so it’s e
Thorsten Glaser wrote:
> Do you think it would work if I just add
> /etc/jupp/editorrc@ -> ../joe/editorrc
> and then manage /etc/joe/editorrc with update-alternatives
> just like joe does?
There seems to be no point of jupp sharing the editorrc alternative
with joe, especially considerin
Package: jupp
Version: 3.1.17-2
Severity: serious
Justification: wheezy RC policy §3
Jupp hijacks the editorrc alternative from joe, moving it from
/etc/joe/editorrc to /etc/jupp/editorrc. This breaks joe if it is set
as the default system editor:
# dpkg-query -W joe
joe 3.7-2
# ls -F /etc/jo
Package: tomoyo-tools
Version: 2.3.0-20100820-1
Severity: normal
The tomoyo-tools package has a versioned dependency on linux-image-2.6,
which is a purely virtual package. Such a dependency makes no sense,
since, in accordance with Debian Policy 7.5, versioned dependencies can
not be satisfied by
Package: locales
Version: 2.13-4
Severity: normal
Tags: l10n
C.UTF-8 is not listed as an option when selecting the default system
locale (locales/default_environment_locale) during the configuration of
the locales package.
Please allow setting it as the default system locale.
-- System Informat
On 14 May 2011 10:54, Piotr Engelking wrote:
> Now that stable has less 443-1, the dependency is no longer needed,
> and the patch can be used as-is.
Erm, 436-1, which luckily doesn't change the conclusion. :P
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian
tags 407278 + patch
thanks
On 10 August 2009 02:35, Piotr Engelking wrote:
> The attached patch enables zless to correctly view standard input
> without changing its behavior in other cases.
>
> There is still, however, one remaining problem - the patch depends on a
> functionalit
Package: ttf-dejavu
Version: 2.33-1
Severity: normal
In DejaVu Sans Bold and DejaVu Sans Oblique, small Latin letters with
dot above (such as U+017C ż LATIN SMALL LETTER Z WITH DOT ABOVE) are
broken at small font sizes - the dot is replaced with a vertical line.
This is a regression from 2.32-1.
Package: kernel-package
Version: 12.036+nmu1
Severity: wishlist
Please consider adding to make-kpkg a target producing the
linux-tools-$(uname -r) package, containing the 'perf' performance
analysis tools.
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500
Package: git
Version: 1:1.7.4.1-1
Severity: minor
Trying to switch to a branch you are already on leaves useless no-op
entries in the reflog:
$ cd $(mktemp -d)
$ git init
Initialized empty Git repository in /tmp/tmp.bNg1nsyeHL/.git/
$ touch foo
$ git add foo
$ git commit -m 'initial commit'
[mast
Package: apt
Version: 0.8.11.3
Severity: wishlist
It is possible to select a specific release of a binary package for
display with apt-cache, as in 'apt-cache show apt/unstable', but it is
not possible to do the same with source packages:
$ apt-cache showsrc apt/unstable
W: Unable to locate packa
merge 589576 601241
reassign 589576 xulrunner-1.9.2
forwarded 589576 https://bugzilla.mozilla.org/show_bug.cgi?id=597174
thanks
Apparently, the bug is actually in Mozilla code, and the changes in
cairo merely exposed it. The upstream bug contains a patch.
--
To UNSUBSCRIBE, email to debian-bug
Package: binutils-multiarch
Version: 2.21-1
Severity: grave
Justification: renders package unusable
Attempting to install binutils-multiarch 2.21-1 results in the
following error:
dpkg: error processing
/var/cache/apt/archives/binutils-multiarch_2.21-1_i386.deb (--unpack):
trying to overwrite `
Package: xscreensaver
Version: 5.11-1+b1
Severity: wishlist
With the 'mode' option set to 'blank', 'xscreensaver-command -lock'
paints the screen black, but the monitor remains on. Please consider
powering the monitor down, which would eliminate unnecessary light
emission (as well as greatly reduc
Package: gtk2-engines-qtcurve
Version: 1.5.1-1
Severity: serious
Justification: squeeze RC policy section 3
The ~/.mozilla/firefox/*.default/chrome/userChrome.css file contains
the following snippet:
menubar > menu { color: #141312 !important; } menubar >
menu[_moz-menuactive="true"][open="false"
Package: python-examples
Version: 2.5.4-9
Severity: minor
The python-examples package depends on python. This dependency is not
necessary or useful (as opposed to python2.5-examples, which needs to
and does depend on python2.5). Please consider removing it.
Similarly, python3-examples has a usele
Package: python-doc
Version: 2.5.2-1
Severity: wishlist
As source code examples may be a useful enhancement of language
documentation, please consider having python-doc suggesting
python-examples. For the same reason, python{2.5,2.6,2.7,3,3.1}-doc
could suggest python{2.5,2.6,2.7,3,3.1}-examples,
Package: binutils-multiarch
Version: 2.20.51.20100518-1
Severity: grave
Justification: renders package unusable
Binutils-multiarch breaks ld by diverting ld.bfd away without providing
a replacement:
$ ld
bash: /usr/bin/ld: No such file or directory
$ whereis ld
ld: /usr/bin/ld /usr/bin/ld.gold /u
Updated patch:
* fix mismatched \fI in the manual page
* fix punctuation
deborphan-ignore-bin-tools-utils-2.patch
Description: application/octetstream
Package: deborphan
Version: 1.7.28
Severity: normal
Tags: patch
The '--guess-section' option incorrectly considers packages with names
matching 'lib*-{bin,tools,utils}' to contain shared libraries, while these
packages actually contain programs. Please do not list these as shared
library packages.
Package: spim
Version: 8.0+dfsg-4
Severity: normal
Spim 8.0+dfsg-4 has some nonsensical dependencies, perhaps copied from
another package:
Recommends: dput, devscripts, curl
Suggests: gnupg-agent
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testi
Tobias Quathamer :
> thanks for your bug report. I'm not sure why /usr/games would not comply
> with FHS, according to the current standard (2.3) that directory is
> optional, but allowed. Why do you think that rot13 needs to be moved
> to /usr/bin?
Because rot13 is a general purpose utility, whi
Package: bsdgames
Version: 2.17-19
Severity: wishlist
The rot13 encryption/decryption utility is currently located in /usr/games.
Please move it to /usr/bin insted, in accordance with FHS.
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing'), (4
Package: wpolish
Version: 20100311-1
Severity: wishlist
Tags: l10n
It seems that /usr/share/dict/polish is encoded in ISO-8859-2. Please
use UTF-8 instead, which is the default encoding in Debian.
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testi
Package: ldnsutils
Version: 1.6.4-4
Severity: normal
If the 'nameserver' option is not present in /etc/resolv.conf, drill
refuses to run:
$ drill
error: No nameservers defined in the resolver
;; No packet received
$ cat /etc/resolv.conf
options ndots:0
$
According to resolv.conf(5), the 'nameser
I can reproduce this bug with xserver-xorg-video-radeon 1:6.12.192-1,
KMS-enabled upstream stable kernel 2.6.33.1, and xscreensaver 5.10-7
by running 'xscreensaver-command -lock' in X and switching to another
console before the screen finishes fading. (This requires the
xscreensaver 'fade' option t
reopen 568638
severity 568638 wishlist
thanks
Anton Zinoviev :
> On Sat, Feb 06, 2010 at 01:32:27PM +0100, Piotr Engelking wrote:
>
>> Using 'dpkg-reconfigure keyboard-configuration' to switch the keyboard
>> layout to French takes no effect, neither in console nor
Anton Zinoviev :
> On Fri, Feb 05, 2010 at 02:19:24AM +0100, Piotr Engelking wrote:
>
>> As of version 1.51, keyboard-configuration uses pc105 as the default
>> keyboard model for *_PL locales. Please use pc104 instead, as this the
>> keyboard that is normally used in Pol
> Sadly, I do not know who maintains these pages. The address of the
> Institute, as well as of prof. Werner, is however published at:
>
> http://uni-leipzig.de/~sorb/
Erm, this should actually be:
http://uni-leipzig.de/~sorb/seiten/eng/01/people.html
--
To UNSUBSCRIBE, email to debian-bugs-d
Jan Jeroným Zvánovec :
> thanks for your bugreport. I did not know about this web. Personally, I think
> it would be appropriate to first let the aspell maintainer know about it so he
> can update the version on the official aspell web pages:
> ftp://ftp.gnu.org/gnu/aspell/dict/hsb/
It would prob
tags 388589 + l10n
thanks
"brian m. carlson" :
> In sid, koi8-r(7) appears to be fixed; with the en_US.UTF-8 locale, man
> seems to produce proper output and no warnings. Can you confirm this
> being the case?
It is not:
$ LC_CTYPE=ru_RU.UTF-8 man koi8-r | fgrep COPYRIGHT
277 191 BF
Package: aspell-hsb
Version: 0.01.1-1
Severity: wishlist
A newer version of the dictionary, with a number of corrections and
additions, is distributed by the Institute for Sorbian Studies of the
University of Leipzig:
http://uni-leipzig.de/~sorb/seiten/eng/01/website.html
Please consider using i
Piotr Engelking :
> I vaguely remember a requirement for a truetype font to contain some
> ASCII superset, but I can't find anything like this in the Apple's
> TrueType Reference Manual.
Ah, I was confused. It is not a requirement, but a recommendation of
the Microsoft'
Package: scummvm-data
Version: 1.0.0-3
Severity: serious
Justification: squeeze RC policy §2
With scummvm 1.0.0-2 installed, attempting to install scummvm-data
results in the following error:
Unpacking scummvm-data (from .../scummvm-data_1.0.0-3_all.deb) ...
dpkg: error processing
/var/cache/apt/
Jamie Zawinski :
> It tries each of those patterns in order until it gets one, and if it
> doesn't, it bails. See xjack.c line 88.
>
> So probably it's actually using
>
>> alee-guseul-medium-r-normal--33-240-100-100-m-0-iso10646-1
Apparently so:
$ /usr/lib/xscreensaver/xjack -font
-alee-guseul-
Jamie Zawinski :
> What font is it trying to use? Is there something goofy about the fonts on
> your system? Try this:
It seems to be trying "-*-courier-medium-r-*-*-*-240-*-*-m-*-*-*",
which doesn't exist:
$ ltrace -s 256 /usr/lib/xscreensaver/xjack 2>&1 | fgrep '*'
strlen(".font:\t\t-*-cour
Package: xscreensaver-data-extra
Version: 5.10-7
Severity: normal
Xjack crashes on startup:
$ /usr/lib/xscreensaver/xjack
Floating point exception
$
The crash produces the following output in dmesg (with pid and sp
varying between invocations):
xjack[7317] trap divide error ip:80497d4 sp:ff82f8
Sandro Tosi :
> Yes, that's intended (I'm going to clarify this in the documentation).
> The problem is, sometimes is handy to be able to add a mail header in
> the "pseudo-header" section, and have it moved to mail header when
> sending the report. For example X-Debbugs-CC.
This is no longer use
Brice Goglin :
> Good to know. KMS is the way to go now, and non-KMS bugs will probably
> never be fixed, so I closing this bug.
Well, I guess they actually will be "fixed" by disabling UMS, as intel
and nouveau already did in January.
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@list
> commit c1b3e2969fe87e0607742bc4c478d58691018259
> Author: Sandro Tosi
> Date: Wed Mar 3 19:20:52 2010 +0100
>
>identify the pseudo-headers passed on the command-line and don't
>merge them in the mail headers, but add them to the bug "standard"
>
1 - 100 of 350 matches
Mail list logo