I cannot reproduce this on hardy...
What does the following print in the directory in question?
[ -f ./makefile ]; echo $?
--
error in completion from Makefile
https://bugs.launchpad.net/bugs/220658
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed t
Ben, I understand that it is too late for this to be fixed in hardy. But
this has been open for over a year, fixed by chance, then broken
again...
Isn't there something we can do to actually debug and fix this? I'd be
willing to help, I just don't know where to start.
The issue clearly seems to b
Well then this is the problem. It should print 1 if the file does not
exist.
Can you do the following:
strace -o cifs-strace.txt bash -c '[ -f ./makefile ]'
And attach the resulting cifs-strace.txt to this bug? Maybe this tells
us what's the problem. I suspect it's a bug in the CIFS filesystem
dr
This is still an issue in hardy! Is there anything we can do to get it
fixed?
--
Ricoh R5C822 - MMC cards not detected in built-in memory card reader
https://bugs.launchpad.net/bugs/111089
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
orgoj, please attach the following things (see:
https://wiki.ubuntu.com/KernelTeamBugPolicies):
- uname -a > uname-a.log
- cat /proc/version_signature > version.log
- dmesg > dmesg.log
- sudo lspci -vvnn > lspci-vvnn.log
And additionally please post the command you use to mount the remote
fil
Yes, ltracte is quite handy at times.
It seems that the crash occurs in endpwent(), I added this to the test
program. Could you check whether it crashes now?
** Attachment added: "New test program with endpwent()"
http://launchpadlibrarian.net/13828755/pwent-test2.c
--
Username completion cr
It seems that there is now a driver which is supposed to do what the
setpci commands mentioned above do. It is called ricoh-mmc.
You can check if it's working via "dmesg | grep ricoh-mmc".
In my case unfortunately it does NOT work:
[ 34.433416] ricoh-mmc: Ricoh MMC Controller disabling driver
[
OK, the problem is that the ricoh-mmc driver in hardy only works for
R5C832 chips. In the latest git it also works for RL5C476 chips
(http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=882c49164d72c45f37d7fa1bb3de7c31cf1a5fab)
Unfortunately I have a R5C552:
04:09.1 FireWir
Wrong again! I actually DO have the RL5C476 chipset, so this patch would help
me:
04:09.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b4)
--
Ricoh R5C822 - MMC cards not detected in built-in memory card reader
https://bugs.launchpad.net/bugs/111089
You received this bug notification because you
OK, I've compiled and tested the driver with this patch and can confirm
that it fixes the issue for me.
--
Ricoh R5C822 - MMC cards not detected in built-in memory card reader
https://bugs.launchpad.net/bugs/111089
You received this bug notification because you are a member of Ubuntu
Bugs, which
I think the dcgettext is just libc finding the right translation for its
error message.
OK, final try for the test program. This is now almost a line-by-line
copy of the function in bash...
If this does not crash, the only idea I have left is to rebuild bash so
that it can be debugged...
** Atta
Yes, that's good. I was also wondering about the missing malloc calls :)
I think it would be best if you could take this to the bash-bug
mailinglist. They should know how best to debug this. You can do this
via the bashbug script.
You could also try the bash-static package which is build with
--w
** Bug watch added: Linux Kernel Bug Tracker #10508
http://bugzilla.kernel.org/show_bug.cgi?id=10508
** Also affects: linux via
http://bugzilla.kernel.org/show_bug.cgi?id=10508
Importance: Unknown
Status: Unknown
--
MTRRs set up incorrectly with 4GB RAM -> X slow
https://bugs.lau
And also have a look at question E14) of the bash FAQ:
http://tiswww.case.edu/php/chet/bash/FAQ
--
bash [[ $x =~ "regexp" ]] correctness
https://bugs.launchpad.net/bugs/221056
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bu
*** This bug is a duplicate of bug 210013 ***
https://bugs.launchpad.net/bugs/210013
** This bug has been marked a duplicate of bug 210013
bash-completion config replacement prompt on upgrade from gutsy to hardy
--
Hardy upgrade wrongly claims to have found local modifications
https://bug
Anything I can do to get this into hardy before final freeze?
--
Unexpected results for bash autocompletion
https://bugs.launchpad.net/bugs/103395
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@l
This is not a bug in X. If at all it's a kernel bug. I'll write a mail
to the kernel ML and see what they say. Maybe even the kernel can't fix
it and it's just my BIOS that's broken...
In the meantime a workaround is documented here:
https://bugs.freedesktop.org/show_bug.cgi?id=15360
I'll also at
** Summary changed:
- X slower after upgrade to 4GB RAM
+ MTRRs set up incorrectly with 4GB RAM -> X slow
** Description changed:
+ After upgrading my Laptop to 4GB RAM my MTRRs are set up in such a way
+ that X can't set up a write-combining range for the video memory
+ anymore, causing a notic
** Also affects: linux-source-2.6.24 (Ubuntu)
Importance: Undecided
Status: New
** Changed in: linux (Ubuntu)
Sourcepackagename: linux-source-2.6.24 => linux
Assignee: (unassigned) => Ubuntu Kernel Team (ubuntu-kernel-team)
** Attachment added: "Output of uname -a"
http://launc
** Attachment added: "Output of cat /proc/version_signature"
http://launchpadlibrarian.net/13330235/version.log
--
MTRRs set up incorrectly with 4GB RAM -> X slow
https://bugs.launchpad.net/bugs/210780
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscr
** Attachment added: "Output of dmesg with 2GB"
http://launchpadlibrarian.net/13330253/dmesg.2G.txt
--
MTRRs set up incorrectly with 4GB RAM -> X slow
https://bugs.launchpad.net/bugs/210780
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubun
** Attachment added: "Output of dmesg with 4GB"
http://launchpadlibrarian.net/13330257/dmesg.4G.txt
** Changed in: xserver-xorg-video-intel (Ubuntu)
Status: Triaged => Invalid
--
MTRRs set up incorrectly with 4GB RAM -> X slow
https://bugs.launchpad.net/bugs/210780
You received this b
Maybe one of you can tell me how to reproduce this.
I.e. what packages do I need, how should I configure slapd and PAM? And
how do I get users into LDAP?
If I can reproduce it I'll try to debug the problem.
--
Username completion crashes with libnss-ldap
https://bugs.launchpad.net/bugs/219527
Y
*** This bug is a duplicate of bug 196991 ***
https://bugs.launchpad.net/bugs/196991
** This bug has been marked a duplicate of bug 196991
[hardy][memory leak] gvfsd-smb uses >1GB memory after file copy
--
Memory leak while file transfer over ftp, http, smb
https://bugs.launchpad.net/bugs
Confirmed on hardy final. And it's not a subtle leak. See attached
screenshot.
** Attachment added: "Screenshot showing memory leak"
http://launchpadlibrarian.net/14071062/Gvfsd-leak.png
--
[hardy][memory leak] gvfsd-smb uses >1GB memory after file copy
https://bugs.launchpad.net/bugs/196991
** Changed in: gvfs (Ubuntu)
Status: Fix Released => Confirmed
** Summary changed:
- [hardy][memory leak] gvfsd-smb uses >1GB memory after file copy
+ [hardy][memory leak] gvfsd-http uses >1GB memory after file copy
--
[hardy][memory leak] gvfsd-http uses >1GB memory after file copy
http
Public bug reported:
Binary package hint: gvfs
gvfsd-http in hardy has a very big memory leak. The attached screenshot
was taken after downloading > 1GB of files by dragging links from
Firefox into a Nautilus window.
** Affects: gvfs (Ubuntu)
Importance: Undecided
Status: New
--
If you had checked the upstream bug, this bug is not limited to SMB.
Also this has nothing to do with webdav...
But fine, I'll open a new bug...
--
[hardy][memory leak] gvfsd-smb uses >1GB memory after file copy
https://bugs.launchpad.net/bugs/196991
You received this bug notification because yo
** Attachment added: "Screenshot showing memory leak"
http://launchpadlibrarian.net/14084368/Gvfsd-leak.png
--
Heavy memory leak in gvfsd-http
https://bugs.launchpad.net/bugs/225615
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
Of course I read the upstream bug. There it is claimed that job objects are not
freed, which seems to be exactly the issue I'm having.
Yes, the issue is claimed to be fixed. But sometimes fixes are wrong/incomplete.
Anyway, I filed the new bug, let's continue discussion there.
But I really fail
I should probably make it clearer that the screenshot was taken *after*
all the downloads were completed!
But even if gvfsd-http would use that much memory only while downloading
it would be a major bug! I mean come on, holding a multiple GB file
completely in memory while downloading? There has t
It is strange, but as often there is a valid reason. And once again is
is POSIX...
See question E10 in the bash FAQ:
http://tiswww.case.edu/php/chet/bash/FAQ
"E10) Why does `cd //' leave $PWD as `//'?
POSIX.2, in its description of `cd', says that *three* or more leading
slashes may be replaced
** Changed in: bash-completion (Ubuntu)
Sourcepackagename: bash => bash-completion
Assignee: (unassigned) => Mika Fischer (zoop)
Status: New => Confirmed
--
bash autocomplete broken when a : is in the path
https://bugs.launchpad.net/bugs/219406
You received this bug not
Daniel, I don't really know what is supposed to happen. If you want, you
can file a bug against update-manager about the missing recommended
package.
But since there's nothing bash-completion can do about this I'm closing
this.
(You can reopen and reassign to update-manager if you want).
** Chan
** Changed in: bash-completion (Ubuntu)
Assignee: (unassigned) => Mika Fischer (zoop)
Status: New => Confirmed
--
Incorrect completion for mount with \040 in fstab
https://bugs.launchpad.net/bugs/219971
You received this bug notification because you are a member of Ubuntu
Bugs,
Public bug reported:
I'm running hardy on a Samsung Q45 laptop with Intel GM965/GL960
Integrated Graphics
(https://wiki.ubuntu.com/LaptopTestingTeam/SamsungQ45Dalia).
Xrandr works perfectly with this card. However the maximum resolution is
fixed at X startup. So if you later plug in a larger moni
** Attachment added: "Xorg.0.log"
http://launchpadlibrarian.net/13851395/Xorg.0.log
--
Useful dual-head configuration requires manual editing of xorg.conf
https://bugs.launchpad.net/bugs/221334
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to
I can confirm this behavior on my Samsung Q45
(https://wiki.ubuntu.com/LaptopTestingTeam/SamsungQ45Dalia).
After boot closing the lid does nothing. After one Suspend-to-RAM and
resume cycle, closing the lid works as expected.
I'll attach the dmesg after boot and after the STR-resume cycle...
**
** Attachment added: "dmesg.after-STR.txt"
http://launchpadlibrarian.net/13851958/dmesg.after-STR.txt
** Also affects: linux-source-2.6.24 (Ubuntu)
Importance: Undecided
Status: New
--
/proc/acpi/button/lid/*/state always says "open"
https://bugs.launchpad.net/bugs/89860
You receiv
I forgot to say: I'm running hardy.
Let me know if I can do something to help debugging this problem.
--
/proc/acpi/button/lid/*/state always says "open"
https://bugs.launchpad.net/bugs/89860
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubunt
Public bug reported:
Binary package hint: gnome-power-manager
GPM apparently does not know how to dim the backlight of my Samsung Q45
laptop.
[gpm_backlight_brightness_evaluate_and_set] gpm-backlight.c:365 (20:25:20):
no dimming hardware
[gpm_backlight_sync_policy] gpm-backlight.c:161 (20:2
** Attachment added: "dmesg"
http://launchpadlibrarian.net/13861660/dmesg.txt
** Bug watch added: GNOME Bug Tracker #529769
http://bugzilla.gnome.org/show_bug.cgi?id=529769
** Also affects: gnome-power via
http://bugzilla.gnome.org/show_bug.cgi?id=529769
Importance: Unknown
St
** Attachment added: "GPM debug output (starting GPM and then unplugging the
power supply)"
http://launchpadlibrarian.net/13861654/gpm.debug.log.txt
--
gpm does not dim backlight on Q45
https://bugs.launchpad.net/bugs/221478
You received this bug notification because you are a member of Ubun
raid517, have a look here:
https://wiki.ubuntu.com/LaptopTestingTeam/SamsungQ45Dalia#workaround-
boot
--
Gutsy will not boot on Samsung Q45 laptops
https://bugs.launchpad.net/bugs/146692
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
Ah, sorry, I did not get that part of the bug.
It's an easy fix, but I'm afraid it's too late for hardy...
If you want, you can apply the attached one-line patch.
** Summary changed:
- improper quoting in bash completion script
+ error message when no completions and failglob is on
** Attachme
It might also have something to do with #146692, because of which I had
to blacklist the video.ko module.
--
gpm does not dim backlight on Q45
https://bugs.launchpad.net/bugs/221478
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubu
** Attachment added: "lspci -vvnn"
http://launchpadlibrarian.net/13895204/lspci.txt
--
Virtual desktop larger than real display after X startup
https://bugs.launchpad.net/bugs/221898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
** Attachment added: "xrandr with external monitor"
http://launchpadlibrarian.net/13895141/Xorg.0.log.dual
--
Virtual desktop larger than real display after X startup
https://bugs.launchpad.net/bugs/221898
You received this bug notification because you are a member of Ubuntu
Bugs, which is su
** Attachment added: "Xorg.0.log without external monitor"
http://launchpadlibrarian.net/13895133/Xorg.0.log.single
--
Virtual desktop larger than real display after X startup
https://bugs.launchpad.net/bugs/221898
You received this bug notification because you are a member of Ubuntu
Bugs, wh
** Attachment added: "xrandr with external monitor"
http://launchpadlibrarian.net/13895105/xrandr.dual.txt
--
Virtual desktop larger than real display after X startup
https://bugs.launchpad.net/bugs/221898
You received this bug notification because you are a member of Ubuntu
Bugs, which is su
** Attachment added: "xrandr without external monitor"
http://launchpadlibrarian.net/13895091/xrandr.single.txt
--
Virtual desktop larger than real display after X startup
https://bugs.launchpad.net/bugs/221898
You received this bug notification because you are a member of Ubuntu
Bugs, which
** Attachment added: "xorg.conf"
http://launchpadlibrarian.net/13895080/xorg.conf
--
Virtual desktop larger than real display after X startup
https://bugs.launchpad.net/bugs/221898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
Public bug reported:
Binary package hint: xserver-xorg-video-intel
I'm running hardy on a Samsung Q45 laptop, see:
https://wiki.ubuntu.com/LaptopTestingTeam/SamsungQ45Dalia
I had to put in a "Virtual" stance into my xorg.conf to get multi-head
working.
Now when I start up with the external moni
It apparently is a driver bug, at least for some intel chipsets, see
comment #10.
** Changed in: xserver-xorg-video-intel (Ubuntu)
Status: Won't Fix => Confirmed
--
No dri for virtual screen greater than 2048x2048
https://bugs.launchpad.net/bugs/146859
You received this bug notification b
Ralf, sorry, my comment was not meant for you but for the developers to
explain why I reopened this bug :)
I suspect that you will have to wait for Intrepid for a fix or use
unofficial packages (I don't know of any), sorry...
Maybe Bryce has some git versions packaged, but I don't know about that
Sigh, more quoting errors... :)
Patch attached.
** Attachment added: "Patch fixing more failglob error messages"
http://launchpadlibrarian.net/13938477/194419.patch
--
error message when no completions and failglob is on
https://bugs.launchpad.net/bugs/194419
You received this bug notificati
The fix for the intel X driver is here:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-
intel.git;a=commit;h=4f5500abe209b92b39ae1f2d7a1118362ac95034
But Mesa/DRI also needs to be fixed accordingly. See the following response by
Keith Packard:
> Any ideas? Do I need other patches, too?
Here's his response in the archive:
http://lists.freedesktop.org/archives/xorg/2008-April/034960.html
--
No dri for virtual screen greater than 2048x2048
https://bugs.launchpad.net/bugs/146859
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubunt
And BTW, I'd also like someone to raise the importance on this bug,
since at leat for 965 it is definitely not a wishlist bug, bug a very
real bug which provents people from using Compiz in most dual-head
scenarios.
--
No dri for virtual screen greater than 2048x2048
https://bugs.launchpad.net/bu
hanged in: bash-completion (Ubuntu)
Assignee: (unassigned) => Mika Fischer (zoop)
Status: New => Fix Committed
--
.configure script completion prints error messages when tried with insufficient
permissions
https://bugs.launchpad.net/bugs/223882
You received this bug notificat
*** This bug is a duplicate of bug 219527 ***
https://bugs.launchpad.net/bugs/219527
** This bug has been marked a duplicate of bug 219527
Username completion crashes with libnss-ldap
--
Bash malloc assertion
https://bugs.launchpad.net/bugs/223828
You received this bug notification becaus
Karl, this is probably the case because bash-completion is either not
installed or not enabled for you.
Ar you using hardy or an older version?
Can you post the output ot the following commands:
complete -p sudo
dpkg -s bash | grep 'Status\|Version'
dpkg -s bash-completion | grep 'Status\|Versio
*** This bug is a duplicate of bug 210013 ***
https://bugs.launchpad.net/bugs/210013
** This bug has been marked a duplicate of bug 210013
bash-completion config replacement prompt on upgrade from gutsy to hardy
--
show ucf conffile prompt during gutsy->hardy upgrade
https://bugs.launchpa
Public bug reported:
Since a few days ago my brightness hotkeys don't work anymore. This has
worked in gutsy and in hardy until very shortly.
I'm running current hardy on a Samsung Q45.
This is a very big problem since when running on battery, the brightness
is set to the lowest level on boot an
** Attachment added: "dmesg"
http://launchpadlibrarian.net/13383474/dmesg.txt
--
[regression] Brightness hotkeys don't work anymore
https://bugs.launchpad.net/bugs/216436
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bug
** Attachment added: "uname -a"
http://launchpadlibrarian.net/13383478/uname-a.txt
--
[regression] Brightness hotkeys don't work anymore
https://bugs.launchpad.net/bugs/216436
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubunt
** Attachment added: "version_signature"
http://launchpadlibrarian.net/13383481/version.txt
--
[regression] Brightness hotkeys don't work anymore
https://bugs.launchpad.net/bugs/216436
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
OK. While looking at my dmesg file I noticed some suspicious messages.
After some more testing I can confirm that pressing my brightness
hotkeys causes the following messages:
[ 2033.723082] atkbd.c: Unknown key pressed (translated set 2, code 0x88 on
isa0060/serio0).
[ 2033.723093] atkbd.c: Use
** Changed in: flashplugin-nonfree (Ubuntu)
Status: Incomplete => New
--
[Hardy] Macromedia Flash slow start/crash
https://bugs.launchpad.net/bugs/202036
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
Unfortunately I haven't gotten arount to doing that. I'm also not sure
whether it's appropriate since I'm not using a stock kernel...
--
MTRRs set up incorrectly with 4GB RAM -> X slow
https://bugs.launchpad.net/bugs/210780
You received this bug notification because you are a member of Ubuntu
Bug
Actually this seems to be something bigger...
When I watch a movie using kaffeine (no compiz or similar running) and I
start Firefox (generating disk I/O) the video skips like crazy and
becomes unwatchable until Firefox has finished starting.
So I think this is a problem with the I/O scheduler or
The same for me...
** Changed in: openoffice.org (Ubuntu)
Status: New => Confirmed
--
OpenOffice.org programs fail to start - stuck at splash screen and using 100%
CPU
https://bugs.launchpad.net/bugs/129635
You received this bug notification because you are a member of Ubuntu
Bugs, which
Public bug reported:
Binary package hint: linux-source-2.6.22
Hi!
Since one of the last (possibly the last) kernel updates (in Gutsy), my
system gets unresponsive very easily. If I run a task that maxes out the
CPU and also does some I/O, the mouse pointer jumps a lot or even
freezes completely
** Attachment added: "dmesg output"
http://launchpadlibrarian.net/8487514/dmesg.txt
--
System gets unresponsive under moderate load
https://bugs.launchpad.net/bugs/126274
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubun
After further testing it turns out that I get the same problem with all
kernels starting from 2.6.22-6.13. I could not test with earlier
kernels, because I don't have them anymore...
So either it's an old problem (but I think I would have noticed earlier
then). Or the problem is caused by somethin
The problem goes away when I disable desktop effects. Reassigning...
** Changed in: compiz (Ubuntu)
Sourcepackagename: linux-source-2.6.22 => compiz
--
System gets unresponsive under moderate load
https://bugs.launchpad.net/bugs/126274
You received this bug notification because you are a member
I'm using an onboard nVidia chip:
00:05.0 VGA compatible controller: nVidia Corporation C51G [GeForce 6100] (rev
a2)
And I'm using the proprietary driver from nVidia:
Section "Device"
Identifier "Generic Video Card"
Driver "nvidia"
BusID "PCI:0:5:0"
** Changed in: compiz (Ubuntu)
Status: Incomplete => New
--
System gets unresponsive under moderate load
https://bugs.launchpad.net/bugs/126274
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
ubu
I've done a fresh install of tribe5 and basically have the same problems
here. Even the desktop effects sometimes cause the mouse pointer to
freeze for up to two seconds or so.
Again, I'll probably need a way to measure this, so if you know of any
way to do this, please tell.
Here's the requested
** Attachment added: "lspci-vvnn.log"
http://launchpadlibrarian.net/9072202/lspci-vvnn.log
--
System gets unresponsive under moderate load
https://bugs.launchpad.net/bugs/126274
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
-
Hi,
I've got a 100 GB vfat partition and the boot process is seriously
slowed down by dosfsck checking this partition. Luckily it does not seem
to fix anything, but it slows down the boot process by at least 30
seconds...
I'll just disable the checking in /etc/fstab because I know how to do
that.
I have the same problem with an up-to-date gutsy install. My network is
simple ethernet. The /etc/network/interfaces is what Ubuntu installed by
default, i.e.
auto eth0
iface eth0 inet dhcp
and the same for lo, eth1, eth2, ath0 and wlan0.
--
network has to be started each time system is booted
Oh, and I forgot to say that I didn't have this problem in Feisty...
--
network has to be started each time system is booted
https://bugs.launchpad.net/bugs/50099
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mail
Public bug reported:
Binary package hint: nautilus
I have a directory containing about 6 small BMP images (2 kB each).
When I open it in Nautilus and wait until it has generated its
thumbnails and then go to the parent folder and try to delete the
directory (I'm using SHIFT+Delete), Nautilus
** Attachment added: "Screenshot showing Natilus' excessive memory usage"
http://librarian.launchpad.net/7244718/nautilus-memory-screenshot.png
--
Nautilus uses lots of memory when deleting directory with many small files
https://bugs.launchpad.net/bugs/105286
You received this bug notificati
I also recently found out that NM stores the password for the WLAN at my
university in clear text in the gconf database.
In my optinion this is a huge security issue! At my university students
get ONE password for their shell acounts, email, logins to
administrative websites, etc pp. And of course
I can also confirm that on my Samsung !45 with Intel X3100 graphics adding
INTEL_BATCH="1" to /etc/environment and putting the following into my xorg.conf:
Option "AccelMethod" "EXA"
Option "ExaNoComposite""false"
Option "Migrati
What's the status of this? I also have major problems with trackerd
bringing the system to its knees.
I also get:
Could not set idle IO priority...attempting best effort 7 priority
Anybody know why this is? Doing "sudo ionice -c 3 -p "
really seems to help at first sight...
--
[gutsy] trackerd
I can confirm that these problems are still present in Hardy.
** Changed in: blubuntu-look (Ubuntu)
Status: Incomplete => Confirmed
--
some widgets in blubuntu theme look incorrect
https://bugs.launchpad.net/bugs/69126
You received this bug notification because you are a member of Ubuntu
** Attachment added: "Screenshot showing close button problem"
http://launchpadlibrarian.net/12254198/blubuntu-close-button-problem.png
--
some widgets in blubuntu theme look incorrect
https://bugs.launchpad.net/bugs/69126
You received this bug notification because you are a member of Ubuntu
** Attachment added: "Screenshot showing scrollbar problem"
http://launchpadlibrarian.net/12254189/blubuntu-scrollbar-problem.png
--
some widgets in blubuntu theme look incorrect
https://bugs.launchpad.net/bugs/69126
You received this bug notification because you are a member of Ubuntu
Bugs,
Any news on this?
** Changed in: blubuntu-look (Ubuntu)
Status: New => Confirmed
--
GDM Theme with face browser
https://bugs.launchpad.net/bugs/127556
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
u
It's not the path that's relevant, it's whether the "-ping" option is
given.
So I'd say this is a duplicate of 86587.
** Changed in: imagemagick (Ubuntu)
Status: New => Confirmed
--
[Hardy] identify crashed with SIGSEGV in realloc()
https://bugs.launchpad.net/bugs/183589
You received thi
FYI, I still have this problem on my Samsung Q45 with current Hardy.
Any info I can provide?
--
TVout is interfering with screen resolution on Intel graphics
https://bugs.launchpad.net/bugs/131646
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contac
On my Samsung Q45 with Intel X3100 graphics I don't even have anything
in: /sys/class/backlight/
Any other idea for a workaround?
--
Dark screen (no backlight or VERY low brightness) after wake up
https://bugs.launchpad.net/bugs/155444
You received this bug notification because you are a member
This turned out to be a stupid configuration problem on my part. Sorry
for the noise...
** Changed in: fontconfig (Ubuntu)
Status: New => Invalid
** Changed in: gnome-terminal (Ubuntu)
Status: New => Invalid
** Changed in: xterm (Ubuntu)
Status: New => Invalid
--
Fontconfi
I have the same problem on a Samsung Q45 (same graphics hardware).
--
Dark screen (no backlight or VERY low brightness) after wake up
https://bugs.launchpad.net/bugs/155444
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu
** Changed in: linux-source-2.6.22 (Ubuntu)
Status: New => Confirmed
--
Dark screen (no backlight or VERY low brightness) after wake up
https://bugs.launchpad.net/bugs/155444
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
-
** Attachment added: "Magnification of screenshot"
http://launchpadlibrarian.net/10989592/terminal-no-subpixel-rendering-large.png
** Also affects: xterm (Ubuntu)
Importance: Undecided
Status: New
** Also affects: gnome-terminal (Ubuntu)
Importance: Undecided
Status: New
** Attachment added: "Screenshot of gedit, gvim, xterm and gnome-terminal"
http://launchpadlibrarian.net/10989583/terminal-no-subpixel-rendering.png
--
Fontconfig settings not used in all applications
https://bugs.launchpad.net/bugs/177552
You received this bug notification because you are a
201 - 300 of 508 matches
Mail list logo