Re: [Bug 181733] Re: lighttpd mime type script is inflexible

2008-03-03 Thread JohanTibell
Please close the report. Sorry for not doing it myself.

Thanks.

-- Johan

On Mon, Mar 3, 2008 at 5:56 PM, Stephan Hermann [EMAIL PROTECTED] wrote:
 Dear reporter,

  is it still an issue, or can we close the bug for now?

  regards,

  \sh



  --
  lighttpd mime type script is inflexible
  https://bugs.launchpad.net/bugs/181733
  You received this bug notification because you are a direct subscriber
  of the bug.


-- 
lighttpd mime type script is inflexible
https://bugs.launchpad.net/bugs/181733
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 181733] lighttpd mime type script is inflexible

2008-01-10 Thread JohanTibell
Public bug reported:

Binary package hint: lighttpd

The Ubuntu lighttpd config uses a Perl script (/usr/share/lighttpd
/create-mime.assign.pl) to generate a mimetype.assign statement for
/etc/lighttpd/lighttpd.conf. The statement is on the form:

mimetype.assign = ( ... )

It's included in the config like so:

 external configuration files
## mimetype mapping
include_shell /usr/share/lighttpd/create-mime.assign.pl

However, if I would like to override some mime types in a clean way
(with text/plain for source code files say) I would like to write:

 external configuration files
## mimetype mapping

# change mime type for haskell source files so they get displayed
# inside the browser
mimetype.assign= ( .hs = text/plain,
   .lhs = text/plain )
include_shell /usr/share/lighttpd/create-mime.assign.pl

As the the first matching file extension is picked. This would work if
the Perl script was changed to read:

mimetype.assign += ( ... )

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

-- 
lighttpd mime type script is inflexible
https://bugs.launchpad.net/bugs/181733
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 181733] Re: lighttpd mime type script is inflexible

2008-01-10 Thread JohanTibell
It turns out that as far as Firefox is concerned adding the extra mime
types last in the array works (although the lighttpd documentation
indicates otherwise):

include_shell /usr/share/lighttpd/create-mime.assign.pl
mimetype.assign += ( .hs = text/plain,
   .lhs = text/plain )

-- 
lighttpd mime type script is inflexible
https://bugs.launchpad.net/bugs/181733
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 55073] Re: Emacs window doesn't get redrawn when switching desktops

2007-08-09 Thread JohanTibell
I don't have the same laptop anymore so I can't repeat the test. On my
new machine with Feisty it works just fine.

-- 
Emacs window doesn't get redrawn when switching desktops
https://bugs.launchpad.net/bugs/55073
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 56516] Re: backport of ghc 6.4.2 - fixes some annoying bugs

2006-08-18 Thread JohanTibell
I need this too. A few libraries I need depends on 6.4.2 (if they really
need 6.4.2 or not I don't know) and it would be nice not to have to
build GHC manually to use them.

-- 
backport of ghc 6.4.2 - fixes some annoying bugs
https://launchpad.net/bugs/56516

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


[Bug 55073] Re: Emacs window doesn't get redrawn when switching desktops

2006-08-03 Thread JohanTibell
This is for Emacs 21.4a-3ubuntu2 using Dapper. I've attached xorg.conf.

-- 
Emacs window doesn't get redrawn when switching desktops
https://launchpad.net/bugs/55073

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


[Bug 55073] Emacs window doesn't get redrawn when switching desktops

2006-08-03 Thread JohanTibell
Public bug reported:

Binary package hint: emacs

When switching from the desktop where Emacs is running and back results
in the text inside the window not getting redrawn. Could this be some
sort of graphic card buffering issue?

** Affects: emacs-meta (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Emacs window doesn't get redrawn when switching desktops
https://launchpad.net/bugs/55073

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


[Bug 55073] Re: Emacs window doesn't get redrawn when switching desktops

2006-08-03 Thread JohanTibell
I can open a file (say Main.hs), the text is displayed normally. I
switch desktop and when I return Emacs looks normal except that all the
text is gone (i.e. the content of the buffer part of the window is all
white, the scrollbar etc is still intact). If I move around the cursor
the characters get redrawn as I move over them.

-- 
Emacs window doesn't get redrawn when switching desktops
https://launchpad.net/bugs/55073

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