[Bug 420405] Re: On This Computer account doesn't disappear if disabled

2009-09-03 Thread marco.pallotta
Well Pedro, consider that it's not mandatory that on this computer
account is the default one. So you can create for many reasons other
accounts and you only want to display the default. For some reasons on
this computer accounts cannot be renamed (bug #399167) and hidden.


** Bug watch added: GNOME Bug Tracker #593993
   http://bugzilla.gnome.org/show_bug.cgi?id=593993

** Also affects: evolution via
   http://bugzilla.gnome.org/show_bug.cgi?id=593993
   Importance: Unknown
   Status: Unknown

-- 
On This Computer account doesn't disappear if disabled
https://bugs.launchpad.net/bugs/420405
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 420405] Re: On This Computer account doesn't disappear if disabled

2009-09-03 Thread marco.pallotta
I added a bug watch to the upstream bug I opened.

-- 
On This Computer account doesn't disappear if disabled
https://bugs.launchpad.net/bugs/420405
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 420405] Re: On This Computer account doesn't disappear if disabled

2009-09-03 Thread Bug Watch Updater
** Changed in: evolution
   Status: Unknown = New

-- 
On This Computer account doesn't disappear if disabled
https://bugs.launchpad.net/bugs/420405
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 411533] Re: users and groups prog blocked on first launch

2009-09-03 Thread Milan Bouchet-Valat
** Changed in: gnome-system-tools (Ubuntu)
   Status: Incomplete = Confirmed

-- 
users and groups prog blocked on first launch
https://bugs.launchpad.net/bugs/411533
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-tools in ubuntu.

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


[Bug 278078] Re: The key repeat delay for the down-arrow, left-arrow, and End keys is longer than the other keys

2009-09-03 Thread Søren Holm
agree

-- 
The key repeat delay for the down-arrow, left-arrow, and End keys is 
longer than the other keys
https://bugs.launchpad.net/bugs/278078
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 411533] Re: users and groups prog blocked on first launch

2009-09-03 Thread Milan Bouchet-Valat
Cool! This problem must have appeared in Karmic, since in previous
releases the backends were started at boot time before they were
actually needed (which is wrong BTW). But I really don't see how it
could affect some users and not all of them. And still I don't have seen
other reports about that.

Were you able to reproduce the bug with a clean Karmic install in a VM?
I'd expect so, but...

I'll do some research, and make this fix available by the next release,
which should be in Karmic. Thanks for your patience!

-- 
users and groups prog blocked on first launch
https://bugs.launchpad.net/bugs/411533
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-tools in ubuntu.

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


[Bug 423450] Re: Add user manager dbus interface to gdmserver

2009-09-03 Thread Robert Ancell
** Summary changed:

- Add login user dbus interface to gdmserver
+ Add user manager dbus interface to gdmserver

-- 
Add user manager dbus interface to gdmserver
https://bugs.launchpad.net/bugs/423450
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 354995] Re: Brasero Checksum Error

2009-09-03 Thread Rocko
I just burned two Ubuntu ISO CDs using nautilus' write to CD menu
command (ie not brasero), and for both it reported that there might be
errors. The first one did have errors, but the second one was fine.

-- 
Brasero Checksum Error
https://bugs.launchpad.net/bugs/354995
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 423450] Re: Add user manager dbus interface to gdmserver

2009-09-03 Thread Robert Ancell
In progress patch attached to upstream bug:
http://bugzilla.gnome.org/show_bug.cgi?id=593996

The interface as it stands is:
!-- Get the number of known users --
method name=CountUsers
  arg name=user_count direction=out type=i/
/method

!-- Get the list of known UIDs --
method name=GetUserList
  arg name=uids direction=out type=ax/
/method

!-- Get user info for a user --
method name=GetUserInfo
  arg name=uid direction=in type=x/
  arg name=user_name direction=out type=s/
  arg name=real_name direction=out type=s/
  arg name=shell direction=out type=s/
  arg name=icon_url direction=out type=s/
/method

!-- Get user info for a list of users --
method name=GetUsersInfo
  arg name=uid direction=in type=ax/
  !-- (uid, user_name, real_name, shell, icon_url) --
  arg name=user_info direction=out type=a(x)/
/method

!-- Triggered when user information is being reloaded.
 All existing user information is invalid from this signal.
 Wait for the UsersLoaded signal --
!-- Triggered when user information has been reloaded.
 A client should call GetUserList() now --
signal name=UsersLoaded/signal

!-- Triggered when a user has updated information --
signal name=UserUpdated
  arg name=uid type=x/
/signal

!-- Triggered when a users are added to/removed from the system.
 Clients should monitor these signals as soon as they connect to
 this object --
signal name=UserAdded
  arg name=uid type=x/
/signal
signal name=UserRemoved
  arg name=uid type=x/
/signal


** Bug watch added: GNOME Bug Tracker #593996
   http://bugzilla.gnome.org/show_bug.cgi?id=593996

-- 
Add user manager dbus interface to gdmserver
https://bugs.launchpad.net/bugs/423450
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 372647] Re: Clock and Weather applet don't show any weather info

2009-09-03 Thread Jan Groenewald
Confirmed on Jaunty 64bit with backports.

I have several locations on my clock applet. I do not want
a separate weather applet (though forecasts would be nice
in the clock applet that is not the main issue).

My proxy is set system-wide, all other internet is working
in various applications and software updates.

My timezone is Africa/Johannesburg, which is not one of 
my locations. These are Cape Town, Cairo, Accra, Dakar, Kampala,
Antananarivo, etc. 

I would like to see the weather for all of these in the clock applet.

-- 
Clock and Weather applet don't show any weather info
https://bugs.launchpad.net/bugs/372647
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 385850] Re: Ship fewer screensavers by default

2009-09-03 Thread Robert Ancell
Needs Replaces fields as files have moved between packages.
Main is currently frozen which will delay this being uploaded.

-- 
Ship fewer screensavers by default
https://bugs.launchpad.net/bugs/385850
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in ubuntu.

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


[Bug 423534] Re: Select sound output from gnome-volume-control-applet menu

2009-09-03 Thread Sebastien Bacher
Thank you for your work there, we might consider it for karmic but would
be nice to get upstream reviewing it before on the bugzilla ticket


** Changed in: gnome-media (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: gnome-media (Ubuntu)
   Status: New = Triaged

** Changed in: gnome-media (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

** Bug watch added: GNOME Bug Tracker #593752
   http://bugzilla.gnome.org/show_bug.cgi?id=593752

** Also affects: gnome-media via
   http://bugzilla.gnome.org/show_bug.cgi?id=593752
   Importance: Unknown
   Status: Unknown

-- 
Select sound output from gnome-volume-control-applet menu
https://bugs.launchpad.net/bugs/423534
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 423530] Re: sound only scratch

2009-09-03 Thread Sebastien Bacher
Thank you for your bug report, does totem have the same issue?

** Changed in: rhythmbox (Ubuntu)
   Importance: Undecided = Low

** Changed in: rhythmbox (Ubuntu)
   Status: New = Incomplete

-- 
sound only scratch
https://bugs.launchpad.net/bugs/423530
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 423432] Re: why -dev still depends on libesd0-dev?

2009-09-03 Thread Sebastien Bacher
the reason is that the .pc requires esound

** Changed in: libgnome (Ubuntu)
   Importance: Undecided = Low

-- 
why -dev still depends on libesd0-dev?
https://bugs.launchpad.net/bugs/423432
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to libgnome in ubuntu.

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


[Bug 420405] Re: On This Computer account doesn't disappear if disabled

2009-09-03 Thread Sebastien Bacher
** Changed in: evolution (Ubuntu)
   Status: Confirmed = Triaged

-- 
On This Computer account doesn't disappear if disabled
https://bugs.launchpad.net/bugs/420405
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 407574] Re: evolution hangs while sending email

2009-09-03 Thread Sebastien Bacher
** Changed in: evolution (Ubuntu)
   Status: Incomplete = Triaged

-- 
evolution hangs while sending email
https://bugs.launchpad.net/bugs/407574
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 423337] Re: sorting in collumns in system-monitor is inverted

2009-09-03 Thread Sebastien Bacher
*** This bug is a duplicate of bug 228800 ***
https://bugs.launchpad.net/bugs/228800

Thanks for the bug report. This particular bug has already been
reported, but feel free to report any other bugs you find.

** Changed in: gnome-system-monitor (Ubuntu)
   Importance: Undecided = Low

** Changed in: gnome-system-monitor (Ubuntu)
   Status: New = Invalid

** Changed in: gnome-system-monitor (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

** Changed in: gnome-system-monitor (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = (unassigned)

** This bug has been marked a duplicate of bug 228800
   Deceptive marker for list ordering in GNOME

-- 
sorting in collumns in system-monitor is inverted
https://bugs.launchpad.net/bugs/423337
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 423542] Re: No icons in application/System Gnome menus

2009-09-03 Thread mac_v
This is actually not a bug in Human theme , 
this is a libgnome/gtk bug , but not theme related. it is due to  Bug #407621
also, happens in the first option of the context menus, which have to show 
icons for the app , in the open with menu
 https://bugs.launchpad.net/hundredpapercuts/+bug/387796/comments/35

It has something to do with the first option not showing an icon... and
happens in all themes

I'm also assigning it to gtk2+ , if its wrongly assigned, pls change it

** Changed in: human-theme (Ubuntu)
   Status: Confirmed = Invalid

** Also affects: gtk+2.0 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gtk+2.0 (Ubuntu)
   Status: New = Confirmed

-- 
No icons in application/System Gnome menus
https://bugs.launchpad.net/bugs/423542
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 296216] Re: After Upgrade from Hardy to Intrepid Compose Key No longer Functions Correctly

2009-09-03 Thread David Jennings
Same experience here. The right-menu button (between alt and ctrl on my
keyboard) worked as a compose key in hardy. Was broken in intrepid.
Worked again in jaunty. So I assume there was an upstream fix.

-- 
After Upgrade from Hardy to Intrepid Compose Key No longer Functions Correctly
https://bugs.launchpad.net/bugs/296216
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-desktop in ubuntu.

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


[Bug 422777] Re: Doesn't create thumbnails for pdf

2009-09-03 Thread Sebastien Bacher
The issue is due to the recent changes for apparmor which dropped the
postint schemas registration

** Package changed: nautilus (Ubuntu) = evince (Ubuntu)

** Changed in: evince (Ubuntu)
   Status: New = Fix Committed

-- 
Doesn't create thumbnails for pdf 
https://bugs.launchpad.net/bugs/422777
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 423534] Re: Select sound output from gnome-volume-control-applet menu

2009-09-03 Thread Bug Watch Updater
** Changed in: gnome-media
   Status: Unknown = New

-- 
Select sound output from gnome-volume-control-applet menu
https://bugs.launchpad.net/bugs/423534
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 420966] Re: nautilus frequently uses 100% cpu

2009-09-03 Thread Sebastien Bacher
*** This bug is a duplicate of bug 239167 ***
https://bugs.launchpad.net/bugs/239167

duplicate bug #239167

** This bug has been marked a duplicate of bug 239167
   high cpu load on startup and when mounting

-- 
nautilus frequently uses 100% cpu
https://bugs.launchpad.net/bugs/420966
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 422110] Re: stickynotes_applet crashed with SIGSEGV

2009-09-03 Thread Sebastien Bacher
The crash seems similar to
http://bugzilla.gnome.org/show_bug.cgi?id=584985

** Changed in: gnome-applets (Ubuntu)
   Status: Incomplete = Triaged

** Bug watch added: GNOME Bug Tracker #584985
   http://bugzilla.gnome.org/show_bug.cgi?id=584985

** Also affects: gnome-applets via
   http://bugzilla.gnome.org/show_bug.cgi?id=584985
   Importance: Unknown
   Status: Unknown

-- 
stickynotes_applet crashed with SIGSEGV
https://bugs.launchpad.net/bugs/422110
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 417784] Re: gnome-settings-daemon crashed with signal 5 in _XError()

2009-09-03 Thread Pavel Mlčoch
Ive the same after login

-- 
gnome-settings-daemon crashed with signal 5 in _XError()
https://bugs.launchpad.net/bugs/417784
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 376145] Re: gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables()

2009-09-03 Thread Loïc Minier
I get that with latest karmic virtualbox running latest UNR daily (alpha
5 proposed image).

-- 
gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables()
https://bugs.launchpad.net/bugs/376145
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 408647] Re: totem crashed with SIGSEGV in free()

2009-09-03 Thread Sebastien Bacher
could you install libgstreamer0.10-0-dbg and libglib2.0-0-dbg and get a
new log?

** Changed in: totem (Ubuntu)
   Status: New = Incomplete

-- 
totem crashed with SIGSEGV in free()
https://bugs.launchpad.net/bugs/408647
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 423425] Re: Icons for the Parent drop downs do not show

2009-09-03 Thread Sebastien Bacher
Thank you for your bug report, that's not a bug though but part of the
changes to not overuse icons in GNOME, the change is being discussed
upstream and they might change back though

** Changed in: gnome-menus (Ubuntu)
   Importance: Undecided = Low

** Changed in: gnome-menus (Ubuntu)
   Status: New = Invalid

** Changed in: gnome-menus (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
Icons for the Parent drop downs do not show
https://bugs.launchpad.net/bugs/423425
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 291459] Re: Unable to configure ntp service via the clock applet

2009-09-03 Thread Sebastien Bacher
There is a bug about that on
http://bugzilla.gnome.org/show_bug.cgi?id=533870

** Bug watch added: GNOME Bug Tracker #533870
   http://bugzilla.gnome.org/show_bug.cgi?id=533870

** Changed in: gnome-panel (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: gnome-panel (Ubuntu)
   Status: New = Triaged

** Changed in: gnome-panel (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

** Also affects: gnome-panel via
   http://bugzilla.gnome.org/show_bug.cgi?id=533870
   Importance: Unknown
   Status: Unknown

-- 
Unable to configure ntp service via the clock applet
https://bugs.launchpad.net/bugs/291459
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 138586] Re: Gnometris controls very unresponsive when keys are held down

2009-09-03 Thread ricardisimo
Still a problem here in September 2009. The theme appears to be the
culprit in my case. I changed it to Plain and it behaves itself well
certainly through the first dozen or so levels. Thanks for everything
you people do.

-- 
Gnometris controls very unresponsive when keys are held down
https://bugs.launchpad.net/bugs/138586
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 422893] Re: no gnome panel on second monitor on dual screen setup

2009-09-03 Thread Sebastien Bacher
Thank you for your bug report. The issue is an upstream one and it would
be nice if somebody having it could send the bug the to the people
writting the software (https://wiki.ubuntu.com/Bugs/Upstream/GNOME)

** Changed in: gnome-panel (Ubuntu)
   Importance: Undecided = Low

** Changed in: gnome-panel (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

** Also affects: gnome-panel
   Importance: Undecided
   Status: New

-- 
no gnome panel on second monitor on dual screen setup
https://bugs.launchpad.net/bugs/422893
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 423493] Re: I cannot change virtual desktop number

2009-09-03 Thread Sebastien Bacher
The issue is rather a gnome-panel one

** Package changed: gnome-applets (Ubuntu) = gnome-panel (Ubuntu)

** Changed in: gnome-panel (Ubuntu)
   Importance: Undecided = Low

** Changed in: gnome-panel (Ubuntu)
   Status: New = Confirmed

** Package changed: gnome-panel (Ubuntu) = libwnck (Ubuntu)

** Package changed: libwnck (Ubuntu) = gnome-panel (Ubuntu)

** Package changed: gnome-panel (Ubuntu) = libwnck (Ubuntu)

** Package changed: libwnck (Ubuntu) = gnome-panel (Ubuntu)

** Package changed: gnome-panel (Ubuntu) = libwnck (Ubuntu)

** Package changed: libwnck (Ubuntu) = gnome-panel (Ubuntu)

-- 
I cannot change virtual desktop number
https://bugs.launchpad.net/bugs/423493
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 423493] Re: I cannot change virtual desktop number

2009-09-03 Thread Sebastien Bacher
Thank you for your bug report, confirmed while running compiz on karmic


** Changed in: gnome-panel (Ubuntu)
Milestone: None = ubuntu-9.10

-- 
I cannot change virtual desktop number
https://bugs.launchpad.net/bugs/423493
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 403549] Re: nautilus crashed with SIGSEGV immediately after start up

2009-09-03 Thread Ulf Rompe
I was experiencing this bug on every login. It seems I got rid of it by
manually cleaning up my gconf database. Unfortunately I did loads of
changes at once, so I can't say which one was the champion. What I did
was removing old keys that were not assosiated with a schema anymore,
including (but not limited to) /apps/nautilus/. I also reset several
entries to their default values. After next login, to my surprise
nautilus didn't crash anymore.

Maybe somebody suffering from this bug wants to do some gconf cleanup in
smaller steps to be able to tell which key or value was the bad guy.

-- 
nautilus crashed with SIGSEGV immediately after start up
https://bugs.launchpad.net/bugs/403549
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 422110] Re: stickynotes_applet crashed with SIGSEGV

2009-09-03 Thread Bug Watch Updater
** Changed in: gnome-applets
   Status: Unknown = New

-- 
stickynotes_applet crashed with SIGSEGV
https://bugs.launchpad.net/bugs/422110
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 398520] Re: Disk mounter: Icon for encrypted disk unclear as to whether currently mounted/unlocked

2009-09-03 Thread Sebastien Bacher
** Changed in: gnome-disk-utility (Ubuntu)
   Importance: Undecided = Low

-- 
Disk mounter: Icon for encrypted disk unclear as to whether currently 
mounted/unlocked
https://bugs.launchpad.net/bugs/398520
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 291459] Re: Unable to configure ntp service via the clock applet

2009-09-03 Thread Bug Watch Updater
** Changed in: gnome-panel
   Status: Unknown = New

-- 
Unable to configure ntp service via the clock applet
https://bugs.launchpad.net/bugs/291459
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 423236] Re: Evince unable to start mail reader (apparmor-related)

2009-09-03 Thread Sebastien Bacher
** Changed in: evince (Ubuntu)
   Status: Triaged = Fix Committed

-- 
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 423209] Re: impossible to login to last.fm

2009-09-03 Thread Benny Gächter
** Changed in: rhythmbox (Ubuntu)
   Status: New = Confirmed

-- 
impossible to login to last.fm
https://bugs.launchpad.net/bugs/423209
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 422312] Re: evince crashed with SIGSEGV in _cairo_pattern_acquire_surfaces()

2009-09-03 Thread Sebastien Bacher
Thank you for your bug report, it would be nice if you could send the
bug to bugs.freedesktop.org since you are the only one to get the issue
apparently and you can reply to questions there

** Package changed: evince (Ubuntu) = cairo (Ubuntu)

** Changed in: cairo (Ubuntu)
   Importance: Undecided = Low

** Also affects: libcairo
   Importance: Undecided
   Status: New

-- 
evince crashed with SIGSEGV in _cairo_pattern_acquire_surfaces()
https://bugs.launchpad.net/bugs/422312
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 423376] Re: the file menu of evince is empty

2009-09-03 Thread Sebastien Bacher
thank you for your bug report, could you try to clean the recently used
files list and see if that's still an issue, the issue could be due to
an overflow due to a filename there

** Changed in: evince (Ubuntu)
   Importance: Undecided = Low

** Changed in: evince (Ubuntu)
   Status: New = Incomplete

** Changed in: evince (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
the file menu of evince is empty
https://bugs.launchpad.net/bugs/423376
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 419777] Re: evince crash when read pdf file

2009-09-03 Thread Sebastien Bacher
The crash is similar to bug #94903

** Package changed: evince (Ubuntu) = poppler (Ubuntu)

** Changed in: poppler (Ubuntu)
   Status: Confirmed = Triaged

** Bug watch added: freedesktop.org Bugzilla #10386
   https://bugs.freedesktop.org/show_bug.cgi?id=10386

** Also affects: poppler via
   https://bugs.freedesktop.org/show_bug.cgi?id=10386
   Importance: Unknown
   Status: Unknown

-- 
evince crash when read pdf file
https://bugs.launchpad.net/bugs/419777
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in ubuntu.

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


[Bug 419715] Re: blurry characters, not with xpdf

2009-09-03 Thread Sebastien Bacher
the rendering is done by poppler, reassigning the bug

** Package changed: evince (Ubuntu) = poppler (Ubuntu)

** Also affects: poppler
   Importance: Undecided
   Status: New

-- 
blurry characters, not with xpdf
https://bugs.launchpad.net/bugs/419715
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in ubuntu.

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


[Bug 419715] Re: blurry characters, not with xpdf

2009-09-03 Thread Sebastien Bacher
the rendering is done by poppler, reassigning the bug

-- 
blurry characters, not with xpdf
https://bugs.launchpad.net/bugs/419715
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 419715] Re: blurry characters, not with xpdf

2009-09-03 Thread Sebastien Bacher
Thank you for your bug report. The issue is an upstream one and it would
be nice if somebody having it could send the bug the to the people
writting the software on http://bugs.freedesktop.org

-- 
blurry characters, not with xpdf
https://bugs.launchpad.net/bugs/419715
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in ubuntu.

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



[Bug 418424] Re: Can't open cbz files with p7zip-full installed

2009-09-03 Thread Sebastien Bacher
The issue is an upstream one and it would be nice if somebody having it
could send the bug the to the people writting the software
(https://wiki.ubuntu.com/Bugs/Upstream/GNOME)

** Changed in: evince (Ubuntu)
   Importance: Undecided = Low

** Changed in: evince (Ubuntu)
   Status: Incomplete = New

** Changed in: evince (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

** Also affects: evince
   Importance: Undecided
   Status: New

-- 
Can't open cbz files with p7zip-full installed
https://bugs.launchpad.net/bugs/418424
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 416857] Re: reverse pages option doesn't work

2009-09-03 Thread Sebastien Bacher
do you mean that you don't get the issue when printing to a file but
only when using a printer?

-- 
reverse pages option doesn't work
https://bugs.launchpad.net/bugs/416857
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 416277] Re: evince not displaying all pages of pdf

2009-09-03 Thread Sebastien Bacher
could you add an example to the bug?

-- 
evince not displaying all pages of pdf
https://bugs.launchpad.net/bugs/416277
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 410553] Re: unable to press Unlock button on Protected PDF

2009-09-03 Thread Sebastien Bacher
** Also affects: evince
   Importance: Undecided
   Status: New

-- 
unable to press Unlock button on Protected PDF
https://bugs.launchpad.net/bugs/410553
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 402202] Re: evince crashed with SIGSEGV in cmsDoTransform()

2009-09-03 Thread Sebastien Bacher
the stacktrace is bug #94903 but there is no indication that the bug
submitter has the same issue than other users who hijacked the bug to
comment about their crash

** Bug watch added: freedesktop.org Bugzilla #23245
   https://bugs.freedesktop.org/show_bug.cgi?id=23245

-- 
evince crashed with SIGSEGV in cmsDoTransform()
https://bugs.launchpad.net/bugs/402202
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 402202] Re: evince crashed with SIGSEGV in cmsDoTransform()

2009-09-03 Thread Sebastien Bacher
The original crash is indeed different from the added comments from
other users, https://bugs.freedesktop.org/show_bug.cgi?id=23245 has the
same crash and it's fixed in the current karmic version


** Changed in: evince (Ubuntu)
   Status: New = Fix Released

** Package changed: evince (Ubuntu) = poppler (Ubuntu)

** Also affects: poppler via
   https://bugs.freedesktop.org/show_bug.cgi?id=23245
   Importance: Unknown
   Status: Unknown

-- 
evince crashed with SIGSEGV in cmsDoTransform()
https://bugs.launchpad.net/bugs/402202
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 403960] Re: The option to recover documents does not look right in a viewer such as evince

2009-09-03 Thread Sebastien Bacher
upstream did tweaking to the logic there which should fix the issue,
closing the bug

** Changed in: evince (Ubuntu)
   Status: Triaged = Fix Released

-- 
The option to recover documents does not look right in a viewer such as evince 
https://bugs.launchpad.net/bugs/403960
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 402717] Re: Evince does not react to page switching by keyboard immediately after opening document

2009-09-03 Thread Sebastien Bacher
The issue should be fixed in karmic, closing the bug, you can reopen if
you still get the issue though


** Changed in: evince (Ubuntu)
   Status: Triaged = Fix Released

-- 
Evince does not react to page switching by keyboard immediately after opening 
document
https://bugs.launchpad.net/bugs/402717
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 419777] Re: evince crash when read pdf file

2009-09-03 Thread Bug Watch Updater
** Changed in: poppler
   Status: Unknown = Confirmed

-- 
evince crash when read pdf file
https://bugs.launchpad.net/bugs/419777
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in ubuntu.

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


[Bug 402202] Re: evince crashed with SIGSEGV in cmsDoTransform()

2009-09-03 Thread Bug Watch Updater
** Changed in: poppler
   Status: Unknown = Fix Released

-- 
evince crashed with SIGSEGV in cmsDoTransform()
https://bugs.launchpad.net/bugs/402202
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 400176] Re: Evince doesn't highlight correctly

2009-09-03 Thread Sebastien Bacher
*** This bug is a duplicate of bug 39890 ***
https://bugs.launchpad.net/bugs/39890

the issue seems similar to bug #39890

** This bug has been marked a duplicate of bug 39890
   characters change when selecting text

-- 
Evince doesn't highlight correctly
https://bugs.launchpad.net/bugs/400176
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 423623] [NEW] Rhythmbox should be associated with m3u files

2009-09-03 Thread Ville Ranki
Public bug reported:

Binary package hint: rhythmbox

In Ubuntu Jaunty opening a .m3u file with Firefox only offers it to be
opened with Totem. I think Rhythmbox would be much better default action
for .m3u files.

Currently user must manually choose to open with other application and
search the rhythmbox binary from file system. This is way too difficult
for average user.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/rhythmbox
NonfreeKernelModules: nvidia
Package: rhythmbox 0.12.0-0ubuntu4
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: rhythmbox
Uname: Linux 2.6.28-15-generic i686

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


** Tags: apport-bug i386

-- 
Rhythmbox should be associated with m3u files
https://bugs.launchpad.net/bugs/423623
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 423623] Re: Rhythmbox should be associated with m3u files

2009-09-03 Thread Ville Ranki

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/31269922/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/31269923/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/31269924/ProcStatus.txt

-- 
Rhythmbox should be associated with m3u files
https://bugs.launchpad.net/bugs/423623
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


Re: [Bug 106060] Re: [r128 1002:5446] Selecting the Molecule screensaver makes the PC freeze. It is completely unresponsive.

2009-09-03 Thread greg clark
yes i reported this so long ago  nearly two years ago  from the reports 
i turned the screen saver off   problem solved  the bug is in the screen
saver  all the best mate !

--- On Tue, 25/8/09, Tormod Volden bugpost.tor...@gmail.com wrote:

From: Tormod Volden bugpost.tor...@gmail.com
Subject: [Bug 106060] Re: [r128 1002:5446] Selecting the Molecule screensaver 
makes the PC freeze. It is completely unresponsive.
To: simba...@y7mail.com
Received: Tuesday, 25 August, 2009, 8:17 PM

** Description changed:

  Binary package hint: gnome-panel
  
  Selecting the Molecule screensaver freezes my PC completely. It says
  Creating molecule or something like that, but it stays there, fully
  unresponsive to any keyboard input, and I can't click the Force Quit
  button either. Happens every time I try to select it, requires me to
  hard reset.
  
  I think it might be a compatibility problem with my graphics card. It's
  an ATI Rage 128 AGP card. This is a clean install of Ubuntu.
  
+ The bug also affects the 1002:5046 cards.
+ 
  ProblemType: Bug
  Architecture: i386
  Date: Thu Apr 12 21:49:16 2007
  DistroRelease: Ubuntu 7.04
  ExecutablePath: /usr/bin/gnome-panel
  Package: gnome-panel 1:2.18.1-0ubuntu1
  PackageArchitecture: i386
  ProcCmdline: gnome-panel --sm-client-id default1
  ProcCwd: /home/sergei
  ProcEnviron:
-  PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: gnome-panel
  Uname: Linux GP33-1 2.6.20-14-generic #2 SMP Mon Apr 2 20:37:49 UTC 2007 i686 
GNU/Linux

-- 
[r128 1002:5446] Selecting the Molecule screensaver makes the PC freeze. It is 
completely unresponsive.
https://bugs.launchpad.net/bugs/106060
You received this bug notification because you are a direct subscriber
of a duplicate bug.

Status in X.org xf86-video-r128: Confirmed
Status in “gnome-screensaver” package in Ubuntu: Confirmed
Status in “xserver-xorg-video-r128” package in Ubuntu: Confirmed

Bug description:
Binary package hint: gnome-panel

Selecting the Molecule screensaver freezes my PC completely. It says
Creating molecule or something like that, but it stays there, fully
unresponsive to any keyboard input, and I can't click the Force Quit
button either. Happens every time I try to select it, requires me to
hard reset.

I think it might be a compatibility problem with my graphics card. It's
an ATI Rage 128 AGP card. This is a clean install of Ubuntu.

The bug also affects the 1002:5046 cards.

ProblemType: Bug
Architecture: i386
Date: Thu Apr 12 21:49:16 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gnome-panel
Package: gnome-panel 1:2.18.1-0ubuntu1
PackageArchitecture: i386
ProcCmdline: gnome-panel --sm-client-id default1
ProcCwd: /home/sergei
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-panel
Uname: Linux GP33-1 2.6.20-14-generic #2 SMP Mon Apr 2 20:37:49 UTC 2007 i686 
GNU/Linux



  
__
Get more done like never before with Yahoo!7 Mail.
Learn more: http://au.overview.mail.yahoo.com/

-- 
[r128 1002:5446] Selecting the Molecule screensaver makes the PC freeze. It is 
completely unresponsive.
https://bugs.launchpad.net/bugs/106060
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in ubuntu.

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

[Bug 423634] [NEW] Desktop icons suddenly all disappeared when changing workspace

2009-09-03 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I'm using Ubuntu Jaunty 64 bit with ext 4 file system, fully updated and
using compiz. I was uploading some pics to facebook when I needed to
move onto another desktop using the workspace switcher to access
different photos which were on my desktop but suddenly they all
disappeared as did my desktop icon for my external drive. Upon reboot
all were restored.

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

-- 
Desktop icons suddenly all disappeared when changing workspace
https://bugs.edge.launchpad.net/bugs/423634
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 423631] [NEW] mail notification applet doesn't change workspace

2009-09-03 Thread ororo
Public bug reported:

Binary package hint: evolution

Let Evolution lie in a workspace different from the current one. From
the gnome bar, I click the mail notification applet, and a menu appears
with the only possible choice Evolution. I click it, and nothing
happens.

Conversely, if Evolution is in the current workspace, it correctly gets
the focus.

Using ubuntu 9.04.
I am also using the rotating cube effect of compiz, I don't know if this is 
important.

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

-- 
mail notification applet doesn't change workspace
https://bugs.launchpad.net/bugs/423631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 423434] [NEW] calendar misplaced when several palces added

2009-09-03 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

When I added two places to the calendar (gnome applet), the window of
the calendar became misplaced: the window is shifted to the right and
part of it is located off the screen (for example only a half of the
button edit is visible).

I suppose that it is caused by the long line of the first place (Moscow,
Russia).

Two reproduce the bug add two places:
1. Pullman, WA.
2. Moscow, Russia.

When in the dates in the places are different there will be a day of
week written.

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

-- 
calendar misplaced when several palces added
https://bugs.edge.launchpad.net/bugs/423434
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 423634] Re: Desktop icons suddenly all disappeared when changing workspace

2009-09-03 Thread arky
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.

When reporting bugs in the future please use apport, either via the
appropriate application's Help - Report a Problem menu or using
'ubuntu-bug' and the name of the package affected.  You can learn more
about this functionality at https://wiki.ubuntu.com/ReportingBugs.

** Package changed: ubuntu = nautilus (Ubuntu)

-- 
Desktop icons suddenly all disappeared when changing workspace
https://bugs.launchpad.net/bugs/423634
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 423634] Re: Desktop icons suddenly all disappeared when changing workspace

2009-09-03 Thread arky
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please answer these questions:
1. Is this reproducible?
2. If so, what specific steps should we take to recreate this bug? Be as 
detailed as possible.
This will help us to find and resolve the problem.

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

-- 
Desktop icons suddenly all disappeared when changing workspace
https://bugs.launchpad.net/bugs/423634
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 423434] Re: calendar misplaced when several palces added

2009-09-03 Thread arky
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 PKGNAME.

When reporting bugs in the future please use apport, either via the
appropriate application's Help - Report a Problem menu or using
'ubuntu-bug' and the name of the package affected.  You can learn more
about this functionality at https://wiki.ubuntu.com/ReportingBugs.

** Package changed: ubuntu = gnome-panel (Ubuntu)

-- 
calendar misplaced when several palces added
https://bugs.launchpad.net/bugs/423434
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 423642] [NEW] Sudo Gedit: Paste in icon bar does not work

2009-09-03 Thread Philipp Kubina
Public bug reported:

Binary package hint: gedit

The Paste function does not work when triggered through the edit-menu or the 
icon in the icon bar.
It does work through the context-menu or with ctrl+V.
I opened the file sudoers through Open with other application in the 
context menu, then Use custom command: sudo gedit

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/gedit
Package: gedit 2.26.1-0ubuntu1
ProcAttrCurrent: unconfined
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gedit
Uname: Linux 2.6.28-15-generic i686

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


** Tags: apport-bug i386

-- 
Sudo Gedit: Paste in icon bar does not work
https://bugs.launchpad.net/bugs/423642
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in ubuntu.

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


[Bug 423642] Re: Sudo Gedit: Paste in icon bar does not work

2009-09-03 Thread Philipp Kubina

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/31270532/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/31270533/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/31270534/ProcStatus.txt

-- 
Sudo Gedit: Paste in icon bar does not work
https://bugs.launchpad.net/bugs/423642
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in ubuntu.

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


[Bug 423634] Re: Desktop icons suddenly all disappeared when changing workspace

2009-09-03 Thread Sebastien Bacher
** Changed in: nautilus (Ubuntu)
   Importance: Undecided = Low

** Changed in: nautilus (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
Desktop icons suddenly all disappeared when changing workspace
https://bugs.launchpad.net/bugs/423634
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 408361] Re: Firefox needs to use gtk_image_menu_item_set_always_show_image for essential icons.

2009-09-03 Thread Matthew Paul Thomas
Daniel, yes, that would be appropriate. You could report a bug in
bugzilla.mozilla.org that the search engines menu should always have
icons, because -- like bookmarks and history items -- the search engines
are objects that can be added to or removed from the menu.

-- 
Firefox needs to use gtk_image_menu_item_set_always_show_image for essential 
icons.
https://bugs.launchpad.net/bugs/408361
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 423651] [NEW] Nautilus preferences screen hidden away

2009-09-03 Thread Tom M
Public bug reported:

This is kinda a paper-cut bug.

When I want to change how Gnome handles CD media when inserted, I have
to open a nautilus window, go into it's preferences and edit it from
there.

Couldn't we have a shortcut in the Prefs menu?

Thanks,
T

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

-- 
Nautilus preferences screen hidden away
https://bugs.launchpad.net/bugs/423651
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 296216] Re: After Upgrade from Hardy to Intrepid Compose Key No longer Functions Correctly

2009-09-03 Thread jon halle
I confirm that Jaunty works for me, have not tested this exhaustively
but I use Compose on a daily basis in a variety of contexts and it works
with both modifier typed first and modifier typed last

-- 
After Upgrade from Hardy to Intrepid Compose Key No longer Functions Correctly
https://bugs.launchpad.net/bugs/296216
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-desktop in ubuntu.

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


[Bug 359009] Re: In gnome-keyboard-properties, layout options tab, Apply system-wide option is unclear

2009-09-03 Thread Allan Day
The 'Apply System-Wide' button has a couple of other problems:

 - it doesn't allow a user to see what the current system settings are
 - it is unclear which of the settings in the layout tab are applied to the 
system-wide settings

Would it therefore be preferable to have a separate 'System keyboard
preferences' settings dialog instead of the current 'Apply System-Wide'
button? That way you would have an 'Edit system settings' button at the
bottom of the keyboard layout tab which would open another dialog.

Another question on this topic - how does the 'Reset to Defaults' button
relate to the system-wide settings? Are these 'Defaults' the same as the
'System-Wide' settings? If they are, consistent terminology should be
used.

-- 
In gnome-keyboard-properties, layout options tab, Apply system-wide option is 
unclear
https://bugs.launchpad.net/bugs/359009
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 419645] Re: Update to 2.27.91

2009-09-03 Thread Martin Pitt
Thanks, Robert and Chris! Will sponsor after the alpha-5 freeze.

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: New = In Progress

** Changed in: gnome-settings-daemon (Ubuntu)
 Assignee: Chris Coulson (chrisccoulson) = Martin Pitt (pitti)

-- 
Update to 2.27.91
https://bugs.launchpad.net/bugs/419645
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 423661] [NEW] Playback Error playing Midi file

2009-09-03 Thread molybtek
Public bug reported:

When trying to play a Midi file, a popup dialog box appears with the
following message:

Playback Error
Problem occurred without error being set. This is a bug in Rhythmbox or 
GStreamer.

This occurred when playing a Midi file with RIFF information. Attached
is the Midi file which was taken from
http://www.classicalmusicmidipage.com/music/?composer=1

The Midi file works without a problem when played with timidity.

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


** Tags: gstreamer

-- 
Playback Error playing Midi file
https://bugs.launchpad.net/bugs/423661
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 423661] Re: Playback Error playing Midi file

2009-09-03 Thread molybtek

** Attachment added: BWV.1048 - Concerto No. 3 in G Major.rmid
   
http://launchpadlibrarian.net/31271297/BWV.1048%20-%20Concerto%20No.%203%20in%20G%20Major.rmid

-- 
Playback Error playing Midi file
https://bugs.launchpad.net/bugs/423661
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 423587] [NEW] epiphany fails opening links in tabs

2009-09-03 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: epiphany

The Ephinany web browser on Karmic fails to open links in a new tab and
instead opens new windows.

Reproduce:

1. Open a web page containing links
2. Right click on a link
3. click on open link in tab

The link will open in a new Epiphany window instead.

Tabbing itself generally works.

** Affects: epiphany-browser (Ubuntu)
 Importance: Undecided
 Status: New

-- 
epiphany fails opening links in tabs
https://bugs.launchpad.net/bugs/423587
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 423662] [NEW] Evolution crashed during typing new message

2009-09-03 Thread Jan Tijssen
Public bug reported:

Binary package hint: evolution

Description:Ubuntu 8.04.3 LTS
Release:8.04

 Installed: 2.22.3.1-0ubuntu1
  Candidate: 2.22.3.1-0ubuntu1
  Version table:
 *** 2.22.3.1-0ubuntu1 0
500 http://archive.ubuntu.com hardy-updates/main Packages
100 /var/lib/dpkg/status
 2.22.2-0ubuntu1.2 0
500 http://archive.ubuntu.com hardy-security/main Packages
 2.22.1-0ubuntu3 0
500 http://archive.ubuntu.com hardy/main Packages


Evolution crashes when typing en new message. This did happen several times. 
Rebooted the PC, same same.

Typed message is not lost; it is saved.

This started out of the blue

ProblemType: Bug
Architecture: i386
Date: Thu Sep  3 13:05:23 2009
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/evolution
Package: evolution 2.22.3.1-0ubuntu1
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
Uname: Linux 2.6.24-24-generic i686

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


** Tags: apport-bug

-- 
Evolution crashed during typing new message
https://bugs.launchpad.net/bugs/423662
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 423662] Re: Evolution crashed during typing new message

2009-09-03 Thread Jan Tijssen

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/31271367/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/31271368/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/31271369/ProcStatus.txt

-- 
Evolution crashed during typing new message
https://bugs.launchpad.net/bugs/423662
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 423587] Re: epiphany fails opening links in tabs

2009-09-03 Thread Javier Jardón
** Package changed: epiphany (Ubuntu) = epiphany-browser (Ubuntu)

-- 
epiphany fails opening links in tabs
https://bugs.launchpad.net/bugs/423587
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 408361] Re: Firefox needs to use gtk_image_menu_item_set_always_show_image for essential icons.

2009-09-03 Thread Daniel Ribeiro
Someone already reported it:
https://bugzilla.mozilla.org/show_bug.cgi?id=508221

** Bug watch added: Mozilla Bugzilla #508221
   https://bugzilla.mozilla.org/show_bug.cgi?id=508221

-- 
Firefox needs to use gtk_image_menu_item_set_always_show_image for essential 
icons.
https://bugs.launchpad.net/bugs/408361
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 389857] Re: [karmic] inhibit applet does not inhibit user initiated events

2009-09-03 Thread Scott Howard
@Noel: The intention of the applet is to inhibit auto-standby.
However, the new version in the above linked ppa has a patch which
might also inhibit the screen saver as well since it will inhibit the
gnome session from going idle. I'm not 100% sure though. Does either
version (karmic official repo our the above ppa) inhibit the screen
saver?

On Wed, Sep 2, 2009 at 9:07 PM, Noel J. Bergmann...@devtech.com wrote:
 Scott, should this also be inhibiting screen-saving?

 --
 [karmic] inhibit applet not working
 https://bugs.launchpad.net/bugs/389857
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in Gnome Powermanager: New
 Status in “gnome-power-manager” package in Ubuntu: Triaged

 Bug description:
 Binary package hint: gnome-power-manager

 The inhibit applet does not work in Karmic (both as a jaunty upgrade and in a 
 Live CD environment, on a desktop and a laptop).

 test case:
 After adding the applet to the gnome panel, the applet icon appears normal, 
 and the tooltip says Automatic sleep enabled.
 Click on the applet.

 Result:
 Clicking on the applet icon produces no effect. The inhibit applet's icon and 
 tooltip does not change, and gnome-power is not inhibited (the screen will 
 still blank/suspend as per power profile).

 Expected result:
 clicking on the applet changes the tool tip and icon to display automatic 
 sleep disabled (or something similar), and the applet should prevent the 
 screen from blanking or suspending.


 Also, from the terminal:

 ye...@yelo3-laptop:~/bin$ /usr/bin/gnome-power-manager-inhibit test
 Traceback (most recent call last):
  File /usr/bin/gnome-power-manager-inhibit, line 34, in module
    cookie = gpm.Inhibit(Command Line:  + sys.argv[1], Long Execution)
  File /usr/lib/pymodules/python2.6/dbus/proxies.py, line 68, in __call__
    return self._proxy_method(*args, **keywords)
  File /usr/lib/pymodules/python2.6/dbus/proxies.py, line 140, in __call__
    **keywords)
  File /usr/lib/pymodules/python2.6/dbus/connection.py, line 620, in 
 call_blocking
    message, timeout)
 dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: 
 Method Inhibit with signature ss on interface (null) doesn't exist


** Summary changed:

- [karmic] inhibit applet not working
+ [karmic] inhibit applet does not inhibit user initiated events

** Description changed:

- Binary package hint: gnome-power-manager
- 
- The inhibit applet does not work in Karmic (both as a jaunty upgrade and
- in a Live CD environment, on a desktop and a laptop).
- 
- test case:
- After adding the applet to the gnome panel, the applet icon appears normal, 
and the tooltip says Automatic sleep enabled.
- Click on the applet.
- 
- Result:
- Clicking on the applet icon produces no effect. The inhibit applet's icon and 
tooltip does not change, and gnome-power is not inhibited (the screen will 
still blank/suspend as per power profile).
- 
- Expected result:
- clicking on the applet changes the tool tip and icon to display automatic 
sleep disabled (or something similar), and the applet should prevent the 
screen from blanking or suspending.
- 
- 
- Also, from the terminal:
- 
- ye...@yelo3-laptop:~/bin$ /usr/bin/gnome-power-manager-inhibit test
- Traceback (most recent call last):
-   File /usr/bin/gnome-power-manager-inhibit, line 34, in module
- cookie = gpm.Inhibit(Command Line:  + sys.argv[1], Long Execution)
-   File /usr/lib/pymodules/python2.6/dbus/proxies.py, line 68, in __call__
- return self._proxy_method(*args, **keywords)
-   File /usr/lib/pymodules/python2.6/dbus/proxies.py, line 140, in __call__
- **keywords)
-   File /usr/lib/pymodules/python2.6/dbus/connection.py, line 620, in 
call_blocking
- message, timeout)
- dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: 
Method Inhibit with signature ss on interface (null) doesn't exist
+ With the inhibit applet enabled:
+ 1) does the screen blank when power preferences is set to blank it? (no)
+ 2) does it suspend at the time set in power preferences? (no)
+ 3) can you manually shutdown? (no)
+ 4) can you manually suspend? (yes)
+ 5) can you manually switch users, log off, hibernate? (yes, no, yes)
+ 6) on lid close, does it suspend? (yes)
+ 7) on lid close,does it shutdown? (no)

** Summary changed:

- [karmic] inhibit applet does not inhibit user initiated events
+ [karmic] inhibit applet does not inhibit some user initiated events

** Changed in: gnome-power-manager (Ubuntu)
   Importance: High = Medium

-- 
[karmic] inhibit applet does not inhibit some user initiated events
https://bugs.launchpad.net/bugs/389857
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 345244] Re: Plugin Subtitels downloader can't be activated

2009-09-03 Thread MaikoID
Hi man I have this problem too, but I solved creating a dir in:

 mkdir -p ~/.cache/totem/subtitles

this will work for you.

-- 
Plugin Subtitels downloader can't be activated
https://bugs.launchpad.net/bugs/345244
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 423631] Re: mail notification applet doesn't change workspace

2009-09-03 Thread Sebastien Bacher
** Package changed: evolution (Ubuntu) = indicator-applet (Ubuntu)

-- 
mail notification applet doesn't change workspace
https://bugs.launchpad.net/bugs/423631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 423434] Re: calendar misplaced when several palces added

2009-09-03 Thread Sebastien Bacher
*** This bug is a duplicate of bug 188422 ***
https://bugs.launchpad.net/bugs/188422

Thanks for the bug report. This particular bug has already been
reported, but feel free to report any other bugs you find.

** Changed in: gnome-panel (Ubuntu)
   Importance: Undecided = Low

** Changed in: gnome-panel (Ubuntu)
   Status: New = Invalid

** Changed in: gnome-panel (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

** This bug has been marked a duplicate of bug 188422
   locations list can go over the screen border

-- 
calendar misplaced when several palces added
https://bugs.launchpad.net/bugs/423434
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 423672] Re: No more icons in menus

2009-09-03 Thread Sebastien Bacher
*** This bug is a duplicate of bug 407621 ***
https://bugs.launchpad.net/bugs/407621

Thanks for the bug report. This particular bug has already been
reported, but feel free to report any other bugs you find.

** Changed in: gnome-menus (Ubuntu)
   Importance: Undecided = Low

** Changed in: gnome-menus (Ubuntu)
   Status: New = Invalid

** Changed in: gnome-menus (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

** This bug has been marked a duplicate of bug 407621
   (design decision) Icons missing from context menu , dialogue buttons , 
firefox bookmark favicons

-- 
No more icons in menus
https://bugs.launchpad.net/bugs/423672
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 423040] Re: evince crashed with SIGSEGV in IA__g_closure_invoke()

2009-09-03 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please try to obtain a backtrace following the
instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload
the backtrace (as an attachment) to the bug report. This will greatly
help us in tracking down your problem.

** Visibility changed to: Public

** Changed in: evince (Ubuntu)
   Importance: Undecided = Medium

** Changed in: evince (Ubuntu)
   Status: New = Incomplete

** Changed in: evince (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
evince crashed with SIGSEGV in IA__g_closure_invoke()
https://bugs.launchpad.net/bugs/423040
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 389857] Re: [karmic] inhibit applet not working

2009-09-03 Thread Oded Arbel
Here is my testing:

With inhibit enabled (using the unpatched GPM 2.27.91-0ubuntu1):
1) does the screen blank when power preferences is set to blank it? Yes
2) does it suspend at the time set in power preferences? Yes
3) can you manually shutdown? No
4) can you manually suspend? Yes
5) can you manually switch users, log off, hibernate? (Yes, No, Yes)
6) on lid close, can you suspend? Yes
7) on lid close, can you shutdown? Yes (!!)

With inhibit enabled (using the patched GPM 2.27.91-0ubuntu2~ppa1 from
the above linked ppa):
1) does the screen blank when power preferences is set to blank it? No
2) does it suspend at the time set in power preferences? No
3) can you manually shutdown? No
4) can you manually suspend? Yes
5) can you manually switch users, log off, hibernate? Yes, No , Yes
6) on lid close, can you suspend? Yes
7) on lid close, can you shutdown? Yes

-- 
[karmic] inhibit applet does not inhibit some user initiated events
https://bugs.launchpad.net/bugs/389857
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 396484] Re: Evince keyboard focus on thumbnails upon launch

2009-09-03 Thread Sebastien Bacher
The issue seems similar to bug #402717 and fixed in karmic


** Changed in: evince (Ubuntu)
   Status: Incomplete = Fix Released

** Changed in: evince (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
Evince keyboard focus on thumbnails upon launch
https://bugs.launchpad.net/bugs/396484
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 389857] Re: [karmic] inhibit applet does not inhibit some user initiated events

2009-09-03 Thread Scott Howard
** Description changed:

- With the inhibit applet enabled:
+ With the inhibit applet enabled (using patched version):
  1) does the screen blank when power preferences is set to blank it? (no)
  2) does it suspend at the time set in power preferences? (no)
  3) can you manually shutdown? (no)
  4) can you manually suspend? (yes)
  5) can you manually switch users, log off, hibernate? (yes, no, yes)
  6) on lid close, does it suspend? (yes)
- 7) on lid close,does it shutdown? (no)
+ 7) on lid close,does it shutdown? (yes)
+ 
+ (upstream has accepted the patch and will be in future releases of GPM.)
+ 
+ The inhibit applet is intended to inhibit auto-power saving. However,
+ inhibiting manual events is useful, especially if you just want to close
+ your laptop to walk between rooms without losing an internet connect,
+ for example.

-- 
[karmic] inhibit applet does not inhibit some user initiated events
https://bugs.launchpad.net/bugs/389857
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 423662] Re: Evolution crashed during typing new message

2009-09-03 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. However, your crash report is either missing or challenging to deal 
with as a '.crash' file. Please follow these instructions to have apport report 
a new bug about your crash that can be dealt with by the automatic retracer. 
 
 If you are running the Ubuntu Stable Release you might need to enable apport 
in /etc/default/apport and restart. 
 
 If you are using Ubuntu with the Gnome desktop environment - launch nautilus 
and navigate to your /var/crash directory and double click on the crash report 
you wish to submit. 
 
 If you are using Kubuntu or Xubuntu you can file the crash using 
/usr/share/apport/apport-qt --crash-file=/var/crash/_my_crash_report.crash in a 
terminal - where _my_crash_report.crash is the crash you would like to report. 
 I'm closing this bug report since the process outlined above will 
automatically open a new bug report which can then dealt with more efficiently. 
Thanks in advance for your cooperation and understanding.

** Changed in: evolution (Ubuntu)
   Importance: Undecided = Medium

** Changed in: evolution (Ubuntu)
   Status: New = Invalid

** Changed in: evolution (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
Evolution crashed during typing new message
https://bugs.launchpad.net/bugs/423662
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 423642] Re: Sudo Gedit: Paste in icon bar does not work

2009-09-03 Thread Philipp Kubina
I just found the reason for the behavior was that  I startet gedit with sudo, 
not gksudo.
Sorry.

-- 
Sudo Gedit: Paste in icon bar does not work
https://bugs.launchpad.net/bugs/423642
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 423376] Re: the file menu of evince is empty

2009-09-03 Thread kitov
how can i clean the recently used files list ?
I was not able to find any menu entry for that; i deleted the 
~/.gnome2/evince/ directory, but this did not help

-- 
the file menu of evince is empty
https://bugs.launchpad.net/bugs/423376
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 397593] Re: doesn't keep the choosen paper size in page setup

2009-09-03 Thread Sebastien Bacher
The issue is an upstream one and it would be nice if somebody having it
could send the bug the to the people writting the software
(https://wiki.ubuntu.com/Bugs/Upstream/GNOME)

-- 
doesn't keep the choosen paper size in page setup
https://bugs.launchpad.net/bugs/397593
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 397593] Re: doesn't keep the choosen paper size in page setup

2009-09-03 Thread Sebastien Bacher
trying on karmic I don't get this issue but I've no printer configured
and print to files so the behaviour could be different

-- 
doesn't keep the choosen paper size in page setup
https://bugs.launchpad.net/bugs/397593
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 389857] Re: [karmic] inhibit applet does not inhibit some user initiated events

2009-09-03 Thread Scott Howard
** Description changed:

- With the inhibit applet enabled (using patched version):
+ With the inhibit applet enabled (using the patched version from upstream, see 
linked ppa below):
  1) does the screen blank when power preferences is set to blank it? (no)
  2) does it suspend at the time set in power preferences? (no)
  3) can you manually shutdown? (no)
  4) can you manually suspend? (yes)
  5) can you manually switch users, log off, hibernate? (yes, no, yes)
  6) on lid close, does it suspend? (yes)
  7) on lid close,does it shutdown? (yes)
  
- (upstream has accepted the patch and will be in future releases of GPM.)
- 
  The inhibit applet is intended to inhibit auto-power saving. However,
  inhibiting manual events is useful, especially if you just want to close
  your laptop to walk between rooms without losing an internet connect,
  for example.

-- 
[karmic] inhibit applet does not inhibit some user initiated events
https://bugs.launchpad.net/bugs/389857
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 423687] [NEW] apparmor breaks print preview in evince

2009-09-03 Thread Sebastien Bacher
Public bug reported:

Binary package hint: evince

using karmic current the print preview tries to run evince but fails
that's probably due to the apparmor changes

** Affects: evince (Ubuntu)
 Importance: Undecided
 Assignee: Jamie Strandboge (jdstrand)
 Status: New

** Changed in: evince (Ubuntu)
 Assignee: (unassigned) = Jamie Strandboge (jdstrand)

-- 
apparmor breaks print preview in evince
https://bugs.launchpad.net/bugs/423687
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 390002] Re: Find on hebrew (possibly other right to left) documents is done in reverse character order

2009-09-03 Thread Sebastien Bacher
*** This bug is a duplicate of bug 127732 ***
https://bugs.launchpad.net/bugs/127732

There is a bug about that on
http://bugzilla.gnome.org/show_bug.cgi?id=546828

** Bug watch added: GNOME Bug Tracker #546828
   http://bugzilla.gnome.org/show_bug.cgi?id=546828

** Changed in: evince (Ubuntu)
   Status: New = Triaged

** Also affects: evince via
   http://bugzilla.gnome.org/show_bug.cgi?id=546828
   Importance: Unknown
   Status: Unknown

** This bug has been marked a duplicate of bug 127732
   Searching Hebrew text works in reverse order

-- 
Find on hebrew (possibly other right to left) documents is done in reverse 
character order
https://bugs.launchpad.net/bugs/390002
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 345244] Re: Plugin Subtitels downloader can't be activated

2009-09-03 Thread Sebastien Bacher
the new comment seems a different issue

-- 
Plugin Subtitels downloader can't be activated
https://bugs.launchpad.net/bugs/345244
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 387917] Re: printing several pages per side breaks page range setting

2009-09-03 Thread Sebastien Bacher
The issue is an upstream one and it would be nice if somebody having it
could send the bug the to the people writting the software
(https://wiki.ubuntu.com/Bugs/Upstream/GNOME)

-- 
printing several pages per side breaks page range setting
https://bugs.launchpad.net/bugs/387917
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 423661] Re: Playback Error playing Midi file

2009-09-03 Thread Sebastien Bacher
Thank you for your bug report. The issue is an upstream one and it would
be nice if somebody having it could send the bug the to the people
writting the software (https://wiki.ubuntu.com/Bugs/Upstream/GNOME)

** Package changed: rhythmbox (Ubuntu) = gstreamer0.10 (Ubuntu)

** Changed in: gstreamer0.10 (Ubuntu)
   Importance: Undecided = Low

-- 
Playback Error playing Midi file
https://bugs.launchpad.net/bugs/423661
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in ubuntu.

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


[Bug 389857] Re: [karmic] inhibit applet does not inhibit some user initiated events

2009-09-03 Thread Oded Arbel
I think its silly that the inhibit applet prevents shutdown and logout
but does not prevent suspend. I don't think it should ever prevent
manual actions from taking place.

-- 
[karmic] inhibit applet does not inhibit some user initiated events
https://bugs.launchpad.net/bugs/389857
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


  1   2   3   4   >