** Changed in: puppet-module-puppetlabs-apt (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1223174
Title:
Sync puppet-module-puppetlabs-apt 1.2.0-1 (univer
** Changed in: puppet-module-puppetlabs-inifile (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1223171
Title:
Sync puppet-module-puppetlabs-inifile 1.0.0-1
** Changed in: puppet-module-puppetlabs-concat (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1223172
Title:
Sync puppet-module-puppetlabs-concat 1.0.0-1 (
** Changed in: puppet-module-puppetlabs-apache (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1223175
Title:
Sync puppet-module-puppetlabs-apache 0.9.0-1 (
** Changed in: puppet-module-puppetlabs-stdlib (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1223169
Title:
Sync puppet-module-puppetlabs-stdlib 4.1.0-1 (
** Changed in: puppet-module-puppetlabs-ntp (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1223170
Title:
Sync puppet-module-puppetlabs-ntp 2.0.1-1 (univer
@Sebastian: Can you post a screenshot what the issue is?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1469593
Title:
Update to 0.3.10
To manage notifications about this bug go to:
https://bugs.lau
** Also affects: apt
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/960914
Title:
Can not update packages - nothing happens after package download
To mana
i'm able to install the updates with "dpkg -i --force-yes
/var/cache/apt/archives/*.deb".
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/960914
Title:
Can not update packages - nothing happens after
after i did "dpkg -i --force-yes /var/cache/apt/archives/*.deb", "apt-
get upgrade" works again. i think the output of the command is useless,
then? there are no packages left for installation.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to U
The intent of NetworkManager is to provide always a network connection. for
example if you remove the ethernet cable, then a wireless connection is
available.
so this is not a bug, it's a feature.
but if you don't want a wireless connection, you can disconnect manually and NM
should not try to r
i'm currently unable to create a ppa with all the django apps/projects
for testing. so if nobody else setup the ppa, i think we go with 1.3 for
precise.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/97
Public bug reported:
I tried to start "gnome-activity-journal" and got the following error:
$ gnome-activity-journal
** WARNING **: Trying to register gtype 'GMountMountFlags' as enum when
in fact it is of type 'GFlags'
** WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/930469
Title:
dbus.exceptions.DBusException:
org.freedesktop.DBus.Error.UnknownMethod: No such interface
`org.gnome.zeitgeist.Log' on object at path
*** This bug is a duplicate of bug 930196 ***
https://bugs.launchpad.net/bugs/930196
** This bug has been marked a duplicate of bug 930196
Activity journal crashes when tried to open in Precise
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscri
Public bug reported:
When i create a bug report with "ubuntu-bug package-name" and apport displays
the collected information, i can not resize the window so i can not read the
information which will be sent to launchpad.
Maybe this is a duplicate of #865754 but #865754 is already closed and i st
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/930562
Title:
Problem report window can not be resized
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+b
Public bug reported:
When i click on the NM applet, the menu appears correct but when i click eg on
"disconnect" or "edit connection", nothing happens.
This is the behavior for all menu entries.
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: network-manager-gnome 0.9.2.0+git.20120126t0008
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/930563
Title:
NM Applet menu entries not responding
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-mana
The attached patch fixes the problem. but it's a bit strange that the
"expand" status is wrong. the widget is expanded, but
self.w('expander_details').get_expanded() returns False.
** Changed in: apport (Ubuntu)
Assignee: (unassigned) => Thomas Bechtold (to
The attached patch fixes the problem. but it's a bit strange that the
"expand" status is wrong. the widget is expanded, but
self.w('expander_details').get_expanded() returns False.
** Patch added: "Fix problem with expand"
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/930562/+attachmen
I also filled a merge request with this patch:
https://code.launchpad.net/~toabctl/apport/fix-930562/+merge/92670 .
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/930562
Title:
Problem report window
** Changed in: network-manager (Ubuntu)
Assignee: (unassigned) => Thomas Bechtold (toabctl)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/907294
Title:
debian/copyright outdated
To man
forget the last patch from comment #4. the real problem is, that the
signal from the expander is emitted before the property changed. so we
need to emit the signal after the exapander is expanded. Attached patch
fix this.
** Patch added: "emit signal after the expander is expanded"
https://bug
Problem also mentioned in
https://bugs.launchpad.net/ubuntu/+source/glance/+bug/1214947
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1302044
Title:
permissions on /var/lib/glance/image* are wrong
The bug for the wrong permissions on the images subdir is tracked here:
https://bugs.launchpad.net/ubuntu/+source/glance/+bug/1302044
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1214947
Title:
cho
Standards-Version to 3.9.5. No further changes.
- Add ruby-test-unit to Build-Depends.
* debian/ruby-base62.docs: README.txt is now README.md.
* Replaced debian/ruby-test-files.yaml with debian/ruby-tests.rb due to
missing test folder in library load path.
-- Thomas Bechtold Sat, 08 Feb
Public bug reported:
Please sync flask-migrate 1.2.0-1 (universe) from Debian unstable (main)
Changelog entries since current trusty version 1.1.1-1:
flask-migrate (1.2.0-1) unstable; urgency=medium
* New upstream release.
-- Thomas Bechtold Wed, 08 Jan 2014 07:04:30
+0100
** Affects
The diff from 1.1.1 to 1.2.0 is very small. See attachment.
** Patch added: "diff between 1.1.1 and 1.2.0"
https://bugs.launchpad.net/ubuntu/+source/flask-migrate/+bug/1289294/+attachment/4012111/+files/1.1.1_to_1.2.0.diff
--
You received this bug notification because you are a member of Ubu
.
* debian/tests: Add testcase for Apache installation.
-- Thomas Bechtold Sun, 26 Jan 2014 10:21:59
+0100
** Affects: puppet-module-puppetlabs-apache (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is
** Changed in: d-feet (Ubuntu)
Status: New => Confirmed
** Changed in: d-feet (Ubuntu)
Assignee: (unassigned) => Thomas Bechtold (toabctl)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.ne
Public bug reported:
Please sync d-feet 0.3.2-1 (universe) from Debian experimental (main).
This closes lp:#1097303
Changelog entries since current raring version 0.3.1-1:
d-feet (0.3.2-1) experimental; urgency=low
[ Thomas Bechtold ]
* New upstream release
* debian/control: Bump
*** This bug is a duplicate of bug 1098831 ***
https://bugs.launchpad.net/bugs/1098831
** This bug has been marked a duplicate of bug 1098831
Sync d-feet 0.3.2-1 (universe) from Debian experimental (main)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which
Public bug reported:
Please sync d-feet 0.3.3-1 (universe) from Debian experimental (main)
Changelog entries since current raring version 0.3.2-1:
d-feet (0.3.3-1) experimental; urgency=low
[ Thomas Bechtold ]
* New upstream release
-- Michael Biebl Mon, 14 Jan 2013 14:16:09 +0100
Removing overlay-scrollbar packages with 'sudo apt-get remove overlay-
scrollbar overlay-scrollbar-gtk2:amd64 overlay-scrollbar-gtk3:amd64'
helps.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1102096
** Package changed: gnome-themes-standard (Ubuntu) => overlay-scrollbar
(Ubuntu)
** Summary changed:
- Black boxes with adwaita theme and gnome-shell
+ Black boxes with adwaita theme,gnome-shell and overlay-scrollbar installed
--
You received this bug notification because you are a member of Ub
Public bug reported:
I get black boxes with gtk programs like glade and dconf-editor. See
attached screenshot. I use gnome-shell.
ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: gnome-themes-standard 3.6.2-1ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-1.5-generic 3.8.0-rc4
Uname: Linux 3.8.0-
** Attachment added: "Glade with black boxes"
https://bugs.launchpad.net/ubuntu/+source/gnome-themes-standard/+bug/1102096/+attachment/3490732/+files/glade-with-black-boxes.png
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https:
My graphic hardware is:
00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset
Integrated Graphics Controller (rev 07)
Subsystem: Lenovo Device 20e4
Flags: bus master, fast devsel, latency 0
Memory at f240 (64-bit, non-prefetchable) [size=1M]
Capa
Public bug reported:
I played a song in rhythmbox and wanted to change the song (double click
on another song) and then rhythmbox hangs. The backtrace is:
(gdb) bt
#0 pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:144
#1 0x7f9bc0bcb180 in pa
Somebody seems to have seee same problem here:
http://comments.gmane.org/gmane.comp.audio.pulseaudio.general/14335
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1103948
Title:
Rhythmbox hangs in pa_
Public bug reported:
the ubuntu one gnome client show me that i use 42 MiB and the webpage
(one.ubuntu.com) also show me that i use 42 MB. But in fact i only have the
standard ubuntu one folder (shown in the gnome client)with 3 files (each about
8 kb). I have no music.
So why think ubuntu one i
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/880061
Title:
Shown used space does not match real used space
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ub
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/880425
Title:
"pbuilder-dist squeeze create"failed with "E: Unable to locate package
debian-backports-keyring"
To manage notifications about this bug
Public bug reported:
I try to create a debian squeeze env with pbuilder-dist and get:
# pbuilder-dist squeeze create
I: Logging to /home/tom/pbuilder/squeeze_result/last_operation.log
I: Distribution is squeeze.
I: Building the build environment
I: running debootstrap
/usr/sbin/debootstrap
I: Ret
i added via .pbuilderrc . so my fault. thanks!
** Changed in: ubuntu-dev-tools (Ubuntu)
Status: Incomplete => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/880425
Title:
"pbuilder-di
Public bug reported:
the apport hook tries to collect gconf values but NM 0.9 does not use
gconf anymore.
** Affects: network-manager (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ub
Public bug reported:
I tried to use gnome-documents (3.6 from Quantal) but it's impossible to
read the documents names. See attached screnshots. With the adwaita
theme, the names are visible. With the radiance/ambiance theme, the
names are white and impossible to read.
ProblemType: Bug
DistroRele
** Attachment added: "screenshot with radiance theme"
https://bugs.launchpad.net/bugs/1059822/+attachment/3362734/+files/gnome-documents_radiance.png
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1
** Attachment added: "screenshot with adwaita theme"
https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/1059822/+attachment/3362737/+files/gnome-documents_adwaita.png
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https:/
The checkboxes are also wrong with the radiance theme.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1059822
Title:
gnome-documents unusable with Radiance/Ambiance theme
To manage notifications abo
Because of the missing .pc files it's impossible to build gnome-control-
center within jhbuild
** Bug watch added: Debian Bug tracker #687339
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687339
** Also affects: icu (Debian) via
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687339
Public bug reported:
Please sync icu 4.8.1.1-9 (main) from Debian unstable (main)
Changelog entries since current quantal version 4.8.1.1-8:
icu (4.8.1.1-9) unstable; urgency=low
* debian/rules: Use xz compression for binary packages.
(Closes: #683901)
-- Jay Berkenbilt Sat, 11 Aug 20
** Patch added: "Patch taken from
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687339#17";
https://bugs.launchpad.net/debian/+source/icu/+bug/1037588/+attachment/3362980/+files/icu-pkg-config.diff
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is sub
I tried to build gnome-control-center 3.6 from upstream git with
jhbuild. I think that's something important because Ubuntu uses the
GNOME stack so Ubuntu users should be able to improve the software.
The argument that we lived without the .pc files for 3 years is a bit
weird - we also lived with
Sure. We can wait for the next cycle
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1059830
Title:
Sync icu 4.8.1.1-9 (main) from Debian unstable (main)
To manage notifications about this bug go to:
Public bug reported:
Please provide a -dbg package for the overlay scrollbar.
ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: overlay-scrollbar 0.2.16+r356-0ubuntu2
ProcVersionSignature: Ubuntu 3.5.0-16.25-generic 3.5.4
Uname: Linux 3.5.0-16-generic i686
ApportVersion: 2.6.1-0ubuntu1
Archit
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1061757
Title:
provide debug symbols as debian package
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/overlay-s
Just recognized that there are already debug symbols available (see
https://wiki.ubuntu.com/DebuggingProgramCrash ). Thanks didrocks!
** Changed in: overlay-scrollbar (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is su
Here's a backtrace with install symbols:
==28849== 1,685,652 bytes in 8,263 blocks are definitely lost in loss record
4,540 of 4,541
==28849==at 0x402BE68: malloc (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==28849==by 0x45EF7EA: standard_malloc (gmem.c:85)
==28849==by 0x4
** Changed in: ayatana-scrollbar
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1058205
Title:
Memory leak
To manage notifications about this bug go to:
h
** Changed in: overlay-scrollbar (Ubuntu)
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1058205
Title:
Memory leak
To manage notifications about this bug
Public bug reported:
I tried to select the Gnome Session (gnome-shell) but that's not
possible. I can not select the Gnome Entry on the list. But I can select
Ubuntu and Gnome Fallback. I also can select the "<" Button.
I can reproduce this:
1) Click on the Ubuntu-Icon to select the Session
2) T
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1057905
Title:
Gnome Session not selectable
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1057905
Public bug reported:
Attached is a small gtk test program which can be run in 2 ways:
1) ./gtkbuildertest
2) LIBOVERLAY_SCROLLBAR=0 ./gtkbuildertest
in the first case, the memory increases over time
in the second case, memory usage is constant
valgrind gives me:
==25644== 1,194,012 bytes in 5,
** Attachment added: "test program to reproduce the mem leak"
https://bugs.launchpad.net/bugs/1058205/+attachment/3352480/+files/gtkbuildertest.c
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/10582
** Attachment added: "ui file for the test program"
https://bugs.launchpad.net/ubuntu/+source/overlay-scrollbar/+bug/1058205/+attachment/3352485/+files/test.ui
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1062332
Title:
Can not start sound-juicer
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sound-juicer/+bug/1062
Public bug reported:
When I try to start sound-juicer (from unity launcher or from command
line) I get a GtkMessageDialog with:
Could not start Sound Juicer
Reason: The plugin necessary for file access was not found.
Please consult the documentation for assistance.
ProblemType: Bug
DistroRelea
** Changed in: sound-juicer (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1062332
Title:
Can not start sound-juicer
To manage notifications about this bug g
Public bug reported:
Please sync libchamplain 0.12.3-1 (universe) from Debian unstable (main)
Changelog entries since current quantal version 0.12.2-1:
libchamplain (0.12.3-1) unstable; urgency=low
* New upstream release (Closes: #681650)
- fix OSM cycle map source URL
-- Laurent Bigonv
Public bug reported:
I wanted to use quickly to change something on pictag but I got:
quickly design
Note: This is the first time you have run Quickly since it has been updated.
Quickly will now upgrade its files (bin/*, pictag_lib/*, and setup.py).
But first it will save your project. View Quic
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1050486
Title:
upgrade command failed
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/quickly/+bug/1050486/+subs
** Bug watch added: freedesktop.org Bugzilla #51387
https://bugs.freedesktop.org/show_bug.cgi?id=51387
** Also affects: mesa via
https://bugs.freedesktop.org/show_bug.cgi?id=51387
Importance: Unknown
Status: Unknown
--
You received this bug notification because you are a member o
Here's the dmesg info:
dmesg |grep drm
[1.462479] [drm] Initialized drm 1.1.0 20060810
[1.468416] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[1.468417] [drm] Driver supports precise vblank timestamp query.
[1.938707] fbcon: inteldrmfb (fb0) is primary device
[1
The example code works for small images. i used a list of 10 images
(each 3 MB) and then it crashs
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1017243
Title:
Program received signal SIGBUS, Bus er
i tried dbus-1.6.2 from debian (but without systemd build-dep and with
debian/dbus.upstart). indicators and global menu are still broken. the
ppa with 1.6.2 is here: https://launchpad.net/~toabctl/+archive/testing
--
You received this bug notification because you are a member of Ubuntu
Bugs, whi
i recognized the same behavior (on quantal, all updates installed)
without any libreoffice app opened. the launcher gets transparent when i
scrolled in emacs.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/b
Public bug reported:
i wanted to fill a bug report against quickly with "ubuntu-bug quickly"
which works but at the console i get this:
ERROR: hook /usr/share/apport/package-hooks//source_quickly.py crashed:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport/report.p
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1020031
Title:
ERROR: hook /usr/share/apport/package-hooks//source_quickly.py crashed
:""ubuntu-bug quickly" brings "
To manage notifications about th
Public bug reported:
i created a new app with "quickly create ubuntu-application myapp" and
then i wanted to edit the code:
cd myapp
quickly edit
Traceback (most recent call last):
File "/usr/share/quickly/templates/ubuntu-application/edit.py", line 73, in
instance = subprocess.Popen([edi
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1020030
Title:
"quickly edit" brings "OSError: [Errno 2] No such file or directory"
To manage notifications about this bug go to:
https://bugs.launchpad
Public bug reported:
i started glade, used a custom catalogue path (because i create an app
with quickly and quickly creates a catalogue for glade), then i created
a GtkFileChooser and when i tried to access the "..." for the window
title, glade crahes. Here's the backtrace.
Program received sig
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1021043
Title:
Program received signal SIGSEGV, Segmentation fault. 0xb73d5b98 in
cairo_region_is_empty () from /usr/lib/i386-linux-gnu/libcairo.so.2
The problem seems to be the overlay scrollbar. when i start glade with
"LIBOVERLAY_SCROLLBAR=0 GLADE_CATALOG_SEARCH_PATH=data/ui/ glade"
(instead of "GLADE_CATALOG_SEARCH_PATH=data/ui/ glade") i can open the
window title text edit dialog.
** Also affects: overlay-scrollbar (Ubuntu)
Importance:
Public bug reported:
i'm using ubuntu 12.10 (i386) with latest updates installed (see end of
dscription).
i'm trying to use clutter and textures and get a "Bus Error". The attached
python program can reproduce the error. Here is a backtrace (produced with
another C program):
Program received
** Attachment added: "test program to reproduce the bug"
https://bugs.launchpad.net/bugs/1017243/+attachment/3202890/+files/clutter-test.py
** Description changed:
- i'm trying to use clutter and textures and get a "Bus Error". The
- attached python program can reproduce the error. Here is a
Public bug reported:
Please sync celery 2.4.6-1 (universe) from Debian sid (main)
All changelog entries:
celery (2.4.6-1) unstable; urgency=low
* New upstream release.
Fixes: CVE-2011-4356
* Update copyright to 2012.
-- Michael Fladischer Mon, 02 Jan 2012
12:45:47 +0100
celery (2.4
Public bug reported:
i tried to build network-manager from git and got the following
compilation error:
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include
-pthread -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include
-I/usr/include/dbus-1.0 -I/usr/lib/i
** Bug watch added: Debian Bug tracker #650319
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650319
** Also affects: nss (Debian) via
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650319
Importance: Unknown
Status: Unknown
--
You received this bug notification because you a
Public bug reported:
I'm using precise and tried to do an update.
Preconfiguring packages ...
(Reading database ... 560384 files and directories currently installed.)
Preparing to replace libreoffice-core 1:3.4.4-0ubuntu2 (using
.../libreoffice-core_1%3a3.5.0~beta2-2ubuntu2_i386.deb) ...
rmdir:
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/916232
Title:
rmdir: failed to remove `usr/lib/libreoffice/basis3.4/program/':
Directory not empty
To manage notifications about this bug go to:
https
Public bug reported:
Steps to reproduce:
1) Start libreoffice
2) new calc document
3) open Help->About libreoffice
There's this text:
LibreOffice 3.5.0beta2
Build ID:
Cannot find the git binary! Is git installed and is in PATH?
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: li
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/916411
Title:
Cannot find the git binary! Is git installed and is in PATH?
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubun
Public bug reported:
Please sync dia-shapes 0.1 (universe) from Debian sid (main)
All changelog entries:
dia-shapes (0.1) unstable; urgency=low
* Initial release. (Closes: #594475)
-- Thomas Bechtold Sun, 01 Jan 2012
13:48:28 +0100
** Affects: ubuntu
Importance: Undecided
That's fine. thanks.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/916707
Title:
Sync dia-shapes 0.1 (universe) from Debian sid (main)
To manage notifications about this bug go to:
https://bugs.lau
Public bug reported:
I have installed chromium-browser and FIrefox and i want to import my
data from firefox.
When i access chrome://settings/personal in Chromium and click "Import
Data from another browser", i can not select firefox.
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: chromiu
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/918371
Title:
Import bookmarks and settings: No supported browser found
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/
Public bug reported:
I filled a new bug with ubuntu-bug (lp:918371) and i think the
information collected from apport about the "UpgradeStatus" is not
correct. it's written:
UpgradeStatus: Upgraded to precise on 2012-01-13 (4 days ago)
but i upgraded to precise in 2011-12 and did the last "apt-
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/918377
Title:
UpgradeStatus: in bug-reports wrong
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/91
201 - 300 of 534 matches
Mail list logo