Bug#1025350: qt6ct: changing font has no effect on GNOME

2023-02-14 Thread Christopher Cramer
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

Bug#1025350: qt6ct: changing font has no effect

2022-12-02 Thread Christopher Cramer
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

Bug#1019366: ratpoison: focus{up,down,left,right} weird behavior

2022-09-07 Thread Christopher Cramer
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,

Bug#872398: closed by Julien Cristau (Re: Bug#872398: x11-xkb-utils: setxkbmap, when run at startup, has no effect)

2022-04-22 Thread Christopher Cramer
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 >

Bug#971734: closed by Markus Koschany (Re: webext-ublock-origin: no longer functional in firefox-esr)

2021-09-04 Thread Christopher Cramer
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

Bug#971734: webext-ublock-origin-firefox: after startup, doesn't work until disabled and reenabled

2020-10-09 Thread Christopher Cramer
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

Bug#971734: webext-ublock-origin-firefox: after startup, doesn't work until disabled and reenabled

2020-10-06 Thread Christopher Cramer
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

Bug#971734: webext-ublock-origin-firefox: after startup, doesn't work until disabled and reenabled

2020-10-06 Thread Christopher Cramer
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

Bug#686141: patch to add stdin support to galax-run

2020-01-06 Thread Christopher Cramer
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

Bug#944277: actually a bug in camlp5

2019-12-19 Thread Christopher Cramer
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

Bug#922692: patch

2019-12-18 Thread Christopher Cramer
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

Bug#945246: fails to build from source, attempts to install file in / rather than debian/tmp/

2019-11-21 Thread Christopher Cramer
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':

Bug#944593: patch for pxp ftbfs

2019-11-20 Thread Christopher Cramer
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 :

Bug#874586: actually, it's Wayland that's the problem

2017-09-09 Thread Christopher Cramer
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

Bug#648292: gdm wayland workaround

2017-09-07 Thread Christopher Cramer
Wayland apparently has no accessibility support. You can work around this by uncommenting "WaylandEnable=false" in /etc/gdm3/daemon.conf.

Bug#874586: actually, it's Wayland that's the problem

2017-09-07 Thread Christopher Cramer
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,

Bug#874586: gnome-applets: Sticky keys setting has no effect anymore

2017-09-07 Thread Christopher Cramer
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

Bug#872398: x11-xkb-utils: setxkbmap, when run at startup, has no effect

2017-08-16 Thread Christopher Cramer
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)'

Bug#827984: assertion failure with multiple GPUs and Xinerama enabled

2016-06-24 Thread Christopher Cramer
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.

Bug#827984: assertion failure with multiple GPUs and Xinerama enabled

2016-06-23 Thread Christopher Cramer
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

Bug#806995: updated patch

2015-12-04 Thread Christopher Cramer
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

Bug#806995: please add documentation

2015-12-03 Thread Christopher Cramer
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

Bug#692396: seems to be fixed

2012-12-23 Thread Christopher Cramer
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

Bug#617194: English translation of readme

2011-03-06 Thread Christopher Cramer
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

Bug#428476: ppmtobmp doesn't support 16 bpp output

2007-06-11 Thread Christopher Cramer
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 +++

Bug#382914: more information

2006-10-01 Thread Christopher Cramer
.. 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 world is a baffling and hazardous place

Bug#382914:

2006-09-29 Thread Christopher Cramer
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 into fstab. But I will go ask the usermode upstream people what this is all about. -- Christopher Cramer Executive Director

Bug#382914: Usermount does not work for a non-root user

2006-09-27 Thread Christopher Cramer
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 encircled by monstrous dangers. Give us power over your freedom so we may protect you. The other says: the world

Bug#376224: info file is empty

2006-06-30 Thread Christopher Cramer
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 dangers. Give us

Bug#356342: fails to deinflect potential form of ichidan verbs

2006-03-11 Thread Christopher Cramer
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 PROTECTED

Bug#336829: usermode: fails to start (missing library)

2005-11-01 Thread Christopher Cramer
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 came to an end, usually

Bug#336502: making stalin.sc requires . to be in PATH

2005-10-30 Thread Christopher Cramer
+|./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 came to an end, usually

Bug#336506: making stalin.sc requires scc

2005-10-30 Thread Christopher Cramer
'())) (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 that sooner or later came

Bug#310765: text entry doesn't work at all

2005-07-15 Thread Christopher Cramer
with canna. -- Christopher Cramer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#302312: ITP: libuser -- a user and group account administration library.

2005-06-23 Thread Christopher Cramer
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]

Bug#290009: [PATCH] too late for sarge, but...

2005-06-15 Thread Christopher Cramer
/sh -scm EOF -(load rrrs2txi.scm) -(go) +guile EOF +(use-modules (ice-9 slib)) +(slib:load rrrs2txi.scm) +;go plays games with filenames that guile can't deal with +(tex-txi r5rs) (quit) EOF -- Christopher Cramer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe

Bug#310643: RFS: usermode - Graphical tools for certain user account management tasks

2005-05-25 Thread Christopher Cramer
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]

Bug#310643: ITP: usermode - Graphical tools for certain user account management tasks

2005-05-24 Thread Christopher Cramer
/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

Bug#296143: openoffice.org writer not rotating text for landscape print

2005-04-19 Thread Christopher Cramer
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. -- Christopher