[Bug 1025901] Re: nautilus crashed with SIGSEGV in gtk_ui_manager_new_merge_id()

2012-07-17 Thread Data
*** This bug is a duplicate of bug 925503 ***
https://bugs.launchpad.net/bugs/925503


** Visibility changed to: Public

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

Title:
  nautilus crashed with SIGSEGV in gtk_ui_manager_new_merge_id()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1025901/+subscriptions

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


[Bug 855964] Re: gnome-settings-daemon crashed with SIGSEGV

2011-09-21 Thread Data
** Visibility changed to: Public

-- 
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/855964

Title:
  gnome-settings-daemon crashed with SIGSEGV

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

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


[Bug 659150] Re: clock applet opens evolution with wrong date

2011-05-12 Thread DaTa
The latest update fixed that. Thanks.

You may close this issue.

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

Title:
  clock applet opens evolution with wrong date

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


[Bug 659150] Re: clock applet opens evolution with wrong date

2011-05-09 Thread DaTa
Just upgraded to natty.

Now the date is correct but the month is wrong:

I double click on 2011-05-09 and evolution opens with 2011-04-09

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

Title:
  clock applet opens evolution with wrong date

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


[Bug 659150] [NEW] clock applet opens evolution with wrong date

2010-10-12 Thread DaTa
Public bug reported:

Binary package hint: gnome-panel

A double click on a date opens evolution with the wrong date, this
happens since I've upgraded to maverick.

I.E. I click on 2010-10-12, then 2010-10-11 get's opened. It's always the day 
before the one I've selected.
2010-01-01 opens 2010-09-30 and so on.

It might be a reocurrence of #139627 (I've not reopened it, because it
is so old)

[0] lsb_release -rd
Description:Ubuntu 10.10
Release:10.10
[0] apt-cache policy  gnome-panel
gnome-panel:
  Installed: 1:2.30.2-1ubuntu3
  Candidate: 1:2.30.2-1ubuntu3
  Version table:
 *** 1:2.30.2-1ubuntu3 0
500 http://de.archive.ubuntu.com/ubuntu/ maverick/main amd64 Packages
100 /var/lib/dpkg/status

Regards,
Danijel

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

-- 
clock applet opens evolution with wrong date
https://bugs.launchpad.net/bugs/659150
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

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


[Bug 659150] Re: clock applet opens evolution with wrong date

2010-10-12 Thread DaTa
That might be interesting too:

[0] apt-cache policy  evolution  
evolution:
  Installed: 2.30.3-1ubuntu6
  Candidate: 2.30.3-1ubuntu6
  Version table:
 *** 2.30.3-1ubuntu6 0
500 http://de.archive.ubuntu.com/ubuntu/ maverick/main amd64 Packages
100 /var/lib/dpkg/status

-- 
clock applet opens evolution with wrong date
https://bugs.launchpad.net/bugs/659150
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

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


[Bug 659150] Re: clock applet opens evolution with wrong date

2010-10-12 Thread DaTa
Interesting, I'm running with the same timezone. Looks like a
localtime/gmtime bug or something.

-- 
clock applet opens evolution with wrong date
https://bugs.launchpad.net/bugs/659150
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

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


[Bug 447292] Re: permission denied on various files while starting evince

2009-10-12 Thread DaTa
See the last two lines of my bug report. The error code is `0', so it
works.

To make the story short:

[1] strace -e mkdir evince   
mkdir(/home/danielt/.gnome2/evince, 0700) = -1 EACCES (Permission denied)

(evince:8463): EvinceDocument-WARNING **: Failed to create directory 
/home/danielt/.gnome2/evince: Permission denied
[0] strace -e mkdir perl -le 'mkdir /home/danielt/.gnome2/evince,0700 or 
die($!)'
mkdir(/home/danielt/.gnome2/evince, 0700) = 0

-- 
permission denied on various files while starting evince
https://bugs.launchpad.net/bugs/447292
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 447292] Re: permission denied on various files while starting evince

2009-10-12 Thread DaTa
Ok.

apt-get remove apparmor

solved my problem.

I've not installed it explicitly, is that enabled by default on karmic?

-- 
permission denied on various files while starting evince
https://bugs.launchpad.net/bugs/447292
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 447292] Re: permission denied on various files while starting evince

2009-10-12 Thread DaTa
I think the problem is that my $HOME is /home/danielt and /home is a
symlink to /export/home. And AppArmor fails on that.

-- 
permission denied on various files while starting evince
https://bugs.launchpad.net/bugs/447292
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 447292] [NEW] permission denied on various files while starting evince

2009-10-09 Thread DaTa
Public bug reported:

Binary package hint: evince

I've installed karmic yesterday, and upgraded
[0] lsb_release -rd
Description:Ubuntu karmic (development branch)
Release:9.10

[0] apt-cache policy evince 
evince:
  Installed: 2.28.0-0ubuntu2
  Candidate: 2.28.0-0ubuntu2
  Version table:
 *** 2.28.0-0ubuntu2 0
500 http://de.archive.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status

When I'm trying to start evince, the following happens (everything is
done as user danielt):

[0] evince

(evince:9325): EvinceDocument-WARNING **: Failed to create directory 
/home/danielt/.gnome2/evince: Permission denied
zsh: exit 1 evince

[0] grep /home/danielt/.gnome2/evince evince.strace
9327  access(/home/danielt/.gnome2/evince, F_OK) = -1 ENOENT (No such file or 
directory)
9327  mkdir(/home/danielt/.gnome2/evince, 0700) = -1 EACCES (Permission 
denied)
9327  write(2, \n(evince:9327): EvinceDocument-WARNING **: Failed to create 
directory /home/danielt/.gnome2/evince: Permission denied\n, 118) = 118

This is odd:

[0] id
uid=1000(danielt) gid=1000(danielt) 
groups=4(adm),20(dialout),24(cdrom),46(plugdev),107(lpadmin),115(admin),122(sambashare),1000(danielt)
[0] /bin/pwd  
/export/home/danielt
[0] ls -ld /. /export/. /export/home/. /export/home/danielt/. 
/export/home/danielt/.gnome2/. /home
drwxr-xr-x 20 rootroot4096 Oct  8 15:48 /.
drwxr-xr-x  6 rootroot4096 Oct  8 15:06 /export/.
drwxr-xr-x  3 rootroot4096 Oct  8 15:14 /export/home/.
drwx--x--x 57 danielt danielt 4096 Oct  9 17:02 /export/home/danielt/.
drwx--  7 danielt danielt 4096 Oct  9 16:46 /export/home/danielt/.gnome2/.
lrwxrwxrwx  1 rootroot  13 Oct  8 15:34 /home - /export/home/

So, where is the permission denied coming from?
[0] mkdir /home/danielt/.gnome2/evince; echo $?
0

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

-- 
permission denied on various files while starting evince
https://bugs.launchpad.net/bugs/447292
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 235272] Re: GNOME System Monitor graphics misaligned

2008-05-28 Thread Data
*** This bug is a duplicate of bug 208570 ***
https://bugs.launchpad.net/bugs/208570

** This bug has been marked a duplicate of bug 208570
   strange graphics bug, window looks squished, wrong colors

-- 
GNOME System Monitor graphics misaligned
https://bugs.launchpad.net/bugs/235272
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 208570] Re: strange graphics bug, window looks squished, wrong colors (in gnome-system-monitor, gnome-do)

2008-05-28 Thread Data
** Summary changed:

- strange graphics bug, window looks squished, wrong colors
+ strange graphics bug, window looks squished, wrong colors (in 
gnome-system-monitor, gnome-do)

-- 
strange graphics bug, window looks squished, wrong colors (in 
gnome-system-monitor, gnome-do)
https://bugs.launchpad.net/bugs/208570
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-monitor in ubuntu.

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


[Bug 42757] Re: Tag Icon not changed when spin button changes in Tag Icon Editor

2008-05-28 Thread Data
This is fixed in version 0.4.3.1 in hardy. Marking as such.

** Changed in: f-spot (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Tag Icon not changed when spin button changes in Tag Icon Editor
https://bugs.launchpad.net/bugs/42757
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to f-spot in ubuntu.

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


[Bug 92118] Re: Graphs don't scroll by smoothly

2008-05-23 Thread Data
perfran: What version of Ubuntu are you using? Hardy? 32bit or 64bit? what CPU 
architecture?
Did you change the refresh rate in the preferences of system-monitor?

-- 
Graphs don't scroll by smoothly
https://bugs.launchpad.net/bugs/92118
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 208570] Re: strange graphics bug, window looks squished, wrong colors

2008-05-22 Thread Data
Setting status to confirmed as of Rodrigo's comment

** Changed in: xserver-xorg-video-vesa (Ubuntu)
   Status: New = Confirmed

-- 
strange graphics bug, window looks squished, wrong colors
https://bugs.launchpad.net/bugs/208570
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-monitor in ubuntu.

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


[Bug 92118] Re: Graphs don't scroll by smoothly

2008-05-22 Thread Data
After the following update:

gnome-system-monitor (2.22.1-0ubuntu2) hardy-proposed; urgency=low

  * debian/patches/90_from_svn_use_less_ressources.patch:
- change from svn to avoid using too much xorg ressources to draw graphs
  (lp: #187383)

 -- Sebastien Bacher  [EMAIL PROTECTED]   Tue, 06 May 2008 19:29:24
+0200

this problem does not seem to occur to me anymore.
I do not know if it was really fixed upstream or if the above change just set 
the refresh-timing right my accident.

Can anyone confirm?

-- 
Graphs don't scroll by smoothly
https://bugs.launchpad.net/bugs/92118
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 208570] Re: strange graphics bug, window looks squished, wrong colors

2008-04-06 Thread Data
Yep. I think the vesa driver is a good guess (Obviously we need some
package to blame the bug on).

Could someone who knows what package the vesa driver is in, add that to
the affected packages?

(Of course I know that it is not a gnome-system-monitor bug nor a gnome-
do bug, but if we set them all to invalid without any other afftected
packages, the bug report will just vansih...)

-- 
strange graphics bug, window looks squished, wrong colors
https://bugs.launchpad.net/bugs/208570
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-monitor in ubuntu.

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


[Bug 208570] Re: strange graphics bug, window looks squished, wrong colors

2008-04-06 Thread Data
** Also affects: xserver-xorg-driver-vesa (Ubuntu)
   Importance: Undecided
   Status: New

-- 
strange graphics bug, window looks squished, wrong colors
https://bugs.launchpad.net/bugs/208570
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-monitor in ubuntu.

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


[Bug 208570] Re: strange graphics bug, window looks squished, wrong colors

2008-03-29 Thread Data
** Also affects: gnome-do (Ubuntu)
   Importance: Undecided
   Status: New

-- 
strange graphics bug, window looks squished, wrong colors
https://bugs.launchpad.net/bugs/208570
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-monitor in ubuntu.

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


[Bug 208570] [NEW] strange graphics bug, window looks squished, wrong colors

2008-03-28 Thread Data
Public bug reported:

Binary package hint: gnome-system-monitor

I see this strange graphics bug (see attached screenshot) in an up-to-
date installation of hardy beta. I should mention I am running it as a
virtual machine in Virtualbox, so this bug should not be hardware-
related, nor related to 3D-driver issues or something like that.

So far, gnome-system-monitor seems the only affected program from the default 
installation.
However, I just discovered that I also see this bug in Gnome-do (See second 
screenshot)

** Affects: gnome-system-monitor (Ubuntu)
 Importance: Undecided
 Status: New

-- 
strange graphics bug, window looks squished, wrong colors
https://bugs.launchpad.net/bugs/208570
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-monitor in ubuntu.

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


[Bug 208570] Re: strange graphics bug, window looks squished, wrong colors

2008-03-28 Thread Data

** Attachment added: Screenshot-System Monitor.png
   http://launchpadlibrarian.net/12956512/Screenshot-System%20Monitor.png

-- 
strange graphics bug, window looks squished, wrong colors
https://bugs.launchpad.net/bugs/208570
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-monitor in ubuntu.

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


[Bug 208570] Re: strange graphics bug, window looks squished, wrong colors

2008-03-28 Thread Data

** Attachment added: Screenshot-Do.png
   http://launchpadlibrarian.net/12956515/Screenshot-Do.png

-- 
strange graphics bug, window looks squished, wrong colors
https://bugs.launchpad.net/bugs/208570
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-monitor in ubuntu.

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


[Bug 198313] Re: Integrate extra buttons in mouse properties

2008-03-04 Thread Data
Just for reference: Bug #146160 is the corresponding packaging request
for btnx.

-- 
Integrate extra buttons in mouse properties
https://bugs.launchpad.net/bugs/198313
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 197789] Re: resized images are rendered all black

2008-03-03 Thread Data
*** This bug is a duplicate of bug 182038 ***
https://bugs.launchpad.net/bugs/182038

Do you happen to use the open-source nv-driver? If so, could you re-test
with the proprietary nvidia-driver?

This Bug is actually a duplicate of Bug #182038, so I am marking it as
such. It would be great if you could write any answers to the other Bug
report. Thanks in advance!

** This bug has been marked a duplicate of bug 182038
   Black rectangle instead of image in FF3 [Hardy]

-- 
resized images are rendered all black
https://bugs.launchpad.net/bugs/197789
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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


[Bug 197965] Re: package deskbar-applet 2.21.92-0ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-03-03 Thread Data
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers. You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage . I have classified this
bug as a bug in deskbar-applet.

** Changed in: deskbar-applet (Ubuntu)
Sourcepackagename: None = deskbar-applet

-- 
package deskbar-applet 2.21.92-0ubuntu1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/197965
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to deskbar-applet in ubuntu.

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


[Bug 198135] Re: Nautilus side-pane tree view: remove open arrows where no subfolders

2008-03-03 Thread Data
*** This bug is a duplicate of bug 18780 ***
https://bugs.launchpad.net/bugs/18780

Yes, I would definitely consider this to be a bug.

As it happens for me too: New - Confirmed

** Changed in: nautilus (Ubuntu)
   Status: New = Confirmed

-- 
Nautilus side-pane tree view: remove open arrows where no subfolders
https://bugs.launchpad.net/bugs/198135
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 198135] Re: Nautilus side-pane tree view: remove open arrows where no subfolders

2008-03-03 Thread Data
*** This bug is a duplicate of bug 18780 ***
https://bugs.launchpad.net/bugs/18780

Marking this bug as a duplicate of Bug #18780.
Apparently this bug is already known upstream but hard to fix.
Please post any further comments on the bug report of Bug #18780.

** This bug has been marked a duplicate of bug 18780
   Browser: tree view rendering problem

-- 
Nautilus side-pane tree view: remove open arrows where no subfolders
https://bugs.launchpad.net/bugs/198135
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 18780] Re: Browser: tree view rendering problem

2008-03-03 Thread Data
Bug #198135 is a duplicate of this one. Apparently the issue is still
present in hardy alpha 5

-- 
Browser: tree view rendering problem
https://bugs.launchpad.net/bugs/18780
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 39413] Re: ubuntu doesn't notice when running on battery

2008-03-03 Thread Data
Does the bug still occur after today's update of hal in hardy?

-- 
ubuntu doesn't notice when running on battery
https://bugs.launchpad.net/bugs/39413
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 118492] Re: Battery monitor always states Computer is running on AC power, Laptop battery charging

2008-03-03 Thread Data
Does the bug still occur after today's update of hal in hardy?

-- 
Battery monitor always states Computer is running on AC power, Laptop battery 
charging
https://bugs.launchpad.net/bugs/118492
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 197633] Re: epiphany is not listed in the preferred application choices

2008-03-02 Thread Data
I just installed epiphany (Package: epiphany-browser) and it showed up in 
preferred applications. So this bug does NOT occur to me. Can someone else 
please confirm?
(Up-to-date version of Hardy alpha 5)

** Changed in: epiphany-browser (Ubuntu)
   Status: New = Incomplete

-- 
epiphany is not listed in the preferred application choices
https://bugs.launchpad.net/bugs/197633
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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


[Bug 197614] Re: Cosmetic Bug: German Translation Visual Effects

2008-03-02 Thread Data
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers. You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage . I have classified this
bug as a bug in gnome-control-center.

** Changed in: gnome-control-center (Ubuntu)
Sourcepackagename: None = gnome-control-center

-- 
Cosmetic Bug: German Translation Visual Effects
https://bugs.launchpad.net/bugs/197614
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

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


[Bug 196064] Re: Power Manager applet appears and shows the wrong initial information

2008-03-02 Thread Data
Bug #197671 is a duplicate of this one

-- 
Power Manager applet appears and shows the wrong initial information
https://bugs.launchpad.net/bugs/196064
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 197671] Re: [hardy] Incorrect battery status when plugged on AC

2008-03-02 Thread Data
*** This bug is a duplicate of bug 196064 ***
https://bugs.launchpad.net/bugs/196064

Thanks for your report. I've marked it as a duplicate of bug #196064,
which has been previously reported. If you can provide information that
it's not actually the same bug even though the symptoms are the same,
please unmark it as a duplicate.

** This bug has been marked a duplicate of bug 196064
   Power Manager applet appears and shows the wrong initial information

-- 
[hardy] Incorrect battery status when plugged on AC
https://bugs.launchpad.net/bugs/197671
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 197756] Re: Battery icon says on AC power AND discharging

2008-03-02 Thread Data
*** This bug is a duplicate of bug 196064 ***
https://bugs.launchpad.net/bugs/196064

Thanks for your report. I've marked it as a duplicate of bug #196064,
which has been previously reported. If you can provide information that
it's not actually the same bug even though the symptoms are the same,
please unmark it as a duplicate.

** This bug has been marked a duplicate of bug 196064
   Power Manager applet appears and shows the wrong initial information

-- 
Battery icon says on AC power AND discharging
https://bugs.launchpad.net/bugs/197756
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 196064] Re: Power Manager applet appears and shows the wrong initial information

2008-03-02 Thread Data
Bug #197756 is a duplicate of this one.

-- 
Power Manager applet appears and shows the wrong initial information
https://bugs.launchpad.net/bugs/196064
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 197789] Re: resized images are rendered all black

2008-03-02 Thread Data
I could NOT reproduce this bug. Neither in epiphany, nor in firefox. The page 
you mentioned looks just fine (at least I think so, see attached screenshot), 
even after zooming in and out.
I am using an up-to-date hardy alpha 5, firefox 3 beta 3 and Epiphany 2.21.90.

Maybe you could attach a screenshot as well... Because I am not sure what you 
mean by black. Solid black or black and white?
What version of ubuntu /Firefox /Epiphany are you using?


** Attachment added: Screenshot-Regia Autonoma de Transport Urban Calatori.png
   
http://launchpadlibrarian.net/12357435/Screenshot-Regia%20Autonoma%20de%20Transport%20Urban%20Calatori.png

** Changed in: firefox-3.0 (Ubuntu)
   Status: New = Incomplete

** Changed in: epiphany-browser (Ubuntu)
   Status: New = Incomplete

-- 
resized images are rendered all black
https://bugs.launchpad.net/bugs/197789
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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


[Bug 159323] Re: adjust date and time shows minutes less than 10 as 5 rather than 05

2008-02-28 Thread Data
As I said, this bug occurs in both time dialogues:

The Time  Date-Dialogue you get via System - Administration - Time and 
Date (time-admin)
I believe this is part of the package gnome-system-tools

The Adjust Date  Time Dialogue you get via right click on the clock applet 
- Adjust Date  Time.
I believe this is part of the package gnome-panel.
(The screenshot from Phil Sing above is from this one.)

So setting this bug to also affects: gnome-panel

** Also affects: gnome-panel (Ubuntu)
   Importance: Undecided
   Status: New

-- 
adjust date and time shows minutes less than 10 as 5 rather than 05
https://bugs.launchpad.net/bugs/159323
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

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


[Bug 147420] Re: inconsistent behavior in nautilus and open/save dialog

2008-02-28 Thread Data
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers. You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage . I have classified this
bug as a bug in nautilus.

As this occurs still in Hardy alpha 5:
New - confirmed

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

** Changed in: nautilus (Ubuntu)
   Status: New = Confirmed

-- 
inconsistent behavior in nautilus and open/save dialog
https://bugs.launchpad.net/bugs/147420
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 43390] Re: unfitting icon in gparted in cause of new icon theme

2008-02-28 Thread Data
*** This bug is a duplicate of bug 45444 ***
https://bugs.launchpad.net/bugs/45444

Marking this Bug as duplicate of Bug #45444, which has already been fixed.
It is not present anymore in hardy anyway.

** This bug has been marked a duplicate of bug 45444
   the Human cancel icon is not appropriate

-- 
unfitting icon in gparted in cause of new icon theme
https://bugs.launchpad.net/bugs/43390
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber (via bug 45444).

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


[Bug 195961] [NEW] [Hardy] adjust time date dialog vanishes completely after closing it in a certain way

2008-02-26 Thread Data
Public bug reported:

Binary package hint: gnome-system-monitor

This happens to me on an up-to-date installation of hardy alpha 5.

After closing the Adjust Date  Time-window by clicking on the x-button 
(the usual close-button that's on the top right corner of every window), it 
cannot be opened again. I have to log out and in again, before I am able to get 
the Adjust Date  Time-window again.
If closed by clicking cancel or set system time everything is fine.

Note: I am referring to the Adjust Date  Time-window you get when
right clicking on the Clock-applet and select Adjust Date  Time. I am
NOT referring to the time-admin application you get when you select
System - Administration - Time and Date. That is a different one.

Steps to reproduce:
   1. Right-click on the Clock applet and select  Adjust Date  Time
   2. Close it by clicking on the x-button in the top right corner. (Closing 
it any other way does not trigger the bug)
   3. Repeat step no. 1 and see that nothing happens (a.k.a no window opens)

Current workaround: Log out and log back in

** Affects: gnome-system-monitor (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[Hardy] adjust time  date dialog vanishes completely after closing it in a 
certain way
https://bugs.launchpad.net/bugs/195961
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-monitor in ubuntu.

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


[Bug 65581] Re: python dumps core when running the svn version of gajim

2006-11-03 Thread DaTa
The gajim people made a workaround to this bug.

gnomekeyring.get_default_keyring_sync() dumps core if there is no
keyring, which was the case on my system.

After creating one the above function doesn't dump core anymore.

Related links:

http://trac.gajim.org/ticket/2540
http://trac.gajim.org/ticket/2595
http://bugzilla.gnome.org/show_bug.cgi?id=363019

-- 
python dumps core when running the svn version of gajim
https://launchpad.net/bugs/65581

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


[Bug 65581] python dumps core when running the svn version of gajim

2006-10-25 Thread DaTa
Public bug reported:

Binary package hint: python

From revision 7087 on python dumps core when running gajim: here is the
change from 7086 to 7087:
http://trac.gajim.org/changeset?old_path=trunkold=7086new_path=trunknew=7087

A gdb-backtrace is attached, but it seems, that the error appears in
/usr/lib/python2.4/site-packages/gtk-2.0/gnomekeyring.so, and I was not
able to get dbgsym packages for python-gnome2-desktop. Maybe somebody
can assist me to build one if it is needed.

I'm reachable via E-Mail and Jabber.

** Affects: pygtk (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
python dumps core when running the svn version of gajim
https://launchpad.net/bugs/65581

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