Patricio, you need to allow the ptrace in your spotify apparmour
profile.
Adding this should fix it:
ptrace (trace) peer=@{profile_name},
(taken from https://github.com/ruudkoot/spotify-apparmor )
I'm marking the bug as invalid, since the log spew is the result of a
custom profile.
** Chan
I can easily trigger this one by opening a new Window.
My wild guess would be a race of sorts in MenuItem.createHandle
C [libglib-2.0.so.0+0x38fe0] g_str_hash+0x0
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.eclipse.swt.internal.gtk.OS._gtk_widget_show(J)V+0
j org.ecli
*Rebooted not restarted...
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1208019
Title:
Eclipse menus doesn't show up in Saucy
To manage notifications about this bug go to:
https://bugs.launchpad.n
@attente Sorry for taking so long. I've tried it on Luna, with most of
my old plugins re-installed and it works without the constant crashing.
I deleted .metadata and restarted (which I think I didn't do before),
now it also works on Kepler.
--
You received this bug notification because you are
To complement what aisthesis said, now, in Ubuntu 14.04, the kb backlight
works.
It gets "triggered" only via the luminosity sensor, not the fn keys.
I don't recommend removing that blacklist, as its known to brick the
laptop in UEFI mode (atleast in old BIOS versions).
--
You received this bu
** Attachment added: "eclipse_configuration.txt"
https://bugs.launchpad.net/ubuntu/+source/unity-gtk-module/+bug/1208019/+attachment/4097020/+files/eclipse_configuration.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://b
@attente I have both installed, but I always use my own install of Kepler (Java
EE Developers suite, SR2, last update roughly 1 month ago).
I tested with both, using the same workspace (gets some shared plugins).
I also have jayata [1] installed, removed it and tested with
JAVA_TOOL_OPTIONS="" bu
@attente Had already reverted the packages. Re-installed and the crash
still occurs. I'm using exactly the same versions.
I tested in a guest account and it works, so it must be because of
plugins?
2014-04-24 13:15 GMT+01:00 William Hua <1208...@bugs.launchpad.net>:
> @sergio91pt Hi, could you
@attente I installed the ppa, but Eclipse now keeps crashing a few
seconds after showing the UI. Both Kepler and the repo version.
Its a SIGSEGV in
C [libglib-2.0.so.0+0x38fe0] g_str_hash+0x0
when Eclipse calls
j org.eclipse.swt.internal.gtk.OS._gtk_widget_show(J)V+0
** Attachment added: "hs_e
Public bug reported:
Trying to run shp2pgsql results in a error, about the real executable
missing in postgres, however shp2pgsql-gui works fine.
$ shp2pgsql
Error: pg_wrapper: shp2pgsql was not found in /usr/lib/postgresql/9.3/bin
The following relevant packages are all installed:
postgis
postg
** Changed in: trac-mastertickets (Ubuntu)
Status: Confirmed => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1287697
Title:
Slimming down Could Make You Feel Excellent
To manage not
** Changed in: trac-mastertickets (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1291196
Title:
MILK DOESN'T DO A BODY GOOD!
To manage notifications about this
** Changed in: trac-mastertickets (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1291294
Title:
Muscle Building Secrets
To manage notifications about this bug
** Changed in: trac-mastertickets (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1291387
Title:
How to Choose the Best Anti Aging Creams
To manage notification
** Changed in: trac-mastertickets (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1291352
Title:
Foods That Can Harm You
To manage notifications about this bug
** Changed in: trac-mastertickets (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1309933
Title:
Obesity Dangers to Your Health
To manage notifications about th
** Changed in: trac-mastertickets (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1309910
Title:
Slim down?
To manage notifications about this bug go to:
https:
Jan-Phillipp, that doesn't work. Same problem as before. Although the UI is
in English, console output is still localized.
I also used a script to remove all non ASCII characters from apt.d, so I'm
not user where the 'ã' is coming from.
2014-04-04 17:51 GMT+01:00 Jan-Philipp Litza <1278...@bugs.
Doesn't work. I attempted a saucy to trusty upgrade using trusty's
ubuntu-release-upgrader 1:0.219.2 and update-manager 1:0.196.9
File "/tmp/ubuntu-release-upgrader-ttg_o_/DistUpgrade/sourceslist.py", line
416, in save
files[source.file].write(source.str())
UnicodeEncodeError: 'ascii' codec c
When the preview pane is open the menu bar integration is lost until
lo-writer is restarted, atleast it doesn't crash.
2012/6/19 Mozaic :
> I install lo-menubar 0.1.1-0ubuntu0.1 on Ubuntu precise and page preview
> don't crash LibreOffice, now.
>
> But, lo-menubar lost this first feature: give menu
sure, try this:
sudo apt-get remove curl && sudo apt-get --no-install-recommends install
clamav-getfiles
dpkg-query -W curl
If the install failed, then test again with curl
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs
On a seconds thought, this is intended behavior as its a fast forward.
--no-commit --no-ff does what I wanted.
Sorry for wasting your time.
** Changed in: git (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscrib
Try this:
git init
echo foo > foo; git add foo; git commit -m foo
git checkout -b improvements master
echo bar > bar; git add bar; git commit -m bar
echo bar2 >> bar; git add bar; git commit -m bar2
git checkout master
git merge --no-commit improvements^
Updating fdf578b..83720c5
Fast-forward
ba
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/947396
Title:
git merge doesn't always honor --no-commit
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/git/+bu
Public bug reported:
When specifying a specific commit, to merge up to it, git merge doesn't honor
--no-commit. Example:
git merge --no-commit improvements^
Where improvements is a branch, and I pretend to merge up to the parent
of HEAD in that branch. Merging works, but automatically commits de
carlosv, I still didn't have time to install this but you probably
also need libusb-1.0-0-dev
2011/12/15 carlosv <744...@bugs.launchpad.net>:
> @Lopan,
>
> thank you again for your fast answer. So here it is:
>
> carlos@Linux:~/Desktop/VFS301/cli$ sudo make
> [sudo] password for carlos:
> gcc -ggd
Thanks for pointing that out as a never use 2 fingers scrooling. I
think I left a patch out..I'll look into it when I have the time
2011/11/21 Ollea <582...@bugs.launchpad.net>:
> Thank you Sergio, I've installed the synaptics package from your PPA and
> the left-click + drag works now, amazing !
Ollea, you can try my ppa: ppa:sergio91pt/synaptics+clickpads or use the
patch[1] directly (for the latest version).
[1]:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/582809/+attachment/2369316/+files/200_clickpad_support.patch
--
You received this bug notification because you are a memb
** Description changed:
- Binary package hint: overlay-scrollbar
+ As stated by Adrian Wilkins:
+ The overlay scrollbar works just fine with Galileo on Natty, provided you
remove this environment variable from the startup script (/usr/bin/eclipse):
- Installed eclipse via standard ubuntu repo'
*** This bug is a duplicate of bug 769277 ***
https://bugs.launchpad.net/bugs/769277
** This bug has been marked a duplicate of bug 769277
Buggy scrollbars when using GDK_NATIVE_WINDOWS
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to U
*** This bug is a duplicate of bug 769277 ***
https://bugs.launchpad.net/bugs/769277
** This bug has been marked a duplicate of bug 769277
Buggy scrollbars when using GDK_NATIVE_WINDOWS
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to U
** Package changed: overlay-scrollbar (Ubuntu) => eclipse (Ubuntu)
** Changed in: eclipse (Ubuntu)
Status: Invalid => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/769277
Title:
Ec
On apt 0.8.16~exp5ubuntu13, theres this:
[ Adam Conrad ]
* On armel, call update-apt-xapian-index with '-u' to keep the CPU
and I/O usage low. We would do this on all arches, but there's a
regression risk here, but that's better than killing slow systems.
Shouldn't the daily script run with -
TexMakerX was renamed to TeXStudio
** Package changed: texmaker (Ubuntu) => ubuntu
** Changed in: ubuntu
Status: New => Confirmed
** Summary changed:
- [needs-packaging] TexMakerX package for Ubuntu
+ [needs-packaging] TeXstudio package for Ubuntu
** Description changed:
- Binary packa
This bug wasn't reintroduced in the proposed package however the change that
triggered this bug wasn't ported to the new release:
"Disable autostart in GNOME Shell so that onboard doesn't conflict with the
build-it onscreen keyboard"
** Tags removed: verification-needed
** Tags added: verificati
** Changed in: linux (Ubuntu)
Status: Incomplete => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/871580
Title:
wifi lock-up with brcmsmac and broadcom bcm4313
To manage notificati
** Visibility changed to: Public
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/865414
Title:
compiz crashed with SIGSEGV in BamfLauncherIcon::EnsureWindowState()
To manage notifications about this
The shorctuts labels don't work.. If you still want it you'll have to
build appmenu-gtk removing the eclipse blacklist on src/bridge.c
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/618587
Title:
ecl
Thank you for taking the time to report this bug and helping to make Ubuntu
better. Please execute the following command, as it will automatically gather
debugging information, in a terminal:
apport-collect 781554
When reporting bugs in the future please use apport by using 'ubuntu-bug' and
the
I suspect your problem to be either broken packages/installation or
network problems on your mirror (not really a bug in ubuntu), If its the
case you may want to convert this to a question and set the language to
french, so you can get better support in your main language.
--
You received this bu
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we cannot work on this bug because your
description didn't include enough information. You may find it helpful
to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs
Thank you for taking the time to report this issue and helping to make
Ubuntu better. Examining the information you have given us, this does
not appear to be a bug report so we are closing it and converting it to
a question in the support tracker. We appreciate the difficulties you
are facing, but
** Visibility changed to: Public
** Description changed:
Was doing a print preview and it crashed (paper size=a5) and lost the
- doc..
+ doc (it had only 5 images). I have lo-menubar installed btw.
- ProblemType: Crash
- DistroRelease: Ubuntu 11.10
+ ProblemType: CrashDistroRelease: Ubuntu 1
*** This bug is a duplicate of bug 851902 ***
https://bugs.launchpad.net/bugs/851902
** This bug has been marked a duplicate of bug 851902
package eclipse-jdt 3.5.2-2ubuntu4.2 failed to install/upgrade: archive du
système de fichiers corrompue - archive du paquet corrompue
--
You receive
Thank you for taking the time to report this bug and helping to make Ubuntu
better. While we appreciate the difficulties you are facing, it would appear
that the files you downloaded could be corrupt, so I'm marking this as invalid.
Please try again using:
sudo apt-get clean && sudo apt-get upda
altayanta thats a different problem and its temporary as your mirror
doesn't have the necessary dependencies yet.. (wait a day and update
again)
** Changed in: nvidia-graphics-drivers-96 (Ubuntu)
Status: Confirmed => New
--
You received this bug notification because you are a member of Ub
*** This bug is a duplicate of bug 576648 ***
https://bugs.launchpad.net/bugs/576648
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 576648, so it is being marked as such. Please look at
Thank you for taking the time to report this bug and helping to make Ubuntu
better. I'm marking this as invalid as it seems its a temporary problem, please
wait a day and try again, as by then the required dependencies should have
reached your mirror.
If this issue persists feel free to re-open
*** This bug is a duplicate of bug 576648 ***
https://bugs.launchpad.net/bugs/576648
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 576648, so it is being marked as such. Please look at
*** This bug is a duplicate of bug 576648 ***
https://bugs.launchpad.net/bugs/576648
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 576648, so it is being marked as such. Please look at
*** This bug is a duplicate of bug 836911 ***
https://bugs.launchpad.net/bugs/836911
** Visibility changed to: Public
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/859858
Title:
submit_review_
*** This bug is a duplicate of bug 857931 ***
https://bugs.launchpad.net/bugs/857931
** Visibility changed to: Public
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/859097
Title:
software-cente
I though this was after the upgrade... Then the correct logs are in
/var/log/dist-upgrade
2011/9/25 graingert :
> I was upgrading to Ubuntu 11.10 - I was wondering where I could find
> info as to what caused this
>
> --
> You received this bug notification because you are subscribed to the bug
> r
*** This bug is a duplicate of bug 858683 ***
https://bugs.launchpad.net/bugs/858683
** This bug has been marked a duplicate of bug 858683
Lost Search engines on upgrade
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://b
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please attach to this reports the log files in
/var/log/apt so we know what packages triggered this.
You can try to fix it by running:
sudo apt-get update && sudo apt-get --fix-broken
** Package changed: update-ma
Does this still happen in v0.95? If so can ou try to get debugging info
by running onboard -d warning > onboard-warning.log
** Changed in: onboard (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubunt
The patch was dropped (silently) in 0.95.1-0ubuntu1, so I'm setting this
as Fix Released.
** Changed in: onboard (Ubuntu)
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.ne
** Tags added: regression-release
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/858988
Title:
onboard auto-starts by default
To manage notifications about this bug go to:
https://bugs.launchpad.net
Public bug reported:
The latest update has made onboard auto-start by default, in unity,
despite being enabled on the control panel or not.
ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: onboard 0.95.1-0ubuntu3
ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
Uname: Linux 3.0.0-11-ge
Thank you for taking the time to report this bug and helping to make Ubuntu
better. However it seems it might be a problem on Google's end or in the link
you were using.
Please try again later, if the problem persists feel free to re-open this bug.
** Package changed: ubuntu => evolution (Ubunt
Are you logging in without a password?
** Changed in: ubuntu
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/844148
Title:
Always asked for a keyring password for 'de
** Package changed: ubuntu => cloud-init (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/856828
Title:
package grub-legacy-ec2 0.6.1-0ubuntu8 failed to install/upgrade:
Unterprozess install
Thank you for taking the time to report this bug and helping to make Ubuntu
better. Please execute the following command, as it will automatically gather
debugging information, in a terminal:
apport-collect 856314
When reporting bugs in the future please use apport by using 'ubuntu-bug' and
the
Fixed in 2:1.3.2-0ubuntu1
** Changed in: enigmail (Ubuntu)
Status: Confirmed => 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/835512
Title:
Enigmail package is incompatible with
Thank you for taking the time to report this bug and helping to make Ubuntu
better. I'm marking this as invalid because this isn't an ubuntu bug but a
network/server problem.
Please try again later.
** Changed in: update-manager (Ubuntu)
Status: New => Invalid
--
You received this bug n
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we cannot work on this bug because your
description didn't include enough information. Is this still a problem?
What version introduced it/are you using?
** Changed in: seamonkey (Ubuntu)
Stat
** Changed in: clamav-getfiles (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/114446
Title:
clamav-getfiles script does not work (bad test files number)
To
** Changed in: localeconf (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/180662
Title:
locale in pt_PT
To manage notifications about this bug go to:
https
*** This bug is a duplicate of bug 855171 ***
https://bugs.launchpad.net/bugs/855171
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 855171, so it is being marked as such. Please look at
*** This bug is a duplicate of bug 855171 ***
https://bugs.launchpad.net/bugs/855171
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 855171, so it is being marked as such. Please look at
The d-bus, Jamendo, subtitles and the python console won't load with a
TypeError.
Also got tomtem to crash when tried to activate Bemused (bug 855116) but seems
I can't reporiduce it.
** Changed in: totem (Ubuntu)
Status: New => Confirmed
** Description changed:
Hi,
- I upgraded to
Thank you for taking the time to report this bug and trying to help make Ubuntu
better. However, it seems that you are not using a software package provided
by the official Ubuntu repositories. Because of this the Ubuntu project can
not support or fix your particular bug. Please report this b
Unfortunately this has became somehow frequent in Oneiric...
gnome-orca is a screen reader (a11y) by the way.
** Changed in: gnome-orca (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bug
*** This bug is a duplicate of bug 839219 ***
https://bugs.launchpad.net/bugs/839219
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 839219, so it is being marked as such. Please look at
*** This bug is a duplicate of bug 839219 ***
https://bugs.launchpad.net/bugs/839219
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 839219, so it is being marked as such. Please look at
** Changed in: notification-daemon (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/839016
Title:
notification-daemon
To manage notifications about this bug
I'm sorry, i have no idea.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/854202
Title:
deja-dup should depend on ubuntuone-couch
To manage notifications about this bug go to:
https://bugs.launchpad
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Actually most apps have their about menu's localized, so
please assign it to the correct package(s). You can learn more about
finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage .
When report
Thank you for taking the time to report this bug and helping to make Ubuntu
better. I'm sorry this wasn't addressed faster I'm closing this bug as the
problem was probably fixed in a newer version of the development release, if
you still experience this issue with the final release of Ubuntu 11.
According to bug 854202 deja-dup still crashes if ubuntuone-couch isn't
installed and might be causing the reporter problems mounting extrenal drives.
Also the recommend was somehow removed and isn't present in the latest
version(19.92-0ubuntu1).
--
You received this bug notification because yo
deja-dup is crashing because ubuntuone-couch isn't installed. Its a
regression (kind of) of bug 807979.
** Changed in: deja-dup (Ubuntu)
Status: New => Confirmed
** Tags added: regression-release
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subs
** Summary changed:
- Not able to mount any external drive
+ deja-dup should depend on ubuntuone-couch
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/854202
Title:
deja-dup should depend on ubuntuon
*** This bug is a duplicate of bug 853973 ***
https://bugs.launchpad.net/bugs/853973
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
deve
You don't need to read the wiki page, just execute the command in #1 so we know
which version and gui you're using (transmission has a daemon, a qt and a gtk
gui).
It might help if you start transmission from the command line and see if it
spits some error. Its works just fine here (Ubuntu w/ Un
Thank you for taking the time to report this bug and helping to make Ubuntu
better. However the log is empty, can you provide a copy of
/var/log/apt/term.log containing this installation logs and the log file
created by running this command:
sudo lspci -vvnn > lspci-vvnn.log
** Changed in: b43-
Thank you for taking the time to report this bug and helping to make Ubuntu
better. While we appreciate the difficulties you are facing, it appears the
cause is a corrupted downloaded file.
Please try reinstalling the package.
** Changed in: b43-fwcutter (Ubuntu)
Status: New => Invalid
-
er (Ubuntu)
Assignee: abhijitsinhji (abhijitsinhji) => Sérgio Faria (sergio91pt)
** This bug has been marked a duplicate of bug 651010
package firmware-b43-installer 4.150.10.5-4 failed to install/upgrade:
subprocess installed post-installation script returned error exit status 1
** Changed in:
*** This bug is a duplicate of bug 711397 ***
https://bugs.launchpad.net/bugs/711397
Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315]
You should install the lpphy packge:
sudo apt-get remove firmware-b43-installer && sudo apt-get install
firmware-b43-lpphy-installer
This particular
** Changed in: libcanberra (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/379734
Title:
Login sound not installed by default
To manage notifications about this
** Bug watch added: code.google.com/p/chmsee/issues #131
http://code.google.com/p/chmsee/issues/detail?id=131
** Also affects: chmsee via
http://code.google.com/p/chmsee/issues/detail?id=131
Importance: Unknown
Status: Unknown
--
You received this bug notification because you are
** Description changed:
- While trying to reproduce #631669 I found that chmsee doesn't apply font
settings: It remembers them on a per file basis (which is odd, and probably not
the intended behavior) but doesn't apply them.
+ While trying to reproduce bug 631669 I found that chmsee doesn't ap
Public bug reported:
While trying to reproduce bug 631669 I found that chmsee doesn't apply font
settings: It remembers them on a per file basis (which is odd, and probably not
the intended behavior) but doesn't apply them.
I've tried to change the fonts size and also change font's to no avail
I've filled a new bug (bug 853262) for version 1.3.0 as in my case the
font change never works, but it remebers my choice on a per file basis,
which is odd for a preferences menu.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https:/
Thank you for taking the time to report this bug and helping to make Ubuntu
better. Please execute the following command, as it will automatically gather
debugging information, in a terminal:
apport-collect 631669
When reporting bugs in the future please use apport by using 'ubuntu-bug' and
the
Thank you for taking the time to report this bug and helping to make
Ubuntu better. However, I am closing it because the bug has it seems to
be fixed in the v1.3.0 available in Natty and Oneiric. It won't be fixed
in previous versions of Ubuntu because the package doesn't fit the
requirements for b
We noticed that this bug report isn't written in English. If it were
translated in English it would be more understandable to triagers. Could
you please translate them?
** Changed in: chmsee (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member
I can confirm this on a fresh install in oneiric, the files in
/var/lib/ntop/* has incorrect permissions and owner/group, although the
folder permissions seems okay (ntop runs with user 'ntop').
I'm not sure but I think one of ntop dependencies might have made the
directory first (and asked me for
** Attachment added: "ntop_fresh_install_oneiric.log"
https://bugs.launchpad.net/ubuntu/+source/ntop/+bug/853144/+attachment/2421784/+files/ntop_fresh_install_oneiric.log
** Summary changed:
- **ERROR** open of /var/lib/ntop/prefsCache.db failed: File open error
+ Wrong permissions in /v
Thank you for reporting this bug to Ubuntu. Gutsy reached EOL on April 18th,
2009.
Please see this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases
Please feel free to report any other bugs you may find.
** Changed in: update-manager (Ubuntu)
Status: Conf
** Changed in: seahorse (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/853137
Title:
The page 'gkr-keyring' was not found in the document 'ghelpseahorse'.
To
1 - 100 of 433 matches
Mail list logo