Package: nik4
Version: 1.8-1
Severity: normal
X-Debbugs-Cc: tsuyo...@yumegakanau.org
Running nik4 results in this:
Traceback (most recent call last):
File "/usr/bin/nik4", line 8, in
import mapnik
ModuleNotFoundError: No module named 'mapnik'
I guess the package should depend on python3-m
On 2/11/23 1:58 PM, Peter B wrote:
"Just tested font changing for qt6ct itself and qtcreator, and fonts
are changing just fine,
so I can't reproduce this problem.
However, I'm using Xfce, so maybe this is a Gnome issue?
Fonts do take a little while to change though.
Is qt5ct w
Package: qt6ct
Version: 0.7-2
Severity: normal
X-Debbugs-Cc: tsuyo...@yumegakanau.org
I use GNOME. I was trying out qtcreater. I do not regularly use any
Qt applications. The font size in qtcreator's interface is too small
for me. I read that qt6ct can be used to configure the font size, if
you a
Package: ratpoison
Version: 1.4.9-1
Severity: normal
Tags: patch
X-Debbugs-Cc: tsuyo...@yumegakanau.org
The focusup, focusdown, focusleft, and focusright commands, which move
to an adjacent frame, have some unintuitive behavior. For example,
suppose you have a grid of four equally-sized frames, ar
On Fri, Apr 22, 2022 at 02:48:03PM +, Debian Bug Tracking System wrote:
> Closing this old report. It's not a bug in x11-xkb-utils, but probably
> in the X server, where changes made before the first keypress get (or
> used to get?) overwritten. IIRC we had a number of reports about that
> ov
On Fri, Sep 03, 2021 at 11:15:08PM +, Debian Bug Tracking System wrote:
> I believe those problems were resolved by a new version of Firefox in the
> past.
> Personally I can't reproduce them anymore hence I am going to close these bug
> reports now.
You're right, I haven't seen the problem i
On Tue, Oct 06, 2020 at 10:18:21PM +0200, Markus Koschany wrote:
> Then probably something in your user profile is causing this.
>
> Always make a backup of your user profile before attempting any of the
> following steps:
>
> Go to
>
> ~/.mozilla/firefox/{$YOUR_PROFILE}.default
>
> and g
On Tue, Oct 06, 2020 at 02:37:57PM +0200, Markus Koschany wrote:
> Am 06.10.20 um 08:22 schrieb Christopher Cramer:
> > Package: webext-ublock-origin-firefox
> > Version: 1.30.0+dfsg-1
> > Severity: normal
> > X-Debbugs-Cc: tsuyo...@yumegakanau.org
> >
> &g
Package: webext-ublock-origin-firefox
Version: 1.30.0+dfsg-1
Severity: normal
X-Debbugs-Cc: tsuyo...@yumegakanau.org
When starting Firefox, uBlock Origin doesn't block anything. When I go
into the Add-ons dialog and disable it, then enable it again, it starts
blocking things again.
I looked at #9
The following patch adds support for reading from standard input
when - is given as an argument.
diff -ur a/galax-1.1/toplevel/galax-run.ml b/galax-1.1/toplevel/galax-run.ml
--- a/galax-1.1/toplevel/galax-run.ml 2007-10-26 08:49:33.0 -0700
+++ b/galax-1.1/toplevel/galax-run.ml 2020-01-
This is probably caused by a bug in camlp5, caught by a stricter dynamic
linker in OCaml 4.08. It is fixed in camlp5 7.10.
See https://github.com/camlp5/camlp5/pull/46
The following patch allows it to build.
diff -ur a/galax-1.1/base/gmisc.ml b/galax-1.1/base/gmisc.ml
--- a/galax-1.1/base/gmisc.ml 2007-02-28 10:48:06.0 -0800
+++ b/galax-1.1/base/gmisc.ml 2019-12-17 15:40:56.975372234 -0800
@@ -80,7 +80,7 @@
| Some x ->
get_them (x::
Package: liquidsoap
Version: 1.4.0-1
While building the package, I received this error:
/usr/bin/install -c -m 644 scripts/bash-completion
/usr/share/bash-completion/completions/liquidsoap
/usr/bin/install: cannot create regular file
'/usr/share/bash-completion/completions/liquidsoap': Permissi
The following patch fixes this problem.
diff --git a/src/pxp-engine/pxp_lexing.mli b/src/pxp-engine/pxp_lexing.mli
index 5dc3497..ffa6e34 100644
--- a/src/pxp-engine/pxp_lexing.mli
+++ b/src/pxp-engine/pxp_lexing.mli
@@ -10,11 +10,11 @@
type lexbuf = Lexing.lexbuf
-val from_channel : in_chann
On Fri, Sep 08, 2017 at 02:36:11PM +0300, Dmitry Shachnev wrote:
> gnome-applets does not support Wayland at all. Moreover we do not deal
> with sticky keys, only with sticky notes :)
No. /usr/lib/gnome-applets/libaccessx-status-applet.so, in gnome-applets,
is failing to give an error message when
Wayland apparently has no accessibility support. You can work around
this by uncommenting "WaylandEnable=false" in /etc/gdm3/daemon.conf.
After some further investigation, I have discovered that the problem
is apparently caused by GDM now defaulting to Wayland, which has no
accessibility support. My complaint about the lack of an error message
still stands.
This bug is, perhaps, a duplicate of 648292.
To work around this, uncomment
Package: gnome-applets
Version: 3.24.1-3+b1
Severity: normal
I have always had the "Sticky Keys" setting enabled in the accessibility
menu. After an upgrade in the past few days, the setting stopped having
any effect.
Normally, when I press a modifier key (shift, alt, ctrl) and release it,
the n
Package: x11-xkb-utils
Version: 7.7+3+b1
Severity: normal
This is my .xsession (which is executed by xdm):
xsetroot -solid black
xset -b
xset s 0
xset s off
xset dpms 0 0 0
xset -dpms
xset r rate 250 30
setxkbmap -keycodes evdev -types default -compat
'basic+misc+iso9995+ledcaps(group_lock)' -sy
On Fri, Jun 24, 2016 at 11:15:05AM +0900, Michel Dänzer wrote:
> Does the attached patch fix this?
Well, it doesn't die with an assertion failure anymore.
But the behavior is not what I would expect - the screens are all
mirrored. Maybe that is a separate issue, though.
Package: xserver-xorg-video-radeon
Version: 1:7.7.0-1
Severity: normal
I have a FirePro 2450, which is a single card that has two GPUs and shows up
as two separate PCI devices, with two DVI outputs per GPU.
Xinerama seems to be unofficially deprecated these days, but anyway the X
server dies on a
This patch adds links to the Scala standard library documentation as well:
diff -urN old/scala-xml-1.0.3/debian/control scala-xml-1.0.3/debian/control
--- old/scala-xml-1.0.3/debian/control 2015-06-22 04:06:53.0 -0400
+++ scala-xml-1.0.3/debian/control 2015-12-04 12:43:24.049027920 -
Package: scala-xml
Version: 1.0.3-3
Severity: minor
Tags: patch
Now that the XML library has been split from the standard library,
the documentation has disappeared. Please add the documentation.
The following patch creates a new scala-xml-doc package:
diff -urN scala-xml-1.0.3/debian/control ne
The problem no longer appears in 2:1.12.4-4. I don't see anything in
the changelog that seems like it could be related, so I may have filed
it under the wrong package.
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas.
Package: val-and-rick
Version: 0.1a.dfsg1-2+b1
Severity: wishlist
Tags: patch l10n
The readme.txt file is only in Japanese.
Here is an English translation:
Val & Rick readme.txt
for Windows98/2000/XP(OpenGL required)
ver. 0.1 alpha
(C) Kenta Cho
Annihilate the enemies flying around space!
But p
Package: netpbm
Version: 10.0-11
Severity: wishlist
Tags: patch
ppmtobmp doesn't support 16 bpp output. This patch rectifies that.
diff -ur netpbm-free-10.0/ppm/ppmtobmp.1
netpbm-free-10.0-16bppbpm/ppm/ppmtobmp.1
--- netpbm-free-10.0/ppm/ppmtobmp.1 2003-08-12 11:23:03.0 -0700
+++ net
enough.
I'll do a patch.. should have it ready in a couple days.
--
Christopher Cramer
Executive Director, DAPAC
"There are only two kinds of politics One says: You are encircled
by monstrous dangers. Give us power over your freedom so we may protect
you. The other says: the worl
rd or read about it anywhere. Is it
> anything new in the very last versions of mount? What does it mean?
>
> For sure, the program should search for "user" or "users" options.
Oh... well what I really intended was that you put both "user" and
"pamconsole
nd see if it works?
I think this is really dumb, and I'm tempted to patch it so it checks
for the "user" option as well, but this is a workaround in the meantime.
--
Christopher Cramer
Executive Director, DAPAC
"There are only two kinds of politics One says: You are encircle
look like info file...
Error: No manual page found
[EMAIL PROTECTED]:~$ zcat /usr/share/info/heimdal.info.gz | wc
0 0 0
[EMAIL PROTECTED]:~$
--
Christopher Cramer
Executive Director, DAPAC
"There are only two kinds of politics One says: You are encircled
by monstrous d
sence or absence of ら.
To reproduce this problem, search for the potential form of a verb,
with the final the final る, for example:
斬れる
行ける
食べられる
食べれる
Searches without the final る (for example, searching for 行け or
食べられ) work fine.
--
Christopher Cramer
--
To UNSUBSCRIBE, email to [EMAIL PROT
so happens that most of the hard work, requiring libuser, takes
place in /usr/sbin/userhelper. Oops.
There's a new package on the way that fixes the problem.
--
Christopher Cramer
Executive Director, DAPAC
"In past ages, a war, almost by definition, was something that sooner or
later ca
op ((chars '()))
(let ((char (read-char)))
@@ -24,4 +22,6 @@
(newline)
(loop #f)))
+(main)
+
;;; Tam V'Nishlam Shevah L'El Borei Olam
--
Christopher Cramer
Executive Director, DAPAC
"In past ages, a war, almost by definition, was something t
.sc
+|./remove-extra-blank-lines >stalin.sc
rm -f stalin{1,2,3{a,b},4{a,b,c,d},5{a,b,c,d,e}}.sc main.sc
rm -f last-line.sc trotsky.sed remove-extra-blank-lines
--
Christopher Cramer
Executive Director, DAPAC
"In past ages, a war, almost by definition, was something that sooner or
later cam
me unless
I make that change. I'm using kinput2 with canna.
--
Christopher Cramer
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
reduce the dependencies for people
that don't use those modules.
Thanks
--
Christopher Cramer
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
@@ -1,6 +1,8 @@
#!/bin/sh
-scm <txi "r5rs")
(quit)
EOF
--
Christopher Cramer
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package source is now available at:
http://mentors.debian.net/debian/pool/main/u/usermode/
--
Christopher Cramer
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
/pub/fedora/linux/core/development/SRPMS/usermode-1.80-1.src.rpm
(or any other Red Hat mirror).
The packaging is mostly complete, and I am waiting for the completion of
my registration at the Debian Mentors site so that I can upload the package.
--
Christopher Cramer
--
To UNSUBSCRIBE, email to
landscape
letter and using margins to simulate an envelope (for #10 envelope,
right/left 1.65", top/bottom 2.3").
This problem did not occur with the previous version OpenOffice, however I don't
know which version I was using before. The problem also does not occur
with Abiword.
40 matches
Mail list logo