Public bug reported:
I'm running Edgy on AMD64 and since a few weeks ago, my SD card no
longer automounts. However, I can still mount it manually and read the
files on the card.
Running "gnome-volume-manager --no-daemon" and inserting the card into
the card reader on my laptop shows
manager.c/36
I think the line "Error: Cannot gain SYS_RAWIO capability.Is cdrecord
installed SUID root?" may be significant here. I tried making cdrecord
SUID root, but that didn't help. Running cdrecord as root worked.
This is what the kernel says about my drive, btw:
hdc: DV-W28EW, ATAPI CD/DVD-ROM drive
hd
"ls /dev/mmc*" after inserting the card doesn't print anything? What
about "lspci -n |grep 0805" ? If the latter command doesn't show
anything, the SDHCI driver for the card reader won't work with your
hardware.
The "already running" error that you got is because g-v-m is already
running in the b
Just tried downgrading to the g-v-m from Dapper and it still doesn't
work, so the problem is probably elsewhere. Maybe hal or udev.
--
SD photo card no longer automounts
https://launchpad.net/bugs/55539
--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/
Upgrading to the very latest udev fixed the problem for me. Closing bug.
** Changed in: gnome-volume-manager (Ubuntu)
Status: Confirmed => Fix Released
--
SD photo card no longer automounts
https://launchpad.net/bugs/55539
--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
http
I have what I believe to be the same problem. I've configured a
subdirectory of my home directory to be shared via samba (see attached
smb.conf) . I can browse the directory with smbclient or KDE's
konqueror.
If I attempt to access it in nautilus via "Go menu->Network->Windows
Network->Jupiter" an
This seems to be a thorny subject. On the net, I found another smb.conf
that works well with nautilus. Attaching...
** Attachment added: "New smb.conf"
http://librarian.launchpad.net/2666440/smb.conf
--
Browsing SAMBA shares impossible
https://launchpad.net/bugs/26933
--
desktop-bugs mailin
That's probably a good idea. I purged all samba-related packages,
started nautilus, right-clicked on the "themes" directory in my home
directory and selected "share folder" from the nautilus menu. I then
chose "smb" for file sharing, which led to samba being installed. I then
filled out some names
It's okay for me too, at least for now. When I tried before, sometimes I
thought the bug had been fixed, just to have it reappear.
Anyway, now I can't reproduce the bug at all.
--
Browsing SAMBA shares impossible
https://launchpad.net/bugs/26933
--
desktop-bugs mailing list
desktop-bugs@lists.u
With Karmic and poppler 0.11, the above patch to make evince output PDF
works much better.
The PDF file that evince gives to cups is now just slightly bigger than
the original, instead of being a factor of 100 larger, like it was
before.
--
GTK apps should send PDF to CUPS when printing
https://
Public bug reported:
Binary package hint: gnome-power-manager
At random intervals (a few times a week), the new gnome-power-manager
says "The battery is below the critical level and this computer is about
to shut down." and proceeds to turn off the computer, even though the
computer is plugged in
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/27337524/Dependencies.txt
** Attachment added: "DevkitPower.txt"
http://launchpadlibrarian.net/27337525/DevkitPower.txt
** Attachment added: "GConfNonDefault.txt"
http://launchpadlibrarian.net/27337526/GConfNonDefault
I would mark this bug as Critical since it causes data loss but can't
seem to find a way to do so.
--
computer randomly shuts down
https://bugs.launchpad.net/bugs/382176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager
Public bug reported:
Binary package hint: evince
I use Claws Mail as my mail reader. When I click on a "mailto:"; link in
a pdf document, Evince pops up a yellow bar saying "Unable to start
process claws-mail: permission denied".
If I do "sudo /etc/init.d/apparmor stop", then Evince *can* start
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/31246998/Dependencies.txt
** Attachment added: "KernLog.txt"
http://launchpadlibrarian.net/31246999/KernLog.txt
** Attachment added: "RelatedPackageVersions.txt"
http://launchpadlibrarian.net/31247000/RelatedPackageVe
Yes, that works (with the small change that the binary is actually
/usr/bin/claws-mail).
Thank you!
--
Evince unable to start mail reader (apparmor-related)
https://bugs.launchpad.net/bugs/423236
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscri
Public bug reported:
Binary package hint: nautilus-sendto
Nautilus-sendto puts together the command line for Claws Mail
incorrectly, making Claws not attach the file. Patch attached.
I also reported the bug upstream, but until they release the fix, could
the Ubuntu package please be patched?
**
** Attachment added: "Patch to fix Claws command line"
http://launchpadlibrarian.net/31332403/nautilus-sendto.patch
** Bug watch added: GNOME Bug Tracker #594196
http://bugzilla.gnome.org/show_bug.cgi?id=594196
** Also affects: nautilus-sendto via
http://bugzilla.gnome.org/show_bug.cgi?
Public bug reported:
In the current Karmic package of gst-plugins-base0.10, gstreamer-based
voip apps such as Empathy have a *very* large latency in sending. If I
call a SIP echo test and say something, it takes about 13 seconds before
I hear my voice echoed back to me.
This is a known bug in gst
The patch just papers over the fact that the original check is buggy:
file_format is always set to the null string, when it should be "pdf" or
"ps".
I'll try to figure out why this happens.
--
GTK apps should send PDF to CUPS when printing
https://bugs.launchpad.net/bugs/258421
You received this
I believe the bug is in this line in ev-print-operation.c:
file_format = gtk_print_settings_get (print_settings,
GTK_PRINT_SETTINGS_OUTPUT_FILE_FORMAT);
... but the key GTK_PRINT_SETTINGS_OUTPUT_FILE_FORMAT is only defined
for the "output to file" pseudo-printer, according to
http://library.gnom
Here's a slightly updated patch that uses gtk_printer_accepts_pdf().
** Attachment added: "New evince printing patch"
http://launchpadlibrarian.net/28125774/evince-output-pdf-2.patch
--
GTK apps should send PDF to CUPS when printing
https://bugs.launchpad.net/bugs/258421
You received this bug
Yes, I tested that and it does work. But the patch with
gtk_printer_accepts_pdf had a bug - apparently that function always
returns true for the print to file "printer", even if the user selects
postscript. Updated patch attached.
** Attachment added: "Newer evince printing patch"
http://launc
Adding a final, functionally equivalent but slightly cleaned-up version
of the patch.
As for punting the page management to CUPS, code just landed in evince
that does the page management with gtkprint:
http://bugzilla.gnome.org/show_bug.cgi?id=557112
So presumably gtk is now the proper place for
** Bug watch added: Red Hat Bugzilla #468881
https://bugzilla.redhat.com/show_bug.cgi?id=468881
** Also affects: gvfs (Fedora) via
https://bugzilla.redhat.com/show_bug.cgi?id=468881
Importance: Unknown
Status: Unknown
--
gphoto2 backend unable to mount MTP audio player
https://bu
I'd be very happy if this bug could be fixed on the client side. After
all, it was a client change that introduced the bug and there are
situations where you have no influence over what's installed on the
server.
--
Regression: Connecting to FreeNX breaks keyboard layout in Intrepid
https://bugs.
Running the following commands when logged in on the server via NX fixes
the cursor keys for me:
xmodmap -e "keycode 113=Left"
xmodmap -e "keycode 114=Right"
xmodmap -e "keycode 111=Up"
xmodmap -e "keycode 116=Down"
I have a US keyboard.
--
Regression: Connecting to FreeNX breaks keyboard layou
This is fixed in gtkspell 2.0.15, which is not yet in Ubuntu.
--
gtkspell should allow selection of input language
https://bugs.launchpad.net/bugs/188501
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtkspell in ubuntu.
--
desktop-bug
Another workaround is to use ctrl together with f,b,n and p instead of
the arrow keys.
--
Regression: Connecting to FreeNX breaks keyboard layout in Intrepid
https://bugs.launchpad.net/bugs/289918
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscri
I suspect this is a duplicate of
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-
daemon/+bug/280148/
--
touchpad tapping gets actived on suspend and resume
https://bugs.launchpad.net/bugs/282808
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is
This is still broken for me.
Client: Fully up-to-date Intrepid, NX client version 3.2.0-13
Server: CentOS 4.6, NX server version 2.1.0-72
--
Regression: Connecting to FreeNX breaks keyboard layout in Intrepid
https://bugs.launchpad.net/bugs/289918
You received this bug notification because you
Right, the updates from intrepid-proposed do not fix this issue.
--
Regression: Connecting to FreeNX breaks keyboard layout in Intrepid
https://bugs.launchpad.net/bugs/289918
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in ubu
Hasn't happened recently. Appears to be fixed.
** Changed in: gnome-power-manager (Ubuntu)
Status: Incomplete => Fix Released
--
computer randomly shuts down
https://bugs.launchpad.net/bugs/382176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which i
I also have this problem in Oneiric after upgrade from Natty, where the
touchpad worked fine. Gsettings claims that the touchpad is enabled:
$ gsettings get org.gnome.settings-daemon.peripherals.touchpad touchpad-enabled
true
$
** Changed in: gnome-settings-daemon (Ubuntu)
Status: Expire
** Changed in: brasero (Ubuntu)
Status: Invalid => New
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in ubuntu.
https://bugs.launchpad.net/bugs/392256
Title:
brasero complains drive is busy while burning iso; nautil
It may be worth nothing that version 2.6.9 has just been released
upstream, with a number of bug fixes: http://developer.gimp.org/NEWS-2.6
--
Please merge gimp 2.6.8-3 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/589096
You received this bug notification because you are a me
*** This bug is a duplicate of bug 614039 ***
https://bugs.launchpad.net/bugs/614039
** This bug has been marked a duplicate of bug 614039
gnome-power-manager crashed with signal 5 in _XError()
--
gnome-power-manager crashed on startup/login
https://bugs.launchpad.net/bugs/621752
You rece
*** This bug is a duplicate of bug 614039 ***
https://bugs.launchpad.net/bugs/614039
** This bug has been marked a duplicate of bug 614039
gnome-power-manager crashed with signal 5 in _XError()
--
gnome-power-manager crashed on startup with signal 5 in _XError()
https://bugs.launchpad.net
I tried forcing evince to output pdf. It sort of works, but the pdftopdf
filter consumes very large amounts of memory on large-ish documents. For
a 5 meg pdf file, the resident size of pdftopdf grew to 1.6 gigabytes
and the machine was swapping like crazy before I killed the process.
I'm attaching
It's possible the out-of-memory problems would be alleviated by the
patch in http://bugzilla.gnome.org/show_bug.cgi?id=557112 .
--
GTK apps should send PDF to CUPS when printing
https://bugs.launchpad.net/bugs/258421
You received this bug notification because you are a member of Ubuntu
Desktop Bu
Unfortunately, the patch from the gnome bug didn't help. Evince still
produces very large pdf output files for some documents.
--
GTK apps should send PDF to CUPS when printing
https://bugs.launchpad.net/bugs/258421
You received this bug notification because you are a member of Ubuntu
Desktop Bug
Wow. The poppler pdf output seems to be... less than optimal. Running
pdfimages on a 3-page pdf that came from the evince "Print preview"
functionality gave me 10 000 ppm images. Poppler seems to embed bitmaps
into the pdf, one for each character of text.
No wonder the file is huge. Possibly relat
The reason for the huge files is a bug in Cairo that was fixed very
recently. See http://bugs.freedesktop.org/show_bug.cgi?id=12769
Would there be any chance of the Cairo fix going into Jaunty? If not,
it's probably better to leave Evince as it is.
--
GTK apps should send PDF to CUPS when printi
Sorry, make that "bug in poppler".
--
GTK apps should send PDF to CUPS when printing
https://bugs.launchpad.net/bugs/258421
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.
--
desktop-bugs mailing list
desktop-bugs@list
It appears that Tracker integration now works again, so please ignore
the previous comment.
--
gtk+ filechooser should use meta-tracker for searching
https://bugs.launchpad.net/bugs/132013
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
When https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/150379 was
resolved as "Fix Released", that made the "Fix Released" status of this
bug incorrect.
--
gtk+ filechooser should use meta-tracker for searching
https://bugs.launchpad.net/bugs/132013
You received this bug notification becaus
*** This bug is a duplicate of bug 150187 ***
https://bugs.launchpad.net/bugs/150187
** This bug has been marked a duplicate of bug 150187
[gutsy] [regression] Evince has very bad quality when printing pdf files.
--
[intrepid] pdftoraster takes a long time and eats CPU/memory
https://bugs
Public bug reported:
Binary package hint: nautilus-sendto
Recent versions of nautilus-sendto do not include the claws mail plugin.
The package description claims that claws mail (formerly sylpheed claws)
is supported.
ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
NonfreeKernelM
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/24852279/Dependencies.txt
--
Claws mail plugin missing
https://bugs.launchpad.net/bugs/356010
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubu
And I should say that this support disappeared some time during the
Jaunty cycle. The Intrepid version of nautilus-sendto does have Claws
support.
--
Claws mail plugin missing
https://bugs.launchpad.net/bugs/356010
You received this bug notification because you are a member of Ubuntu
Desktop Bugs
Well, I got a new laptop with an nvidia card so I don't use Xgl anymore.
Also, fglrx can do AIGLX now so this bug can probably be closed.
--
Garbled display of some wmv videos under Xgl/Compiz
https://bugs.launchpad.net/bugs/164921
You received this bug notification because you are a member of Ub
What's the point of having a desktop search feature if you patch the
applications not to use it?
--
Nautilus built-in search doesn't work if tracker is disabled
https://bugs.launchpad.net/bugs/150379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bu
To clarify my last remark, if Tracker is to be really useful, it should
be well integrated with the rest of the desktop and not just be an app
unto itself.
In my opinion, the real fix for this bug would be to fix whichever
issues Tracker may have, not to remove the feature.
As an analogy, if Fire
*** This bug is a duplicate of bug 87702 ***
https://bugs.launchpad.net/bugs/87702
** This bug has been marked a duplicate of bug 87702
use of bluetooth headset
--
ekiga lacks support for bluetooth audio (bluez)
https://bugs.launchpad.net/bugs/178288
You received this bug notification bec
Public bug reported:
Binary package hint: nautilus
The newest nautilus (1:2.21.90-0ubuntu1) on Hardy/amd64 does not start:
$ nautilus &
[1] 7658
$ nautilus: symbol lookup error: /usr/lib/libeel-2.so.2: undefined symbol:
gnome_bg_new
The libeel2-2 version is also the latest available, 2.21.90-0
Yes, the problem is still there. As stated in my report, the version of
libeel2-2 is 2.21.90-0ubuntu1.
--
Undefined symbols (libeel problem?)
https://bugs.launchpad.net/bugs/187451
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
--
de
This was apparently caused by some other library on my system not being
up to date. After updating everything, nautilus now works as it should.
** Changed in: nautilus (Ubuntu)
Status: Incomplete => Invalid
--
Undefined symbols (libeel problem?)
https://bugs.launchpad.net/bugs/187451
You
Apparently this is an issue with the sqlite database being 2.x and not
3.x. Doing
cd ~/.gnome2/f-spot/
mv photos.db photos_sqlite2.db
sqlite photos_sqlite2.db .dump | sqlite3 photos.db
fixed the problem for me.
--
Cannot import any images (import error)
https://bugs.launchpad.net/bugs/141180
Yo
Public bug reported:
Binary package hint: totem
I run Totem 2.20.0-0ubuntu3 (the gstreamer version) under Xgl/Compiz on
my Gutsy AMD64 installation. Most videos work fine, but Totem does not
display some wmv videos properly when I run Xgl/Compiz. The same videos
display fine when I run Totem unde
** Attachment added: "Screenshot of incorrect video display"
http://launchpadlibrarian.net/10547847/screenshot2.jpg
--
Garbled display of some wmv videos under Xgl/Compiz
https://bugs.launchpad.net/bugs/164921
You received this bug notification because you are a member of Ubuntu
Desktop Bugs,
** Attachment added: "Short excerpt of a video exhibiting this problem"
http://launchpadlibrarian.net/10567291/totem_bug_video.wmv
--
Garbled display of some wmv videos under Xgl/Compiz
https://bugs.launchpad.net/bugs/164921
You received this bug notification because you are a member of Ubunt
Printing more than one image per page is possible with gthumb, although
its print dialog has some other deficiencies. It can of course also be
done with GIMP or another image editor.
--
No easy way to print a single sheet of multiple copies of the same photo
https://launchpad.net/bugs/42189
--
This bug is still present in Feisty.
--
Incomplete logout options with XGL
https://launchpad.net/bugs/36321
--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
Using the script from http://wiki.beryl-
project.org/index.php/Install/Ubuntu/Edgy/XGL#Adding_an_Xgl_login_session
, under "Shutdown and reboot buttons in GNOME" fixes the issue for me.
--
Incomplete logout options with XGL
https://launchpad.net/bugs/36321
--
desktop-bugs mailing list
desktop-b
I use Xgl. The problem seems to be that the Xgl server running on :1
doesn't have access to the authentication cookies on :0 .
--
Incomplete logout options with XGL
https://launchpad.net/bugs/36321
--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listi
Public bug reported:
https://launchpad.net/malone/bugs/29061
Affects: gnome-themes (Ubuntu)
Severity: Normal
Priority: (none set)
Status: Unconfirmed
Description:
I'm running a current Dapper on AMD64. Since a week or so, no icons
appear in the gnome panel menus, only text.
Public bug report changed:
https://launchpad.net/malone/bugs/29061
Comment:
Well, I now have a working system again. I saw a note on the web that
someone had the same problem and that installing gnome-desktop helped
them. I didn't have gnome-desktop installed and didn't want to install
all of the
Public bug reported:
https://launchpad.net/malone/bugs/31190
Affects: gnome-volume-manager (Ubuntu)
Severity: Normal
Priority: (none set)
Status: Unconfirmed
Description:
The gnome-volume-manager-gthumb script does not recognize dcim
directories with capital letters (i.e.,
Public bug report changed:
https://launchpad.net/malone/bugs/31190
Task: ubuntu gnome-volume-manager
Severity: Normal => Minor
--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
Public bug report changed:
https://launchpad.net/malone/bugs/31190
- Changed attachments:
Added: Modified script
http://librarian.launchpad.net/1566120/gnome-volume-manager-gthumb
--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/li
Public bug report changed:
https://launchpad.net/malone/bugs/31190
- Changed attachments:
Added: Same script as above, but with debug statement removed
http://librarian.launchpad.net/1566121/gnome-volume-manager-gthumb
--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.
Public bug report changed:
https://launchpad.net/malone/bugs/28605
Task: ubuntu totem
Status: Unconfirmed => Confirmed
Comment:
I can confirm this bug. Exactly the same thing happens for me on current
Dapper/AMD64.
--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists
Public bug report changed:
https://launchpad.net/malone/bugs/28605
Comment:
It used to be "totem %d" but I changed it to "totem dvd://" to get
working dvd auto-playback. If I understand the bug you (Sebastien) filed
correctly, it sounds like you're saying that "totem dvd://" does not
work for you
I just wanted to mention that this does *not* happen for me (HP nx6125),
so it's not a universal bug. Limited to Vaio laptops, maybe?
--
Logout screen appears twice [Feisty]
https://launchpad.net/bugs/81227
--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mail
Actually, it'd help if I read the bug more carefully. It *does* happen
for me too.
Sorry for the noise!
--
Logout screen appears twice [Feisty]
https://launchpad.net/bugs/81227
--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
75 matches
Mail list logo