[Bug 871709] Re: package liblog4net1.2-cil 1.2.10+dfsg-4 failed to install/upgrade: 子进程 已安装 post-installation 脚本 返回了错误号 9

2014-10-19 Thread Antonius Riha
This  should be set to Won't Fix.

** Changed in: log4net (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/871709

Title:
  package liblog4net1.2-cil 1.2.10+dfsg-4 failed to install/upgrade: 子进程
  已安装 post-installation 脚本 返回了错误号 9

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

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

[Bug 1376206] Re: Mono: Could not load file or assembly 'log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821' or one of its dependencies

2014-10-19 Thread Antonius Riha
This is not a log4net package issue. It is a GoogleSync Plugin issue, because 
the plugin depends on the binary release from apache/log4net, which is ok on 
.NET/Windows but doesn't work on platforms that build and package log4net 
themselves like Debian or Ubuntu.
The reason for the public key mismatch is that the GoogleSync plugin probably 
references a log4net release that uses the apache signing key (Public Key 
Token: 1b44e1d426115821). This secret part of this signing key has not been 
published by the log4net upstream authors, hence it's impossible for 
Debian/Ubuntu packagers to sign their log4net dll with that key. (Note: Due to 
log4net being free software it needs to be distributed and built from source by 
the packagers)

** Package changed: log4net (Ubuntu) = ubuntu

** Changed in: 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/1376206

Title:
  Mono: Could not load file or assembly 'log4net, Version=1.2.10.0,
  Culture=neutral, PublicKeyToken=1b44e1d426115821' or one of its
  dependencies

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

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


[Bug 1261116] Re: dkms uninstall fails unexpectedly without error message

2014-02-01 Thread Antonius Riha
This patch fixes the bug on precise.

Package version: dkms 2.2.0.3-1ubuntu3.2 from the precise-proposed
archive.

I've also attached a test script for this bug.

** Attachment added: test script for the bug
   
https://bugs.launchpad.net/debian/+source/dkms/+bug/1261116/+attachment/3965251/+files/test_uninstall_dkms_module.sh

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

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

Title:
  dkms uninstall fails unexpectedly without error message

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

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


[Bug 1261116] Re: dkms uninstall fails unexpectedly without error message

2014-02-01 Thread Antonius Riha
** Description changed:

- When trying to uninstall a (customly built) DKMS module using dkms
- uninstall -m my_module -v 1.1 dkms fails with exit code 1 and doesn't
- print an error message.
- 
- The problem occurs with the invocation of the function have_one_kernel
- in the /usr/sbin/dkms script. This function doesn't evaluate to 0 as it
- should, when all conditions are met (as with the command specified
- above).
+ [Impact] 
+ This bug makes it impossible to uninstall DKMS modules. When trying to 
uninstall a DKMS module using dkms uninstall -m my_module -v 1.1 dkms fails 
with exit code 1 and doesn't print an error message.
  
  The commands
  dkms uninstall -m my_module -v 1.1 --all
  and
  dkms uninstall -m my_module -v 1.1 -k 3.2.0-57 -k 3.5.0-44
  fail as expected with the resp. error messages and exit codes in function 
have_one_kernel.
+ 
+ The proposed patch is a backport from upstream.
+ 
+ 
+ [Test Case]
+ A test script has been added in comment 
https://bugs.launchpad.net/debian/+source/dkms/+bug/1261116/comments/8.
+ 
+ To reproduce the bug:
+ 1. Take any dkms package.
+ 2. Copy the package into the dkms src folder 
/usr/src/package_name-package_version.
+package_name and package_version can be found in dkms.conf in the 
package.
+ 3. Add the dkms module:
+dkms add -m package_name -v package_version
+ 4. Build the dkms module:
+dkms build -m package_name -v package_version
+ 5. Install the dkms module:
+dkms install -m package_name -v package_version
+ 6. Try to uninstall the dkms module:
+dkms uninstall -m package_name -v package_version
+Here, dkms fails with exit code 1 and without emitting an error message.
+ 
+ 
+ [Regression Potential] 
+ All client code that uses the dkms uninstall command and relies on it 
failing are candidates for regressions.

** Description changed:

- [Impact] 
+ [Impact]
  This bug makes it impossible to uninstall DKMS modules. When trying to 
uninstall a DKMS module using dkms uninstall -m my_module -v 1.1 dkms fails 
with exit code 1 and doesn't print an error message.
  
  The commands
  dkms uninstall -m my_module -v 1.1 --all
  and
  dkms uninstall -m my_module -v 1.1 -k 3.2.0-57 -k 3.5.0-44
  fail as expected with the resp. error messages and exit codes in function 
have_one_kernel.
  
  The proposed patch is a backport from upstream.
  
- 
  [Test Case]
  A test script has been added in comment 
https://bugs.launchpad.net/debian/+source/dkms/+bug/1261116/comments/8.
  
  To reproduce the bug:
  1. Take any dkms package.
  2. Copy the package into the dkms src folder 
/usr/src/package_name-package_version.
-package_name and package_version can be found in dkms.conf in the 
package.
+    package_name and package_version can be found in dkms.conf in the 
package.
  3. Add the dkms module:
-dkms add -m package_name -v package_version
+    dkms add -m package_name -v package_version
  4. Build the dkms module:
-dkms build -m package_name -v package_version
+    dkms build -m package_name -v package_version
  5. Install the dkms module:
-dkms install -m package_name -v package_version
+    dkms install -m package_name -v package_version
  6. Try to uninstall the dkms module:
-dkms uninstall -m package_name -v package_version
-Here, dkms fails with exit code 1 and without emitting an error message.
+    dkms uninstall -m package_name -v package_version
+    Here, dkms fails with exit code 1 and without emitting an error message.
  
- 
- [Regression Potential] 
- All client code that uses the dkms uninstall command and relies on it 
failing are candidates for regressions.
+ [Regression Potential]
+ All client code that uses the dkms uninstall command and relies on it 
failing is a candidate for regression.

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

Title:
  dkms uninstall fails unexpectedly without error message

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

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

[Bug 1261116] Re: dkms uninstall fails unexpectedly without error message

2014-01-10 Thread Antonius Riha
** Branch linked: lp:ubuntu/dkms

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

Title:
  dkms uninstall fails unexpectedly without error message

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

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


[Bug 1261116] Re: dkms uninstall fails unexpectedly without error message

2013-12-21 Thread Antonius Riha
** Branch linked: lp:~antoniusriha/dkms/precise-updates

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

Title:
  dkms uninstall fails unexpectedly without error message

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

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


[Bug 1261116] Re: dkms uninstall fails unexpectedly without error message

2013-12-19 Thread Antonius Riha
** Branch unlinked: lp:~antoniusriha/dkms/precise-updates

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

Title:
  dkms uninstall fails unexpectedly without error message

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

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


[Bug 1261116] Re: dkms uninstall fails unexpectedly without error message

2013-12-15 Thread Antonius Riha
The bug has been fixed in upstream in revision
http://bazaar.launchpad.net/~dell-team/dkms/upstream/revision/594

** Project changed: dkms = dkms (Ubuntu)

** Branch linked: lp:ubuntu/precise-updates/dkms

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

Title:
  dkms uninstall fails unexpectedly without error message

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

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


[Bug 1071872] Re: xte (xautomation) num lock doesn't work properly

2013-02-06 Thread Antonius Riha
This command (xte key Num_Lock) stopped working for me after I
installed the lubuntu-desktop package on Ubuntu 12.04.

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

Title:
  xte (xautomation) num lock doesn't work properly

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

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


[Bug 560331] Re: Tasque needs ubuntu-mono icon

2012-10-13 Thread Antonius Riha
** Changed in: tasque (Ubuntu)
   Status: Triaged = Fix Committed

** Branch linked: lp:ubuntu-mono

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

Title:
  Tasque needs ubuntu-mono icon

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

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


[Bug 560331] Re: Tasque needs ubuntu-mono icon

2012-10-03 Thread Antonius Riha
** Also affects: ubuntu-mono
   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/560331

Title:
  Tasque needs ubuntu-mono icon

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

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


[Bug 560331] Re: Tasque needs ubuntu-mono icon

2012-10-02 Thread Antonius Riha
** Branch linked: lp:~antoniusriha/ubuntu-mono/trunk

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

Title:
  Tasque needs ubuntu-mono icon

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

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


[Bug 560331] Re: Tasque needs ubuntu-mono icon

2012-09-20 Thread Antonius Riha
** Branch linked: lp:~antoniusriha/ubuntu-mono/trunk

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

Title:
  Tasque needs ubuntu-mono icon

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

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


[Bug 560331] Re: Tasque needs ubuntu-mono icon

2012-09-20 Thread Antonius Riha
I've created some panel icons similar in style to tomboy's icons: 
lp:~antoniusriha/ubuntu-mono/trunk. Already requested to merge them into 
lp:ubuntu-mono, which I assume is the upstream project of lp:ubuntu/ubuntu-mono.
As of version 0.1.11 Tasque already looks for and ships tasque-panel icons in 
hicolor theme. So it's just a matter of merging the mono-chrome icons I created 
into any of the ubuntu-mono branches.

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

Title:
  Tasque needs ubuntu-mono icon

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

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


[Bug 839785] Re: nautilus crashed with SIGSEGV

2011-09-02 Thread Antonius
** 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/839785

Title:
  nautilus crashed with SIGSEGV

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

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


[Bug 838484] Re: rhythmbox-metadata crashed with SIGSEGV in _start()

2011-08-31 Thread Antonius
*** This bug is a duplicate of bug 825228 ***
https://bugs.launchpad.net/bugs/825228


** This bug has been marked a duplicate of bug 825228
   rhythmbox-metadata crashed with SIGSEGV in _start()

** 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/838484

Title:
  rhythmbox-metadata crashed with SIGSEGV in _start()

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

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


[Bug 836843] [NEW] nautilus context menu has small leftovers at the top and bottom

2011-08-29 Thread Antonius
Public bug reported:

I think this is related to nautilus. Purely aesthetical bug.

If you right click on the desktop or within in a nautilus folder, and hover 
over the top or bottom entries of the context menu, you'll see a small band 
that doesn't get coloured along with the entry (default: orange). 
The same behaviour can be seen if you do the same on context menus on title 
bars; within a terminal; within rhythmbox etc

Just checked that there's similar behaviour in ubuntu 11.04 in exactly
the same places.

However, if you open a context menu within firefox/vlc etc, you don't
get these uncoloured bands, hovering at the top/bottom entries. It looks
a lot sleaker.

Hope i described this clearly enough; it's a minor thing but it does
look more professional.

** Affects: nautilus (Ubuntu)
 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/836843

Title:
  nautilus context menu has small leftovers at the top and bottom

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

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


[Bug 833839] Re: ccsm crashed with KeyError in compizconfig.Plugin.ApplyStringExtensions (src/compizconfig.c:6780)(): '\x90Q\x98\x01'

2011-08-25 Thread Antonius
** 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/833839

Title:
  ccsm crashed with KeyError in
  compizconfig.Plugin.ApplyStringExtensions (src/compizconfig.c:6780)():
  '\x90Q\x98\x01'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compizconfig-settings-manager/+bug/833839/+subscriptions

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


[Bug 834252] Re: compiz crashed with SIGSEGV in sigc::signal_base::impl()

2011-08-25 Thread Antonius
** 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/834252

Title:
  compiz crashed with SIGSEGV in sigc::signal_base::impl()

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

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


[Bug 833258] Re: ubiquity crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name :1.65 was not provided by any .service files

2011-08-24 Thread Antonius
** 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/833258

Title:
  ubiquity crashed with DBusException in call_blocking():
  org.freedesktop.DBus.Error.ServiceUnknown: The name :1.65 was not
  provided by any .service files

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

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


[Bug 833252] Re: jockey-text crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name :1.67 was not provided by any .service files

2011-08-24 Thread Antonius
** 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/833252

Title:
  jockey-text crashed with DBusException in call_blocking():
  org.freedesktop.DBus.Error.ServiceUnknown: The name :1.67 was not
  provided by any .service files

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

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


[Bug 829561] Re: udev fails to execute /lib/udev/input_id because of missing files/directories.

2011-08-19 Thread Antonius
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/829561

Title:
  udev fails to execute /lib/udev/input_id because of missing
  files/directories.

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

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


[Bug 829561] [NEW] udev fails to execute /lib/udev/input_id because of missing files/directories.

2011-08-19 Thread Antonius
Public bug reported:

Since upgrading udev to version udev from 173-0ubuntu1 to 173-0ubuntu2
the otherday, there are several (7 at last count) unique but related
errors which occur on screen during bootup. None of these occurred
before updating.

i.e.

udev[244]: failed to execute '/lib/udev/input_id'
'input_id/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2': No
such file or directory.

They all complain about '/lib/udev/input_id' not being executed because
of missing files/directories.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: udev 173-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-8.11-generic 3.0.1
Uname: Linux 3.0.0-8-generic x86_64
Architecture: amd64
Date: Fri Aug 19 15:59:53 2011
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
MachineType: ASUSTeK Computer Inc. K51AE
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-8-generic 
root=UUID=65f5f854-3430-4c80-bb6b-9d92dbbf962d ro quiet pcie_aspm=force
SourcePackage: udev
UpgradeStatus: Upgraded to oneiric on 2011-08-12 (6 days ago)
dmi.bios.date: 12/09/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 210
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: K51AE
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr210:bd12/09/2009:svnASUSTeKComputerInc.:pnK51AE:pvr1.0:rvnASUSTeKComputerInc.:rnK51AE:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr:
dmi.product.name: K51AE
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  udev fails to execute /lib/udev/input_id because of missing
  files/directories.

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

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


[Bug 828037] [NEW] package apport 1.21.3-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 101

2011-08-17 Thread Antonius
Public bug reported:

Warning appeared while updating. Packages apport and apport-gtk would
not upgrade.

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: apport 1.21.3-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-8.11-generic 3.0.1
Uname: Linux 3.0.0-8-generic x86_64
ApportLog:
 
Architecture: amd64
Date: Wed Aug 17 15:01:37 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 101
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
PackageArchitecture: all
SourcePackage: apport
Title: package apport 1.21.3-0ubuntu2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 101
UpgradeStatus: Upgraded to oneiric on 2011-08-12 (4 days ago)

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


** Tags: amd64 apport-package need-duplicate-check oneiric

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

Title:
  package apport 1.21.3-0ubuntu2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 101

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

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


[Bug 828037] Re: package apport 1.21.3-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 101

2011-08-17 Thread Antonius
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/828037

Title:
  package apport 1.21.3-0ubuntu2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 101

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

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


[Bug 828037] Re: package apport 1.21.3-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 101

2011-08-17 Thread Antonius
ant@Master-ant:~$ sudo dpkg --configure apport
Setting up apport (1.21.3-0ubuntu2) ...
SyntaxError: ('continue' not properly in loop, 
('/usr/share/apport/package-hooks/source_ubiquity.py', 30, None, 'continue\n'))

dpkg: error processing apport (--configure):
 subprocess installed post-installation script returned error exit status 101
Errors were encountered while processing:
 apport

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

Title:
  package apport 1.21.3-0ubuntu2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 101

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

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


[Bug 826049] Re: alacarte crashed with OSError in _execute_child(): [Errno 2] No such file or directory

2011-08-17 Thread Antonius
Strangeafter today's updates, when i try to reproduce this - nothing
happens. No error but also no new menu item created?

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

Title:
  alacarte crashed with OSError in _execute_child(): [Errno 2] No such
  file or directory

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

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


[Bug 828037] Re: package apport 1.21.3-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 101

2011-08-17 Thread Antonius
Excellent :) bug seems fixed

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

Title:
  package apport 1.21.3-0ubuntu2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 101

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

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


[Bug 826049] Re: alacarte crashed with OSError in _execute_child(): [Errno 2] No such file or directory

2011-08-17 Thread Antonius
Scratch that - back to crashing again :(

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

Title:
  alacarte crashed with OSError in _execute_child(): [Errno 2] No such
  file or directory

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

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


[Bug 826049] Re: alacarte crashed with OSError in _execute_child(): [Errno 2] No such file or directory

2011-08-17 Thread Antonius
ant@Master-ant:~$ alacarte
Traceback (most recent call last):
  File /usr/share/alacarte/Alacarte/MainWindow.py, line 311, in 
on_new_item_button_clicked
process = subprocess.Popen(['gnome-desktop-item-edit', file_path], 
env=os.environ)
  File /usr/lib/python2.7/subprocess.py, line 679, in __init__
errread, errwrite)
  File /usr/lib/python2.7/subprocess.py, line 1239, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory


Hope this helps.

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

Title:
  alacarte crashed with OSError in _execute_child(): [Errno 2] No such
  file or directory

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

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


[Bug 826049] Re: alacarte crashed with OSError in _execute_child(): [Errno 2] No such file or directory

2011-08-16 Thread Antonius
Sure - i went to the Ubuntu start icon and went to Main menu.

With Main menu open, click New item.
A few seconds will pass and it will report that Main menu has crashed; a new 
menu item is not created. 

Still reproducable here.

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

Title:
  alacarte crashed with OSError in _execute_child(): [Errno 2] No such
  file or directory

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

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


[Bug 826452] Re: gtk-window-decorator crashed with SIGSEGV in g_datalist_id_set_data_full()

2011-08-14 Thread Antonius
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/826452

Title:
  gtk-window-decorator crashed with SIGSEGV in
  g_datalist_id_set_data_full()

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

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


[Bug 826452] [NEW] gtk-window-decorator crashed with SIGSEGV in g_datalist_id_set_data_full()

2011-08-14 Thread Antonius
Public bug reported:

gtk-window-decorator crashed with SIGSEGV in
g_datalist_id_set_data_full()

ProblemType: Crash
DistroRelease: Ubuntu 11.10
Package: compiz-gnome 1:0.9.5.0-0ubuntu5
ProcVersionSignature: Ubuntu 3.0.0-8.11-generic 3.0.1
Uname: Linux 3.0.0-8-generic x86_64
Architecture: amd64
BootLog:
 fsck from util-linux 2.19.1
 /dev/sda1: clean, 186730/19324928 files, 14092428/77290752 blocks
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,place,regex,obs,session,mousepoll,wall,animation,resize,move,vpswitch,imgpng,expo,grid,gnomecompat,snap,commands,ezoom,workarounds,unitymtgrabhandles,staticswitcher,fade,scale,unityshell]
CompositorRunning: compiz
Date: Sun Aug 14 22:22:15 2011
DistUpgraded: Log time: 2011-08-12 23:46:42.041380
DistroCodename: oneiric
DistroVariant: ubuntu
ExecutablePath: /usr/bin/gtk-window-decorator
GdmLog2:
 
GraphicsCard:
 ATI Technologies Inc M880G [Mobility Radeon HD 4200] [1002:9712] (prog-if 00 
[VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:1b62]
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
MachineType: ASUSTeK Computer Inc. K51AE
ProcCmdline: /usr/bin/gtk-window-decorator
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-8-generic 
root=UUID=65f5f854-3430-4c80-bb6b-9d92dbbf962d ro quiet pcie_aspm=force
SegvAnalysis:
 Segfault happened at: 0x7f8b80209e75 g_datalist_id_set_data_full+341:
mov0x0(%r13),%esi
 PC (0x7f8b80209e75) ok
 source 0x0(%r13) (0xaaa8) not located in a known VMA region 
(needed readable region)!
 destination %esi ok
SegvReason: reading unknown VMA
Signal: 11
SourcePackage: compiz
StacktraceTop:
 g_datalist_id_set_data_full () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
 g_object_unref () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
 remove_frame_window ()
 event_filter_func ()
Title: gtk-window-decorator crashed with SIGSEGV in 
g_datalist_id_set_data_full()
UpgradeStatus: Upgraded to oneiric on 2011-08-12 (1 days ago)
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
dmi.bios.date: 12/09/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 210
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: K51AE
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr210:bd12/09/2009:svnASUSTeKComputerInc.:pnK51AE:pvr1.0:rvnASUSTeKComputerInc.:rnK51AE:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr:
dmi.product.name: K51AE
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.
version.compiz: compiz 1:0.9.5.0-0ubuntu5
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.26-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

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


** Tags: amd64 apport-crash compiz-0.9 oneiric running-unity single-occurrence 
ubuntu

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

Title:
  gtk-window-decorator crashed with SIGSEGV in
  g_datalist_id_set_data_full()

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

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


[Bug 825805] [NEW] package gstreamer0.10-camerabin (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/gstreamer-0.10/libgstcamerabin.so', which is also in package gstreamer0.10-p

2011-08-13 Thread Antonius
Public bug reported:

Error occurred while updating today.

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: gstreamer0.10-camerabin (not installed)
ProcVersionSignature: Ubuntu 3.0.0-8.10-generic 3.0.1
Uname: Linux 3.0.0-8-generic x86_64
Architecture: amd64
Date: Sat Aug 13 14:07:09 2011
ErrorMessage: trying to overwrite '/usr/lib/gstreamer-0.10/libgstcamerabin.so', 
which is also in package gstreamer0.10-plugins-bad 0.10.22-2ubuntu1
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
SourcePackage: gst-plugins-bad0.10
Title: package gstreamer0.10-camerabin (not installed) failed to 
install/upgrade: trying to overwrite 
'/usr/lib/gstreamer-0.10/libgstcamerabin.so', which is also in package 
gstreamer0.10-plugins-bad 0.10.22-2ubuntu1
UpgradeStatus: Upgraded to oneiric on 2011-08-12 (0 days ago)

** Affects: gst-plugins-bad0.10 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package need-duplicate-check oneiric

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

Title:
  package gstreamer0.10-camerabin (not installed) failed to
  install/upgrade: trying to overwrite
  '/usr/lib/gstreamer-0.10/libgstcamerabin.so', which is also in package
  gstreamer0.10-plugins-bad 0.10.22-2ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-bad0.10/+bug/825805/+subscriptions

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


[Bug 825805] Re: package gstreamer0.10-camerabin (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/gstreamer-0.10/libgstcamerabin.so', which is also in package gstreamer0.10-plu

2011-08-13 Thread Antonius
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/825805

Title:
  package gstreamer0.10-camerabin (not installed) failed to
  install/upgrade: trying to overwrite
  '/usr/lib/gstreamer-0.10/libgstcamerabin.so', which is also in package
  gstreamer0.10-plugins-bad 0.10.22-2ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-bad0.10/+bug/825805/+subscriptions

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


[Bug 826049] Re: alacarte crashed with OSError in _execute_child(): [Errno 2] No such file or directory

2011-08-13 Thread Antonius
** 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/826049

Title:
  alacarte crashed with OSError in _execute_child(): [Errno 2] No such
  file or directory

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

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


[Bug 825587] Re: compiz crashed with SIGSEGV in SimpleLauncherIcon::ReloadIcon()

2011-08-13 Thread Antonius
** 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/825587

Title:
  compiz crashed with SIGSEGV in SimpleLauncherIcon::ReloadIcon()

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

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


[Bug 819918] Re: synaptic crashed with SIGSEGV in std::basic_stringchar, std::char_traitschar, std::allocatorchar ::compare()

2011-08-02 Thread Antonius
** 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/819918

Title:
  synaptic crashed with SIGSEGV in std::basic_stringchar,
  std::char_traitschar, std::allocatorchar ::compare()

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

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


[Bug 818912] Re: unity-2d-places crashed with SIGSEGV in QDeclarativePropertyPrivate::initProperty()

2011-07-31 Thread Antonius
** 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/818912

Title:
  unity-2d-places crashed with SIGSEGV in
  QDeclarativePropertyPrivate::initProperty()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/818912/+subscriptions

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


[Bug 786556] [NEW] If emesene Image chooser window too small, overlay scrollbar disappears when trying to use it.

2011-05-22 Thread Antonius
Public bug reported:

Binary package hint: overlay-scrollbar

I let the emesene devs know about this on git 
(https://github.com/emesene/emesene/issues/559) however, this didn't appear to 
be an emesene bug, but an overlay-scrollbar bug. 
An image of the offending problem is available at the link, or here: 
(http://www.imageupload.org/?d=40022B131)

The bug is that if you try to actually use the slider, it fades before
allowing you to scroll. The only work around is to make the image
chooser window larger, so you can see the rest of your folders. The
scrollbar refuses to stay while the window is at the default size?

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: overlay-scrollbar 0.1.12-0ubuntu1
Uname: Linux 2.6.39-020639-generic x86_64
Architecture: amd64
Date: Sun May 22 14:50:09 2011
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta amd64 (20110404)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_GB:en
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: overlay-scrollbar
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: overlay-scrollbar (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug natty running-unity

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

Title:
  If emesene Image chooser window too small, overlay scrollbar
  disappears when trying to use it.

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


[Bug 786556] Re: If emesene Image chooser window too small, overlay scrollbar disappears when trying to use it.

2011-05-22 Thread Antonius
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/786556

Title:
  If emesene Image chooser window too small, overlay scrollbar
  disappears when trying to use it.

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


[Bug 562027] Re: [ooo-build] OOo QuickStarter: unable to shutdown / reboot / logout when quickstarter is active

2011-04-28 Thread Antonius
I'm experiencing this on ubuntu 11.04 natty 32bit  2.6.38-8-generic on
Libreoffice-3.3.2.2 (Ubuntu package 1:3.3.2-1ubuntu4) and will disable
quickstarter in the meantime.

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

Title:
  [ooo-build] OOo QuickStarter: unable to shutdown / reboot / logout
  when quickstarter is active

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


[Bug 688815] Re: Small bug: Misspelling of until in Osmo Calendar

2011-04-27 Thread Antonius
Thanks for clearing that up :)

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

Title:
  Small bug: Misspelling of until in Osmo Calendar

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


[Bug 751175] Re: Time and Date Settings don't load (Natty Beta 1)

2011-04-08 Thread Antonius
I hate to say it, but...bug's back lol

Latest version is now   0.2.2-0ubuntu1

I would obtain a backtrace but i'm unsure about the procedure since i
can't find mention of a indicator-datetime-dbg package?

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

Title:
  Time and Date Settings don't load (Natty Beta 1)

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


[Bug 751175] Re: Time and Date Settings don't load (Natty Beta 1)

2011-04-08 Thread Antonius
Originally it was:

ant@ant-laptop:~$ ps ax | grep indicator-datetime-preferences
 5414 ?Sl 0:00 indicator-datetime-preferences
13645 pts/0S+ 0:00 grep --color=auto indicator-datetime-preferences

then, after clicking Time and Date Settings...

ant@ant-laptop:~$ ps ax | grep indicator-datetime-preferences
 5414 ?Sl 0:00 indicator-datetime-preferences
13647 ?S  0:00 indicator-datetime-preferences
13652 pts/0S+ 0:00 grep --color=auto indicator-datetime-preferences

then, after a few seconds (with nothing happening), back to:

ant@ant-laptop:~$ ps ax | grep indicator-datetime-preferences
 5414 ?Sl 0:00 indicator-datetime-preferences
13655 pts/0S+ 0:00 grep --color=auto indicator-datetime-preferences

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

Title:
  Time and Date Settings don't load (Natty Beta 1)

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


[Bug 688815] Re: Small bug: Misspelling of until in Osmo Calendar

2011-04-07 Thread Antonius
While this bug is no longer present in osmo 0.2.10+svn906-0ubuntu1~ppa1 (from  
https://launchpad.net/~gilir/+archive/lubuntu)
the latest version available in natty is osmo (0.2.10+svn898-1ubuntu1) and in 
maverick, osmo (0.2.10+svn898-1).

Isn't there one, specific PPA for it, or is the ppa:gilir/lubuntu
(marked as unstable i might add) the 'main' ppa to obtain the latest
version? What i'm basically asking is why are newer versions of osmo not
being pushed to ubuntu, and if they are, wouldn't you agree that they
are difficult to acquire?

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

Title:
  Small bug: Misspelling of until in Osmo Calendar

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


[Bug 751175] Re: Time and Date Settings don't load (Natty Beta 1)

2011-04-07 Thread Antonius
Agreed, problem appears solved :)

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

Title:
  Time and Date Settings don't load (Natty Beta 1)

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


[Bug 751396] [NEW] Time and Date Settings won't load (Natty Beta 1 64bit)

2011-04-05 Thread Antonius
*** This bug is a duplicate of bug 751175 ***
https://bugs.launchpad.net/bugs/751175

Public bug reported:

Binary package hint: indicator-datetime

Clicking the time in the indicator gives the option Time and Date
Settings...

Clicking this menu option has no effect; time and date settings do not
appear.

The same result is apparent if attempting to launch time and date
settings from the System Settings app.

Expected result: time and date settings appear.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: indicator-datetime 0.2.1-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-7.39-generic 2.6.38
Uname: Linux 2.6.38-7-generic x86_64
Architecture: amd64
Date: Tue Apr  5 14:40:42 2011
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta amd64 (20110404)
ProcEnviron:
 LANGUAGE=en_GB:en
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: indicator-datetime
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: indicator-datetime (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug natty running-unity

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

Title:
  Time and Date Settings won't load (Natty Beta 1 64bit)

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


[Bug 751396] Re: Time and Date Settings won't load (Natty Beta 1 64bit)

2011-04-05 Thread Antonius
*** This bug is a duplicate of bug 751175 ***
https://bugs.launchpad.net/bugs/751175


** This bug has been marked a duplicate of bug 751175
   Time and Date Settings don't load (Natty Beta 1)
 * You can subscribe to bug 751175 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/751175/+subscribe

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

Title:
  Time and Date Settings won't load (Natty Beta 1 64bit)

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


[Bug 751175] Re: Time and Date Settings don't load (Natty Beta 1)

2011-04-05 Thread Antonius
I can confirm exactly the same bug with the 64bit ubuntu - bug 751396. I
marked it as a duplicate.

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

Title:
  Time and Date Settings don't load (Natty Beta 1)

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


[Bug 688815] [NEW] Small bug: Misspelling of until in Osmo Calendar

2010-12-10 Thread Antonius
Public bug reported:

Binary package hint: osmo

untill is written by 'Day number: X days left untill' in Calendar.
E.g. Day number 348: (17 days untill end of year) instead of 'until'.

This is a minor spelling error and very easy to fix! :)

(To reproduce this, open Osmo, go to the Calendar section and read the
day number data for any day.)

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: osmo 0.2.10+svn898-1
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic x86_64
Architecture: amd64
Date: Sat Dec 11 00:15:07 2010
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Beta amd64 (20100901.1)
ProcEnviron:
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: osmo

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


** Tags: amd64 apport-bug maverick

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

Title:
  Small bug: Misspelling of until in Osmo Calendar

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


[Bug 688815] Re: Small bug: Misspelling of until in Osmo Calendar

2010-12-10 Thread Antonius


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

Title:
  Small bug: Misspelling of until in Osmo Calendar

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


[Bug 654492] Re: ** (gedit:1858): CRITICAL **: gedit_spell_checker_language_to_key: assertion `lang != NULL' failed

2010-10-08 Thread Antonius
I had a look at which dictionary gedit was set to use - but it was
blank?  The Spellchecker addon was active, so i tried disabling it, with
no change.

However, after installing the following packages:
aspell (0.60.6-4ubuntu1)
aspell-en (6.0-0-5.1ubuntu3)
dictionaries-common (1.5.11ubuntu1)

the problem doesn't come up anymore? lol

In future, can gedit be set to automatically include these as
dependencies when downloaded and installed, or if the spell checker is
disabled (i.e. the user doesn't want to use spell check), can it please
stop throwing up similar critical warnings? :)

-- 
** (gedit:1858): CRITICAL **: gedit_spell_checker_language_to_key: assertion 
`lang != NULL' failed
https://bugs.launchpad.net/bugs/654492
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 654492] Re: ** (gedit:1858): CRITICAL **: gedit_spell_checker_language_to_key: assertion `lang != NULL' failed

2010-10-04 Thread Antonius
I switched back to this kernel:  Linux anttesting-laptop 2.6.35-22-generic 
#33-Ubuntu SMP Sun Sep 19 20:32:27 UTC 2010 x86_64 GNU/Linux
 
which i believe is the default for maverick and tried to reproduce the problem. 

sudo gedit /etc/default/grub and then i changed the value of
GRUB_DEFAULT, saved, only to receive this in the terminal, slightly
different from last time:

** (gedit:1991): CRITICAL **: gedit_spell_checker_language_to_key:
assertion `lang != NULL' failed

Can anyone else confirm this happens when they try it?

-- 
** (gedit:1858): CRITICAL **: gedit_spell_checker_language_to_key: assertion 
`lang != NULL' failed
https://bugs.launchpad.net/bugs/654492
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 654492] [NEW] ** (gedit:1858): CRITICAL **: gedit_spell_checker_language_to_key: assertion `lang != NULL' failed

2010-10-04 Thread Antonius
Public bug reported:

Binary package hint: gedit

** (gedit:1858): CRITICAL **: gedit_spell_checker_language_to_key: assertion 
`lang != NULL' failed
was printed when i was editing my grub file in /etc/default/grub in 64bit 
ubuntu 10.10 maverick meerkat, up to date (therefore RC1)

The command used was sudo gedit /etc/default/grub. The command
completed successfully, but the warning above came up in the terminal.
Nothing else to report.

ant-test...@anttesting-laptop:~$ apt-cache policy gedit
gedit:
  Installed: 2.30.3-1ubuntu1
  Candidate: 2.30.3-1ubuntu1
  Version table:
 *** 2.30.3-1ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ maverick/main amd64 Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gedit 2.30.3-1ubuntu1
Uname: Linux 2.6.36-020636rc6-generic x86_64
Architecture: amd64
Date: Mon Oct  4 11:18:09 2010
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Beta amd64 (20100901.1)
ProcEnviron:
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: gedit

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


** Tags: amd64 apport-bug maverick

-- 
** (gedit:1858): CRITICAL **: gedit_spell_checker_language_to_key: assertion 
`lang != NULL' failed
https://bugs.launchpad.net/bugs/654492
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 654492] Re: ** (gedit:1858): CRITICAL **: gedit_spell_checker_language_to_key: assertion `lang != NULL' failed

2010-10-04 Thread Antonius

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/654492/+attachment/1671095/+files/Dependencies.txt

-- 
** (gedit:1858): CRITICAL **: gedit_spell_checker_language_to_key: assertion 
`lang != NULL' failed
https://bugs.launchpad.net/bugs/654492
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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