[Bug 220263]

2019-01-01 Thread Evan Klitzke
(In reply to David Baron :dbaron: ⌚UTC+2 from comment #45)
> The number of comments recently makes me suspect that something got *worse*
> recently.

Yes, something did change in GNOME recently. Prior to GNOME 3.28 there
was a GTK preference called gtk-application-prefer-dark-theme that could
be used to get dark widgets. This could either be set in ~/.config
/gnome-terminal/gtk-3.0/settings.ini. This was also exposed as a toggle
option in the gnome-tweaks tool, which is probably how most users had
set it it. This GTK option has been deprecated in GNOME 3.28, and the
new way to get a dark theme is to explicitly set one's GTK theme to
Adwaita dark. You can read about this a bit more at [1] and [2].

Firefox apparently has some logic to ignore gtk-application-prefer-dark-
theme, but that logic no longer works on GNOME 3.28 with the Adwaita
dark theme. As was mentioned in comment #43, the work around for GNOME
3.28 is to set a user pref (i.e. in about:config or user.js) that sets
widget.content.gtk-theme-override to Adwaita:light.

As I suspect the overwhelming majority of Firefox users with dark GTK
themes are using Adwaita dark (which is bundled with GNOME), I would
suggest updating the Firefox dark them detection logic to handle the new
case with the Adwait theme names hard coded. This is hacky, but probably
mitigates the issue for most users.

[1] https://jeremy.bicha.net/2017/08/29/gnome-tweaks-3-25-91/
[2] https://jeremy.bicha.net/2018/01/29/gnome-tweaks-3-28-progress-report-1/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/220263

Title:
  Bad Firefox integration with dark themes

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/220263/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 220263]

2019-01-01 Thread Evan Klitzke
I've got a patch up to try to mitigate the issue for GNOME 3.28 over at
bug #1461538.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/220263

Title:
  Bad Firefox integration with dark themes

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/220263/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 263114] Re: System crash when starting X with Cantiga

2008-09-09 Thread Evan Klitzke
I would like to reopen this bug -- I have a Thinpad T500 with the same
graphics card, and I am experiencing the exact same problem. The screen
turns black and X seems to freeze (can't seem to get out of this mode,
and tapping the power button doesn't start the shutdown sequence so the
system seems to be wedged). FWIW I briefly had rawhide (i.e. fedora 10
preview) on this laptop, I think with the same version of the Intel
driver, and that had the same issue.

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Invalid => Confirmed

-- 
System crash when starting X with Cantiga
https://bugs.launchpad.net/bugs/263114
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 216699] Re: Browser hangs intermittently waiting for resources to download

2008-07-22 Thread Evan Klitzke
the upstream bug for this appears to be
https://bugzilla.mozilla.org/show_bug.cgi?id=383811

-- 
Browser hangs intermittently waiting for resources to download
https://bugs.launchpad.net/bugs/216699
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 208918] Re: package flashplugin-nonfree 9.0.115.0ubuntu4 failed to install/upgrade: subprocess post-installation script returned error exit status 2

2008-04-06 Thread Evan Klitzke
I poked around with the files in /var/lib/dpkg and was able to get this
working... it turns out that some of the files in there belonging to
flashplugin-nonfree had been corrupted.

** Changed in: flashplugin-nonfree (Ubuntu)
   Status: New => Invalid

-- 
package flashplugin-nonfree 9.0.115.0ubuntu4 failed to install/upgrade: 
subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/208918
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 212494] Re: mrxvt breaks vim

2008-04-05 Thread Evan Klitzke
FYI I just built vim by grabbing the 7.1 tarball and applying all of the
patches (up to 291) and when I use my compiled vim I no longer see this
problem.

-- 
mrxvt breaks vim
https://bugs.launchpad.net/bugs/212494
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 212494] Re: mrxvt breaks vim

2008-04-05 Thread Evan Klitzke
I'm on hardy beta, the versions of mrxvt and vim are:

Package: mrxvt
Priority: optional
Section: universe/x11
Installed-Size: 352
Maintainer: Ubuntu MOTU Developers <[EMAIL PROTECTED]>
Original-Maintainer: Jan Christoph Nordholz <[EMAIL PROTECTED]>
Architecture: i386
Version: 0.5.3-1

Package: vim
Priority: optional
Section: editors
Installed-Size: 1552
Maintainer: Ubuntu Core Developers <[EMAIL PROTECTED]>
Original-Maintainer: Debian VIM Maintainers <[EMAIL PROTECTED]>
Architecture: i386
Version: 1:7.1-138+1ubuntu3

-- 
mrxvt breaks vim
https://bugs.launchpad.net/bugs/212494
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 212494] [NEW] mrxvt breaks vim

2008-04-05 Thread Evan Klitzke
Public bug reported:

Binary package hint: vim

When i enter vim from mrxvt, the first command acts like it was prefixed
with 'c'. That is, if I type a movement command (e.g. j, G) it causes
part of the buffer to be deleted and I am entered into insert mode. This
is the same problem as http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=457048

When i asked about this on #vim someone told me:

13:50 < godlygeek> evan_: upgrade to a newer vim.  it's a known bug that
was fixed in a (relatively) recent patch.

so maybe vim just needs to be bumped.

** Affects: vim (Ubuntu)
 Importance: Undecided
 Status: New

-- 
mrxvt breaks vim
https://bugs.launchpad.net/bugs/212494
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 208918] Re: package flashplugin-nonfree 9.0.115.0ubuntu4 failed to install/upgrade: subprocess post-installation script returned error exit status 2

2008-04-02 Thread Evan Klitzke
this also prevents me from upgrading the package:

[EMAIL PROTECTED] ~ $ sudo apt-get install flashplugin-nonfree  
Reading 
package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
  konqueror-nsplugins msttcorefonts ttf-xfree86-nonfree xfs
The following packages will be upgraded:
  flashplugin-nonfree
1 upgraded, 0 newly installed, 0 to remove and 60 not upgraded.
2 not fully installed or removed.
Need to get 0B/18.4kB of archives.
After this operation, 0B of additional disk space will be used.
Preconfiguring packages ...
Setting up findutils (4.2.32-1ubuntu2) ...

(Reading database ... 97171 files and directories currently installed.)
Preparing to replace flashplugin-nonfree 9.0.115.0ubuntu4 (using 
.../flashplugin-nonfree_9.0.115.0ubuntu5_i386.deb) ...
update-alternatives: error or eof reading 
/var/lib/dpkg/alternatives/iceape-flashplugin for update_mode ()
dpkg: warning - old pre-removal script returned error exit status 2
dpkg - trying script from the new package instead ...
/var/lib/dpkg/tmp.ci/prerm: 88: cho: not found
dpkg: error processing 
/var/cache/apt/archives/flashplugin-nonfree_9.0.115.0ubuntu5_i386.deb 
(--unpack):
 subprocess new pre-removal script returned error exit status 127
postinst called with argument `abort-upgrade'
dpkg: error while cleaning up:
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 /var/cache/apt/archives/flashplugin-nonfree_9.0.115.0ubuntu5_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 
package flashplugin-nonfree 9.0.115.0ubuntu4 failed to install/upgrade: 
subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/208918
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 208918] Re: package flashplugin-nonfree 9.0.115.0ubuntu4 failed to install/upgrade: subprocess post-installation script returned error exit status 2

2008-03-29 Thread Evan Klitzke

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/12967536/Dependencies.txt

** Attachment added: "DpkgTerminalLog.gz"
   http://launchpadlibrarian.net/12967537/DpkgTerminalLog.gz

-- 
package flashplugin-nonfree 9.0.115.0ubuntu4 failed to install/upgrade: 
subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/208918
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 208918] [NEW] package flashplugin-nonfree 9.0.115.0ubuntu4 failed to install/upgrade: subprocess post-installation script returned error exit status 2

2008-03-29 Thread Evan Klitzke
Public bug reported:

Binary package hint: flashplugin-nonfree

I can't remove/install flashplugin-nonfree. First it complains about a
missing directory, then after that I get a mysterious error:

[EMAIL PROTECTED] ~ $ sudo apt-get upgrade
[sudo] password for evan:
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up flashplugin-nonfree (9.0.115.0ubuntu4) ...
cd: 135: can't cd to /var/cache/flashplugin-nonfree
dpkg: error processing flashplugin-nonfree (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 flashplugin-nonfree
E: Sub-process /usr/bin/dpkg returned an error code (1)
[EMAIL PROTECTED] ~ $ sudo mkdir -p /var/cache/flashplugin-nonfree
[EMAIL PROTECTED] ~ $ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up flashplugin-nonfree (9.0.115.0ubuntu4) ...
Downloading...
--12:23:43--  
http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz
   => `./install_flash_player_9_linux.tar.gz'
Resolving fpdownload.macromedia.com... 72.246.170.70
Connecting to fpdownload.macromedia.com|72.246.170.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3,036,127 (2.9M) [application/x-gzip]

0K .. .. .. .. ..  1%  318.24 KB/s
   50K .. .. .. .. ..  3%  305.43 KB/s
  100K .. .. .. .. ..  5%  317.17 KB/s
  150K .. .. .. .. ..  6%  305.50 KB/s
  200K .. .. .. .. ..  8%  316.63 KB/s
  250K .. .. .. .. .. 10%  305.97 KB/s
  300K .. .. .. .. .. 11%  309.28 KB/s
  350K .. .. .. .. .. 13%  309.79 KB/s
  400K .. .. .. .. .. 15%  301.82 KB/s
  450K .. .. .. .. .. 16%  309.26 KB/s
  500K .. .. .. .. .. 18%  309.30 KB/s
  550K .. .. .. .. .. 20%  309.27 KB/s
  600K .. .. .. .. .. 21%  313.17 KB/s
  650K .. .. .. .. .. 23%  298.67 KB/s
  700K .. .. .. .. .. 25%  313.13 KB/s
  750K .. .. .. .. .. 26%  308.83 KB/s
  800K .. .. .. .. .. 28%  309.75 KB/s
  850K .. .. .. .. .. 30%  312.19 KB/s
  900K .. .. .. .. .. 32%  302.74 KB/s
  950K .. .. .. .. .. 33%  309.74 KB/s
 1000K .. .. .. .. .. 35%  312.68 KB/s
 1050K .. .. .. .. .. 37%  305.96 KB/s
 1100K .. .. .. .. .. 38%  313.19 KB/s
 1150K .. .. .. .. .. 40%  301.82 KB/s
 1200K .. .. .. .. .. 42%  313.14 KB/s
 1250K .. .. .. .. .. 43%  309.29 KB/s
 1300K .. .. .. .. .. 45%  309.24 KB/s
 1350K .. .. .. .. .. 47%  309.33 KB/s
 1400K .. .. .. .. .. 48%  301.84 KB/s
 1450K .. .. .. .. .. 50%  313.60 KB/s
 1500K .. .. .. .. .. 52%  309.33 KB/s
 1550K .. .. .. .. .. 53%  313.14 KB/s
 1600K .. .. .. .. .. 55%  309.30 KB/s
 1650K .. .. .. .. .. 57%  301.37 KB/s
 1700K .. .. .. .. .. 59%  309.74 KB/s
 1750K .. .. .. .. .. 60%  313.18 KB/s
 1800K .. .. .. .. .. 62%  309.76 KB/s
 1850K .. .. .. .. .. 64%  301.81 KB/s
 1900K .. .. .. .. .. 65%  308.36 KB/s
 1950K .. .. .. .. .. 67%  314.11 KB/s
 2000K .. .. .. .. .. 69%  309.30 KB/s
 2050K .. .

[Bug 157251] Re: python-cdb double free

2007-11-05 Thread Evan Klitzke
I am also seeing this bug on Feisty, using the previously attached test
case.

-- 
python-cdb double free
https://bugs.launchpad.net/bugs/157251
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 157251] Re: python-cdb double free

2007-10-25 Thread Evan Klitzke
I've attached a very minimal test case exhibiting the problem. The
output when running the test case is as follows:

[EMAIL PROTECTED] ~/Desktop $ python fail_cdb.py 
bar
*** glibc detected *** python: free(): invalid pointer: 0xb7d847b8 ***
=== Backtrace: =
/lib/tls/i686/cmov/libc.so.6[0xb7e6cd65]
/lib/tls/i686/cmov/libc.so.6(cfree+0x90)[0xb7e70800]
/usr/lib/python2.5/site-packages/cdbmodule.so[0xb7d361cd]
python[0x80855f9]
python(PyDict_SetItem+0x6e)[0x8086f5e]
python(_PyModule_Clear+0x158)[0x8088bb8]
python(PyImport_Cleanup+0x153)[0x80dd0e3]
python(Py_Finalize+0xbf)[0x80e931f]
python(Py_Main+0x4d1)[0x8058ea1]
python(main+0x22)[0x80588c2]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe0)[0xb7e19050]
python[0x8058831]
=== Memory map: 
08048000-0813f000 r-xp  08:06 295700 /usr/bin/python2.5
0813f000-08164000 rwxp 000f6000 08:06 295700 /usr/bin/python2.5
08164000-081dd000 rwxp 08164000 00:00 0  [heap]
b7c0-b7c21000 rwxp b7c0 00:00 0 
b7c21000-b7d0 ---p b7c21000 00:00 0 
b7d33000-b7d38000 r-xp  08:06 427539 
/usr/lib/python2.5/site-packages/cdbmodule.so
b7d38000-b7d3a000 rwxp 4000 08:06 427539 
/usr/lib/python2.5/site-packages/cdbmodule.so
b7d3a000-b7d41000 r-xs  08:06 293822 
/usr/lib/gconv/gconv-modules.cache
b7d41000-b7d8 r-xp  08:06 359861 
/usr/lib/locale/en_US.utf8/LC_CTYPE
b7d8-b7e03000 rwxp b7d8 00:00 0 
b7e03000-b7f47000 r-xp  08:06 18 
/lib/tls/i686/cmov/libc-2.6.1.so
b7f47000-b7f48000 r-xp 00143000 08:06 18 
/lib/tls/i686/cmov/libc-2.6.1.so
b7f48000-b7f4a000 rwxp 00144000 08:06 18 
/lib/tls/i686/cmov/libc-2.6.1.so
b7f4a000-b7f4d000 rwxp b7f4a000 00:00 0 
b7f4d000-b7f7 r-xp  08:06 22 
/lib/tls/i686/cmov/libm-2.6.1.so
b7f7-b7f72000 rwxp 00023000 08:06 22 
/lib/tls/i686/cmov/libm-2.6.1.so
b7f72000-b7f74000 r-xp  08:06 557627 
/lib/tls/i686/cmov/libutil-2.6.1.so
b7f74000-b7f76000 rwxp 1000 08:06 557627 
/lib/tls/i686/cmov/libutil-2.6.1.so
b7f76000-b7f77000 rwxp b7f76000 00:00 0 
b7f77000-b7f79000 r-xp  08:06 21 
/lib/tls/i686/cmov/libdl-2.6.1.so
b7f79000-b7f7b000 rwxp 1000 08:06 21 
/lib/tls/i686/cmov/libdl-2.6.1.so
b7f7b000-b7f8f000 r-xp  08:06 557611 
/lib/tls/i686/cmov/libpthread-2.6.1.so
b7f8f000-b7f91000 rwxp 00013000 08:06 557611 
/lib/tls/i686/cmov/libpthread-2.6.1.so
b7f91000-b7f93000 rwxp b7f91000 00:00 0 
b7f96000-b7fa r-xp  08:06 555306 /lib/libgcc_s.so.1
b7fa-b7fa1000 rwxp a000 08:06 555306 /lib/libgcc_s.so.1
b7fa1000-b7fa2000 rwxp b7fa1000 00:00 0 
b7fa3000-b7fa5000 rwxp b7fa3000 00:00 0 
b7fa5000-b7fbf000 r-xp  08:06 555076 /lib/ld-2.6.1.so
b7fbf000-b7fc1000 rwxp 00019000 08:06 555076 /lib/ld-2.6.1.so
bf825000-bf83b000 rw-p bf825000 00:00 0  [stack]
e000-f000 r-xp  00:00 0  [vdso]
Aborted (core dumped)

** Attachment added: "Running this exhibits the problem"
   http://launchpadlibrarian.net/10172356/fail_cdb.py

-- 
python-cdb double free
https://bugs.launchpad.net/bugs/157251
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 157251] python-cdb double free

2007-10-25 Thread Evan Klitzke
Public bug reported:

Binary package hint: python-cdb

python 2.5.1-1ubuntu2
python-cdb 0.32-5.2ubuntu2

Python-cdb dies on a double free when looking up a key in a dictionary.
Attaching a simple test case.

** Affects: python-cdb (Ubuntu)
 Importance: Undecided
 Status: New

-- 
python-cdb double free
https://bugs.launchpad.net/bugs/157251
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151375] white window borders in fully horizontally stretched windows

2007-10-10 Thread Evan Klitzke
Public bug reported:

Binary package hint: compiz

I'm experiencing this bug on an Intel video chipset (using the "intel"
driver).

Here's how to reproduce the bug:
1) Open up your favorite application in workspace 1.
2) Expand the right side of the window edge all the way to the edge of the 
screen.
3) Move the window a tiny bit to the right, so that the right edge is now in 
workspace 2.
4) Move to workspace 2, and repeat the previous steps, moving the right edge 
into workspace 3.
5) Repeat again...

At some point the window won't expand any further (for me, with 1024x768
resolution, this happens in workspace 3). Right at this point, when the
window is as wide as you are allowed to make it, the window borders will
turn white, all around the window. It looks like this is the area where
shadows are supposed to be drawn around the window. If you make the
window a little bit smaller, everything should go back to normal, with
the borders drawn correctly.

** Affects: compiz (Ubuntu)
 Importance: Undecided
 Status: New

-- 
white window borders in fully horizontally stretched windows
https://bugs.launchpad.net/bugs/151375
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 148659] scrot can't save files

2007-10-03 Thread Evan Klitzke
Public bug reported:

I can't run scrot in Gutsy -- when I run it, there is a giblib error
when trying to save to a file.

[EMAIL PROTECTED] ~ $ scrot -c -d 5 foo
Taking shot in 5.. 4.. 3.. 2.. 1.. 0.
giblib error: Saving to file foo failed

scrot = 0.8-7
giblib = 1.2.4-4

I talked with another user on IRC who also encountered the same problem
in Feisty (exact same error message), so this must have been broken for
a while, although I do recall using scrot on Ubuntu in the past
successfully (maybe in Edgy?).

** Affects: scrot (Ubuntu)
 Importance: Undecided
 Status: New

-- 
scrot can't save files
https://bugs.launchpad.net/bugs/148659
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 132612] Re: memory leak in evince?

2007-09-28 Thread Evan Klitzke
The issue is memory usage. Evince is just as snappy as before (maybe a
little bit better in that regard due to the rendering improvements),
it's just that the memory usage seems to grow and grow without bound.  I
have noticed this on many PDFs in Gutsy and never noticed such a problem
during Feisty, so I believe it is a regression, but I'll test the same
PDFs later today under Feisty and reply back when I can confirm this.

-- 
memory leak in evince?
https://bugs.launchpad.net/bugs/132612
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 132612] Re: memory leak in evince?

2007-09-26 Thread Evan Klitzke
I am also experiencing a very bad regression in gutsy with respect to
memory usage in evince. Evince has always used a lot of memory, but it
seems much, much worse in Gutsy. For example, this document:
http://www.stanford.edu/class/cs242/readings/backus.pdf causes evince to
use hundreds of megabytes of memory. While I'm reading the document, the
memory usage keeps going up until I run out of memory and start
swapping. With this particular document I can go from a freshly booted
system with no other applications running (< 200 MB of RAM) to a state
where the system is swapping within a few minutes (I have 512 MB of
RAM).

I'm using the intel video card driver (the modesetting one called
"intel", not "i810"), so it seems unlikely that this is a video card
issue given that I and the original bug reporter have two totally
different video cards.

Is there some option in the deb that has been turned on since Feisty
that could cause this (e.g. I know cairo support has been
enabled/disabled many times)? Is there anything I can do to get the old
memory profile from evince?

-- 
memory leak in evince?
https://bugs.launchpad.net/bugs/132612
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 139215] Re: I got a error when I type a unknown on them command prompt

2007-09-13 Thread Evan Klitzke
I also started seeing this intermittently, but I can't consistently
reproduce it.

-- 
I got a error when I type a unknown on them command prompt
https://bugs.launchpad.net/bugs/139215
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138297] Package request: YHC

2007-09-08 Thread Evan Klitzke
Public bug reported:

I'm submitting a package request to have the York Haskell Compiler (YHC)
packaged for Ubuntu. This is an actively developed byte-code Haskell
interpreter starts as a fork of the old nhc98 project.

YHC seems to be dual licensed under an nhc-98 type of license and the
GPL version 2. You can find the licensing information at
http://haskell.org/haskellwiki/Yhc/Introduction.

The home page for the project, and all of the information on how to
download and build it can be found at
http://www.haskell.org/haskellwiki/Yhc . Note that although the page
says that YHC is not finished, and AFAIK there haven't been any releases
other than through darcs, the project has significant momentum and
support within the Haskell community, and quite a few projects are
already making use of YHC.Core (the YHC Core language).

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Package request: YHC
https://bugs.launchpad.net/bugs/138297
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137071] Re: hal update broke laptop brightness control

2007-09-08 Thread Evan Klitzke
There was an update this morning to 0.5.9.1-1ubuntu7 which seems to have
fixed the problem,

** Changed in: hal (Ubuntu)
   Status: New => Invalid

-- 
hal update broke laptop brightness control
https://bugs.launchpad.net/bugs/137071
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137071] Re: hal update broke laptop brightness control

2007-09-08 Thread Evan Klitzke
I just wanted to add to this that I can confirm that the issue is with
hal -- if I stop hald (or log out of a Gnome session) I can control the
brightness.  Also, hal has been upgraded to 0.5.9.1-1ubuntu6 since my
original bug report, but the problem remains.

-- 
hal update broke laptop brightness control
https://bugs.launchpad.net/bugs/137071
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137071] Re: hal update broke laptop brightness control

2007-09-03 Thread Evan Klitzke
Oops, forgot to add the hal version. I upgraded to 0.5.9.1-1ubuntu5. I
was keeping up to date before this, so I guess I was at 0.5.9.1-1ubuntu4
earlier.

-- 
hal update broke laptop brightness control
https://bugs.launchpad.net/bugs/137071
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137071] Re: hal update broke laptop brightness control

2007-09-03 Thread Evan Klitzke

** Attachment added: "output of lshal"
   http://launchpadlibrarian.net/9102004/lshal.txt

-- 
hal update broke laptop brightness control
https://bugs.launchpad.net/bugs/137071
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137071] hal update broke laptop brightness control

2007-09-03 Thread Evan Klitzke
Public bug reported:

Binary package hint: hal

I upgraded my gutsy install this morning (September 3), and got a
handful of updates that didn't look too important -- I can recall
updates for hal, gcc, gcj, and libgtkmm. During the hal upgrade, I got
an error dialog saying that I wasn't privileged to mount some device.

Later, when I tried to power down my laptop, the screen turned off
completely, and the disk activity went to 100%. The laptop wouldn't
shutdown on its own, and I had to subsequently hold down the power
button to force the power off for the laptop. After rebooting, I get to
the GDM screen and everything is normal. However, once I log into Gnome,
the brightness setting on my laptop goes to the darkest setting, and if
I try to increase the brightness the laptop goes to the next brightness
level for a split second before immediately returning to the darkest
setting.

The laptop I am using (a Thinkpad X40) has excellent hardware support in
Linux (and previously in Ubuntu), so this should not be a laptop qurk.

** Affects: hal (Ubuntu)
 Importance: Undecided
 Status: New

-- 
hal update broke laptop brightness control
https://bugs.launchpad.net/bugs/137071
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 133592] change profile in gnome-terminal doesn't work

2007-08-19 Thread Evan Klitzke
Public bug reported:

Binary package hint: gnome-terminal

The change profile option in gnome-terminal works only when accessed via
the menubar. If you right click within the terminal and then select
change profile, the profile will not actually be changed.  This is in
the Gutsy pre-release, gnome-terminal 2.18.1-1ubuntu2

** Affects: gnome-terminal (Ubuntu)
 Importance: Undecided
 Status: New

-- 
change profile in gnome-terminal doesn't work
https://bugs.launchpad.net/bugs/133592
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 133576] xmodmap not loaded by gnome-session

2007-08-19 Thread Evan Klitzke
Public bug reported:

Binary package hint: gnome-session

Gnome (I believe the gnome-session component) will detect the presence
of ~/.xmodmap, and, if it is the first time that file is detected, offer
to load the file and to load it automatically in the future. In Gutsy,
the dialog box to load the .xmodmap file appears briefly, and then all
of the GTK widgets revert back to the gray/square default GTK theme for
a moment or two and then the dialog disappears before the user has a
chance to load the file (and the widgets go back to the correct theme).
By removing
~/.gconf/desktop/gnome/peripherals/keyboard/general/%gconf.xml I can get
the xmodmap dialog to reappear on my next Gnome login, but I still
cannot get the dialog to appear long enough to load the file.

I think the Gnome component responsible to loading this is gnome-
session, but I'm not sure about this. Right now I'm at gnome-session
2.19.90-0ubuntu2

** Affects: gnome-session (Ubuntu)
 Importance: Undecided
 Status: New

-- 
xmodmap not loaded by gnome-session
https://bugs.launchpad.net/bugs/133576
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 130522] Re: [gutsy] dpkg's "Error in select()"

2007-08-12 Thread Evan Klitzke
I am seeing this in apt 0.7.6ubuntu4 / dpkg 1.14.5ubuntu3

-- 
[gutsy] dpkg's "Error in select()"
https://bugs.launchpad.net/bugs/130522
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 113231] Help does not work in wxmaxima

2007-05-07 Thread Evan Klitzke
Public bug reported:

Binary package hint: wxmaxima

Install maxima, maxima-doc, and wxmaxima.  If you try to access the
documentation using the built-in help facilities (e.g. by running
describe(diff);), maxima will display the documentation correctly.
However, if you try to access the help commands within wxmaxima by
running Help > Maxima Help or by running Help > Describe, the help
system does not work.  The help window comes up correctly, but there are
no help entries at all.

** Affects: wxmaxima (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Help does not work in wxmaxima
https://bugs.launchpad.net/bugs/113231
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 113227] Re: Incomplete/broken mouse handling in screen

2007-05-07 Thread Evan Klitzke
Apparently I can't add bugs that point to GNU Savannah in LP, but the
relevant Savannah bug (which is actually quite old...) is
http://savannah.gnu.org/bugs/?14930

-- 
Incomplete/broken mouse handling in screen
https://bugs.launchpad.net/bugs/113227
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 113227] Incomplete/broken mouse handling in screen

2007-05-07 Thread Evan Klitzke
Public bug reported:

Binary package hint: screen

GNU Screen does not properly send mouse events to terminal applications.
Some applications (e.g. links/elinks) work correctly in screen, but most
(e.g. vim) appear to have broken mouse handling. I'll be linking this to
the Debian/Savannah bugs, which have more information.

** Affects: screen (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

** Affects: screen (Debian)
 Importance: Unknown
 Status: Unknown

** Bug watch added: Debian Bug tracker #214083
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=214083

** Also affects: screen (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=214083
   Importance: Unknown
   Status: Unknown

-- 
Incomplete/broken mouse handling in screen
https://bugs.launchpad.net/bugs/113227
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 91964] Re: No Option To Save Group Password

2007-05-07 Thread Evan Klitzke
Here's the deal.  Not having the patch was too annoying for me to live
with, so I downloaded the Fedora patch and applied it against the
version of network-manager-vpnc that Feisty ships.  It works, and it's
awesome to have this feature now.  The patch will be in the upstream
0.7.0 release (and may even be in 0.6.5 -- I haven't checked).  I'd
imagine that Gutsy will ship with that release, and consequently the
release of Gutsy will effectively close this bug. Nonetheless, I found
that without this patch, network-manager-vpnc is _totally_ unusable for
me, and I have to run vpnc in the background manually since that is
capable of saving the group password. If it was up to me, I'd backport
this fix to Feisty :-)  In case some kindly developer wants to do that,
I'm attaching my Debianified patch here (i.e. the patch resulting from
applying the Fedora patch in a cdbs-edit-patch environment) so that
someone can fix this heinous bug.

** Attachment added: "Provide a checkbox in NM to save the group password"
   http://librarian.launchpad.net/7579775/save-group-password.patch

-- 
No Option To Save Group Password
https://bugs.launchpad.net/bugs/91964
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 91964] Re: No Option To Save Group Password

2007-05-07 Thread Evan Klitzke
I'm confirming this since it is in fact a problem, as the other comments
have shown. I'm also assigning this to MOTU (I hope I did it correctly!)
since I'm applying a patch to fix this, so I want to make sure they see
it.

** Changed in: network-manager-vpnc (Ubuntu)
 Assignee: (unassigned) => MOTU
   Status: Unconfirmed => Confirmed

-- 
No Option To Save Group Password
https://bugs.launchpad.net/bugs/91964
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 113217] cdbs should depend on devscripts

2007-05-07 Thread Evan Klitzke
Public bug reported:

Binary package hint: cdbs

If you install cdbs without installing the devscripts package you will
get an error when running cdbs-edit-patch because debclean is not
present. debclean is provided by devscripts, so cdbs should have a
dependency on devscripts.

** Affects: cdbs (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
cdbs should depend on devscripts
https://bugs.launchpad.net/bugs/113217
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 90533] Re: Firefox goes nuts when asked to open a IRC URL.

2007-05-07 Thread Evan Klitzke
I am not entirely convinced that the bug (spawning lots of tabs) is a
Firefox bug, but there is a related bug in the Mozilla bugzilla for
handling irc:// protocol links in Firefox (in a nutshell: you can
configure the behavior with an about:config seting). I have added that
upstream bug to the list of affected bugs.

** Bug watch added: Mozilla Bugzilla #92390
   https://bugzilla.mozilla.org/show_bug.cgi?id=92390

** Also affects: firefox (upstream) via
   https://bugzilla.mozilla.org/show_bug.cgi?id=92390
   Importance: Unknown
   Status: Unknown

-- 
Firefox goes nuts when asked to open a IRC URL.
https://bugs.launchpad.net/bugs/90533
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 8357] Re: Allow to set DPI resolution

2007-05-07 Thread Evan Klitzke
Sorry, for not mentioning this earlier, the bug that I filed is upstream
bug 436724 (i.e. in bugzilla.gnome.org).

-- 
Allow to set DPI resolution
https://bugs.launchpad.net/bugs/8357
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 8357] Re: Allow to set DPI resolution

2007-05-07 Thread Evan Klitzke
Apparently I can't file the upstream bug because one is already set. I'm
going to make a note in my bug that it is related to the bug already
filed, and we'll see how the Gnome devs decided to  classify it.

-- 
Allow to set DPI resolution
https://bugs.launchpad.net/bugs/8357
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 8357] Re: Allow to set DPI resolution

2007-05-07 Thread Evan Klitzke
Actually, it is possible to have X11 autodetect the DPI of the screen. Just run 
the command:
  xdpyinfo | grep resolution
and you will get the correct DPI value for the monitor X is running on.  I 
think that autodetection is a better mechanism than adding a new setting 
somewhere.  I just filed a bug on this in the Gnome bugzilla today, and am 
going to add that bug to the upstream bug list; if anyone disagrees with that 
decision, feel free to change it :-)

-- 
Allow to set DPI resolution
https://bugs.launchpad.net/bugs/8357
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 112515] Re: Problem with kill man page

2007-05-04 Thread Evan Klitzke
I got some help from the kind folks on #ubuntu-motu, and now the patch
has been created with DBS and should be in the correct format.

** Attachment added: "The new (correct) patch"
   http://librarian.launchpad.net/7558465/fix_kill_manpage.patch

-- 
Problem with kill man page
https://bugs.launchpad.net/bugs/112515
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 112515] Re: Problem with kill man page

2007-05-04 Thread Evan Klitzke
I just checked kill.c in the source, and the -L option is not
implemented at all, as I had suspected. This patch should remove the
section of the man page documenting the presence of the -L option.

** Attachment added: "fix_kill_manpage.patch"
   http://librarian.launchpad.net/7558328/fix_kill_manpage.patch

-- 
Problem with kill man page
https://bugs.launchpad.net/bugs/112515
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 112515] Problem with kill man page

2007-05-04 Thread Evan Klitzke
Public bug reported:

Binary package hint: coreutils

According to the man page shipped with kill, you should be able to use
the -L option to print a table displaying all the available kill
signals. In fact, if you kill -L, you get the following output:

[EMAIL PROTECTED] ~/src/coreutils-5.97/coreutils-5.97/man $ kill -L
bash: kill: L: invalid signal specification

I downloaded the upstream coreutils release (version 6.9) and this
option isn't documented at all in that kill man page, so I assume that
this is a deprecated option, although I'm not positive.

** Affects: coreutils (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Problem with kill man page
https://bugs.launchpad.net/bugs/112515
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 46207] Re: Special keys spit out nonsense on terminal on ThinkPad

2007-05-01 Thread Evan Klitzke
Tony,

I don't have this problem (either running irssi locally, or within a
screen session) on my Thinkpad X40.  When I press the volume keys
running irssi, the volume is changed (as usual), and there is no output
on the irssi command line.  Do your volume buttons work at all? I
believe that if they are working (i.e. pressing them adjusts the
volume), pressing them should not send any events to the terminal or
irssi.

-- Evan

-- 
Special keys spit out nonsense on terminal on ThinkPad
https://bugs.launchpad.net/bugs/46207
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63588] Re: banshee can play certain files, but won't add them to library

2007-04-30 Thread Evan Klitzke
** Bug watch added: GNOME Bug Tracker #430931
   http://bugzilla.gnome.org/show_bug.cgi?id=430931

** Also affects: banshee (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=430931
   Importance: Unknown
   Status: Unknown

-- 
banshee can play certain files, but won't add them to library
https://bugs.launchpad.net/bugs/63588
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 111359] Ubuntu wiki is slow

2007-04-30 Thread Evan Klitzke
Public bug reported:

This is a bug for the Ubuntu (community) wiki on wiki.ubuntu.com.  The
wiki on this site is very, very slow.  Searching, opening, and editing
pages is reasonably fast, and isn't really a problem. However, make user
preferences changes takes forever.  If I try to change my preferred
theme, it takes several minutes after clicking the Save button before
the page finishes loading and the new theme takes effect.  I am not
familiar with MoinMoin, so I'm not sure where the problem would be, but
it seems to me that something related to the user database must be
borked.

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
Ubuntu wiki is slow
https://bugs.launchpad.net/bugs/111359
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 107121] Re: smartd segfaults

2007-04-27 Thread Evan Klitzke
That fixed it, I should have spotted that sooner.

-- 
smartd segfaults
https://bugs.launchpad.net/bugs/107121
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 110144] Re: No lo interface after debootstrap install

2007-04-27 Thread Evan Klitzke
It's me again. I created some patches for the gutsy debootstrap ruleset.
The first patch is really small and just fixes a couple of formatting
inconsistincies in the ruleset (two instances of hard tabs instead of
spaces, and deprecated usage of chown user.group rather than chown
user:group).  The second patch makes it so that skeleton /etc/fstab,
/etc/network/interfaces, and /etc/hosts files are generated.

I'm kind of new to patch, so I'm not sure if I did this right, but the
formatting patch is meant to be applied first, followed by the patch
that adds the skeleton files.  Let me know if I did this incorrectly.

** Attachment added: "Fix the formatting of the gutsy rules"
   http://librarian.launchpad.net/7443078/gutsy_formatting.patch

-- 
No lo interface after debootstrap install
https://bugs.launchpad.net/bugs/110144
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 110144] Re: No lo interface after debootstrap install

2007-04-27 Thread Evan Klitzke
This is the patch that adds the "skeleton" files.

** Attachment added: "etc_files.patch"
   http://librarian.launchpad.net/7443086/etc_files.patch

-- 
No lo interface after debootstrap install
https://bugs.launchpad.net/bugs/110144
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 3877] Re: Provide warning on other vt about getting back to graphical vt

2007-04-27 Thread Evan Klitzke
I would actually be in favor of having this printed the first time
mingetty is spawned on each VT, rather than putting it in /etc/issue.
That way the /etc/issue message could stay at one line and the message
wouldn't have to be printed repeatedly for users who use the VTs a lot.
I'm not sure if this would require a change to mingetty, or which
program should specifically be responsible for printing the message, but
I think it's a good compromise either way. Bonus points if you can
detect which console X is actually running on and change F7 to the
correct number, if it is different.

-- 
Provide warning on other vt about getting back to graphical vt
https://bugs.launchpad.net/bugs/3877
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 52187] Re: htop segfaults

2007-04-27 Thread Evan Klitzke
I think this bug can be closed. From what I recall, the .htoprc file is
actually generated and saved by htop every time you close the program,
and it turns out that the upstream author does not necessarily make an
attempt to ensure that newer versions of htop will be backwards
compatible with older .htoprc files.  So in some sense, this is a
"feature" of htop.

-- 
htop segfaults
https://bugs.launchpad.net/bugs/52187
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 110144] Re: No lo interface after debootstrap install

2007-04-27 Thread Evan Klitzke
It turns out that this was just a configuration item that I missed when
I read the debootstrap installation guide.  In the guide they do, in
fact, warn you to edit /etc/network/interfaces and add a line for the
loopback device.

OTOH it seems like this file, and a few other files, could be improved
for debootstrap. I think it would be preferable to have a
/etc/network/interfaces file that had the loopback device autostart by
default, with perhaps commented out entries for other devices.
Likewise, the /etc/fstab file is blank in the default configuration,
whereas it ought to at least have entries for /proc and /sys, and
perhaps commented out entries showing how other lines might look.  I
would be interested in making some of these changes myself and
submitting patches to the package maintainers if someone can help me
figure out what I need to do to get started.

-- 
No lo interface after debootstrap install
https://bugs.launchpad.net/bugs/110144
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 110144] No lo interface after debootstrap install

2007-04-25 Thread Evan Klitzke
Public bug reported:

I just did a debootstrap install of Ubuntu 7.04, and had mysterious
networking problems. It turns out that the loopback interface was not
being started. I looked at /etc/network/interfaces and lo and behold,
the lo interface was not set to auto (sorry, couldn't resist the pun).
This will cause server-like applications that try to bind to a port on
localhost to fail, which can be fairly mystifying...

** Affects: debootstrap (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
No lo interface after debootstrap install
https://bugs.launchpad.net/bugs/110144
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63588] Re: banshee can play certain files, but won't add them to library

2007-04-18 Thread Evan Klitzke
I filed this upstream, see
http://bugzilla.gnome.org/show_bug.cgi?id=430931

-- 
banshee can play certain files, but won't add them to library
https://bugs.launchpad.net/bugs/63588
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 107121] Re: smartd segfaults

2007-04-16 Thread Evan Klitzke
I just compiled 5.36 and 5.37 from upstream and had the same problem.
Consequently, I subscribed to their mailing list and sent in an email
describing the problem (I don't think they have a bug tracking system).
I'm also going to attach my smartd.conf file here in case it's helpful.

** Attachment added: "smartd.conf"
   http://librarian.launchpad.net/7338430/smartd.conf

-- 
smartd segfaults
https://bugs.launchpad.net/bugs/107121
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 107121] Re: smartd segfaults

2007-04-16 Thread Evan Klitzke
I don't know much about gdb, but if I run smartd through gdb the last
two lines (which are the only interesting ones) are:

Program received signal SIGSEGV, Segmentation fault.
0xb7e96c23 in strlen () from /lib/tls/i686/cmov/libc.so.6

-- 
smartd segfaults
https://bugs.launchpad.net/bugs/107121
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 107121] smartd segfaults

2007-04-16 Thread Evan Klitzke
Public bug reported:

Binary package hint: smartmontools

Hi, I am running the Feisty pre-release right now and wanted to run
smartd. I followed the instructions at
http://www.edafe.org/ubuntu/index.html to get smartd up and running.
Specifically, the steps I took were to comment out the DEVICESCAN line
in /etc/smartd.conf, and add the following two lines:

/dev/sda -a -d ata -n never -o on -S on -s
(L/../../7/04|S/../.././02) -m root -M daily -M test

I also set start_smartd=yes in /etc/default/smartmontools and made no
other changes in that file (i.e. everything else in the file is
commented out). If I try to /etc/init.d/smartmontools start I get a fail
message and indication that there was a segfault. Starting up the daemon
from the command line shows a segfault with no other output.

Device manager lists the hard drive as a "82801DBM (ICH4-M) IDE
Controller". The kernel is 2.6.20.15.14 and the version of smartmontools
is 5.36-8ubuntu2.

** Affects: smartmontools (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
smartd segfaults
https://bugs.launchpad.net/bugs/107121
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 107121] Re: smartd segfaults

2007-04-16 Thread Evan Klitzke
Adding the strace output now.

** Attachment added: "Output from strace -Ff -tt smartd"
   http://librarian.launchpad.net/7338389/smartd-strace.log

-- 
smartd segfaults
https://bugs.launchpad.net/bugs/107121
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 93022] gnome clock applet should update every second in unix time

2007-03-17 Thread Evan Klitzke
Public bug reported:

I can't imagine anyone ever actually setting the clock to display UNIX
time... but if they did, the show_seconds gconf setting for the clock
applet should be turned on, since it doesn't make too much sense to use
a time format that displays seconds but only have the time updated once
a minute.

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
gnome clock applet should update every second in unix time
https://launchpad.net/bugs/93022

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 91964] No Option To Save Group Password

2007-03-13 Thread Evan Klitzke
Public bug reported:

Binary package hint: network-manager-vpnc

I have been issued an RSA SecurID by my workplace, which can be used to
access the corporate Cisco VPN.  The way that the SecurID works is that
the VPN has a very long static password, and the user password is a
combination of the user's PIN plus the sequence of digits being
displayed on the SecurID (which change every 60 seconds).  Consequently,
I cannot save /both/ my user password and my group password (because the
user password changes every minute), but since the group password is
very long and static it would be ideal if I could just save that
password.  Apparently a patch to allow the user to just save the group
password has already been applied to the version of network-manager-vpnc
in Fedora Core 6.  This was in October, so it could very well have been
merged upstream, but as it stands it doesn't seem as if it is in the
version of network-manager-vpnc I am using in Feisty.  The patch that
was used by Fedora can be found at
http://cvs.fedora.redhat.com/viewcvs/rpms/NetworkManager-vpnc/FC-6
/NetworkManager-
vpnc-0.7.0-gppasswd.patch?root=extras&hideattic=0&rev=1.1&only_with_tag
=NetworkManager-vpnc-0_6_4-1_fc6&view=markup

Given the prevalence of the SecurID cards in corporate environments, and
based on several postings I have seen to the Ubuntu forums, it seems
like this is definitely a needed feature. As it stands it is simple to
add the group password only to the vpnc configuration file to get the
same effect, but this is not as nice as the frontend provided by network
manager, and the vpnc command must be run as root.

** Affects: network-manager-vpnc (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
No Option To Save Group Password
https://launchpad.net/bugs/91964

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 91313] upgrade zsnes to 1.51

2007-03-10 Thread Evan Klitzke
Public bug reported:

Binary package hint: zsnes

The version of zsnes in Ubuntu is getting kind of old -- it would be
nice to see an upgrade to the latest version (right now that would be
1.51, which was released in January 2007).

** Affects: zsnes (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
upgrade zsnes to 1.51
https://launchpad.net/bugs/91313

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 89806] xchat-gnome segfaults connecting to new network

2007-03-04 Thread Evan Klitzke
Public bug reported:

Binary package hint: xchat-gnome

I can consistently make xchat-gnome on Feisty segfault.  Upon starting
up, I have xchat-gnome automatically connect to Freenode. I added
irc.gnome.org to the list of IRC servers, and if I subsequently try to
connect to that network, xchat-gnome will immediately segfault.  I have
tried connecting to a few other servers at random without this problem.
I am not sure how to get a backtrace (or if that is even possible --
there seem to be no debugging symbols compiled in), but if you give me
instructions I can produce one for you.

There are at least two other bugs relating to xchat-gnome segfaulting,
but I believe that this problem is unrelated to those bugs (and at least
one of them seems to have been fixed in Edgy already).

** Affects: xchat-gnome (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
xchat-gnome segfaults connecting to new network
https://launchpad.net/bugs/89806

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 87966] Re: GNU Screen: 256 colors not enabled

2007-03-02 Thread Evan Klitzke
I just compiled screen with 256 color support, and now I am one happy
camper. Gnome-terminal, xterm, and quite a few others all have 256 color
support now, so it makes sense to compile screen with support for 256
colors.

To actually use 256 colors you need to make some changes to your
screenrc, so I don't see how turning this on could possibly hurt (since
it isn't enabled by default).  Please turn on support for this in Edgy.

-- 
GNU Screen: 256 colors not enabled
https://launchpad.net/bugs/87966

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 86622] mpd missing AAC support (multiverse)

2007-02-20 Thread Evan Klitzke
Public bug reported:

Binary package hint: mpd

libfaad is not released under a GPL license, so I understand why mpd
(which is in universe) does not have AAC support.  But given the
popularity of this file format, it seems strange to me that the only way
to get support for it in Ubuntu is to compile mpd oneself. Is there a
way that a version of mpd built with libfaad can be put in multiverse?
Ideally if you had multiverse enabled, installing mpd would install the
version from multiverse.

** Affects: mpd (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
mpd missing AAC support (multiverse)
https://launchpad.net/bugs/86622

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 76398] Can't use maildir to retrieve mail in Evolution

2006-12-19 Thread Evan Klitzke
Public bug reported:

How to reproduce the problem:

1) Open up evolution
2) Create a new account (or edit an old one)
3) Set the "Server Type" in the "Receiving Mail" tab to "Maildir-format mail 
directories"
4) Try to select a path

The problem here is that the dialog box is broken and wants you to
select a regular file (not a directory).  If you select a bogus regular
file, then edit the gconf key and replace the bogus file with the actual
maildir, everything works correctly.

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
Can't use maildir to retrieve mail in Evolution
https://launchpad.net/bugs/76398

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 75974] Change name of ntp-simple package

2006-12-16 Thread Evan Klitzke
Public bug reported:

Binary package hint: ntp-simple

The naming of the ntp-simple package confuses me. I do not know very
much about NTP, but I do know that in addition to plain NTP there is a
modified version of the protocol called Simple NTP (SNTP).

>From the description of this package, I *think* what it is trying to say
is that ntp-simple is the package that you want installed if you just
want to be able to synchronize with an NTP reference clock somewhere
else.  But the naming is confusing, because it could very well be the
case that this is the package you want if you want to be using SNTP.

Similarly, the ntp-server package is described as the package holding
common files for an NTP-server. This is sort of confusing, because it is
not immediately clear that the ntpd program running on your computer is
called a server, even though you don't intend on using it as a reference
clock. The description for the ntp package sounds very similar to the
ntp-server package. How are they different?

There might be a good reason for splitting up ntp into so many packages, but 
based on their descriptions I can't tell. So I propose that either the package 
descriptions are changed to make it more clear what is needed for what, or else 
the package names are changed something along these lines:
ntp + ntp-server --> ntp-common   OR ntp + ntpdate --> ntp-utils
ntp-simple --> ntp-client
ntp-refclock and ntp-doc keep their current names.  I believe that on Debian 
(older Ubuntu?) there was an ntp-client package; maybe the name was changed 
because that name was problematic, but in any even the current names are not 
great.

Again, some of these changes might not make sense based on the actual
contents of the packages, but just reading their package descriptions I
can't tell what I actually need to just have ntpd syncing with
pool.ntp.org (or what have you)

** Affects: ntp (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Change name of ntp-simple package
https://launchpad.net/bugs/75974

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63588] Re: banshee can play certain files, but won't add them to library

2006-10-03 Thread Evan Klitzke
This music has been released under a CC license, it should be ok to
attach

gst-typefind-0.10 gives me:
music/Dave Dondero/The Tour of the Living Dead/01 - Michael Rains.mp4 - 
audio/x-m4a

** Attachment added: "Banshee won't add this to the library"
   http://librarian.launchpad.net/4638347/01%20-%20Michael%20Rains.mp4

-- 
banshee can play certain files, but won't add them to library
https://launchpad.net/bugs/63588

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63588] banshee can play certain files, but won't add them to library

2006-10-02 Thread Evan Klitzke
Public bug reported:

Binary package hint: banshee

Hi,

I have a number of songs that I ripped from CD that were encoded using
faac. They all have a .mp4 extension.  If I specify an individual file
(i.e. Music -> Open Location) Banshee will open the file and play it,
but if I try to select that song (or the directory it is in) banshee
will skip over it and not add it to the library.  The old banshee from
Dapper (I believe it was 0.10.something) had no problems adding these
files to the library.

This is in Edgy, with banshee version 0.11.0-0ubuntu1

If it would be helpful, I can include a sample file.

Regards,
Evan

** Affects: banshee (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
banshee can play certain files, but won't add them to library
https://launchpad.net/bugs/63588

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 52187] Re: htop segfaults

2006-07-07 Thread Evan Klitzke
Thanks for the response Lionel.  I followed your advice, and when I
looked at the log it was complaining about .htoprc.  I removed the file
and tried invoking htop and it worked fine.  I'll try to file a bug
report for this (htop will crash on a bad .htoprc) upstream.

-- 
htop segfaults
https://launchpad.net/bugs/52187

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 52187] htop segfaults

2006-07-07 Thread Evan Klitzke
Public bug reported:

Binary package hint: htop

Here is what I see when I run htop:

[EMAIL PROTECTED] ~ $ htop
Segmentation fault
[EMAIL PROTECTED] ~ $ echo $?
139

I did some googling for this, and didn't find anything like what I am
getting.  Someone had a blog entry up about how great htop is (in
dapper), so presumably htop doesn't segfault on someone else's
machine...

If someone could confirm this problem it would be nice.  If someone more
knowledgable than myself has a machine on which htop isn't segfaulting,
and they want to walk me through debugging this, I would be glad to do
so.

** Affects: htop (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
htop segfaults
https://launchpad.net/bugs/52187

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 52187] Re: htop segfaults

2006-07-07 Thread Evan Klitzke
This is my first time using launchpad, so I might have messed up this
bug report (I am used to bugzilla).  This is on Ubuntu Dapper, htop
version 0.6-1.  This package is in universe -- is there another place
bugs for universe packages should be filed?

-- 
htop segfaults
https://launchpad.net/bugs/52187

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs