[Bug 138366] Login Screen Lacks Alterable Keyboard Layout Option

2007-09-09 Thread Satoshi Tanabe
Public bug reported:

I chose Dvorak as my keyboard layout during installation. Now I can use
Dvorak everywhere including the login screen. I really like it.

Now, if multiple users want to use my laptop (this hasn't occurred to me
yet), shouldn't they be able to type their passwords using their own
keyboard layouts?

How about letting the user click on his/her username (just like Fedora
7's login screen [1]) and loading each person's keyboard layout settings
automatically?


[1] http://www.tuxmachines.org/gallery/d/26870-2/fedora-gdm-2.png

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Login Screen Lacks Alterable Keyboard Layout Option
https://bugs.launchpad.net/bugs/138366
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 138156] Re: install fails to discover XP (boot) partition

2007-09-09 Thread GabrielGrant
Confirmed for the Sept. 8th Daily-Live image on an IBM Thinkpad X31.
Using manual partitioning to assign mount points to several already
created partitions, the XP system is not detected regardless of whether
the NTFS partition is mounted during the install.

-Gabriel

-- 
install fails to discover XP (boot) partition
https://bugs.launchpad.net/bugs/138156
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 136563] Re: kde-guidance displayconfig kcontrol

2007-09-09 Thread dlugidll
ok

** Attachment added: strace-kcontrol.log
   http://launchpadlibrarian.net/9194274/strace-kcontrol.log

-- 
kde-guidance displayconfig  kcontrol
https://bugs.launchpad.net/bugs/136563
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 138367] abcde fails to tag m4a (aac) files

2007-09-09 Thread Kristian Erik Hermansen
Public bug reported:

Binary package hint: abcde

It appears that abcde should be tagging m4a (aac) files using faac, but
it does not!

** Affects: abcde (Ubuntu)
 Importance: Undecided
 Assignee: MOTU
 Status: New

-- 
abcde fails to tag m4a (aac) files
https://bugs.launchpad.net/bugs/138367
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 138367] Re: abcde fails to tag m4a (aac) files

2007-09-09 Thread Kristian Erik Hermansen

** Attachment added: my config file
   http://launchpadlibrarian.net/9194278/abcde.conf

** Changed in: abcde (Ubuntu)
 Assignee: (unassigned) = MOTU

-- 
abcde fails to tag m4a (aac) files
https://bugs.launchpad.net/bugs/138367
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 138367] Re: abcde fails to tag m4a (aac) files

2007-09-09 Thread Kristian Erik Hermansen
[EMAIL PROTECTED]:~$ faac --long help
Freeware Advanced Audio Coder
FAAC 1.24

Usage: faac [options] infiles ...

Quality-related options:
  -q quality  Set default variable bitrate (VBR) quantizer quality in percent
(default: 100, averages at approx. 120 kbps VBR for a normal 
stereo input file with 16 bit and 44.1 kHz sample rate; max.
value 500, min. 10).Set quantizer quality.
  -b bitrate  Set average bitrate (ABR) to approximately bitrate kbps.
  -c freq Set the bandwidth in Hz (default: automatic, i.e. adapts
maximum value to input sample rate).

Input/output options:
  - stdin If you simply use a hyphen/minus sign instead of an input
file name, FAAC can encode directly from stdin, thus enabling
piping within other applications like foobar2000 (see example
below). The same works for stdout as well, so FAAC can pipe its
output to other apps such as mp4live (streaming live AAC
content).
  -o X  Set output file to X (only for one input file)
  -PRaw PCM input mode (default: off, i.e. expecting a WAV header;
necessary for input files or bitstreams without a header; using
only -P assumes the default values for -R, -B and -C in the
input file).
  -RRaw PCM input sample rate in Hz (default: 44100 Hz, max. 96 kHz)
  -BRaw PCM input sample size (default: 16, also possible 8, 24, 32
bit fixed or float input).
  -CRaw PCM input channels (default: 2, max. 33 + 1 LFE).
  -XRaw PCM swap input bytes (default: bigendian).
  -I C[,LFE]  Input multichannel configuration (default: 3,4 which means
Center is third and LFE is fourth like in 5.1 WAV, so you only
have to specify a different position of these two mono channels
in your multichannel input files if they haven't been reordered
already).
  -raw AAC output mode (i.e. without ADTS headers, needed when
directly using the AAC bitstream in a MP4 container like e.g.
mp4live does; -w uses this mode automatically).

MP4 specific options:
  -wWrap AAC data in MP4 container. (default for *.mp4 and *.m4a)
  --artist XSet artist to X
  --writer XSet writer to X
  --title X Set title to X
  --genre X Set genre to X
  --album X Set album to X
  --compilation Set compilation
  --track X Set track to X (number/total)
  --disc X  Set disc to X (number/total)
  --year X  Set year to X
  --cover-art X Read cover art from file X
Supported image formats are gif, jpg, and png.
  --comment X   Set comment to X

Expert options:
  --no-tns  Disable TNS, temporal noise shaping, coding.
  --no-midside  Don't use mid/side coding.
  --mpeg-vers X AAC MPEG version, X can be 2 or 4.
  --obj-type X  AAC object type. (LC (Low Complexity, default), Main or LTP
(Long Term Prediction)
  --shortctl X  Enforce block type (default: both; 1 = short only; 2 = long
only).

Documentation:
  --license Show the FAAC license.
  --helpShow this abbreviated help.
  --long-help   Show complete help.

  More tips can be found in the audiocoding.com Knowledge Base at
  http://www.audiocoding.com/wiki/

-- 
abcde fails to tag m4a (aac) files
https://bugs.launchpad.net/bugs/138367
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 138366] Re: Login Screen Lacks Alterable Keyboard Layout Option

2007-09-09 Thread Roel Huybrechts
Hi, thanks for your bug report! I changed the package to gdm, which
actually is the 'login screen'.

** Changed in: gdm (Ubuntu)
Sourcepackagename: None = gdm

-- 
Login Screen Lacks Alterable Keyboard Layout Option
https://bugs.launchpad.net/bugs/138366
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 138368] Please sync telepathy-mission-control (universe) from Debian unstable (main)

2007-09-09 Thread Laurent Bigonville
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/telepathy-mission-control
 status new
 subscribe ubuntu-universe-sponsors

Please sync telepathy-mission-control (universe) from Debian unstable
(main).

Explanation of the Ubuntu delta and why it can be dropped:
Changes merged in Debian

Changelog since current gutsy version 4.37-0ubuntu1:

telepathy-mission-control (4.37-1) unstable; urgency=low

  [ Laurent Bigonville ]
  * New upstream release
  * Add XS-Vcs-Bzr field

  [ Sjoerd Simons ]
  * Bump shlibs for libmissioncontrol-client

 -- Sjoerd Simons [EMAIL PROTECTED]  Fri, 07 Sep 2007 23:36:48 +0200


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG44/oVLyDt/3apY8RAlYSAJ9GXjRpLGDuqUYQ4P4BO6BvRwMeKQCdGA+b
eU9O1wgBexPeNvP8ylF4Fe4=
=NAe6
-END PGP SIGNATURE-

** Affects: telepathy-mission-control (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Please sync telepathy-mission-control (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/138368
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 138369] D-Link Airplus DWL 520+ not recognized in Gutsy Gibbon

2007-09-09 Thread akcilap
Public bug reported:

Binary package hint: linux-source-2.6.22

I've got a problem with my wifi card D-Link Airplus DWL-520+. Gutsy
doesn't even recognize it's there, so wlan0 intercace isn't available
for configuring. It worked in Feisty (althought I had to manually
configure it)

** Affects: linux-source-2.6.22 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
D-Link Airplus DWL 520+ not recognized in Gutsy Gibbon
https://bugs.launchpad.net/bugs/138369
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 96754] Re: Atheros 5212 NIC Fails to Connect in Feisty

2007-09-09 Thread weekdaysailor
ibm t41 same prob - can manually iwconfig key and essid but must
ifdown/ifup to get card working w simple wep

no tools work

feisty install has been a general disaster

-- 
Atheros 5212 NIC Fails to Connect in Feisty
https://bugs.launchpad.net/bugs/96754
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


Re: [Bug 571] Re: The 64bit mplayer binary/package can't use the 32bit win32codecs to play *wmv files.

2007-09-09 Thread Iwan
 I've ran x86_64 on my laptop from 2004-2006 without ever needing what
you're asking for. I couldn't play all weird codecs out there, but most
of them and all I really wanted to see worked OOTB. Stop spreading FUD
please. 

I ran 32bit for a long time and almost decided to run XP or Slackware
again, because mplayer did not play all the formats I wanted to play
under 64bit Ubuntu. I used to make a 32bit binary on Slackware, since
Ubuntu did not allow for cross-compiling, these days I use a  32bit
machine in my living room. The first thing friends who decided to test
Linux wants me to do, is to install something which will play all
their media files. They don't care if they can run a Beryl cube even,
PCs are mostly for entertainment these days. Lately everyone has been
using .flv and things mplayer can play, not .wmv or .rm though .flv
did not work 100% for quite some time, which is why I just use mplayer
svn, Ubuntu has failed its users in providing 100% media support,
instead settling for 70% which is just not good enough.

On 9/8/07, Nafallo Bjälevik [EMAIL PROTECTED] wrote:
  Hi Ralf,

 On Wed, 2007-09-05 at 12:55 +, Ralf Nieuwenhuijsen wrote:
  Since when did the 64-bit version of Ubuntu become the new free ubuntu
  version?

 It is not. Just because we are not willing to incorporate time-consuming
 tweaks for supporting non-free x86-code on x86_64 does not make it any
 less Gubuntu.

  1) I don't really see, why there should be differences in policies
  regarding closed-source codecs between 368 and x64. Either remove it
  from the 386 repositories (and loose about half of the users) or add it
  to the amd64 (so the majority of the users that have 64-bits chips will
  actually choose to run a 64-bit os)

 There isn't at the moment. What you are trying to gain here is change in
 policies thou. Multiarch isn't going to happen anytime soon from what
 I've seen.

  2) Everybody that needs this (90% of all 64-bit ubuntu users?) is doing
  this manually now on amd64 anyway. How is that more stable?

 I've ran x86_64 on my laptop from 2004-2006 without ever needing what
 you're asking for. I couldn't play all weird codecs out there, but most
 of them and all I really wanted to see worked OOTB. Stop spreading FUD
 please.

  3) The technical details do not seem that complex, concerning we are all
  doing this manually now ANYWAY. Are we are not the experts here.

 So you are building those debs under x86_64 buildds or what? So you
 already have a patch to make .debs like this for us? Then please show
 them to us...

  In other words: the reasoning that is used to not do this, is both flawed 
  and in conflict with the official policy.
  There are currently four problems for the AMD64 desktop to become usuable 
  without MANDATORY annoying tweaks by the end-user.

 More FUD already answered above.

  Two of these three have a good workaround, one does not, because the free 
  solution keeps crashing.
 
1. There is no java-applet support. Blackdown used to work, but since
  Feisty it has been crashing consistently when invoked. Yes, there are
  bug-reports about this since Feisty. No developper involvement though.

 Does not belong in this bugreport.

2.  Wine32. There are wine32 packages specially for 64-bit ubuntu
  thanks to WineHQ. Maybe it's a good idea to just move those packages
  into the standard repositories, since Ubuntu refuses to do the same, and
  wineHQ is the official distrobutor of Wine. (i.e. its a trusted source).
  Bugs have been filed about this since forever. No developper involvement
  though.

 Does not belong in this bugreport. Basically you're asking for multiarch
 (again). From what I've seen wine for Win x86_64 is about to happen or
 something...

   3. Flashplugin-support. The 64-bit repository does contain a
  flashplugin-nonfree package, and it installs the 32-bit version of
  flash. They just forgot to do nspluginwrapper. Bugs have been filed
  about this since forever. No developper involvement though.

 Does not belong in this bugreport.
 BEARD! I've seen asac upload stuff to that extent.

   4. Mplayer32/gstreamer0.10-pitfalldll . We don't need 32-bit mplayer or
  32-bit gstreamer plugins, we just need them to work with 32-bit codecs.
  Since totem-gstreamer is the default browser-plugin and video-player,
  what we need is 32-bit pitfalldll. Shouldn't be too complicated. There
  have been mplayer32 packages (and firefox32 packages) floating around
  all over the internet. Estimated gues about a hundred. Yet zero in the
  repositories. Are you intentionally blocking them?

 No. We just doesn't believe in that solution. I'm sure you can find more
 on the subject in the archive for the ubuntu-devel mailinglist.

   5. Popular games and applicaties that offer both source-code and 32-bit
  binaries on their website are not in the repositories. Flock, Songbird,
  Urban Terror, World of Padman. Current solution getdeb.net (why you
  never made this guy a motu is beyond 

[Bug 138370] kontact crashes on login

2007-09-09 Thread Markus
Public bug reported:

I'm using gutsy for a week. Since my last dist-upgrade from 8th August
2007 kontact crashes on login and can't be started after login even if I
kill all kontact processes before. kmail can't be started too.

(no debugging symbols found)
Using host libthread_db library /lib/tls/i686/cmov/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1243068736 (LWP 5966)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[KCrash handler]
#6  0xb4eb64b6 in KMFolderCachedImap::account ()
   from /usr/lib/libkmailprivate.so
#7  0xb4fa8ece in KMailICalIfaceImpl::readConfig ()
   from /usr/lib/libkmailprivate.so
#8  0xb4ee2f61 in KMKernel::init () from /usr/lib/libkmailprivate.so
#9  0xb515c5e4 in KMailPart::KMailPart () from /usr/lib/kde3/libkmailpart.so
#10 0xb515daa8 in KParts::GenericFactoryKMailPart::createPartObject ()
   from /usr/lib/kde3/libkmailpart.so
#11 0xb75fb75f in KParts::Factory::createPart () from /usr/lib/libkparts.so.2
#12 0xb7e0b2ed in Kontact::Core::createPart ()
   from /usr/lib/libkpinterfaces.so.1
#13 0xb7e0ca87 in Kontact::Plugin::loadPart ()
   from /usr/lib/libkpinterfaces.so.1
#14 0xb56ae795 in KMailPlugin::createPart ()
   from /usr/lib/kde3/libkontact_kmailplugin.so
#15 0xb7e0c9f2 in Kontact::Plugin::part () from /usr/lib/libkpinterfaces.so.1
#16 0x08062000 in ?? ()
#17 0x08263f10 in ?? ()
#18 0x in ?? ()

thnx
Markus

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: gutsy kontact

-- 
kontact crashes on login (gutsy)
https://bugs.launchpad.net/bugs/138370
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 138370] Re: kontact crashes on login

2007-09-09 Thread Markus
[EMAIL PROTECTED]:~$ killall kontact
[EMAIL PROTECTED]:~$ killall kmail
kmail: Kein Prozess beendet
[EMAIL PROTECTED]:~$ strace kontact
execve(/usr/bin/kontact, [kontact], [/* 35 vars */]) = 0
brk(0)  = 0x8077000
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7f11000
access(/etc/ld.so.preload, R_OK)  = -1 ENOENT (No such file or directory)
open(/etc/ld.so.cache, O_RDONLY)  = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=105773, ...}) = 0
mmap2(NULL, 105773, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7ef7000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/usr/lib/libkdepim.so.1, O_RDONLY) = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320=\10..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=1474536, ...}) = 0
mmap2(NULL, 1477172, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7d8e000
mmap2(0xb7ee6000, 65536, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x158) = 0xb7ee6000
mmap2(0xb7ef6000, 2612, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7ef6000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/usr/lib/libkpinterfaces.so.1, O_RDONLY) = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\\306..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=81032, ...}) = 0
mmap2(NULL, 79796, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7d7a000
mmap2(0xb7d8c000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12) = 0xb7d8c000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/usr/lib/libkcal.so.2, O_RDONLY) = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\27\5\000..., 512) = 
512
fstat64(3, {st_mode=S_IFREG|0644, st_size=1171888, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7d79000
mmap2(NULL, 1175356, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7c5a000
mmap2(0xb7d69000, 61440, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10f) = 0xb7d69000
mmap2(0xb7d78000, 3900, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7d78000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/usr/lib/libktnef.so.1, O_RDONLY) = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260i\0..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=77904, ...}) = 0
mmap2(NULL, 76652, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7c47000
mmap2(0xb7c59000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12) = 0xb7c59000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/usr/lib/libkabc.so.1, O_RDONLY) = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360\230..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=738088, ...}) = 0
mmap2(NULL, 741336, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7b92000
mmap2(0xb7c42000, 20480, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xaf) = 0xb7c42000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/usr/lib/libvcard.so.0, O_RDONLY) = 3
read(3, [EMAIL PROTECTED]..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=149948, ...}) = 0
mmap2(NULL, 153080, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7b6c000
mmap2(0xb7b9, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23) = 0xb7b9
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/usr/lib/libkresources.so.1, O_RDONLY) = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240\373..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=139212, ...}) = 0
mmap2(NULL, 142096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7b49000
mmap2(0xb7b6a000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20) = 0xb7b6a000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/usr/lib/libkimproxy.so.0, O_RDONLY) = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200h\0..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=73212, ...}) = 0
mmap2(NULL, 71976, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7b37000
mmap2(0xb7b48000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11) = 0xb7b48000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = 

[Bug 138373] Firefox don't use plugins in the folder /usr/lib/mozilla

2007-09-09 Thread fabien26
Public bug reported:

Binary package hint: firefox

I use Gutsy 64 bits and i have tried to install j2re1.4-mozilla-plugin
and this plugin install his link in /usr/lib/mozilla/plugin .

And with firefox the plugin don't work ... I have to move it to
/usr/lib/firefox/plugin to make it work ...

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

-- 
Firefox don't use plugins in the folder /usr/lib/mozilla
https://bugs.launchpad.net/bugs/138373
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 138366] Re: Login Screen Lacks Alterable Keyboard Layout Option

2007-09-09 Thread Roel Huybrechts
Similar bugs have been reported to the developers of GDM:
* the default keyboard should be the default keyboard for gdm: 
http://bugzilla.gnome.org/show_bug.cgi?id=414571
* Provide a means to change the keyboard layout from gdm login screen?: 
http://bugzilla.gnome.org/show_bug.cgi?id=307926

I added this report as a comment of that last bug.


** Changed in: gdm (Ubuntu)
 Assignee: (unassigned) = Roel Huybrechts

-- 
Login Screen Lacks Alterable Keyboard Layout Option
https://bugs.launchpad.net/bugs/138366
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 92088] Re: this does not work with dell 1390

2007-09-09 Thread Alex Mayorga Adame
FWIW

Here's how I got rid of the bcm43xx: Error: Microcode bcm43xx_microcode5.fw 
not available or load failed. messages with my
Broadcom Corporation Dell Wireless 1390 WLAN Mini-PCI Card (rev 01)

 wget http://downloads.openwrt.org/sources/wl_apsta-3.130.20.0.o 
 sudo bcm43xx-fwcutter -w /lib/firmware ./wl_apsta-3.130.20.0.o 
 sudo ifconfig eth1 down
 sudo ifconfig eth1 up

After that the dmesg errors disappeared.

-- 
this does not work with dell 1390
https://bugs.launchpad.net/bugs/92088
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 138374] dolphin breaks when you try to open a directory with a # sign in it.

2007-09-09 Thread Chris
Public bug reported:

Binary package hint: dolphin

when you try to open a directory with a # sign in its name dolphin
says the directory doesn't exist and doesn't open it.

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

-- 
dolphin breaks when you try to open a directory with a # sign in it. 
https://bugs.launchpad.net/bugs/138374
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 138113] Re: xsane conflicts with libgimp2.0 2.4

2007-09-09 Thread Bevin_Watson
I've just reinstalled the new version of xsane and it is working fine.

-- 
xsane conflicts with libgimp2.0 2.4
https://bugs.launchpad.net/bugs/138113
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 106620] Re: Kaffeine displays an error message when a file with a special char like # is opened

2007-09-09 Thread Chris
this bug is still being a PITA in gutsy tribe 5. The worst part of this
is that I reported this bug several years ago and it was fixed in the
one before feisty, then it popped back up again. I think the actual bug
is in xine (atleast it was when this was broken several years ago).

-- 
Kaffeine displays an error message when a file with a special char like # is 
opened
https://bugs.launchpad.net/bugs/106620
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 78552] Re: /sbin/update-grub complains about being run instead of /usr/sbin/update-grub

2007-09-09 Thread Joey Stanford
Me too on Gutsy:


Setting up linux-image-2.6.22-11-generic (2.6.22-11.32) ...
Running depmod.
update-initramfs: Generating /boot/initrd.img-2.6.22-11-generic
Running postinst hook script /sbin/update-grub.
Your /etc/kernel-img.conf needs to be updated. Read grub's NEWS.Debian[1]
file and follow its instructions.

 1. /usr/share/doc/grub/NEWS.Debian.gz


Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-2.6.22-11-generic
Found kernel: /boot/vmlinuz-2.6.22-10-generic
Found kernel: /boot/memtest86+.bin
Updating /boot/grub/menu.lst ... done


-- 
/sbin/update-grub complains about being run instead of /usr/sbin/update-grub
https://bugs.launchpad.net/bugs/78552
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 138274] Re: Dolphin does not remember view profile

2007-09-09 Thread Chris
This is happening on my new install of tribe 5 too.

-- 
Dolphin does not remember view profile
https://bugs.launchpad.net/bugs/138274
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 138375] KDE4 beta 2 issues on Gusty

2007-09-09 Thread tuxisback
Public bug reported:

Kicker on KDE 4 beta 2 (Gusty) shows two bubbles saying This object
couldn't be created and nothing else, no menus, this make KDE unusable
(kdebase-workspace and kde4base are installed).

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
KDE4 beta 2 issues on Gusty
https://bugs.launchpad.net/bugs/138375
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 125832] Re: [gutsy] orinoco_cs.ko missing

2007-09-09 Thread David Tomaschik
I was wondering if there was any sort of update to this... seems like a
relatively easy fix, if nothing else than to revert to the Feisty
behavior.  Right now, this is a fairly major regression for anyone with
one of these chipsets.

-- 
[gutsy] orinoco_cs.ko missing
https://bugs.launchpad.net/bugs/125832
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 138376] tags absent in 0.7.6

2007-09-09 Thread David Prieto
Public bug reported:

Binary package hint: tomboy

I have noticed that tomboy 0.7.6 does not have tagging anymore. Is it
intentional?

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

-- 
tags absent in 0.7.6
https://bugs.launchpad.net/bugs/138376
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 117729] Re: [feisty] failure to connect to wpa network after kernel update

2007-09-09 Thread MyattB
Hopefully the following is what you require?

[EMAIL PROTECTED]:~$ lspci | grep Broadcom
03:00.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN 
Controller (rev 03)

[EMAIL PROTECTED]:~$ ndiswrapper -l
bcmwl5 : driver installed
device (14E4:4320) present (alternate driver: bcm43xx)

-- 
[feisty] failure to connect to wpa network after kernel update
https://bugs.launchpad.net/bugs/117729
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 125832] Re: [gutsy] orinoco_cs.ko missing

2007-09-09 Thread Charles Keller
I am having the same problem with the new kernel as those above.  I have
an Orinoco Silver card from Lucent Technologies, and my card will not
work properly with the hostap_cs driver.  This card is obviously still
used by a good number of Ubuntu users and I'm sure we would all
appreciate having this driver included in gutsy again.  Is there really
any harm in having both drivers included in the kernel?

-- 
[gutsy] orinoco_cs.ko missing
https://bugs.launchpad.net/bugs/125832
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 138375] Re: KDE4 beta 2 issues on Gusty

2007-09-09 Thread Sarah Hobbs
i didnt think kicker was supposed to be in kde4 at all.

However, please report all kde4 bugs on bugs.kde.org.

** Changed in: ubuntu
   Status: New = Won't Fix

-- 
KDE4 beta 2 issues on Gusty
https://bugs.launchpad.net/bugs/138375
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 138377] Tools cannot be collapsed

2007-09-09 Thread Michael Maier
Public bug reported:

Binary package hint: openoffice.org

Within the Impress-Application/Presentation Program
in the Sections of the tools menu (Master layout, Layout, User-Defined 
Animations, Slide-Change/Animation [I use the German version and therefore 
don't no the exact names in English for the tools]), the sections cannot be 
collapsed, when they have been expanded once. 

A workaround is to temporarily remove the tool from the tool box (i.e.
turning it off with the view Option) and turn in on again, then it is
collapsed again.

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Tools cannot be collapsed
https://bugs.launchpad.net/bugs/138377
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 138346] Re: sound juicer produces bad MP4/AAC audio files with non-standard encoding options

2007-09-09 Thread Ross Burton
SJ just does what you tell it, so your pipeline is incorrect.  If there
are strange default values for certain parameters in the GStreamer
elements, file a bug with gstreamer.

** Changed in: sound-juicer (Ubuntu)
   Status: Confirmed = Invalid

-- 
sound juicer produces bad MP4/AAC audio files with non-standard encoding options
https://bugs.launchpad.net/bugs/138346
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 133197] Re: mozilla-plugin-gnash is broken

2007-09-09 Thread fabien26
why the postinst script don't run:

sudo update-alternatives --auto firefox-flashplugin

It can fix the problem (same for flashplugin-nonfree)

because for me I don't sow any other system to correct this bug (ubufox
is not the solution because konqueror and opera use the flashplugin ...)

-- 
mozilla-plugin-gnash is broken
https://bugs.launchpad.net/bugs/133197
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 122602] Re: Duplicated entries in Places Menu

2007-09-09 Thread Alex Mayorga Adame
I still see the duplicates as in this screen shoot
http://launchpadlibrarian.net/8525567/Screenshot.png on Ubuntu
2.6.22-11.32-generic

-- 
Duplicated entries in Places Menu
https://bugs.launchpad.net/bugs/122602
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 125832] Re: [gutsy] orinoco_cs.ko missing

2007-09-09 Thread Phil Colbourn
orinoco_cs is missing from 2.6.22-11 as well.

I compiled a 2.6.22-11 kernel (not an expert at this) and copied the
orinoco_cs.ko module into
/lib/modules/2.6.22-11-generic/drivers/net/wireless (from memory).

I did a depmod -a and modprobe orinoco_cs.

My wireless link is now up. Not sure if it will automatically come up on
boot though.

To get the module to compile I just enabled CONFIG_PCMCIA_HERMES=m.

So, yes, it should be an easy fix.

-- 
[gutsy] orinoco_cs.ko missing
https://bugs.launchpad.net/bugs/125832
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 23835] Re: lilo + lvm2 don't work following upgrade to breezy

2007-09-09 Thread leon
Just in case someone doesn't get the problem fixed: It might be the
stupid problem that /boot is not mounted...

-- 
lilo + lvm2 don't work following upgrade to breezy
https://bugs.launchpad.net/bugs/23835
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 130559] Re: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03) - no sound

2007-09-09 Thread Helder Ribeiro
I have a similar problem, the difference is that the sound does work
fine from the built-in speakers, but they won't come out of the
headphone jack. I haven't tested the mic yet. The machine is a Sony Vaio
VGN-FZ150E laptop.

-- 
 Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03) - no sound
https://bugs.launchpad.net/bugs/130559
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 74691] Re: Unable to debug under 2.6.22 on i386: Failed to read a valid object file image from memory

2007-09-09 Thread Shirish Agarwal
Dunno if its due to J Kyle's thing but now it seems to be ready for
debugging, can somebody confirm this?

Adding output as seen from gdb, if somebody wants to do some more tests
or something, please lemme know.

** Attachment added: gdb.txt
   http://launchpadlibrarian.net/9194453/gdb.txt

-- 
Unable to debug under 2.6.22 on i386: Failed to read a valid object file image 
from memory
https://bugs.launchpad.net/bugs/74691
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 125832] Re: [gutsy] orinoco_cs.ko missing

2007-09-09 Thread David Tomaschik
This is my vague attempt at a patch to the ubuntu sources for 2.6.22 to
re-enable the orinoco_cs module.  This should fix behavior for the most
users.

** Attachment added: Orinoco CS Patch
   http://launchpadlibrarian.net/9194513/orinoco_cs.patch

-- 
[gutsy] orinoco_cs.ko missing
https://bugs.launchpad.net/bugs/125832
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 138378] Brother lpr driver failed installation

2007-09-09 Thread Inalus
Public bug reported:

I went to the Brother website and found the appropriate lpr Linux driver
for my model (mfc8500).  The website seemed to indicate that the lpr
driver needed to be installed before installing the cups driver.  I
clicked on the download button and when asked, told it to run the
program.  It appeared to install the package.  I then followed the same
procedure for the cups driver file.  It also appeared to install, but
when I tried to add the printer, it was still not on the list of
available printers.  I tried to re-install the drivers when I received
an error message saying that I the file was corrupt or I did not have
permission to access it.   I gave up on installing it and then went to
look at other drivers, so I tried to open the synaptic package manager.
When I opened it, it said:

E: The package mfc8500lpr needs to be reinstalled, but I can't find an archive 
for it.
E: Internal error opening cache (1). Please report.

It will not install anything else now.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Brother lpr driver failed installation
https://bugs.launchpad.net/bugs/138378
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 137608] Re: gcc is broken in Gutsy Tribe5 directly after installation+upgrade

2007-09-09 Thread mnemo
ok sry, I won't do that in the future.I don't mean to be annoying, I
just really feel some more thought should go into this bug. Do you guys
understand why I think that a non-usable gcc is worse than no gcc at
all?

-- 
gcc is broken in Gutsy Tribe5 directly after installation+upgrade
https://bugs.launchpad.net/bugs/137608
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 138370] Re: kontact crashes on login (gutsy)

2007-09-09 Thread Jérôme Guelfucci
** Changed in: kdepim (Ubuntu)
Sourcepackagename: None = kdepim

-- 
kontact crashes on login (gutsy)
https://bugs.launchpad.net/bugs/138370
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 84967] Re: Amarok freezes on Kubuntu Feisty

2007-09-09 Thread Pierre_Dubath
I had the same problem that I solved by just installing libxinel-ffmpeg.
Thanks for the suggestion. Why is this library not install by default
with amarok?

-- 
Amarok freezes on Kubuntu Feisty
https://bugs.launchpad.net/bugs/84967
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 91426] Re: Nautilus doesn't show SD card icon

2007-09-09 Thread Richard Wolf
This appears to be a missing 16x16 icon:
/usr/share/icons/Human/16x16/devices/gnome-dev-media-sdmmc.png .  The
file exists but the image is blank.

Changing the theme, eg to Clearlooks, fixes the problem.

-- 
Nautilus doesn't show SD card icon 
https://bugs.launchpad.net/bugs/91426
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 50784] Re: wine destroys xfce-menu

2007-09-09 Thread William Grant
As described in the previous comments, your report lacks the information
we need to investigate the problem further. We'll close this report for
now - please reopen it if you can give us the missing information.

** Changed in: wine (Ubuntu)
   Status: Incomplete = Invalid

-- 
wine destroys xfce-menu
https://bugs.launchpad.net/bugs/50784
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] Re: Package request: YHC

2007-09-09 Thread Jérôme Guelfucci
Thank you for your bug report. I'm marking this as triaged.

** Changed in: ubuntu
   Importance: Undecided = Wishlist
   Status: New = Triaged

** Tags added: needs-packaging

-- 
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 138346] Re: sound juicer produces bad MP4/AAC audio files with non-standard encoding options

2007-09-09 Thread Kristian Erik Hermansen
Sorry Ross.  I encountered some other profile-related bugs on Feisty
and Gusty while editing profiles, and this lead me to believe that maybe
you were passing the options incorrectly or they were being corrupted on
the way to gstreamer.  There are other issues in sound-juicer, like
sometimes not being able to delete a profile, or your custom profiles
not showing up despite being cheked [ACTIVE].  I will will these bugs
separately for you later, if they are not already filed.

Sorry to bother you.  Assigning to Ubuntu Core Dev team for further
inspection...

** Changed in: gstreamer0.10 (Ubuntu)
Sourcepackagename: sound-juicer = gstreamer0.10
 Assignee: Ross Burton = Ubuntu Core Development Team
   Status: Invalid = New

** Summary changed:

- sound juicer produces bad MP4/AAC audio files with non-standard encoding 
options
+ gstreamer produces bad MP4/AAC audio files with non-standard encoding options

** Summary changed:

- gstreamer produces bad MP4/AAC audio files with non-standard encoding options
+ gstreamer produces bad MP4/AAC audio files when specifying non-standard 
encoding options

-- 
gstreamer produces bad MP4/AAC audio files when specifying non-standard 
encoding options
https://bugs.launchpad.net/bugs/138346
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 138335] Re: xubuntu panel pager missing

2007-09-09 Thread Jérôme Guelfucci
Thank you for your bug report. I can't reproduce this, I'm marking the
affected package as xfce4-panel, although it might not be the right, but
it will enable some xubuntu guys to have a look. Leaving as new until
someone can confirm.

** Changed in: xfce4-panel (Ubuntu)
Sourcepackagename: None = xfce4-panel
   Importance: Undecided = Medium

-- 
xubuntu panel pager missing
https://bugs.launchpad.net/bugs/138335
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 136945] Re: drop libgnome dependency

2007-09-09 Thread Jani Monoses
Here's the upstream patch that was comitted and which contains another chunk of 
the diff (the GnomeClient api removal), at the end of the report
http://bugzilla.gnome.org/show_bug.cgi?id=436832

-- 
drop libgnome dependency
https://bugs.launchpad.net/bugs/136945
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 40196] Re: Misnamed .po file

2007-09-09 Thread Carlos Perelló Marín
Right, Gutsy seems to have it fixed.

** Changed in: kde-i18n-tg (Ubuntu)
   Status: Invalid = Fix Released

-- 
Misnamed .po file
https://bugs.launchpad.net/bugs/40196
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 138379] Crash while installing addons (extensions)

2007-09-09 Thread Manish
Public bug reported:

Binary package hint: firefox

Firefox 2.0.0.6 on Ubuntu 6.10, while installing many addons without
restarting the browser after each install, I had to install 11 addons,
so I installed it one by one without restarting, after some 6-7 tabs had
opened for the same, firefox stopped responding and a crash dialog box
came up asking to create a crash report.

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

-- 
Crash while installing addons (extensions)
https://bugs.launchpad.net/bugs/138379
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 135209] Re: JAVA JRE Won't INSTALL on GUTSY GIBBON

2007-09-09 Thread dk3
** Changed in: sun-java6 (Ubuntu)
   Status: New = Confirmed

-- 
JAVA JRE Won't INSTALL on GUTSY GIBBON
https://bugs.launchpad.net/bugs/135209
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


Re: [Bug 125925] Re: kernel panic on boot in kubuntu 7.04 and 7.10 tribe 2 becouse of Apic

2007-09-09 Thread beer
Here is the logs there are requested. I will test the 2 other version
if those log is not enough

On 9/7/07, Henrik Nilsen Omma [EMAIL PROTECTED] wrote:
 Hi, I'm not sure it's the same as 54621. That has no mention of the
 mouse and keyboard loss you cite. Are you able to log in from a second
 machine to get debugging info? (on second thought, that will be
 difficult without ssh installed -- looks like we need a custom CD to
 test this).

 Does the alternate or server CDs work? They have a different kernel. If
 you could boot with Debian and run the commands suggested here:
 https://wiki.ubuntu.com/KernelTeamBugPolicies so we can get some
 hardware details? Thanks.


 ** Changed in: linux-source-2.6.22 (Ubuntu)
Importance: Undecided = Medium
Status: New = Incomplete

 --
 kernel panic on boot in kubuntu 7.04 and 7.10 tribe 2 becouse of Apic
 https://bugs.launchpad.net/bugs/125925
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
kernel panic on boot in kubuntu 7.04 and 7.10 tribe 2 becouse of Apic
https://bugs.launchpad.net/bugs/125925
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 104219] Re: Translation template was not imported to Feisty

2007-09-09 Thread Carlos Perelló Marín
The problem with Beagle is that it's not regenerating its .pot file like
most packages in Ubuntu do.

Once we adjust its build scripts to do it (Martin Pitt and Seb could
help with this in an easy way), next beagle build will provide Launchpad
with an updated .pot file and thus, this problem will be fixed.

-- 
Translation template was not imported to Feisty
https://bugs.launchpad.net/bugs/104219
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 134772] Re: [gutsy tribe 5] live cd fails to start, black screen after installation screen on ati mobility radeon x700

2007-09-09 Thread Roel Huybrechts
I think this might be a bug in the open-source ati driver, I'm changing
the package to xserver-xorg-driver-ati.

** Changed in: xserver-xorg-driver-ati (Ubuntu)
Sourcepackagename: None = xserver-xorg-driver-ati

** Changed in: xserver-xorg-driver-ati (Ubuntu)
 Assignee: Roel Huybrechts = (unassigned)

-- 
[gutsy tribe 5] live cd fails to start, black screen after installation screen 
on ati mobility radeon x700
https://bugs.launchpad.net/bugs/134772
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 121439] Re: [Gutsy]Network Manager Applet can't connect wireless with ipw3945 driver

2007-09-09 Thread timbl
confirmed: fixed

thanks

-- 
[Gutsy]Network Manager Applet can't connect wireless with ipw3945 driver
https://bugs.launchpad.net/bugs/121439
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 83165] Re: Network manager fails wifi config

2007-09-09 Thread Stas Zytkiewicz
I've tried it with a Gutsy Live CD (20070908) but in Gutsy acx based cards are 
totally broken :-(
See bugreport #118539
https://bugs.launchpad.net/ubuntu/+source/linux-ubuntu-modules-2.6.22/+bug/118539

-- 
Network manager fails wifi config
https://bugs.launchpad.net/bugs/83165
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 130559] Re: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03) - no sound

2007-09-09 Thread WarrenTurkal
The module for the hda (snd-hda-intel) has an option called model that
allows you to specify a model name. The model name alters what ports are
enabled and how they work on the board. If you can find the right model
to give the module, the module source can be patched to fix the issue.
Unfortunately, you have to pour through the module's source code and
find the different models.

$ modinfo snd-hda-intel
...
parm:   model:Use the given board model. (charp)
...

There was a developer on the #alsa irc channel on Freenode that helped
me with a similar issue. He even submitted the patch after tracking down
the issue. He worked at a university in Europe, I think. Maybe you
should go to #alsa and see if anyone can help you find the proper model
and help you get a patch.

-- 
 Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03) - no sound
https://bugs.launchpad.net/bugs/130559
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 34505] Re: Wireless network interface (ipw2200) does not have IP address after boot

2007-09-09 Thread Axel Bojer
I am using Kubuntu 7.04 amd64 and I have the same problem with my wireless 
connection. 
I can get an Internet connection by running dhclient ra0, but after restart I 
am without net again. 
I have recently done a fresh install and on the old installation (also Kubuntu 
7.04 amd64, but initially kubuntu 5.10 I think, then upgraded step by step to 
7.04) it worked flawless, so I am not quite sure what the difference is.
diff /media/hda1/etc/dhcp3/dhclient.conf /etc/dhcp3/dhclient.conf (old/new 
dhclient file) gives nada, nothing. 
diff /etc/network/interfaces /media/hda1/etc/network/interfaces also gives 
nothing significant. 

I suspect though that the problem is, that I can not choose dhclient
under Execute script on connect under Kcontrol -- Internet and
network -- Wireless network This is because I have Vendor 1

right at the end, and I find no way of turning that off or changing it. I want 
to use my own Configuration 1, but currently find no way of doing so.
I vaguely remember having wrestled with turning that Vendor 1 off at another 
time, but can not remember how I did it :-(

-- 
Wireless network interface (ipw2200) does not have IP address after boot
https://bugs.launchpad.net/bugs/34505
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 138382] icedax crashes with sigfpe when using 22050 hz on certain disc tracks (amd64)

2007-09-09 Thread Kristian Erik Hermansen
Public bug reported:

Binary package hint: icedax

This may be due to 64-bits?  You tell me.  I used icedax on 7 of the 8
discs successfully in this audiobook.  Track 5 on disc 8 gave me
troubles :-(  The only solution was to rip this track at 44100 hz, but
this is definitely a bug...

[EMAIL PROTECTED]:/tmp$ icedax -t 5 -m -a 2 -paranoia -D /dev/cdrom
Type: ROM, Vendor 'TSSTcorp' Model 'CD/DVDW SH-S182M' Revision 'SB03' MMC+CDDA
307200 bytes buffer memory requested, 4 buffers, 27 sectors
Read TOC CD Text failed (probably not supported).
#icedax version 1.1.2, real time sched., soundcard, libparanoia support
AUDIOtrack pre-emphasis  copy-permitted tracktype channels
  1-10   no  no audio2
Table of Contents: total tracks:10, (total time 59:32.06)
  1.( 2:38.12),  2.( 8:45.10),  3.( 4:06.73),  4.( 6:25.53),  5.( 8:11.57),
  6.( 1:44.19),  7.( 8:10.15),  8.( 8:08.61),  9.( 9:25.44), 10.( 1:55.37),

Table of Contents: starting sectors
  1.(   0),  2.(   11862),  3.(   51247),  4.(   69770),  5.(   98698),
  6.(  135580),  7.(  143399),  8.(  180164),  9.(  216825), 10.(  259244),
 lead-out(  267906)
CDINDEX discid: DW2ioCFIrdmJVecL4EJzC8hz1jk-
CDDB discid: 0x8a0df40a
CD-Text: not detected
CD-Extra: not detected
W Sample conversions disable generation of info files!
samplefile size will be 21686660 bytes.
recording 491.7600 seconds mono with 16 bits @ 22050.0 Hz -'audio'...
using lib paranoia for reading.
icedax: Operation not permitted. cannot set posix realtime scheduling policy
percent_done:
 50%  incomplete track  5 recorded successfully
 50%  0 rderr, 0 skip, 0 atom, 0 edge, 0 drop, 0 dup, 0 drift
 50%  245 overlap(0.5 .. 0.5)
child reader sem request failed

W Child exited due to signal 8
[EMAIL PROTECTED]:/tmp$ icedax -t 5 -m -a 2 -D /dev/cdrom
Type: ROM, Vendor 'TSSTcorp' Model 'CD/DVDW SH-S182M' Revision 'SB03' MMC+CDDA
307200 bytes buffer memory requested, 4 buffers, 27 sectors
Read TOC CD Text failed (probably not supported).
#icedax version 1.1.2, real time sched., soundcard, libparanoia support
AUDIOtrack pre-emphasis  copy-permitted tracktype channels
  1-10   no  no audio2
Table of Contents: total tracks:10, (total time 59:32.06)
  1.( 2:38.12),  2.( 8:45.10),  3.( 4:06.73),  4.( 6:25.53),  5.( 8:11.57),
  6.( 1:44.19),  7.( 8:10.15),  8.( 8:08.61),  9.( 9:25.44), 10.( 1:55.37),

Table of Contents: starting sectors
  1.(   0),  2.(   11862),  3.(   51247),  4.(   69770),  5.(   98698),
  6.(  135580),  7.(  143399),  8.(  180164),  9.(  216825), 10.(  259244),
 lead-out(  267906)
CDINDEX discid: DW2ioCFIrdmJVecL4EJzC8hz1jk-
CDDB discid: 0x8a0df40a
CD-Text: not detected
CD-Extra: not detected
W Sample conversions disable generation of info files!
samplefile size will be 21686660 bytes.
recording 491.7600 seconds mono with 16 bits @ 22050.0 Hz -'audio'...
icedax: Operation not permitted. cannot set posix realtime scheduling policy
percent_done:
 50%  incomplete track  5 recorded successfully
child reader sem request failed

W Child exited due to signal 8
[EMAIL PROTECTED]:/tmp$ icedax -t 5 -paranoia -D /dev/cdrom
Type: ROM, Vendor 'TSSTcorp' Model 'CD/DVDW SH-S182M' Revision 'SB03' MMC+CDDA
307200 bytes buffer memory requested, 4 buffers, 27 sectors
Read TOC CD Text failed (probably not supported).
#icedax version 1.1.2, real time sched., soundcard, libparanoia support
AUDIOtrack pre-emphasis  copy-permitted tracktype channels
  1-10   no  no audio2
Table of Contents: total tracks:10, (total time 59:32.06)
  1.( 2:38.12),  2.( 8:45.10),  3.( 4:06.73),  4.( 6:25.53),  5.( 8:11.57),
  6.( 1:44.19),  7.( 8:10.15),  8.( 8:08.61),  9.( 9:25.44), 10.( 1:55.37),

Table of Contents: starting sectors
  1.(   0),  2.(   11862),  3.(   51247),  4.(   69770),  5.(   98698),
  6.(  135580),  7.(  143399),  8.(  180164),  9.(  216825), 10.(  259244),
 lead-out(  267906)
CDINDEX discid: DW2ioCFIrdmJVecL4EJzC8hz1jk-
CDDB discid: 0x8a0df40a
CD-Text: not detected
CD-Extra: not detected
samplefile size will be 86746508 bytes.
recording 491.7600 seconds stereo with 16 bits @ 44100.0 Hz -'audio'...
using lib paranoia for reading.
icedax: Operation not permitted. cannot set posix realtime scheduling policy
percent_done:
100%  track  5 recorded successfully
100%  0 rderr, 0 skip, 0 atom, 0 edge, 0 drop, 0 dup, 0 drift
100%  498 overlap(0.5 .. 0.5)
[EMAIL PROTECTED]:/tmp$ icedax -t 5 -m -paranoia -D /dev/cdrom
Type: ROM, Vendor 'TSSTcorp' Model 'CD/DVDW SH-S182M' Revision 'SB03' MMC+CDDA
307200 bytes buffer memory requested, 4 buffers, 27 sectors
Read TOC CD Text failed (probably not supported).
#icedax version 1.1.2, real time sched., soundcard, libparanoia support
AUDIOtrack pre-emphasis  copy-permitted tracktype channels
  1-10   no  no audio2
Table of Contents: total tracks:10, (total time 59:32.06)
  1.( 2:38.12),  2.( 8:45.10),  3.( 4:06.73),  4.( 6:25.53),  5.( 8:11.57),
  6.( 

[Bug 138380] Re: Sluggish behaviour with cx88 remote control

2007-09-09 Thread Adrian Roman
I assume this would be a kernel source issue...

** Changed in: linux-source-2.6.22 (Ubuntu)
Sourcepackagename: None = linux-source-2.6.22

-- 
Sluggish behaviour with cx88 remote control
https://bugs.launchpad.net/bugs/138380
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 138380] Sluggish behaviour with cx88 remote control

2007-09-09 Thread Adrian Roman
Public bug reported:

I'm using an Winfast TV2000XP Expert tuner card. I configured the remote
control to work with lirc, with the dev/input driver. And although it
does work, I sometimes have to press a key on the remote control 7 times
before it actually does what it was supposed to do. Usually it will do
what it's supposed to do after 2 or 3 key presses, but that's still too
much.

I used to use Slackware, and recompile the kernel myself. I found that
there was a problem in the cx88-input.c file, where if a key release
event was received without a prior key press event, nothing would
happen. That would typically be ok, except that quite a significant
percentage of the events were key release events without a matching key
press event. So I patched the file to treat that as a key press and
release event, at the same time. Details of the patch can be found here:
http://lists-archives.org/video4linux/16875-fwd-cx88-ir-issue.html -
that made the remote control work ok, as long as you didn't repeatedly
press the same button. That still didn't work ok, and I didn't figure
that out yet.

But because I no longer have time to compile stuff from source and
troubleshoot little things I am considering switching to Ubuntu or
Fedora. Interestingly enough, in Fedora 7, with kernel 2.6.22-65.fc7,
the remote control works perfectly fine (as it did in every version of
Windows I ever used). I suspect one of the kernel patches they
incorporate into the kernel gets the job done, and although I looked
through them, I didn't manage to identify exactly which one is
responsible for fixing this problem.

So I tried upgrading my Feisty system's kernel to Gutsy's 2.6.22-10 -
the upgrade worked ok, but the remote control is still sluggish.

Can anybody have a look at the patches Fedora ships with the kernel, and
help patch Ubuntu's kernel as well? I'm suspecting it may be one of the
2 that have input in their name, but I couldn't understand what they
actually do...

[EMAIL PROTECTED] SOURCES]# ls -las | grep input
8 -rw-r--r-- 1 root root  799 2007-08-15 00:06 
linux-2.6-input-ff-create-limit-memory.patch
8 -rw-r--r-- 1 root root  731 2007-07-10 19:14 
linux-2.6-input-kill-stupid-messages.patch
[EMAIL PROTECTED] SOURCES]#

** Affects: linux-source-2.6.22 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Sluggish behaviour with cx88 remote control
https://bugs.launchpad.net/bugs/138380
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 134781] Re: No .desktop file

2007-09-09 Thread Mario Bonino
You mean submit to Debian ? Sorry I don't understand what submit this
upstream mean.

-- 
No .desktop file
https://bugs.launchpad.net/bugs/134781
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 129910] Re: tty[1-6] are active but display nothing in Gutsy

2007-09-09 Thread Albin Tonnerre
Confirmed here, running gutsy tribe 6 amd64, with a nvidia 7300 GT card
and vga=792

-- 
tty[1-6] are active but display nothing in Gutsy
https://bugs.launchpad.net/bugs/129910
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 138383] New version of poEdit available

2007-09-09 Thread Nikolay Bachiyski
Public bug reported:

Binary package hint: poedit

Since July 1st, a new poEdit version is available: 1.3.7. Here is a relevant 
excerpt of the CHANGELOG:
- fixed the Preferences menu entry in catalogs manager
- fixed to handle file references with Windows paths on Unix
- fixed the failed to convert to unicode bug when saving (#1589744)
- fixed opening source files in external editor if the path contains
  spaces (#1743172)

It is already available in debian unstable:
http://packages.debian.org/sid/poedit

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

-- 
New version of poEdit available
https://bugs.launchpad.net/bugs/138383
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 138346] Re: gstreamer produces bad MP4/AAC audio files when specifying non-standard encoding options

2007-09-09 Thread Matt Zimmerman
Kristian Erik Hermansen: please do not assign bugs to the ubuntu-core-
dev team.  You can find documentation explaining how to respond to bugs
at https://wiki.ubuntu.com/BugSquad/KnowledgeBase

** Changed in: gstreamer0.10 (Ubuntu)
 Assignee: Ubuntu Core Development Team = (unassigned)

-- 
gstreamer produces bad MP4/AAC audio files when specifying non-standard 
encoding options
https://bugs.launchpad.net/bugs/138346
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 138382] Re: icedax crashes with sigfpe when using 22050 hz on certain disc tracks (amd64)

2007-09-09 Thread Matt Zimmerman
** Changed in: cdrkit (Ubuntu)
 Assignee: Ubuntu Core Development Team = (unassigned)

-- 
icedax crashes with sigfpe when using 22050 hz on certain disc tracks (amd64)
https://bugs.launchpad.net/bugs/138382
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 138384] [gutsy] DVD video support broken

2007-09-09 Thread Jonathan Ernst
Public bug reported:

Binary package hint: totem

In gutsy, it is impossible to read DVD's (encrypted or unencrypted)
using totem altough totem is associated with DVD video by default. Totem
keeps telling that plugins are missing (witouth telling which ones and
without proposing to install them).

If this can't be fixed, totem should not be the default DVD player (vlc
works just fine).

I have gstreamer0.10-*, libdvdread3 and libdvdcss2 installed but it
doesn't help.

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

-- 
[gutsy] DVD video support broken
https://bugs.launchpad.net/bugs/138384
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 138300] Re: [gutsy] unable to dim lcd display to maximum level with fn keys

2007-09-09 Thread Davide
** Summary changed:

- [gusty] unable to dim lcd display to maximum level with fn keys
+ [gutsy] unable to dim lcd display to maximum level with fn keys

** Description changed:

  Binary package hint: gnome-power-manager
  
- On Gusty display dimming doesn't work correctly on my asus V6V.
+ On Gutsy display dimming doesn't work correctly on my asus V6V.
  
  When I press fn+f5 (dimm-down) once, while the display is at it's brightest 
state , the display dimms automatically to a very low brightness.
  If I try to increse it with fn+f5 (dimm-up) it increse of 1 level and after 
half a second it fall down again to the lowest brightness, so it's impossible 
to set again the brightest state with the keyboard.
  (using the brightness applet I don't have this problem and I can set any 
level of brightness)
  
  Killing gnome-power-manager solve this problem.

-- 
[gutsy] unable to dim lcd display to maximum level with fn keys
https://bugs.launchpad.net/bugs/138300
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 135209] Re: JAVA JRE Won't INSTALL on GUTSY GIBBON

2007-09-09 Thread Matthias Klose
the install log is missing


** Changed in: sun-java6 (Ubuntu)
   Status: Confirmed = Incomplete

-- 
JAVA JRE Won't INSTALL on GUTSY GIBBON
https://bugs.launchpad.net/bugs/135209
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 138263] Re: [gutsy] invalid access rights for cupsys

2007-09-09 Thread Pascal De Vuyst
** Changed in: cupsys (Ubuntu)
 Assignee: Pascal De Vuyst = (unassigned)
   Status: Incomplete = New

-- 
[gutsy] invalid access rights for cupsys
https://bugs.launchpad.net/bugs/138263
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 138347] Re: Slow framerate with latest nvidia drivers using Gutsy and XFX 8600gt

2007-09-09 Thread Sitsofe Wheeler
huntermix:
The hz isn't actually related to the speed of your card at all (it's just the 
refresh rate of your screen). Further the incorrect reporting of it is Bug 
#92599 (also see the troubleshooting section of 
https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia ).

The first question is what is the output of
dpkg -l \*nvidia\* | grep ii
dpkg -l \*xgl\* | grep ii
?

There is not really enough information in this bug to diagnose the problem at 
this stage. Please can you attach your
/var/log/Xorg.0.log
file along with the dmesg.txt file produced by running
dmesg  dmesg.txt
while X is running slowly?

** Changed in: ubuntu
   Status: New = Incomplete

-- 
Slow framerate with latest nvidia drivers using Gutsy and XFX 8600gt 
https://bugs.launchpad.net/bugs/138347
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 133818] Re: [GUTSY] Third-party drivers (like Turboprint) do not work due to AppArmor

2007-09-09 Thread alistairi
There was a significant number of updates this morning, including cups.

Now I have the message in /var/log/messages:

Sep  9 10:44:59 localhost kernel: [ 4061.227559]
audit(1189327499.473:4): operation=profile_replace info=failed to
unpack profile name=/usr/lib/cups/backend/cups-pdf pid=6127

and the PERMITTING message have disappeared ...

Tried sudo aa-complain cupsd again but no help.


Still no print output :-(

-- 
[GUTSY] Third-party drivers (like Turboprint) do not work due to AppArmor
https://bugs.launchpad.net/bugs/133818
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 138386] Re: [UNMET DEPS] imlib

2007-09-09 Thread Stephan Hermann

** Attachment added: debdiff to fix this unmet deps
   http://launchpadlibrarian.net/9194787/imlib_1.9.15-3ubuntu3.debdiff

-- 
[UNMET DEPS] imlib
https://bugs.launchpad.net/bugs/138386
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 138355] Re: Gutsy, Nvidia, KDE, Compiz = screen blanks to white

2007-09-09 Thread Sitsofe Wheeler
Thank you for your bug report.

Bruce:
Can you indicate which version of Ubuntu you are running along with what the 
output of
dpkg -l \*xgl\* | grep ii
is?

** Changed in: ubuntu
   Status: New = Incomplete

-- 
Gutsy, Nvidia, KDE, Compiz = screen blanks to white
https://bugs.launchpad.net/bugs/138355
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 120320] Re: [needs-packaging] tomcat6

2007-09-09 Thread Nikhil Chhaochharia
*** This bug is a duplicate of bug 120086 ***
https://bugs.launchpad.net/bugs/120086

** This bug has been marked a duplicate of bug 120086
   add tomcat 6 to gutsy/feisty-backports

-- 
[needs-packaging] tomcat6
https://bugs.launchpad.net/bugs/120320
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 136783] Re: not using whole widescreen

2007-09-09 Thread Reinhard Tartler
Very good catch. Indeed, the problem is that the external TV device is
detected as always being attached. This causes gdm, gnome, etc to use
the smaller of the two: screens.

Disabling the TV output with `xrandr --output TV --off` solves the
problem.

In order to prevent external TV output to be activated at boot time, the
following is necessary to /etc/X11/xorg.conf:

Section Device
Driver intel
Option  monitor-TV TV
EndSection

Section Monitor
Identifier  TV
Option Ignore  true
EndSection

This hint was taken from http://www.intellinuxgraphics.org/dualhead.html

I'd suggest that we make that entry above the default in our xorg.conf,
Alternatively, we can perhaps change the xserver-intel driver to not
enable the output TV, even presence of a monitor is detected.

-- 
not using whole widescreen
https://bugs.launchpad.net/bugs/136783
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 138386] [UNMET DEPS] imlib

2007-09-09 Thread Stephan Hermann
Public bug reported:

imlib has some suggestions in debian/control which are not valid anymore 
(imlib-progs)
Please find attached a debdiff which fixes this issue.

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

-- 
[UNMET DEPS] imlib
https://bugs.launchpad.net/bugs/138386
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 66300] Re: No icon in menu

2007-09-09 Thread Mario Bonino
This debdiff should fix this bug report


** Attachment added: kphone_4.2-6ubuntu1.debidff
   http://launchpadlibrarian.net/9194810/kphone_4.2-6ubuntu1.debidff

-- 
No icon in menu
https://bugs.launchpad.net/bugs/66300
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 138065] Re: Notebook CPU fan stays off after resuming from hibernate

2007-09-09 Thread Terry
I encountered this issue with my too. I used AC and the funs didn't work
at all. My hard disk has broken.

-- 
Notebook CPU fan stays off after resuming from hibernate
https://bugs.launchpad.net/bugs/138065
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 107093] Re: System freezes (possibly Gecko)

2007-09-09 Thread presi_4u
my system is getting freeze at that time no operation can be done
please solve this problem
i am new to linux and dont even know the commands and i dont know how to 
monitor the problem

-- 
System freezes (possibly Gecko)
https://bugs.launchpad.net/bugs/107093
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 138387] [gutsy] Localized folders are linked to nothing

2007-09-09 Thread Jonathan Ernst
Public bug reported:

I have upgraded my feisty to gutsy and I'm using fr_CH.UTF-8. There are
new shortcuts Bureau (means Desktop), Documents, Images,
Videos in nautilus file open/save dialogs but

1) Bureau doesn't link to Desktop and thus confuses users (they click on 
Bureau and don't find what is on their Desktop
2) The other virtual folders are linked to nothing

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
[gutsy] Localized folders are linked to nothing
https://bugs.launchpad.net/bugs/138387
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 138362] Re: BCM43XX Doesn't associate after restricted-manager installs its driver

2007-09-09 Thread Matteo Zandi
Marking as invalid since r-m only takes care of cutting firmware

BTW I'm glad my fix on r-m works, thanks for reporting.

** Changed in: restricted-manager (Ubuntu)
   Status: New = Incomplete

** Also affects: linux-source-2.6.22 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
BCM43XX Doesn't associate after restricted-manager installs its driver
https://bugs.launchpad.net/bugs/138362
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 136783] Re: not using whole widescreen

2007-09-09 Thread Reinhard Tartler
Reassigning to ubuntu-x-swat (Is this the correct protocol? - if no,
please update https://wiki.ubuntu.com/XSwat).

Setting to Triaged, since I propsed 2 solutions how this could be
solved.

** Changed in: xserver-xorg-video-intel (Ubuntu)
Sourcepackagename: None = xserver-xorg-video-intel
 Assignee: Reinhard Tartler = Ubuntu X SWAT
   Status: Confirmed = Triaged

-- 
not using whole widescreen
https://bugs.launchpad.net/bugs/136783
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 138362] Re: BCM43XX Doesn't associate after restricted-manager installs its driver

2007-09-09 Thread Matteo Zandi
filed against linux-source-2.6.22 since bcm43xx is a kernel module,
should be forwarded upstream I guess

-- 
BCM43XX Doesn't associate after restricted-manager installs its driver
https://bugs.launchpad.net/bugs/138362
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 138065] Re: Notebook CPU fan stays off after resuming from hibernate

2007-09-09 Thread Manan
** Tags added: hibernate

-- 
Notebook CPU fan stays off after resuming from hibernate
https://bugs.launchpad.net/bugs/138065
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 129007] Re: MASTER firefox-bin crashed with crux theme [EMAIL PROTECTED] at #10

2007-09-09 Thread turox
so i changed the theme, bevore i uesed the crux theme on ubuntu and
xubuntu, and now after changing the theme firefox works fine without any
crashes.

-- 
MASTER firefox-bin crashed with crux theme [EMAIL PROTECTED] at #10
https://bugs.launchpad.net/bugs/129007
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 136716] Re: nvidia-glx-new 100.14.11-prevents compiz from working

2007-09-09 Thread Sitsofe Wheeler
dm:
Your problem is almost certainly different to this. Given that the hangs are 
random I would strongly recommend checking launchpad for a more appropriate 
bug and reading https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia in 
case that contains any links to useful bugs. If nothing is turned up, you may 
want to contact NVIDIA after reading 
http://www.nvnews.net/vbulletin/showthread.php?t=46678 (and possibly 
https://help.ubuntu.com/community/NvidiaManual as NVIDIA will not look at posts 
for installs that did not use their .pkg)

** Summary changed:

- nvidia-glx-new 100.14.11-prevents compiz from working
+ [nvidia-glx-new] X fails to start if XGL is enabled

-- 
[nvidia-glx-new] X fails to start if XGL is enabled
https://bugs.launchpad.net/bugs/136716
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 66300] Re: No icon in menu

2007-09-09 Thread Mario Bonino
** Changed in: kphone (Ubuntu)
 Assignee: (unassigned) = Mario Bonino

-- 
No icon in menu
https://bugs.launchpad.net/bugs/66300
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 138387] Re: [gutsy] Localized folders are linked to nothing

2007-09-09 Thread Dean Sas
These are not virtual folders, but actual folders (or at least they
should be) It's part of the xdg-user-dirs spec.

** Changed in: xdg-user-dirs (Ubuntu)
Sourcepackagename: None = xdg-user-dirs

** Changed in: xdg-user-dirs (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs

-- 
[gutsy] Localized folders are linked to nothing
https://bugs.launchpad.net/bugs/138387
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 138387] Re: [gutsy] Localized folders are linked to nothing

2007-09-09 Thread Dean Sas
Desktop team: I noticed you're not set as a package bug subscriber for
xdg-user-dirs, should you be?

-- 
[gutsy] Localized folders are linked to nothing
https://bugs.launchpad.net/bugs/138387
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 122968] Re: 404 error on retrieving nvidia-glx's changelog

2007-09-09 Thread Marco Maini
Really, the correct URL is
http://changelogs.ubuntu.com/changelogs/pool/restricted/l/linux-
restricted-modules-2.6.22/linux-restricted-
modules-2.6.22_2.6.22.3-11.3/changelog since the URL mentioned above
points to non-existent file.

-- 
404 error on retrieving nvidia-glx's changelog
https://bugs.launchpad.net/bugs/122968
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 108769] Re: gstream video decoder only plays audio, no video

2007-09-09 Thread USSR
Even if I were to install ALL gstreamer plugins (Latest from Synaptic Package 
and AutoMatix 2) All Real Video can only play audio, no video shown.It will ask 
user to find packages from repository to install the plugin required even I had 
installed as I mentioned. However, in Totem Xine, Video is shown but no audio 
with the same Real Video files and nothing is being prompted. (Any on the net 
will do,actually.)
The attachment is one of the example only.
Windows Media Video (Excluding avi files but include wmv etc) files are not 
affected by this bug.

** Attachment added: A Real video that can be played properly in property Real 
Player, Windows Media Player and Open source Mplayer but NOT in Totem be it 
Gstreamer or Xine
   
http://launchpadlibrarian.net/9194964/%E5%A6%99%E5%93%89%E8%8F%A9%E6%8F%90%E5%8F%B6.rm

-- 
gstream video decoder only plays audio, no video
https://bugs.launchpad.net/bugs/108769
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 23281] Re: Selecting mozilla-thunderbird as the preferred mail app still launches evolution

2007-09-09 Thread Whoopie
Hi,

this patch fixes the thunderbird name and the escaping for the
attachment parameter.

@Sebastian: is this patch OK for you?

Best regards,
Whoopie

** Attachment added: fix thunderbird name and attachment escaping
   
http://launchpadlibrarian.net/9194969/nautilus-sendto-0.12-thunderbird-2.patch

-- 
Selecting mozilla-thunderbird as the preferred mail app still launches evolution
https://bugs.launchpad.net/bugs/23281
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 138333] Re: Package cannot be removed, plus possible security risk

2007-09-09 Thread Bug Watch Updater
** Changed in: nginx (Debian)
   Status: Unknown = New

-- 
Package cannot be removed, plus possible security risk
https://bugs.launchpad.net/bugs/138333
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 138313] Re: new upstream version of mtx requested.

2007-09-09 Thread Bug Watch Updater
** Changed in: mtx (Debian)
   Status: Unknown = New

-- 
new upstream version of mtx requested.
https://bugs.launchpad.net/bugs/138313
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 138209] Re: broken dependencie: stage needs player

2007-09-09 Thread Bug Watch Updater
** Changed in: stage (Debian)
   Status: Unknown = New

-- 
broken dependencie: stage needs player
https://bugs.launchpad.net/bugs/138209
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 137721] Re: FET on ubuntu should be upgraded to latest version

2007-09-09 Thread Bug Watch Updater
** Changed in: fet (Debian)
   Status: Unknown = Fix Released

-- 
FET on ubuntu should be upgraded to latest version
https://bugs.launchpad.net/bugs/137721
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 137646] Re: New version of Score Reading Trainer

2007-09-09 Thread Bug Watch Updater
** Changed in: score-reading-trainer (Debian)
   Status: Unknown = New

-- 
New version of Score Reading Trainer
https://bugs.launchpad.net/bugs/137646
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 133986] Re: compile fails: Xen on amd64 architecture

2007-09-09 Thread Andreas John
hm,
why can't I find a compiled kernel linux-image-2.6.22-.*-xen in the 
repository with $ARCH amd64?
Is that upload still pending?

Best regards,
Andreas

-- 
compile fails: Xen on amd64 architecture
https://bugs.launchpad.net/bugs/133986
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 109056] Re: human intervention is required during a purge of debfoster

2007-09-09 Thread Bug Watch Updater
** Changed in: debfoster (Debian)
   Status: Unknown = New

-- 
human intervention is required during a purge of debfoster
https://bugs.launchpad.net/bugs/109056
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 102037] Re: [needs-packaging] maven2

2007-09-09 Thread Bug Watch Updater
** Changed in: debian
   Status: Fix Committed = Fix Released

-- 
[needs-packaging] maven2
https://bugs.launchpad.net/bugs/102037
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 94621] Re: [need-packaging] hipo

2007-09-09 Thread Bug Watch Updater
** Changed in: debian
   Status: Fix Committed = Fix Released

-- 
[need-packaging] hipo
https://bugs.launchpad.net/bugs/94621
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


  1   2   3   4   5   6   7   8   9   10   >