Bug#741309: gimp-plugin-registry: [script] cannot be used because it has not been added to an image

2014-03-10 Thread Daniel Bolton
Package: gimp-plugin-registry Version: 5.20120621 Severity: normal Dear Maintainer, Upon selecting *any* script under the script-fu menu, I get an error dialog like the following: Plug-In 'Inner Shadow' left image undo in inconsistent state, closing open undo groups. This is followed by a seco

Bug#740995: gimp-plugin-registry: depends on unavailble packages

2014-03-06 Thread Daniel Bolton
Package: gimp-plugin-registry Version: 5.20120621 Severity: serious Justification: Policy 7.2 Dear Maintainer, This package is uninstallable because it requires the following unavailable dependencies: Depends: libglew1.7 (>= 1.7.0) which is a virtual package. Upon inspection of the package webs

Bug#740912: apt-file: list command produces no output

2014-03-05 Thread Daniel Bolton
Package: apt-file Version: 2.5.2 Severity: important Dear Maintainer, Commands of the format `apt-file list [valid package name]` produce no output and exit with 0. I also tried the -x option (remembering an older bug) with identical results. -- System Information: Debian Release: jessie/sid

Bug#727780: parole: crashes at startup

2014-03-03 Thread Daniel Bolton
Package: parole Version: 0.5.4-1 Followup-For: Bug #727780 Dear Maintainer, Still experiencing this exact bug as of today. Only difference in my output is at the last line, which is: zsh: trace trap parole -- System Information: Debian Release: jessie/sid APT prefers testing APT policy:

Bug#740686: xfce4-goodies: Description contains erroneous package names

2014-03-03 Thread Daniel Bolton
Package: xfce4-goodies Version: 4.10 Severity: minor Dear Maintainer, The package description of the xfcee4-goodies package contains the following erroneous names: xfce4-quicklaunchers thunar-thumbnailers The corrected names are as follows: xfce4-quicklauncher-plugin (thunar-thumbnailers only

Bug#702760: zsh: aptitude completion missing resolver options

2013-03-10 Thread Daniel Bolton
Package: zsh Version: 4.3.10-14 Severity: normal The _aptitude zsh completion file is missing --full-resolver and --safe-resolver. Since these options are used frequently, I think it fitting that they be added to the completion system. I have made a simple patch to add them. -- System Information

Bug#644954: iceweasel: PNG image displayed with incorrect color

2011-10-10 Thread Daniel Bolton
Package: iceweasel Version: 7.0.1-2+b1 Severity: normal Mozilla Buzilla bug 62174 https://bugzilla.mozilla.org/show_bug.cgi?id=621474 The bug was filed for Firefox 3.6 but I'm still experiencing it in iceweasel 7.0. -- Package-specific info: -- Addons package information -- System Informati

Bug#644924: ImportError: cannot import name EditingPlugins

2011-10-10 Thread Daniel Bolton
Package: quodlibet Version: 2.3-1 Severity: important I get this when I try to launch quodlibet Traceback (most recent call last): File "/usr/bin/quodlibet", line 289, in main() File "/usr/bin/quodlibet", line 47, in main from quodlibet import widgets File "

Bug#617327: compiz-fusion-plugins-extra: '/usr/share/compiz/grid.xml' is also in compiz-core

2011-10-08 Thread Daniel Bolton
Package: compiz-fusion-plugins-extra Version: 0.9.2.1+git20110224.e621355c-2 Followup-For: Bug #617327 This bug still exists in experimental. -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experime

Bug#641866: iceweasel: Safe-mode dialog erases settings without warning

2011-09-16 Thread Daniel Bolton
Package: iceweasel Version: 6.0.2-1 Severity: normal bugzilla bug: 687182 https://bugzilla.mozilla.org/show_bug.cgi?id=687182 Steps to reproduce: started iceweasel with the -safe-mode option, and partially due to the asinine GTK button order, I clicked "Make changes and restart" instead of "Con

Bug#641664: tinyscheme: source code uses CRLF line terminators

2011-09-14 Thread Daniel Bolton
Package: tinyscheme Version: 1.37-3.1 Severity: minor After downloading the source for tinyscheme, I was suprised to find out that most of the source files use CRLF line endings. Although this isn't really a bug, it does seem nonstandard. A simple solution would be: for i in $( find tinyscheme-1.

Bug#640473: midori: Speed Dial does not work

2011-09-04 Thread Daniel Bolton
Package: midori Version: 0.4.0-1 Severity: normal Upon opening about:blank the Speed Dial page appears. However, it doe not work as expected. JavaScript is enabled. The thumbnail size can be changed, but no shortcuts can be added. Other than a '#' being appended to the URL, no dialog appears. On

Bug#638232: kwin-style-qtcurve: M and S buttons are not configurable

2011-08-17 Thread Daniel Bolton
Package: kwin-style-qtcurve Version: 1.8.7-1 Severity: normal The QtCurve window decoration includes two buttons, "M" (toggle menubar) and "S" (not sure what it does because I havent seen it on any windows), which are not configurable. Even when using custom button positions and removing everythin

Bug#638146: cutechess: segfault when CPU is selected

2011-08-16 Thread Daniel Bolton
Package: cutechess Version: 20101118+0.3.0+0.0.1-1 Severity: important After selecting "CPU" as a player, then either "Start" or "Configure", the program crashes with a segmentation fault. -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (50

Bug#637937: squeeze: cannot open .7z archive

2011-08-15 Thread Daniel Bolton
Package: squeeze Version: 0.2.3-10 Severity: important Attempting to open a .7z archive with squeeze results in the error message: "'/path/file.7z' could not be opened." These archives can be opened and extraced via Ark and File-Roller without issue. -- System Information: Debian Release: wheez

Bug#588161: Solution

2011-07-05 Thread Daniel Bolton
It seems this is a permission issue. This is what I did to resolve it: 1) add myself to the group cdrom # usermod -a -G cdrom USERNAME 2) Change the group of the device ( /dev/sr0 in my case ) to cdrom # chgrp cdrom /dev/sr0 3) Make the device readable and writable to the group # chmod g+rw /dev

Bug#632140: zsh: Completion for aptitude format strings

2011-06-29 Thread Daniel Bolton
Package: zsh Version: 4.3.12-1 Severity: wishlist Tags: patch I've modified the _aptitude compdef file to provide a useful completion list for the various %-escaped strings that are passable to the -F or --display-format option. The patch is included; it is also available on my GitHub: https://

Bug#617183: apt-file: search just returns 'grep: conflicting matchers specified'

2011-03-07 Thread Daniel Bolton
Setting GREP_OPTIONS="" seems to have fixed the problem. The grep manual warns that '--perl-regexp' is experimental, so this might not be a problem with apt-file after all. It might also be worth noting that grep is aliased to "grep --color=auto" on one user account. % which zgrep /bin/zgrep %

Bug#617183: apt-file: search just returns 'grep: conflicting matchers specified'

2011-03-06 Thread Daniel Bolton
Package: apt-file Version: 2.4.2 Severity: important Running `apt-file search 'pattern'` simply prints grep: conflicting matchers specified grep: conflicting matchers specified grep: conflicting matchers specified grep: conflicting matchers specified grep: conflicting matchers specified with eve

Bug#615022: xserver-xorg-input-synaptics: Tapping broken with upgrade

2011-02-24 Thread Daniel Bolton
Package: xserver-xorg-input-synaptics Version: 1.3.99.901-1 Severity: normal After dist-upgrading to wheezy from squeeze, I can no longer tap to click. This includes single-finger taps in the center and corners, and double-finger tapping in the center (the only types of tapping I have configured

Bug#609844: chm2pdf fails on concatenation

2011-01-12 Thread Daniel Bolton
Package: chm2pdf Version: 0.9.1-1.1 Severity: normal After running: chm2pdf --book IN.chm OUT.pdf I got the following: GetTopicsTree: file size = 0 Traceback (most recent call last): File "/usr/bin/chm2pdf", line 1098, in main(sys.argv) File "/usr/bin/chm2pdf", line 1092, in main c

Bug#603440: blocks-of-the-undead crashes at startup, sdl error

2010-11-13 Thread Daniel Bolton
Package: blocks-of-the-undead Version: 1.0-3+b1 Severity: important Launching the package's binary prints terminate called after throwing an instance of 'ex_sdl' what(): Failed to load sound subsystem (in CSoundSystem.cpp @ line 10) Aborted -- System Information: Debian Release: squeeze/si

Bug#580382: reportbug: crashes after selecting severity

2010-05-05 Thread Daniel Bolton
: global name 'options' is not defined -- Package-specific info: ** Environment settings: EDITOR="vim" DEBEMAIL="danielbarrettbol...@gmail.com" EMAIL="danielbarrettbol...@gmail.com" DEBFULLNAME="Daniel Bolton" INTERFACE="text" ** /home/

Bug#535102: kdeplasma-addons: System Monitor widget does not save settings

2010-04-05 Thread Daniel Bolton
I can no longer duplicate the bug, running all KDE components from squeeze. On Mon, Apr 5, 2010 at 10:33 AM, Eckhart Wörner wrote: > tags 535102 + moreinfo > thanks > > Hi, > > you reported http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535102 some time > ago. Since then, KDE Software Compila

Bug#567717: Solved

2010-02-12 Thread Daniel Bolton
I had to enable antialiasing in /etc/fonts/local.conf in order to get antialiasing in KDM. Perhaps this should be mentioned in the documentation for KDM. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debi

Bug#569568: zsh: Missing build dependency

2010-02-12 Thread Daniel Bolton
Package: zsh Severity: serious Justification: no longer builds from source After running "aptitude build-dep zsh", a ran "apt-get source zsh", entered the source directory, and attempted to build a package. However, the build failed: dpkg-checkbuilddeps: Unmet build dependencies: libcap2-dev It

Bug#567717: kdm: antialiasing does not work

2010-01-30 Thread Daniel Bolton
Package: kdm Version: 4:4.3.4-4 Severity: minor The fonts in KDM on my machine are not antialiased, although that feature is enabled in my kdmrc. Here are some relevant lines: ## egrep -in 'font|alias' /etc/kde4/kdm/kdmrc 26:AntiAliasing=true 29:FailFont=DejaVu Sans,9,-1,5,50,0,0,0,0,0 31:Gre

Bug#567641: closed by Ben Hutchings (Re: Bug#567641: linux-source-2.6.32: segmentation fault during compile)

2010-01-30 Thread Daniel Bolton
ngs > To: 567641-d...@bugs.debian.org > Date: Sat, 30 Jan 2010 14:47:32 + > Subject: Re: Bug#567641: linux-source-2.6.32: segmentation fault during > compile > On Sat, 2010-01-30 at 07:21 -0500, Daniel Bolton wrote: >> Package: linux-source-2.6.32 >> Version: 2.6.

Bug#567641: linux-source-2.6.32: segmentation fault during compile

2010-01-30 Thread Daniel Bolton
Package: linux-source-2.6.32 Version: 2.6.32-5 Severity: important Justification: fails to build from source I installed linux-source-2.6.32, copied the tarball from /usr/src/ to my regular user's home, extracted it, ran 'make menuconfig', changed the Processor Type from "generix x86_64" to "K8",

Bug#566086: kdm: antialiasing does not work

2010-01-20 Thread Daniel Bolton
Package: kdm Version: 4:4.3.4-3 Severity: important Font antialiasing does not work on kdm on my machine, even though I enabled it in my kdmrc and restarted. The following snippet contains some of the relevant lines of that file: ==

Bug#564471: openbox-themes: Request to change attribution of my themes

2010-01-09 Thread Daniel Bolton
.org. However, if it isn't too much trouble, I would like the attribution to be changed to: "Daniel Bolton ." In order to show that I'm not trying to take credit for another's work, if you go to my profile on Box-Look.org, you can see this attribution request in t

Bug#564292: openbox: OB values not given by xprop

2010-01-08 Thread Daniel Bolton
Package: openbox Version: 3.4.8-1 Severity: normal According to upsteam, starting with version 3.4.8 Openbox specifies its own class, name, and role for windows as evident in a windows' xprop output (i.e. _OB_ROLE, _OB_NAME, and _OB_CLASS). After upgrading to the current version of openbox in sq

Bug#563828: finch: GNT shortcuts do not work in Xterm

2010-01-07 Thread Daniel Bolton
found to work is to hit Ctrl+c to quit the program. On Thu, Jan 7, 2010 at 8:54 PM, Ari Pollak wrote: > Was this supposed to contain something else? > > Daniel Bolton wrote: >> -- Forwarded message -- >> From: Daniel Bolton >> Date: Tue, Jan 5, 20

Bug#563828: finch: GNT shortcuts do not work in Xterm

2010-01-07 Thread Daniel Bolton
-- Forwarded message -- From: Daniel Bolton Date: Tue, Jan 5, 2010 at 12:16 PM Subject: Re: Bug#563828: finch: GNT shortcuts do not work in Xterm To: Ari Pollak The only one that I have found to work is to hit Ctrl+c to quit the program. On Tue, Jan 5, 2010 at 11:55 AM, Ari

Bug#563828: finch: GNT shortcuts do not work in Xterm

2010-01-05 Thread Daniel Bolton
Package: finch Version: 2.6.4-1 Severity: important I installed the finch package from squeeze. It appears to woek normally when run from Konsole, but not from XTerm. I double checked the man page to make sure that I was using the right key combinations. I think it is possible that some confi

Bug#468232: Still seeing bug

2009-11-25 Thread Daniel Bolton
I am still seeing this bug in 2.6.3-1 on squeeze. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#557081: kmix pop-up stays up

2009-11-19 Thread Daniel Bolton
Package: kmix Version: 4:4.3.2-1 Severity: normal Clicking on the kmix icon in the Sytem Tray lauches a pop-up window with a single slider. Normally, this pop-up will close after clicking anywhere outside it. Occasionally, it gets "stuck", and won't close until its "Mixer" button is clicked.

Bug#538949: cheese: Bad ID choice

2009-11-05 Thread Daniel Bolton
Package: cheese Version: 2.26.2-1 Severity: normal I am getting a similar error: The program 'cheese' received an X Window System error. This probably reflects a bug in the program. The error was 'BadIDChoice (invalid resource ID chosen for this connection)'. (Details: serial 1054 error_code 1

Bug#552505: tilda default browser is "firefox"

2009-10-26 Thread Daniel Bolton
Package: tilda Version: 0.09.6-2 Severity: minor I think that the default URL handling should go to "iceweasel", or even "epiphany-browser", rather than "firefox". -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'e

Bug#550929: conky fails to build from debian source

2009-10-13 Thread Daniel Bolton
Package: conky Version: 1.7.1.1-1+b1 Severity: important Justification: fails to build from source I downloaded the source for conky from testing (apt-get source conky), changed to the source directory, and without editing any files, issued the command: 'time dpkg-buildpackage -rfakeroot -us -uc'

Bug#550425: sysv-rc: Unable to migrate to dependency based boot system

2009-10-09 Thread Daniel Bolton
Package: sysv-rc Version: 2.87dsf-6 Severity: important I saw some existing bug reports that seemed like the same issue but they were closed (I got delivery errors trying to reply to them). I just got this error running a safe-upgrade in squeeze today. Here is the exact message I got: Unable

Bug#549961: checkgmail: erroneous 'incorrect password' message

2009-10-06 Thread Daniel Bolton
Package: checkgmail Version: 1.13+svn37-1 Severity: normal Occasionally, and unpredictably, checkgmail will refuse to log in, telling me that my username or password is incorrect. This is very strange considering that my password is saved. I have tried re-entering my password to no avail. I am 10

Bug#548229: ksnapshot has no man page

2009-09-25 Thread Daniel Bolton
g the program and then says to click the buttons. On Fri, Sep 25, 2009 at 10:03 AM, Ana Guerrero wrote: > On Thu, Sep 24, 2009 at 05:50:04PM -0400, Daniel Bolton wrote: >> Armin, >> >> I have attached a man page. >> > > Thanks, but could you provide an *useful* ma

Bug#548229: ksnapshot has no man page

2009-09-24 Thread Daniel Bolton
Armin, I have attached a man page. Thanks, Daniel On Thu, Sep 24, 2009 at 4:54 PM, Armin Berres wrote: > tags 548229 help > kthxbye > > Hi Daniel! > > On Thu, 24 Sep 09 14:04, Daniel Bolton wrote: >> Package: ksnapshot > >> This is a binary without a manpa

Bug#548229: ksnapshot has no man page

2009-09-24 Thread Daniel Bolton
Armin, I have attached a man page. Thanks, Daniel On Thu, Sep 24, 2009 at 4:54 PM, Armin Berres wrote: > tags 548229 help > kthxbye > > Hi Daniel! > > On Thu, 24 Sep 09 14:04, Daniel Bolton wrote: >> Package: ksnapshot > >> This is a binary without a manpa

Bug#548229: ksnapshot has no man page

2009-09-24 Thread Daniel Bolton
Package: ksnapshot Version: 4:4.3.1-1 Severity: normal This is a binary without a manpage. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.30-dbb-deb (S

Bug#545510: pidgin: reports "waiting for network connection"

2009-09-07 Thread Daniel Bolton
Package: pidgin Version: 2.6.1-2 Severity: normal When I open Pidgin, the status bar says "Waiting for network connection". I can enable my accounts by goung to Accounts > Manage accounts, unchecking all of them, then re-checking the ones I want to use. After doing this, the "Waiting for network

Bug#536632: ITP: kwin-style-nitrogen -- Fork of the oxygen/ozone decoration with more features

2009-07-11 Thread Daniel Bolton
Package: wnpp Severity: wishlist Owner: Daniel Bolton * Package name: kwin-style-nitrogen Version : 2.3.4 Upstream Author : Hugo Pereira * URL : http://www.kde-look.org/content/show.php/Nitrogen?content=99551 * License : GPL Programming Lang: C

Bug#535832: kate request: background color in export as HTML

2009-07-05 Thread Daniel Bolton
Package: kate Version: 4:4.2.4-1 Severity: wishlist Kate's 'export as HTML' feature is handy, but it does not set a page background color in the output HTML file. This is problematic when using a dark colorscheme, as the normal text is light, but most browsers use white as the backgrond color wh

Bug#535697: gtk-qt-engine-kde4: gtk-qt-engine results in broken tabs

2009-07-04 Thread Daniel Bolton
Package: gtk-qt-engine-kde4 Version: 1.1+svn145-2 Severity: normal This GTK engine displays broken horizontal and vertical tabs. Below are two links to images illustrating the problem as seen in obconf and iceweasel http://i103.photobucket.com/albums/m128/envyouraudience/gtk-qt-vtabs.png http:

Bug#535102: kdeplasma-addons: System Monitor widget does not save settings

2009-06-29 Thread Daniel Bolton
Package: kdeplasma-addons Version: 4:4.2.4-1 Severity: normal The System Monitor widget (to specify, it includes thermometer, CPU, Network, Disk, and Info monitors) does not save all settings upon logout. It does save which monitors I have chosen to display and the approximate position on the scr

Bug#535077: kdeplasma-addons: Notes widget reverts to default color

2009-06-29 Thread Daniel Bolton
Package: kdeplasma-addons Version: 4:4.2.4-1 Severity: normal After adding a Desktop Sticky Notes widget to my desktop, the default textcolor is set as the "Theme Color". My colorscheme is Obsidian coast, so the Notes text color is light gray. With the lighter Notes Themes (e.g. orange or yello

Bug#534957: Unstable nvidia-glx not installable

2009-06-28 Thread Daniel Bolton
Package: nvidia-glx Version: 185.18.14-1 Severity: important When attempting to install nvidia-glx unstable, apt warned me as follows: The following packages have unmet dependencies: nvidia-glx: Depends: nvidia-kernel-185.18.14 which is a virtual package. Please note that this

Bug#512607: obmenu ImportError: No module named gtk

2009-03-14 Thread Daniel Bolton
Package: obmenu Version: 1.0-1 Followup-For: Bug #512607 I do have gtk bindings for python installed. Here is the output of 'obmenu': Traceback (most recent call last): File "/usr/bin/obmenu", line 21, in ? import obxml, gtk, gtk.glade, gobject, random, time, os, sys ImportError: No modul

Bug#519226: gstreamer0.10-ffmpeg: Segmentation fault with libgstffmpeg.so

2009-03-10 Thread Daniel Bolton
Please ignore pidgin.log as it is the wrong file. I have attached the correct file as pidgin_2.log 2009/3/11 Daniel Bolton : > Package: gstreamer0.10-ffmpeg > Version: 0.10.6.2-1 > Severity: normal > > > This plugin file, /usr/lib/gstreamer-0.10/libgstffmpeg.so , renders

Bug#519226: gstreamer0.10-ffmpeg: Segmentation fault with libgstffmpeg.so

2009-03-10 Thread Daniel Bolton
Package: gstreamer0.10-ffmpeg Version: 0.10.6.2-1 Severity: normal This plugin file, /usr/lib/gstreamer-0.10/libgstffmpeg.so , renders any program that uses it (like Pidgin and Quod Libet for example) unusable. I will send dbg output from these two programs also. -- System Information: Debian

Bug#518569: iceweasel's process name is "firefox-bin"

2009-03-07 Thread Daniel Bolton
Package: iceweasel Version: 3.0.6-1 Severity: minor The process name of iceweasel shows up as "firefox-bin" in gnome-system-monitor, conky, etc. I believe that this should be changed to "iceweasel-bin" or something to avoid using a trademarked name. -- System Information: Debian Release: sque

Bug#516734: linux-headers-2.6.28-1-amd64 depends on unavailable package

2009-03-04 Thread Daniel Bolton
Package: linux-headers-2.6.28-1-amd64 Version: 2.6.28-1 Followup-For: Bug #516734 -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.28-1-amd64 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_C

Bug#497881: fglrx-control: name of binary associated with package not mentioned

2008-09-04 Thread Daniel Bolton
Package: fglrx-control Version: 1:8-7-2 Severity: important The package fglrx-control installs a binary called /usr/bin/amdcccle but the package description does not mention the name or location of this binary. Also, this package includes no man page. The only info included in /usr/share/docs a