[Bug 1724810] Re: 17.10/wayland causing flashes in virtualbox

2017-12-08 Thread LocutusOfBorg
This is fixed in bionic with 5.2.2-3 version (69989.patch).

I don't plan to fix artful, that will go EOL soon, and has an older vbox.
If somebody wants to test a fix, feel free to do it.

In the meanwhile I uploaded the fix in my ppa
https://launchpad.net/~costamagnagianfranco/+archive/ubuntu/virtualbox-ppa

** Changed in: virtualbox (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  17.10/wayland causing flashes in virtualbox

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1724810/+subscriptions

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

[Bug 1724810] Re: 17.10/wayland causing flashes in virtualbox

2017-10-31 Thread LocutusOfBorg
** Also affects: wayland via
   https://bugzilla.gnome.org/show_bug.cgi?id=788908
   Importance: Unknown
   Status: Unknown

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

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

Title:
  17.10/wayland causing flashes in virtualbox

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1724810/+subscriptions

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

[Bug 1721718] Re: Segmentation fault in meta_monitor_mode_get_resolution

2017-10-06 Thread LocutusOfBorg
there was a launchpad issue in posting this message, I now got it right

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

Title:
  Segmentation fault in meta_monitor_mode_get_resolution

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

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

[Bug 1721718] Re: Segmentation fault in meta_monitor_mode_get_resolution

2017-10-06 Thread LocutusOfBorg
oops, I din't notice the new mutter/vs the old one you tested.
http://launchpadlibrarian.net/339870376/mutter_3.26.0+20170925~ea214fb-1ubuntu1_3.26.1-1.diff.gz

+  if (!monitor_mode)
+{
+  g_set_error (error, G_IO_ERROR, G_IO_ERROR_FAILED,
+   "Mode not available on monitor");
+  return FALSE;
+}

seems that somebody already did some similar code, so I presume the bug
is already fixed in artful.

** Changed in: mutter (Ubuntu)
   Status: New => Incomplete

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

Title:
  Segmentation fault in meta_monitor_mode_get_resolution

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

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

[Bug 1721718] Re: Segmentation fault in meta_monitor_mode_get_resolution

2017-10-06 Thread LocutusOfBorg
thanks for the bug/patch, two things:
1) the patch seems to be reversed :p
2) what about putting the if statement inside calculate_scale call?
static float
calculate_scale (MetaMonitor *monitor,
 MetaMonitorMode *monitor_mode)
{
  int resolution_width, resolution_height;
  int width_mm, height_mm;
  int scale;

  scale = 1.0;
+  if (!monitor_mode)
+   goto out;
  meta_monitor_mode_get_resolution (monitor_mode,


this way the scale will be set to 1.0 in case monitor_mode is NULL.
(I followed the calls,
meta_monitor_calculate_mode_scale -> calculate_scale and this return of 1.0 in 
case of errors seems to be a safer solution, by just looking at the code.)

If Jeremy agrees, and you report he patch upstream, I think we can
upload to artful.

I uploaded the "fix" (my version, I didn't test/check it for buildability) in 
my ppa
https://launchpad.net/~costamagnagianfranco/+archive/ubuntu/locutusofborg-ppa

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

Title:
  Segmentation fault in meta_monitor_mode_get_resolution

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

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

[Bug 1712083] Re: Please remove gjs/s390x

2017-08-26 Thread LocutusOfBorg
now libguestfs needs to be removed too.
Can you please check all the reverse-dependencies?

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

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

Title:
  Please remove gjs/s390x

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

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


[Bug 1707078] Re: Add build dependency on gnome-common to fix FTBFS

2017-08-04 Thread LocutusOfBorg
** Changed in: libwnck (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  Add build dependency on gnome-common to fix FTBFS

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

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


[Bug 1133477] Re: [SRU] cut-n-paste move files got stuck forever

2017-08-04 Thread LocutusOfBorg
** Changed in: pcmanfm (Ubuntu)
   Status: Incomplete => Invalid

** Changed in: pcmanfm (Ubuntu Xenial)
   Status: New => Invalid

** Changed in: nautilus (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: nautilus (Ubuntu Xenial)
   Status: New => Invalid

** Changed in: caja (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: caja (Ubuntu Xenial)
   Status: New => Invalid

** Changed in: gvfs (Ubuntu)
 Assignee: Simon Quigley (tsimonq2) => (unassigned)

** Changed in: gvfs (Ubuntu Xenial)
 Assignee: (unassigned) => Simon Quigley (tsimonq2)

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

Title:
  [SRU] cut-n-paste move files got stuck forever

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

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


[Bug 1133477] Re: [SRU] cut-n-paste move files got stuck forever

2017-08-04 Thread LocutusOfBorg
** Changed in: gvfs (Ubuntu)
   Status: In Progress => Fix Released

** Also affects: nautilus (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: pcmanfm (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: gvfs (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: caja (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: gvfs (Ubuntu Xenial)
   Status: New => Fix Committed

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

Title:
  [SRU] cut-n-paste move files got stuck forever

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

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


[Bug 1133477] Re: [SRU] cut-n-paste move files got stuck forever

2017-08-04 Thread LocutusOfBorg
sponsored.

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

Title:
  [SRU] cut-n-paste move files got stuck forever

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

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


[Bug 1641912] Re: Please backport two recent-manager patches

2017-07-27 Thread LocutusOfBorg
** Also affects: gtk+2.0 (Ubuntu Artful)
   Importance: Critical
 Assignee: Simon Quigley (tsimonq2)
   Status: In Progress

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

** Changed in: gtk+2.0 (Ubuntu Zesty)
   Status: New => In Progress

** Changed in: gtk+2.0 (Ubuntu Zesty)
   Importance: Undecided => Critical

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

Title:
  Please backport two recent-manager patches

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/1641912/+subscriptions

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


[Bug 1656474] Re: FTBFS on arm64: make[4]: *** [../../lisp/cedet/semantic/bovine/c-by.el] Segmentation fault (core dumped)

2017-03-29 Thread LocutusOfBorg
For some reasons under pbuilder the ubuntu3 version didn't fail
pbuilder-dist zesty arm64 environment...

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

Title:
  FTBFS on arm64: make[4]: ***
  [../../lisp/cedet/semantic/bovine/c-by.el] Segmentation fault (core
  dumped)

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

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


[Bug 1640320] Re: FTBFS in zesty

2017-03-27 Thread LocutusOfBorg
ping please :)
mir has been accepted, we have only two packages left now

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

Title:
  FTBFS in zesty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1640320/+subscriptions

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


[Bug 1639478] Re: Merge with Debian 0.48.0

2017-01-05 Thread LocutusOfBorg
@jbicha, time to retry it again?

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

Title:
  Merge with Debian 0.48.0

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

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


[Bug 1650319] [NEW] can't use keyboard after resume from suspend

2016-12-15 Thread LocutusOfBorg
Public bug reported:

Many times (around ~60% of them), resuming my laptop from suspend
results in a not-working keyboard.

Solution/Workaround is: close lid, let it suspend again, and try to
resume until keyboard gets working again.


Another solution is: plug an usb keyboard, and run something like "modprobe 
usbhid" or "modprobe hid", and this unblocks also the laptop keyboard.

Probably this is a bug in the kernel, but I have not enough knowledge to
understand where it is located (maybe we can add some systemd hooks in
/lib/systemd to catch such events and reload the kernel modules?)

G.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: systemd 229-4ubuntu12
ProcVersionSignature: Ubuntu 4.4.0-51.72-generic 4.4.30
Uname: Linux 4.4.0-51-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.4
Architecture: amd64
CurrentDesktop: GNOME
Date: Thu Dec 15 16:15:08 2016
InstallationDate: Installed on 2016-05-11 (217 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: Acer Aspire V3-772G
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-51-generic 
root=UUID=96a472a8-14aa-43e2-8953-a112b2ef6b9c ro quiet splash
SourcePackage: systemd
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/11/2013
dmi.bios.vendor: Insyde Corp.
dmi.bios.version: V1.13
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: VA70_HW
dmi.board.vendor: Acer
dmi.board.version: Type2 - Board Version
dmi.chassis.type: 10
dmi.chassis.vendor: Chassis Manufacturer
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.13:bd10/11/2013:svnAcer:pnAspireV3-772G:pvrV1.13:rvnAcer:rnVA70_HW:rvrType2-BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
dmi.product.name: Aspire V3-772G
dmi.product.version: V1.13
dmi.sys.vendor: Acer

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


** Tags: amd64 apport-bug third-party-packages xenial

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

Title:
  can't use keyboard after resume from suspend

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

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


[Bug 1485622] Re: [needs-packaging] Import libzmq5-dev from Debian.

2016-09-02 Thread LocutusOfBorg
** Changed in: zeromq3 (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  [needs-packaging] Import libzmq5-dev from Debian.

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

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


[Bug 1609740] [NEW] please investigate ppc64el networkd-test.py failure

2016-08-04 Thread LocutusOfBorg
Public bug reported:

As said, systemd 231 migrated because the test was probably skipped, and
now other stuff is not migrating because the force-skiptest has been
removed.

can you please investigate the failure?

thanks

autopkgtest [17:41:14]: test networkd-test.py: [---
test_coldplug_dhcp_ip4_only (__main__.DnsmasqClientTest) ... Cannot find device 
"router_eth42"
ERROR
ERROR
test_coldplug_dhcp_ip4_only_no_ra (__main__.DnsmasqClientTest) ... ERROR
ERROR
test_coldplug_dhcp_ip6 (__main__.DnsmasqClientTest) ... Cannot find device 
"router_eth42"
Cannot find device "router_eth42"
ERROR
ERROR
test_coldplug_dhcp_yes_ip4 (__main__.DnsmasqClientTest) ... ERROR
ERROR
test_coldplug_dhcp_yes_ip4_no_ra (__main__.DnsmasqClientTest) ... Cannot find 
device "router_eth42"
Cannot find device "router_eth42"
ERROR
ERROR
test_hotplug_dhcp_ip4 (__main__.DnsmasqClientTest) ... ERROR
ERROR
test_hotplug_dhcp_ip6 (__main__.DnsmasqClientTest) ... Cannot find device 
"router_eth42"
Cannot find device "router_eth42"
ERROR
ERROR
test_route_only_dns (__main__.DnsmasqClientTest) ... ERROR
ERROR
test_coldplug_dhcp_ip4_only (__main__.NetworkdClientTest) ... Cannot find 
device "router_eth42"
ERROR
ERROR
test_coldplug_dhcp_ip4_only_no_ra (__main__.NetworkdClientTest) ... ERROR
ERROR
test_coldplug_dhcp_ip6 (__main__.NetworkdClientTest) ... skipped 'networkd does 
not have DHCPv6 server support'
test_coldplug_dhcp_yes_ip4 (__main__.NetworkdClientTest) ... ERROR
ERROR
test_coldplug_dhcp_yes_ip4_no_ra (__main__.NetworkdClientTest) ... ERROR
ERROR
test_hotplug_dhcp_ip4 (__main__.NetworkdClientTest) ... ERROR
ERROR
test_hotplug_dhcp_ip6 (__main__.NetworkdClientTest) ... skipped 'networkd does 
not have DHCPv6 server support'
test_route_only_dns (__main__.NetworkdClientTest) ... ERROR
ERROR
test_search_domains (__main__.NetworkdClientTest) ... FAIL
test_search_domains_too_long (__main__.NetworkdClientTest) ... FAIL

==
ERROR: test_coldplug_dhcp_ip4_only (__main__.DnsmasqClientTest)
--
Traceback (most recent call last):
  File "/tmp/autopkgtest.bPdU1c/build.8Lb/systemd-231/test/networkd-test.py", 
line 210, in test_coldplug_dhcp_ip4_only
online_timeout=15)
  File "/tmp/autopkgtest.bPdU1c/build.8Lb/systemd-231/test/networkd-test.py", 
line 109, in do_test
subprocess.check_call(['systemctl', 'start', 'systemd-resolved'])
  File "/usr/lib/python3.5/subprocess.py", line 581, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['systemctl', 'start', 
'systemd-resolved']' returned non-zero exit status 1

==
ERROR: test_coldplug_dhcp_ip4_only (__main__.DnsmasqClientTest)
--
Traceback (most recent call last):
  File "/tmp/autopkgtest.bPdU1c/build.8Lb/systemd-231/test/networkd-test.py", 
line 79, in tearDown
self.shutdown_iface()
  File "/tmp/autopkgtest.bPdU1c/build.8Lb/systemd-231/test/networkd-test.py", 
line 294, in shutdown_iface
subprocess.check_call(['ip', 'link', 'del', 'dev', self.if_router])
  File "/usr/lib/python3.5/subprocess.py", line 581, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['ip', 'link', 'del', 'dev', 
'router_eth42']' returned non-zero exit status 1

==
ERROR: test_coldplug_dhcp_ip4_only_no_ra (__main__.DnsmasqClientTest)
--
Traceback (most recent call last):
  File "/tmp/autopkgtest.bPdU1c/build.8Lb/systemd-231/test/networkd-test.py", 
line 215, in test_coldplug_dhcp_ip4_only_no_ra
extra_opts='IPv6AcceptRA=False')
  File "/tmp/autopkgtest.bPdU1c/build.8Lb/systemd-231/test/networkd-test.py", 
line 109, in do_test
subprocess.check_call(['systemctl', 'start', 'systemd-resolved'])
  File "/usr/lib/python3.5/subprocess.py", line 581, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['systemctl', 'start', 
'systemd-resolved']' returned non-zero exit status 1

==
ERROR: test_coldplug_dhcp_ip4_only_no_ra (__main__.DnsmasqClientTest)
--
Traceback (most recent call last):
  File "/tmp/autopkgtest.bPdU1c/build.8Lb/systemd-231/test/networkd-test.py", 
line 79, in tearDown
self.shutdown_iface()
  File "/tmp/autopkgtest.bPdU1c/build.8Lb/systemd-231/test/networkd-test.py", 
line 294, in shutdown_iface
subprocess.check_call(['ip', 'link', 'del', 'dev', self.if_router])
  File "/usr/lib/python3.5/subprocess.py", line 581, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: 

[Bug 1506744] Re: Newly installed applications do not show in the dash

2016-07-01 Thread LocutusOfBorg
I updated today, and I don't have this bug, double checking is
appreciated :)

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

Title:
  Newly installed applications do not show in the dash

To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/1506744/+subscriptions

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


[Bug 1506744] Re: Newly installed applications do not show in the dash

2016-07-01 Thread LocutusOfBorg
I updated today, and I don't have this bug, double checking is
appreciated :)

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  Newly installed applications do not show in the dash

To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/1506744/+subscriptions

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


[Bug 1574896] Re: appstreamcli: double free or corruption with certain metadata

2016-05-20 Thread LocutusOfBorg
I didn't have that crash.

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  appstreamcli: double free or corruption with certain metadata

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

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


[Bug 1556665] Re: gvfsd consumes 100% of processor on Xenial

2016-03-16 Thread LocutusOfBorg
*** This bug is a duplicate of bug 1557797 ***
https://bugs.launchpad.net/bugs/1557797

** This bug has been marked a duplicate of bug 1557797
   Big bug : CPU 100% load with gvfsd-smb-browse on Ubuntu Mate 16.04

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

Title:
   gvfsd consumes 100% of processor on Xenial

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

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


[Bug 1557797] Re: Big bug : CPU 100% load with gvfsd-smb-browse on Ubuntu Mate 16.04

2016-03-16 Thread LocutusOfBorg
** Package changed: ubuntu => gvfs (Ubuntu)

** Changed in: gvfs (Ubuntu)
 Assignee: Sylv91 (sibe) => (unassigned)

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

Title:
  Big bug : CPU 100% load with gvfsd-smb-browse on Ubuntu Mate 16.04

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

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


[Bug 1538177] [NEW] please merge tracker from debian

2016-01-26 Thread LocutusOfBorg
Public bug reported:

debdiff attached
(medium importance due to the libpng fix)

** Affects: tracker (Ubuntu)
 Importance: Medium
 Status: New

** Patch added: "debdiff"
   https://bugs.launchpad.net/bugs/1538177/+attachment/4556843/+files/debdiff

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

Title:
  please merge tracker from debian

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

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


[Bug 1538177] Re: please merge tracker from debian

2016-01-26 Thread LocutusOfBorg
** Changed in: tracker (Ubuntu)
   Status: New => Fix Released

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

Title:
  please merge tracker from debian

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

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


[Bug 1530555] Re: virtualbox icon isn't shown in menu from gnome-panel once virtualbox is installed from apt

2016-01-18 Thread LocutusOfBorg
** Package changed: virtualbox (Ubuntu) => gnome-panel (Ubuntu)

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

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

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

Title:
  virtualbox icon isn't shown in menu from gnome-panel once virtualbox
  is installed from apt

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

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


[Bug 491521] Re: Decorations and RGBA

2016-01-18 Thread LocutusOfBorg
I see it fixed.

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

Title:
  Decorations and RGBA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-ubuntu/+bug/491521/+subscriptions

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


[Bug 1485548] Re: please merge gtk+2.0 from Debian

2015-09-04 Thread LocutusOfBorg
thanks a lot!

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

Title:
  please merge gtk+2.0 from Debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1485548/+subscriptions

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


[Bug 1485548] [NEW] please merge gtk+2.0 from Debian

2015-08-17 Thread LocutusOfBorg
Public bug reported:

debdiff attached.

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

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

Title:
  please merge gtk+2.0 from Debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1485548/+subscriptions

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


[Bug 1485548] Re: please merge gtk+2.0 from Debian

2015-08-17 Thread LocutusOfBorg
** Attachment added: debdiff
   
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1485548/+attachment/4445870/+files/debdiff

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

Title:
  please merge gtk+2.0 from Debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1485548/+subscriptions

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


[Bug 1485548] Re: please merge gtk+2.0 from Debian

2015-08-17 Thread LocutusOfBorg
builds ongoing on costamagnagianfranco/locutusofborg-ppa

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

Title:
  please merge gtk+2.0 from Debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1485548/+subscriptions

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


[Bug 1214352] Re: [SRU] GUINT32/64_SWAP_LE_BE macros do not enclose val argument in parentheses

2015-03-11 Thread LocutusOfBorg
Hi Andreas, I guess you can (at your own risk) create a ppa, upload the
fix and upload the rdeps there.

you will fix your problem, without affecting the whole distro.

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

Title:
  [SRU] GUINT32/64_SWAP_LE_BE macros do not enclose val argument in
  parentheses

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1214352/+subscriptions

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


[Bug 1214352] Re: [SRU] GUINT32/64_SWAP_LE_BE macros do not enclose val argument in parentheses

2015-03-10 Thread LocutusOfBorg
Hi Adam, yes, I missed the rdeps thing.

Deleting from my ppa and unsubscribing sponsors.

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

Title:
  [SRU] GUINT32/64_SWAP_LE_BE macros do not enclose val argument in
  parentheses

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1214352/+subscriptions

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


[Bug 1214352] Re: [SRU] GUINT32/64_SWAP_LE_BE macros do not enclose val argument in parentheses

2015-03-09 Thread LocutusOfBorg
thanks Norbert, I missed that :)

https://launchpad.net/~costamagnagianfranco/+archive/ubuntu
/locutusofborg-ppa

package with the fix above uploaded here, can you please test it?

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

Title:
  [SRU] GUINT32/64_SWAP_LE_BE macros do not enclose val argument in
  parentheses

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1214352/+subscriptions

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


[Bug 1214352] Re: [SRU] GUINT32/64_SWAP_LE_BE macros do not enclose val argument in parentheses

2015-03-09 Thread LocutusOfBorg
** Attachment added: debdiff
   
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1214352/+attachment/4338685/+files/debdiff

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

Title:
  [SRU] GUINT32/64_SWAP_LE_BE macros do not enclose val argument in
  parentheses

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1214352/+subscriptions

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


[Bug 1214352] Re: [SRU] GUINT32/64_SWAP_LE_BE macros do not enclose val argument in parentheses

2015-03-08 Thread LocutusOfBorg
Hi Norbert, did you try to download glib 2.24.1-0ubuntu2 and try to
apply the patch?

I tried, but the file is completely different, so you need to ask
somebody to rebase the patch if you really want the bug fixed in lucid.

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

Title:
  [SRU] GUINT32/64_SWAP_LE_BE macros do not enclose val argument in
  parentheses

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1214352/+subscriptions

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


[Bug 1291623] Re: gnome-control-center.real crashed with SIGSEGV in __GI___pthread_mutex_lock()

2015-02-12 Thread LocutusOfBorg
*** This bug is a duplicate of bug 1281590 ***
https://bugs.launchpad.net/bugs/1281590

** This bug is no longer a duplicate of bug 1274690
   gnome-control-center.real crashed with SIGSEGV in __GI___pthread_mutex_lock()
** This bug has been marked a duplicate of bug 1281590
   unity-control-center crashed with SIGSEGV in __GI___pthread_mutex_lock()

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

Title:
  gnome-control-center.real crashed with SIGSEGV in
  __GI___pthread_mutex_lock()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1291623/+subscriptions

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


[Bug 1289926] Re: gnome-control-center.real crashed with SIGSEGV in __GI___pthread_mutex_lock()

2015-02-12 Thread LocutusOfBorg
*** This bug is a duplicate of bug 1281590 ***
https://bugs.launchpad.net/bugs/1281590

** This bug is no longer a duplicate of bug 1274690
   gnome-control-center.real crashed with SIGSEGV in __GI___pthread_mutex_lock()
** This bug has been marked a duplicate of bug 1281590
   unity-control-center crashed with SIGSEGV in __GI___pthread_mutex_lock()

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

Title:
  gnome-control-center.real crashed with SIGSEGV in
  __GI___pthread_mutex_lock()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1289926/+subscriptions

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


[Bug 1292282] Re: background transparency is not working on gnome terminal

2014-11-14 Thread LocutusOfBorg
seems fixed in vivid

** Changed in: gnome-terminal (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  background  transparency is not working on gnome terminal

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-terminal/+bug/1292282/+subscriptions

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


[Bug 905686] Re: nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID: Assertion `ret != inval_id' failed.

2014-01-12 Thread LocutusOfBorg
** Changed in: nautilus (Ubuntu)
 Assignee: W1zz4r (cesar309bermudez) = (unassigned)

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

Title:
  nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID:
  Assertion `ret != inval_id' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xlibs/+bug/905686/+subscriptions

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


[Bug 1181522] Re: gnome-games missing in raring?

2013-05-29 Thread LocutusOfBorg
Sorry the upstream bug claims you cannot play aisleriot and freecell togheter, 
I just tried
locutus@Unimatrix01-Raring:~ $ sol 
[1] 27572
locutus@Unimatrix01-Raring:~ $ sol --freecell

and I can play klondike and freecell toghether, so please reconsider
readding the desktop file inside.


I can provide the patch if needed.

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

Title:
  gnome-games missing in raring?

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

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


[Bug 1181522] Re: gnome-games missing in raring?

2013-05-19 Thread LocutusOfBorg
Thanks, I got the point.
This is a big usability problem then!
People are not aware of the many different playing games in one...
Anyway I found my freecell,and I'll create a custom desktop file for myself :-) 
thanks a lot

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

Title:
  gnome-games missing in raring?

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

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


[Bug 1181522] [NEW] gnome-games missing in raring?

2013-05-18 Thread LocutusOfBorg
Public bug reported:

I cannot find any gnome-games package in raring ringtail.

I backported it from quantal, and it is building well
https://code.launchpad.net/~costamagnagianfranco/+archive/locutusofborg-ppa/+packages

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

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

Title:
  gnome-games missing in raring?

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

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


[Bug 1181522] Re: gnome-games missing in raring?

2013-05-18 Thread LocutusOfBorg
All what I need is to play freecell, and I had it until quantal... on
monday I'll look at the package that contains it and I'll build it
myself, anyway games are pretty important, for the mainstream, so I
think we have to fix this!

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

Title:
  gnome-games missing in raring?

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

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


[Bug 1181522] Re: gnome-games missing in raring?

2013-05-18 Thread LocutusOfBorg
I already saw this and installed aisleriot, but I cannot find any
freecell game!

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

Title:
  gnome-games missing in raring?

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

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


[Bug 817049] Re: gs renders images as black boxes when generating PDF files

2013-03-01 Thread LocutusOfBorg
Hi, a new acroread release (0.9.4) is available for update, could you give it a 
try and tell us if the problem persists?
If you still have this bug please set back the status to new
thanks

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

Title:
  gs renders images as black boxes when generating PDF files

To manage notifications about this bug go to:
https://bugs.launchpad.net/gs-gpl/+bug/817049/+subscriptions

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


[Bug 966179] Re: nautilus crashed with SIGSEGV

2013-02-28 Thread LocutusOfBorg
Is this still an issue for you?

If yes please update your system and set back the status to new

thanks

** Changed in: adobe-isv
   Status: New = Incomplete

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

Title:
  nautilus crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/adobe-isv/+bug/966179/+subscriptions

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


[Bug 403135] Re: Notification area icon wrongly rendered/uses bg_color as a background (multiple apps)

2012-11-07 Thread LocutusOfBorg
** Changed in: amsn (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  Notification area icon wrongly rendered/uses bg_color as a background
  (multiple apps)

To manage notifications about this bug go to:
https://bugs.launchpad.net/alltray/+bug/403135/+subscriptions

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


[Bug 403135] Re: Notification area icon wrongly rendered/uses bg_color as a background (multiple apps)

2012-10-04 Thread LocutusOfBorg
Thanks Alexandre, I repost the url of the commit
http://source.winehq.org/git/wine.git/commit/e03b8e1a1d1a553dbfcb20dcfccf92d4c17eade6

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

Title:
  Notification area icon wrongly rendered/uses bg_color as a background
  (multiple apps)

To manage notifications about this bug go to:
https://bugs.launchpad.net/alltray/+bug/403135/+subscriptions

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


[Bug 403135] Re: Notification area icon wrongly rendered/uses bg_color as a background (multiple apps)

2012-08-28 Thread LocutusOfBorg
Hi anyone affected.
Could you please try the new amsn 0.98.9-1 from my ppa [1]?
this version is available for precise and quantal and it contains so many bug 
fixes.
If this doesn't fix the problem set the status back to new
[1] https://code.launchpad.net/~costamagnagianfranco/+archive/amsn

** Changed in: amsn (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  Notification area icon wrongly rendered/uses bg_color as a background
  (multiple apps)

To manage notifications about this bug go to:
https://bugs.launchpad.net/alltray/+bug/403135/+subscriptions

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


[Bug 890441] Re: nautilus memory leak

2011-11-28 Thread LocutusOfBorg
This bug should be fowarded upstream, and maybe running it in valgrind
could help in fixing the problem

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

Title:
  nautilus memory leak

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

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


[Bug 879895] Re: skype screen sharing problem when using gnome shell in ubuntu 11.10 oneiric ocelot

2011-10-24 Thread LocutusOfBorg
The bug seems to be to gnome not to skype

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

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

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

Title:
  skype screen sharing problem when using gnome shell in ubuntu 11.10
  oneiric ocelot

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

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


[Bug 354909] Re: python 2.6 support - jaunty

2011-09-07 Thread LocutusOfBorg
Jaunty has reached his EOL on 23 October 2010.

I'm marking this bug as incomplete, please test on a new ubuntu version
and set the status again to new if you think the bug is not fixed.

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

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

Title:
  python 2.6 support -  jaunty

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

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


[Bug 767095] Re: 1 pixel icons in notification-area-applet for qt softwares

2011-05-04 Thread LocutusOfBorg
@puzzled there is already an upstream bug here.
https://bugzilla.gnome.org/show_bug.cgi?id=649176

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

Title:
  1 pixel icons in notification-area-applet for qt softwares

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


[Bug 767095] Re: 1 pixel icons in notification-area-applet for qt softwares

2011-05-04 Thread LocutusOfBorg
We have already an upstream bug that links to this downstream one...

No new bugs are needed.

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

Title:
  1 pixel icons in notification-area-applet for qt softwares

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


[Bug 764828] Re: Natty Beta: Skype icon 1 pixel in size at logon

2011-05-02 Thread LocutusOfBorg
*** This bug is a duplicate of bug 767095 ***
https://bugs.launchpad.net/bugs/767095

I have sufficient information to mark this as duplicate of bug 767095.

Please reopen if you don't agree.

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

** This bug has been marked a duplicate of bug 767095
   1 pixel icons in notification-area-applet for qt softwares
 * You can subscribe to bug 767095 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/767095/+subscribe

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

Title:
  Natty Beta:  Skype icon 1 pixel in size at logon

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


[Bug 767446] Re: Skype icon just a small green dot in the notification area

2011-05-02 Thread LocutusOfBorg
*** This bug is a duplicate of bug 767095 ***
https://bugs.launchpad.net/bugs/767095

** This bug has been marked a duplicate of bug 767095
   1 pixel icons in notification-area-applet for qt softwares
 * You can subscribe to bug 767095 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/767095/+subscribe

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

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

Title:
  Skype icon just a small green dot in the notification area

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


[Bug 767446] Re: Skype icon just a small green dot in the notification area

2011-05-02 Thread LocutusOfBorg
*** This bug is a duplicate of bug 767095 ***
https://bugs.launchpad.net/bugs/767095


I have sufficient information to mark this as duplicate of bug 767095.

Please reopen if you don't agree.

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

Title:
  Skype icon just a small green dot in the notification area

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


[Bug 641251] Re: gnome-power-manager doesn't display the battery status when running on battery

2010-12-29 Thread LocutusOfBorg
The bug seems to be fixed with the latest lucid updates.

Closing

** Changed in: gnome-power-manager (Ubuntu)
   Status: Expired = Fix Released

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

Title:
  gnome-power-manager doesn't display the battery status when running on battery

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


[Bug 641251] Re: gnome-power-manager doesn't display the battery status when running on battery

2010-10-18 Thread LocutusOfBorg
I'll upgrade as soon as possible

-- 
gnome-power-manager doesn't display the battery status when running on battery
https://bugs.launchpad.net/bugs/641251
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 641251] [NEW] gnome-power-manager doesn't display the battery status when running on battery

2010-09-17 Thread LocutusOfBorg
Public bug reported:

Binary package hint: gnome-power-manager

when I wake up my ubuntu 10.04 on battery, the battery status isn't
displayed correctly.

It starts to display it when I do some triks like this one:

sudo su
cat /proc/acpi/battery/BAT1/state

when I try to see this file with cat the program starts to display
informations correctly.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: gnome-power-manager 2.30.0-0ubuntu1
Uname: Linux 2.6.35-02063504-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Fri Sep 17 14:21:20 2010
GnomeSessionIdleInhibited: Unknown
GnomeSessionInhibitors: Failed to acquire
GnomeSessionSuspendInhibited: Unknown
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
MachineType: Acer Aspire 6930G
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-02063504-generic 
root=UUID=d910d7a7-e2cd-4237-97fe-98069ac01b6a ro 
crashkernel=384M-2G:64M,2G-:128M quiet splash
ProcEnviron:
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-power-manager
dmi.bios.date: 07/28/2009
dmi.bios.vendor: Acer
dmi.bios.version: v0.3238
dmi.board.name: Makalu
dmi.board.vendor: Acer
dmi.board.version: Not Applicable
dmi.chassis.type: 1
dmi.chassis.vendor: Acer
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAcer:bvrv0.3238:bd07/28/2009:svnAcer:pnAspire6930G:pvrNotApplicable:rvnAcer:rnMakalu:rvrNotApplicable:cvnAcer:ct1:cvrN/A:
dmi.product.name: Aspire 6930G
dmi.product.version: Not Applicable
dmi.sys.vendor: Acer

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


** Tags: amd64 apport-bug lucid

-- 
gnome-power-manager doesn't display the battery status when running on battery
https://bugs.launchpad.net/bugs/641251
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 641251] Re: gnome-power-manager doesn't display the battery status when running on battery

2010-09-17 Thread LocutusOfBorg

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/641251/+attachment/1597869/+files/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/641251/+attachment/1597870/+files/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/641251/+attachment/1597871/+files/Dependencies.txt

** Attachment added: DevkitPower.txt
   
https://bugs.launchpad.net/bugs/641251/+attachment/1597872/+files/DevkitPower.txt

** Attachment added: GConfNonDefault.txt
   
https://bugs.launchpad.net/bugs/641251/+attachment/1597873/+files/GConfNonDefault.txt

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/641251/+attachment/1597874/+files/Lspci.txt

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/641251/+attachment/1597875/+files/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/641251/+attachment/1597876/+files/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/641251/+attachment/1597877/+files/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/641251/+attachment/1597878/+files/ProcModules.txt

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/641251/+attachment/1597879/+files/UdevDb.txt

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/641251/+attachment/1597880/+files/UdevLog.txt

** Attachment added: gnome-power-bugreport.txt
   
https://bugs.launchpad.net/bugs/641251/+attachment/1597881/+files/gnome-power-bugreport.txt

-- 
gnome-power-manager doesn't display the battery status when running on battery
https://bugs.launchpad.net/bugs/641251
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 631597] Re: rhythmbox doesn't open when is launched automatically by ubuntu on startup

2010-09-10 Thread LocutusOfBorg
My ubuntu is set up to remember the current application running at
reboot.

So if I leave rhytmbox open next time I power on my pc is open.

-- 
rhythmbox doesn't open when is launched automatically by ubuntu on startup
https://bugs.launchpad.net/bugs/631597
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 631597] [NEW] rhythmbox doesn't open when is launched automatically by ubuntu on startup

2010-09-06 Thread LocutusOfBorg
Public bug reported:

Binary package hint: rhythmbox

If rhythmbox is opened by ubuntu on login I can see the icon near the
clock applet, but when I click on it the menu doesn't open.

I have to kill it and open it again

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: rhythmbox 0.12.8-0ubuntu7
Uname: Linux 2.6.35-02063504-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Mon Sep  6 15:46:50 2010
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
ProcEnviron:
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: rhythmbox

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


** Tags: amd64 apport-bug lucid

-- 
rhythmbox doesn't open when is launched automatically by ubuntu on startup
https://bugs.launchpad.net/bugs/631597
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 631597] Re: rhythmbox doesn't open when is launched automatically by ubuntu on startup

2010-09-06 Thread LocutusOfBorg

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/631597/+attachment/1550021/+files/Dependencies.txt

** Attachment added: GConfNonDefault.txt
   
https://bugs.launchpad.net/bugs/631597/+attachment/1550022/+files/GConfNonDefault.txt

** Attachment added: GstreamerVersions.txt
   
https://bugs.launchpad.net/bugs/631597/+attachment/1550023/+files/GstreamerVersions.txt

** Attachment added: LogAlsaMixer.txt
   
https://bugs.launchpad.net/bugs/631597/+attachment/1550024/+files/LogAlsaMixer.txt

** Attachment added: XorgLog.txt
   https://bugs.launchpad.net/bugs/631597/+attachment/1550025/+files/XorgLog.txt

-- 
rhythmbox doesn't open when is launched automatically by ubuntu on startup
https://bugs.launchpad.net/bugs/631597
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 586303] Re: please update gnome-terminal to 2.30.1

2010-06-23 Thread LocutusOfBorg
** Tags added: upgrade

-- 
please update gnome-terminal to 2.30.1
https://bugs.launchpad.net/bugs/586303
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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


[Bug 403135] Re: Notification area icon wrongly rendered/uses bg_color as a background (multiple apps)

2010-06-23 Thread LocutusOfBorg
This is the right bug to report it, but as said in the top of the page
amsn is already marked as affected...

So Imre you should only wait for developers make the code change!

-- 
Notification area icon wrongly rendered/uses bg_color as a background (multiple 
apps)
https://bugs.launchpad.net/bugs/403135
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 509680] Re: gnome-power-manager doesn't display correctly if laptop runs over battery

2010-06-22 Thread LocutusOfBorg
The problem is fixed with lucid lynx release.

closing

** Changed in: gnome-power-manager (Ubuntu)
   Status: New = Fix Released

-- 
gnome-power-manager doesn't display correctly if laptop runs over battery
https://bugs.launchpad.net/bugs/509680
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 396791] Re: Segmentation fault of python-gtk on skysentials 1.0.1

2010-06-22 Thread LocutusOfBorg
the bug seems to be fixed with lucid and latest skysentials package.

Thanks to all, marking as fix released.
btw the latest skype allows to send sms... skysentials is not needed anymore!

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

-- 
Segmentation fault of python-gtk on skysentials 1.0.1
https://bugs.launchpad.net/bugs/396791
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 586331] Re: Gnome-terminal 2.30.1-1ubuntu1 failed to start

2010-06-22 Thread LocutusOfBorg
** Changed in: gnome-terminal (Ubuntu)
   Status: Incomplete = New

-- 
Gnome-terminal 2.30.1-1ubuntu1 failed to start
https://bugs.launchpad.net/bugs/586331
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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


[Bug 586303] Re: please update gnome-terminal to 2.30.1

2010-06-22 Thread LocutusOfBorg
Any news about lucid?

-- 
please update gnome-terminal to 2.30.1
https://bugs.launchpad.net/bugs/586303
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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


[Bug 586303] Re: please update gnome-terminal to 2.30.1

2010-06-22 Thread LocutusOfBorg
@sojourner my bug should set to wishlist, your bug maybe to high!

-- 
please update gnome-terminal to 2.30.1
https://bugs.launchpad.net/bugs/586303
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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


[Bug 586303] Re: please update gnome-terminal to 2.30.1

2010-06-22 Thread LocutusOfBorg
** Tags added: update

-- 
please update gnome-terminal to 2.30.1
https://bugs.launchpad.net/bugs/586303
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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


[Bug 269437] Re: Terminal resets session on backspace

2010-06-07 Thread LocutusOfBorg
@lasantha, did you fix the problem?

-- 
Terminal resets session on backspace
https://bugs.launchpad.net/bugs/269437
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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


[Bug 438461] Re: gnome-terminal should default to one-process per session (--disable-factory)

2010-06-03 Thread LocutusOfBorg
Sorry Paul, is this a regression from ubuntu badconfig or upstream
issue?

-- 
gnome-terminal should default to one-process per session (--disable-factory)
https://bugs.launchpad.net/bugs/438461
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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


[Bug 243596] Re: gnome-terminal scrollback leak

2010-05-31 Thread LocutusOfBorg
** Changed in: gnome-terminal (Ubuntu)
   Status: New = Confirmed

-- 
gnome-terminal scrollback leak
https://bugs.launchpad.net/bugs/243596
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 243596] Re: gnome-terminal scrollback leak

2010-05-31 Thread LocutusOfBorg
confirming on gnome 2.30.1 /lucid (with the latest gnome-terminal from
maverick)

64 bit

filed a bug here https://bugzilla.gnome.org/show_bug.cgi?id=620196

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

-- 
gnome-terminal scrollback leak
https://bugs.launchpad.net/bugs/243596
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 573063] Re: search dialog is openend when pressing the ' key

2010-05-27 Thread LocutusOfBorg
Affect me as well... Confirming on my aspire 6930g 64 bit ubuntu 10.04LL

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

-- 
search dialog is openend when pressing the ' key
https://bugs.launchpad.net/bugs/573063
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 573063] Re: search dialog is openend when pressing the ' key

2010-05-27 Thread LocutusOfBorg
epiphany 2.30.2

-- 
search dialog is openend when pressing the ' key
https://bugs.launchpad.net/bugs/573063
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 373074] Re: yahoo.com.au left open causes the browser to slow the system

2010-05-27 Thread LocutusOfBorg
epiphany - edit - preferences in the second tab try to uncheck enable
plugins

-- 
yahoo.com.au left open causes the browser to slow the system
https://bugs.launchpad.net/bugs/373074
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 586303] [NEW] please update gnome-terminal to 2.30.1

2010-05-27 Thread LocutusOfBorg
Public bug reported:

Binary package hint: gnome-terminal

according to http://ftp.acc.umu.se/pub/GNOME/sources/gnome-terminal/2.30/
the latest stable of gnome-terminal is 2.30.1 but the ubuntu version is _still_ 
2.29.6 (unstable btw).

Please update it soon, since there is some italian translation error
that will be fixed by updating

thanks

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: gnome-terminal 2.29.6-0ubuntu5
Uname: Linux 2.6.34-020634-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Thu May 27 13:08:20 2010
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
ProcEnviron:
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-terminal

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


** Tags: amd64 apport-bug lucid needs-packaging

-- 
please update gnome-terminal to 2.30.1
https://bugs.launchpad.net/bugs/586303
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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


[Bug 586303] Re: please update gnome-terminal to 2.30.1

2010-05-27 Thread LocutusOfBorg

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

** Tags added: needs-packaging

-- 
please update gnome-terminal to 2.30.1
https://bugs.launchpad.net/bugs/586303
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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


[Bug 586303] Re: please update gnome-terminal to 2.30.1

2010-05-27 Thread LocutusOfBorg
the bug/importance should be wishlist

-- 
please update gnome-terminal to 2.30.1
https://bugs.launchpad.net/bugs/586303
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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


[Bug 403135] Re: Notification area icon wrongly rendered/uses bg_color as a background (multiple apps)

2010-05-13 Thread LocutusOfBorg
@hepaly which version of vlc are you using? from which repository???

I just updated vlc and I cannot see this fix.
vlc 1.0.6-1ubuntu1.1 is my version

-- 
Notification area icon wrongly rendered/uses bg_color as a background (multiple 
apps)
https://bugs.launchpad.net/bugs/403135
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 453197] Re: Failed to create dbus proxy for org.gnome.SettingsDaemon: Could not get owner of name 'org.gnome.SettingsDaemon': no such name

2010-05-12 Thread LocutusOfBorg
@Sebastien

I see the same issue with totem in my lucid and with GNOME dm

(totem:26207): Totem-WARNING **: Failed to create dbus proxy for
org.gnome.SettingsDaemon: Could not get owner of name
'org.gnome.SettingsDaemon': no such name

-- 
Failed to create dbus proxy for org.gnome.SettingsDaemon: Could not get owner 
of name 'org.gnome.SettingsDaemon': no such name
https://bugs.launchpad.net/bugs/453197
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 403135] Re: Notification area icon wrongly rendered/uses bg_color as a background (multiple apps)

2010-05-06 Thread LocutusOfBorg
opened a bug upstream for amsn

http://sourceforge.net/tracker/index.php?func=detailaid=2991127group_id=54091atid=472655

** Bug watch added: SourceForge.net Tracker #2991127
   http://sourceforge.net/support/tracker.php?aid=2991127

-- 
Notification area icon wrongly rendered/uses bg_color as a background (multiple 
apps)
https://bugs.launchpad.net/bugs/403135
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 560953] Re: Freezes when opening an already opened document

2010-04-22 Thread LocutusOfBorg
I cannot reproduce this bug...

And I have almost the same architecture (amd64)

Ubuntu 10.04 beta 2 full updated.

-- 
Freezes when opening an already opened document
https://bugs.launchpad.net/bugs/560953
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 551429] Re: evince crashed with SIGSEGV

2010-04-22 Thread LocutusOfBorg
Could you try to update your evince???

The version now is 2.30

-- 
evince crashed with SIGSEGV
https://bugs.launchpad.net/bugs/551429
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 550440] Re: Evince does not show all the pages in PS document

2010-04-22 Thread LocutusOfBorg
Could you try to update your evince and tell us if the problem is still
there?

the latest version now is 2.30

thanks

-- 
Evince does not show all the pages in PS document
https://bugs.launchpad.net/bugs/550440
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 552990] Re: evince does not display EPS file

2010-04-22 Thread LocutusOfBorg
The bug is still here on ubuntu lucid beta 2

-- 
evince does not display EPS file
https://bugs.launchpad.net/bugs/552990
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 545176] Re: cannot copy text from pdf in evince

2010-04-22 Thread LocutusOfBorg
Still confirmed with evince 2.30 on lucid beta 2

-- 
cannot copy text from pdf in evince
https://bugs.launchpad.net/bugs/545176
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 514930] Re: URLs not clickable

2010-04-22 Thread LocutusOfBorg
** Changed in: evince (Ubuntu)
   Status: New = Confirmed

-- 
URLs not clickable
https://bugs.launchpad.net/bugs/514930
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 503372] Re: Evince doesn't retain settings in Lucid

2010-04-22 Thread LocutusOfBorg
This bug seems to be fixed (or maybe working) on my amd64 ubuntu lucid
linx.

I have Architecture: amd64
Version: 2.30.0-0ubuntu1

-- 
Evince doesn't retain settings in Lucid
https://bugs.launchpad.net/bugs/503372
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 503372] Re: Evince doesn't retain settings in Lucid

2010-04-22 Thread LocutusOfBorg
Spoke too soon...

The settings are retained when you close evince after opening a pdf
files.

If you open just evince and close it the settings are *not* retained

-- 
Evince doesn't retain settings in Lucid
https://bugs.launchpad.net/bugs/503372
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 403135] Re: Notification area icon wrongly rendered/uses bg_color as a background (multiple apps)

2010-04-22 Thread LocutusOfBorg
Could anybody explain me how to fix this on amsn?

thanks

-- 
Notification area icon wrongly rendered/uses bg_color as a background (multiple 
apps)
https://bugs.launchpad.net/bugs/403135
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 490295] Re: no battery information under gnome-power-manager

2010-04-22 Thread LocutusOfBorg
Now seems to work in my lucid linx full-updated

-- 
no battery information under gnome-power-manager
https://bugs.launchpad.net/bugs/490295
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 403135] Re: Notification area icon wrongly rendered/uses bg_color as a background (multiple apps)

2010-04-10 Thread LocutusOfBorg
@dcaime I didn't give you the link... :)
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/403135/+subscribe

-- 
Notification area icon wrongly rendered/uses bg_color as a background (multiple 
apps)
https://bugs.launchpad.net/bugs/403135
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 403135] Re: Notification area icon wrongly rendered/uses bg_color as a background (multiple apps)

2010-04-09 Thread LocutusOfBorg
dcaime this is the right link for you! (or you can click on the upper-
right corner, unsubscribe button near your name)

-- 
Notification area icon wrongly rendered/uses bg_color as a background (multiple 
apps)
https://bugs.launchpad.net/bugs/403135
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 497518] Re: gnome-power-manager does not see my battery in 9.10 Karmic Koala

2010-04-08 Thread LocutusOfBorg
*** This bug is a duplicate of bug 490295 ***
https://bugs.launchpad.net/bugs/490295

same problem for me

-- 
gnome-power-manager does not see my battery in 9.10 Karmic Koala
https://bugs.launchpad.net/bugs/497518
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 497518] Re: gnome-power-manager does not see my battery in 9.10 Karmic Koala

2010-04-08 Thread LocutusOfBorg
*** This bug is a duplicate of bug 490295 ***
https://bugs.launchpad.net/bugs/490295

BTW I'm running  ubuntu 10.04 beta 1

-- 
gnome-power-manager does not see my battery in 9.10 Karmic Koala
https://bugs.launchpad.net/bugs/497518
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 490295] Re: no battery information under gnome-power-manager

2010-04-08 Thread LocutusOfBorg
I have the same issue.. is it related to
https://bugs.launchpad.net/ubuntu/+source/gnome-power-
manager/+bug/497518 ???

-- 
no battery information under gnome-power-manager
https://bugs.launchpad.net/bugs/490295
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   >