[Bug 55539] SD photo card no longer automounts

2006-08-07 Thread Johan Brannlund
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/3657: gvm_user_active_at_console: check-foreground-console returned 
with 0
manager.c/2814: Device added: 
/org/freedesktop/Hal/devices/pci_104c_8034_mmc_host_mmc_host_mmc_host_mmc_card_rca43356

** Affects: gnome-volume-manager (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
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/listinfo/desktop-bugs


[Bug 54828] Re: cdrecord fails to burn cd's

2006-08-14 Thread Johan Brannlund
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
hdc: ATAPI 24X DVD-ROM DVD-R CD-R/RW drive, 2193kB Cache, DMA

I previously had trouble with software eject on this drive, so it seems
to be picky about which commands it accepts.

-- 
cdrecord fails to burn cd's
https://launchpad.net/bugs/54828

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


[Bug 55539] Re: SD photo card no longer automounts

2006-08-16 Thread Johan Brannlund
"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 background. Try doing "killall gnome-volume-manager"
first.

-- 
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/listinfo/desktop-bugs


[Bug 55539] Re: SD photo card no longer automounts

2006-08-25 Thread Johan Brannlund
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/listinfo/desktop-bugs


[Bug 55539] Re: SD photo card no longer automounts

2006-08-25 Thread Johan Brannlund
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
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 26933] Re: Browsing SAMBA shares impossible

2006-05-15 Thread Johan Brannlund
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" and then finally click on "junk" I get a dialog saying

Cannot open junk

The filename "junk" indicates that this file is of type 
"x-directory/smb-share". The contents of the file indicate that the file is of 
type "desktop configuration file".
[...]


** Attachment added: "My smb.conf"
   http://librarian.launchpad.net/2666103/smb.conf

-- 
Browsing SAMBA shares impossible
https://launchpad.net/bugs/26933

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


[Bug 26933] Re: Browsing SAMBA shares impossible

2006-05-15 Thread Johan Brannlund
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 mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 26933] Re: Browsing SAMBA shares impossible

2006-05-16 Thread Johan Brannlund
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 for the share. This resulted in the following
/etc/samba/smb.conf:

---
[global]
workgroup = Linux
server string = jupiter
wins support = yes

[Blopp]
path = /home/j/themes
comment = Muppet
available = yes
browseable = yes
public = yes
writable = yes
-

I then clicked on "Go->Network" in the Nautilus menu. This takes me to
"Windows Network", which I click on.

I'm then presented with an empty Nautilus window.

HOWEVER: If I press Ctrl-L in Nautilus and then type "smb://jupiter" I see the 
share, just as expected. It seems that the problem is that
Nautilus does not automatically recognize the smb share. To investigate, I do 
"tcpdump -s 0 -ni wlan0 port 445 or port 137 or port 138 or port 139".

I see packets such as

tcpdump: listening on wlan0, link-type EN10MB (Ethernet), capture size 65535 
bytes
00:09:59.653810 IP (tos 0x0, ttl  64, id 2, offset 0, flags [DF], proto: UDP 
(17), length: 236) 192.168.0.3.138 > 192.168.0.255.138: [udp sum ok]
>>> NBT UDP PACKET(138) Res=0x110A ID=0x345 IP=192 (0xc0).168 (0xa8).0 (0x0).3 
>>> (0x3) Port=138 (0x8a) Length=194 (0xc2) Res2=0x0
SourceName=JUPITER NameType=0x00 (Workstation)
DestName=LINUX   NameType=0x1D (Master Browser)
[...]

To my complete amazement, for a second I could actually go to "Windows
Network" under Nautilus and see the share, but when I try again one
minute later it no longer works.

To summarize, when I go to "Windows Network" in Nautilus I get one of
the following, seemingly at random, in decreasing order of frequency:

1. A blank page (most common)

2. A popup saying "The contents of the folder could not be displayed".

3. A login window asking me for a user name and password.

4. A correct display of the share (very rare).

I am *very* confused.

-- 
Browsing SAMBA shares impossible
https://launchpad.net/bugs/26933

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


[Bug 26933] Re: Browsing SAMBA shares impossible

2006-05-28 Thread Johan Brannlund
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 258421] Re: GTK apps should send PDF to CUPS when printing

2009-05-21 Thread Johan Brannlund
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://bugs.launchpad.net/bugs/258421
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 382176] [NEW] computer randomly shuts down

2009-05-31 Thread Johan Brannlund
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 into AC power and the battery is nowhere near empty.
This seems to happen most often (only?) when the battery is recharging.

With the gnome-power-manager in Jaunty (and older) this never happened.
It started happening when I upgraded g-p-m (and kept using the same
kernel), so it does not appear to be a kernel problem.

ProblemType: Bug
Architecture: amd64
Date: Sun May 31 13:39:48 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: wl nvidia
Package: gnome-power-manager 2.26.1-0ubuntu3
ProcEnviron:
 PATH=(custom, user)
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.30-6.7-generic
SourcePackage: gnome-power-manager
Uname: Linux 2.6.30-6-generic x86_64

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


** Tags: amd64 apport-bug

-- 
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 in ubuntu.

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


[Bug 382176] Re: computer randomly shuts down

2009-05-31 Thread Johan Brannlund

** 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.txt

-- 
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 in ubuntu.

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


[Bug 382176] Re: computer randomly shuts down

2009-05-31 Thread Johan Brannlund
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 in ubuntu.

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


[Bug 423236] [NEW] Evince unable to start mail reader (apparmor-related)

2009-09-02 Thread Johan Brannlund
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 Claws
Mail and everything works as expected. I guess something needs to be
changed in the AppArmor profile for evince.

ProblemType: Bug
Architecture: amd64
Date: Wed Sep  2 12:18:59 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: wl nvidia
Package: evince 2.27.90-0ubuntu7
ProcEnviron:
 PATH=(custom, user)
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-9.29-generic
SourcePackage: evince
Uname: Linux 2.6.31-9-generic x86_64

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


** Tags: amd64 apport-bug

-- 
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 subscribed to evince in ubuntu.

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


[Bug 423236] Re: Evince unable to start mail reader (apparmor-related)

2009-09-02 Thread Johan Brannlund

** 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/RelatedPackageVersions.txt

-- 
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 subscribed to evince in ubuntu.

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


[Bug 423236] Re: Evince unable to start mail reader (apparmor-related)

2009-09-02 Thread Johan Brannlund
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 subscribed to evince in ubuntu.

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


[Bug 424670] [NEW] Command line for claws mail incorrect

2009-09-04 Thread Johan Brannlund
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?

** Affects: nautilus-sendto
 Importance: Unknown
 Status: Unknown

** Affects: nautilus-sendto (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Command line for claws mail incorrect
https://bugs.launchpad.net/bugs/424670
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.

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


[Bug 424670] Re: Command line for claws mail incorrect

2009-09-04 Thread Johan Brannlund

** 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?id=594196
   Importance: Unknown
   Status: Unknown

-- 
Command line for claws mail incorrect
https://bugs.launchpad.net/bugs/424670
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for nautilus-sendto.

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


[Bug 426587] [NEW] Very large latency in gstreamer-based voip apps

2009-09-08 Thread Johan Brannlund
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 gstreamer, fixed by the patch
http://cgit.freedesktop.org/gstreamer/gst-plugins-
base/commit/?id=058776bcf1ab218b509d19685a0b528d71c65f98 .

Applying this patch to version 0.10.24-1 of the gst-plugins-base0.10
source package and rebuilding makes everything work as expected.

** Affects: gst-plugins-base
 Importance: Unknown
 Status: Unknown

** Affects: gst-plugins-base0.10 (Ubuntu)
 Importance: Undecided
 Status: New

** Bug watch added: Red Hat Bugzilla #521276
   https://bugzilla.redhat.com/show_bug.cgi?id=521276

** Also affects: gst-plugins-base via
   https://bugzilla.redhat.com/show_bug.cgi?id=521276
   Importance: Unknown
   Status: Unknown

-- 
Very large latency in gstreamer-based voip apps
https://bugs.launchpad.net/bugs/426587
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst-plugins-base0.10 in ubuntu.

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


[Bug 258421] Re: GTK apps should send PDF to CUPS when printing

2009-06-19 Thread Johan Brannlund
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 bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 258421] Re: GTK apps should send PDF to CUPS when printing

2009-06-19 Thread Johan Brannlund
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.gnome.org/devel/gtk/unstable/GtkPrintSettings.html

I'm attaching a new patch. If file_format is NULL (which it is for any
real printer) or "pdf" (which it is when you select "print to file" and
choose pdf as the format), the patch will make evince output pdf.

If file_format is "ps" (which it will only be if you select "print to
file" and choose ps as the format), the patch will make evince output
postscript.


** Attachment added: "Updated evince printing patch"
   http://launchpadlibrarian.net/28120406/evince-output-pdf.patch

-- 
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 a bug assignee.

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


[Bug 258421] Re: GTK apps should send PDF to CUPS when printing

2009-06-19 Thread Johan Brannlund
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 notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 258421] Re: GTK apps should send PDF to CUPS when printing

2009-06-19 Thread Johan Brannlund
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://launchpadlibrarian.net/28127193/evince-output-pdf-3.patch

-- 
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 a bug assignee.

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


[Bug 258421] Re: GTK apps should send PDF to CUPS when printing

2009-06-20 Thread Johan Brannlund
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 changing that.


** Attachment added: "Newest evince printing patch"
   http://launchpadlibrarian.net/28148198/evince-output-pdf-4.patch

-- 
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 a bug assignee.

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


[Bug 291840] Re: gphoto2 backend unable to mount MTP audio player

2009-01-21 Thread Johan Brannlund
** 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://bugs.launchpad.net/bugs/291840
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

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


[Bug 289918] Re: Regression: Connecting to FreeNX breaks keyboard layout in Intrepid

2009-01-21 Thread Johan Brannlund
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.launchpad.net/bugs/289918
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in ubuntu.

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


[Bug 289918] Re: Regression: Connecting to FreeNX breaks keyboard layout in Intrepid

2009-01-24 Thread Johan Brannlund
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 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 ubuntu.

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


[Bug 188501] Re: gtkspell should allow selection of input language

2009-01-26 Thread Johan Brannlund
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-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 289918] Re: Regression: Connecting to FreeNX breaks keyboard layout in Intrepid

2008-11-25 Thread Johan Brannlund
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 subscribed to metacity in ubuntu.

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


[Bug 282808] Re: touchpad tapping gets actived on suspend and resume

2008-10-19 Thread Johan Brannlund
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 subscribed to gnome-settings-daemon in ubuntu.

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


[Bug 289918] Re: Regression: Connecting to FreeNX breaks keyboard layout in Intrepid

2008-11-04 Thread Johan Brannlund
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 are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in ubuntu.

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


[Bug 289918] Re: Regression: Connecting to FreeNX breaks keyboard layout in Intrepid

2008-11-04 Thread Johan Brannlund
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 ubuntu.

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


[Bug 382176] Re: computer randomly shuts down

2009-07-28 Thread Johan Brannlund
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 is subscribed to gnome-power-manager in ubuntu.

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


[Bug 840857] Re: Touchpad no longer working on Oneiric on Dell N3010

2012-01-26 Thread Johan Brannlund
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: Expired => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/840857

Title:
  Touchpad no longer working on Oneiric on Dell N3010

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/840857/+subscriptions

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


[Bug 392256] Re: brasero complains drive is busy while burning iso; nautilus-cd-burner works fine

2011-01-23 Thread Johan Brannlund
** 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; nautilus-cd-burner
  works fine

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


[Bug 589096] Re: Please merge gimp 2.6.8-3 (main) from Debian unstable (main)

2010-06-26 Thread Johan Brannlund
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 member of Ubuntu
Desktop Bugs, which is subscribed to gimp in ubuntu.

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


[Bug 621752] Re: gnome-power-manager crashed on startup/login

2010-08-21 Thread Johan Brannlund
*** 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 received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 618470] Re: gnome-power-manager crashed on startup with signal 5 in _XError()

2010-08-21 Thread Johan Brannlund
*** 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/bugs/618470
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 258421] Re: GTK apps should send PDF to CUPS when printing

2009-03-08 Thread Johan Brannlund
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 the patch to evince that I used.


** Attachment added: "Patch to make evince use PDF for print jobs"
   http://launchpadlibrarian.net/23618524/force-pdf.patch

-- 
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@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 258421] Re: GTK apps should send PDF to CUPS when printing

2009-03-08 Thread Johan Brannlund
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 Bugs, which is subscribed to evince in ubuntu.

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


[Bug 258421] Re: GTK apps should send PDF to CUPS when printing

2009-03-09 Thread Johan Brannlund
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 Bugs, which is subscribed to evince in ubuntu.

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


[Bug 258421] Re: GTK apps should send PDF to CUPS when printing

2009-03-09 Thread Johan Brannlund
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 related thread:
http://lists.freedesktop.org/archives/cairo/2007-January/009096.html

-- 
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@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 258421] Re: GTK apps should send PDF to CUPS when printing

2009-03-11 Thread Johan Brannlund
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 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@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 258421] Re: GTK apps should send PDF to CUPS when printing

2009-03-11 Thread Johan Brannlund
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@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 132013] Re: gtk+ filechooser should use meta-tracker for searching

2009-03-13 Thread Johan Brannlund
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.

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


[Bug 132013] Re: gtk+ filechooser should use meta-tracker for searching

2009-03-13 Thread Johan Brannlund
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 because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 285666] Re: [intrepid] pdftoraster takes a long time and eats CPU/memory

2009-03-19 Thread Johan Brannlund
*** 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.launchpad.net/bugs/285666
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in ubuntu (via bug 150187).

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


[Bug 356010] [NEW] Claws mail plugin missing

2009-04-05 Thread Johan Brannlund
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
NonfreeKernelModules: nvidia
Package: nautilus-sendto 1.1.2-0ubuntu1
ProcEnviron:
 PATH=(custom, user)
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus-sendto
Uname: Linux 2.6.28-11-generic x86_64

** Affects: nautilus-sendto (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
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 ubuntu.

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


[Bug 356010] Re: Claws mail plugin missing

2009-04-05 Thread Johan Brannlund

** 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 ubuntu.

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


[Bug 356010] Re: Claws mail plugin missing

2009-04-06 Thread Johan Brannlund
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, which is subscribed to nautilus-sendto in ubuntu.

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


[Bug 164921] Re: Garbled display of some wmv videos under Xgl/Compiz

2008-04-13 Thread Johan Brannlund
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 Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 150379] Re: Nautilus built-in search doesn't work if tracker is disabled

2008-03-09 Thread Johan Brannlund
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 bug assignee.

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


[Bug 150379] Re: Nautilus built-in search doesn't work if tracker is disabled

2008-03-09 Thread Johan Brannlund
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 Firefox has a problem loading some https web sites,
you'd locate the bug and fix it. You wouldn't claim that the correct bug
fix would be to remove https support.

-- 
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 bug assignee.

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


[Bug 178288] Re: ekiga lacks support for bluetooth audio (bluez)

2008-01-01 Thread Johan Brannlund
*** 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 because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for ekiga in ubuntu.

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


[Bug 187451] [NEW] Undefined symbols (libeel problem?)

2008-01-30 Thread Johan Brannlund
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-0ubuntu1 .

List of missing symbols:

$ ldd -r -v $(which nautilus) |grep eel
libeel-2.so.2 => /usr/lib/libeel-2.so.2 (0x2b3d2c85c000)
undefined symbol: gnome_bg_changes_with_size(/usr/lib/libeel-2.so.2)
undefined symbol: gnome_bg_set_placement(/usr/lib/libeel-2.so.2)
undefined symbol: gnome_bg_set_uri  (/usr/lib/libeel-2.so.2)
undefined symbol: gnome_bg_set_pixmap_as_root   (/usr/lib/libeel-2.so.2)
undefined symbol: gnome_bg_is_dark  (/usr/lib/libeel-2.so.2)
undefined symbol: gnome_bg_set_color(/usr/lib/libeel-2.so.2)
undefined symbol: gnome_bg_new  (/usr/lib/libeel-2.so.2)
undefined symbol: gnome_bg_create_pixmap(/usr/lib/libeel-2.so.2)
/usr/lib/libeel-2.so.2:

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

-- 
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 contact for nautilus in ubuntu.

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


[Bug 187451] Re: Undefined symbols (libeel problem?)

2008-02-03 Thread Johan Brannlund
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.

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


[Bug 187451] Re: Undefined symbols (libeel problem?)

2008-02-03 Thread Johan Brannlund
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 received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 141180] Re: Cannot import any images (import error)

2007-10-01 Thread Johan Brannlund
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
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 164921] Garbled display of some wmv videos under Xgl/Compiz

2007-11-24 Thread Johan Brannlund
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 under a "normal" X Server. Also, mplayer
and xine can play the same videos normally, even when I run Xgl. I'm
attaching a screenshot showing Totem display a garbled video, along with
mplayer displaying the same video properly.

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

-- 
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, which is a bug contact for totem in ubuntu.

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


[Bug 164921] Re: Garbled display of some wmv videos under Xgl/Compiz

2007-11-24 Thread Johan Brannlund

** 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, which is a bug contact for totem in ubuntu.

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


[Bug 164921] Re: Garbled display of some wmv videos under Xgl/Compiz

2007-11-26 Thread Johan Brannlund

** 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 Ubuntu
Desktop Bugs, which is a bug contact for totem in ubuntu.

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


[Bug 42189] Re: No easy way to print a single sheet of multiple copies of the same photo

2007-01-21 Thread Johan Brannlund
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

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


[Bug 36321] Re: Incomplete logout options with XGL

2007-01-26 Thread Johan Brannlund
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


[Bug 36321] Re: Incomplete logout options with XGL

2007-01-26 Thread Johan Brannlund
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-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 36321] Re: Incomplete logout options with XGL

2007-01-29 Thread Johan Brannlund
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/listinfo/desktop-bugs


[Bug 29061] Theme schemas corrupted or missing

2006-01-19 Thread Johan Brannlund
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. I thought I'd try a
different theme to see if that corrected the problem, but running gnome-
theme-manager only gets me a dialog box saying

The default theme schemas could not be found on your system.  This means
that you probably don't have metacity installed, or that your gconf is
configured incorrectly.

I have reinstalled the following packages, but that didn't help:

desktop-base
gdm
gnome-control-center
gnome-icon-theme
gnome-themes
gtk2-engines-clearlooks
gtk2-engines-industrial
gtk2-engines-mist
nautilus
gdm-themes
gnome-art
gnome-themes-extras
metacity
tango-icon-theme

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


[Bug 29061] Theme schemas corrupted or missing

2006-01-21 Thread Johan Brannlund
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 packages in there so I removed the most unlikely candidates
and then installed the list below. Afterwards, my gnome menus and themes
started working again. Maybe there's a missing dependency somewhere?

Also, running "gconftool-2 -g /desktop/gnome/interface/gtk_theme
/apps/metacity/general/theme /desktop/gnome/interface/icon_theme "
outputs

Clearlooks
Clearlooks
Tango

--

[INSTALL] alacarte
[INSTALL] contact-lookup-applet
[INSTALL] cupsys-driver-gutenprint
[INSTALL] gcalctool
[INSTALL] gedit
[INSTALL] gimp-python
[INSTALL] gnome-app-install
[INSTALL] gnome-spell
[INSTALL] gnomemeeting
[INSTALL] hotkey-setup
[INSTALL] libglut3
[INSTALL] serpentine
[INSTALL] sound-juicer
[INSTALL] ssh-askpass-gnome
[INSTALL] totem
[INSTALL] xchat-gnome
[UPGRADE] gtk2-engines-clearlooks 1:2.7.2-0ubuntu1 -> 1:2.7.3-0ubuntu1
[UPGRADE] gtk2-engines-industrial 1:2.7.2-0ubuntu1 -> 1:2.7.3-0ubuntu1
[UPGRADE] gtk2-engines-mist 1:2.7.2-0ubuntu1 -> 1:2.7.3-0ubuntu1
[UPGRADE] gtk2-engines-smooth 1:2.7.2-0ubuntu1 -> 1:2.7.3-0ubuntu1

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


[Bug 31190] gnome-volume-manager-gthumb does not descend into DCIM directory

2006-02-11 Thread Johan Brannlund
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., something like
/media/mmcdisk/DCIM). A slightly modified script is attached.

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


[Bug 31190] gnome-volume-manager-gthumb does not descend into DCIM directory

2006-02-11 Thread Johan Brannlund
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


[Bug 31190] gnome-volume-manager-gthumb does not descend into DCIM directory

2006-02-11 Thread Johan Brannlund
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/listinfo/desktop-bugs


[Bug 31190] gnome-volume-manager-gthumb does not descend into DCIM directory

2006-02-11 Thread Johan Brannlund
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.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 28605] Non DVD opened from Totem

2006-02-14 Thread Johan Brannlund
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.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 28605] Non DVD opened from Totem

2006-02-17 Thread Johan Brannlund
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 - is that right?

Just to be perfectly clear, for me the situation is:

Does not work, gives me "Totem unable to play this disc. No reason" :

totem /dev/hdc
totem /dev/dvd
Selecting "Play disc" from the totem Movie menu
-
Works:
totem dvd://

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


[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-03-12 Thread Johan Brannlund
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/mailman/listinfo/desktop-bugs


[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-03-12 Thread Johan Brannlund
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