[Bug 1108956] Re: The dash closes when trying to switch from Command lens to home lens

2013-01-31 Thread Romain Perier
** Branch linked: lp:~rperier/unity/command-lens-switching

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

Title:
  The dash closes when trying to switch from Command lens to home lens

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

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


[Bug 1019457] Re: The Dash closes when trying to switch to the Command lens (Alt+F2)

2013-01-24 Thread Romain Perier
** Changed in: unity
 Assignee: (unassigned) = Romain Perier (rperier)

** Changed in: unity (Ubuntu)
 Assignee: (unassigned) = Romain Perier (rperier)

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

Title:
  The Dash closes when trying to switch to the Command lens (Alt+F2)

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

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


[Bug 1019457] Re: The Dash closes when trying to switch to the Command lens (Alt+F2)

2013-01-24 Thread Romain Perier
** Branch linked: lp:~rperier/unity/exec-len

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

Title:
  The Dash closes when trying to switch to the Command lens (Alt+F2)

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

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


[Bug 753410] Re: Kubuntu: System Languages installs too many languages

2011-12-29 Thread Romain Perier
Could you test with a recent version of language-selector ? for example install 
kubuntu 11.10 inside a virtual machine, and test again. 
Also once a new kubuntu is installed in your VM, could you start 
language-selector from a terminal (to see debugging) ?

$ kcmshell4 language-selector

Thanks !

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

Title:
  Kubuntu: System Languages installs too many languages

To manage notifications about this bug go to:
https://bugs.launchpad.net/kubuntu-ppa/+bug/753410/+subscriptions

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


[Bug 871922] Re: language-selector-kde crashes on startup

2011-10-10 Thread Romain Perier
** Description changed:

  Hello,
  
  Since language-selector 0.54, language-selector-kde crashes all the time
  on startup.
  
  [linux-EX58-UD4P] bambi ~ $ kcmshell4 language-selector
- kcmshell(5732)/python (plugin): Error while running factory function for 
Python plugin:  language-selector/language-selector.py 
+ kcmshell(5732)/python (plugin): Error while running factory function for 
Python plugin:  language-selector/language-selector.py
  Traceback (most recent call last):
-   File string, line 18, in kpythonpluginfactory_bridge
-   File /usr/share/kde4/apps/language-selector/language-selector.py, line 9, 
in CreatePlugin
- return QtLanguageSelector(/usr/share/language-selector/, 
component_data, widget_parent)
-   File 
/usr/lib/python2.7/dist-packages/LanguageSelector/qt/QtLanguageSelector.py, 
line 51, in __init__
- self.init()
-   File 
/usr/lib/python2.7/dist-packages/LanguageSelector/qt/QtLanguageSelector.py, 
line 75, in init
- self.updateLanguagesList()
-   File 
/usr/lib/python2.7/dist-packages/LanguageSelector/qt/QtLanguageSelector.py, 
line 187, in updateLanguagesList
- languageList = self._cache.getLanguageInformation()
-   File /usr/lib/python2.7/dist-packages/LanguageSelector/LangCache.py, line 
376, in getLanguageInformation
- li = LanguageInformation(self, code, lang)
-   File /usr/lib/python2.7/dist-packages/LanguageSelector/LangCache.py, line 
41, in __init__
- if 'gnome-' not in sys.argv[0]:
+   File string, line 18, in kpythonpluginfactory_bridge
+   File /usr/share/kde4/apps/language-selector/language-selector.py, line 9, 
in CreatePlugin
+ return QtLanguageSelector(/usr/share/language-selector/, 
component_data, widget_parent)
+   File 
/usr/lib/python2.7/dist-packages/LanguageSelector/qt/QtLanguageSelector.py, 
line 51, in __init__
+ self.init()
+   File 
/usr/lib/python2.7/dist-packages/LanguageSelector/qt/QtLanguageSelector.py, 
line 75, in init
+ self.updateLanguagesList()
+   File 
/usr/lib/python2.7/dist-packages/LanguageSelector/qt/QtLanguageSelector.py, 
line 187, in updateLanguagesList
+ languageList = self._cache.getLanguageInformation()
+   File /usr/lib/python2.7/dist-packages/LanguageSelector/LangCache.py, line 
376, in getLanguageInformation
+ li = LanguageInformation(self, code, lang)
+   File /usr/lib/python2.7/dist-packages/LanguageSelector/LangCache.py, line 
41, in __init__
+ if 'gnome-' not in sys.argv[0]:
  AttributeError: 'module' object has no attribute 'argv'
- kcmshell(5732)/python (plugin): Failed to import module 
+ kcmshell(5732)/python (plugin): Failed to import module
  kcmshell(5732)/kcontrol KCModuleLoader::loadModule: This module has no valid 
entry symbol at all. The reason could be that it's still using 
K_EXPORT_COMPONENT_FACTORY with a custom X-KDE-FactoryName which is not 
supported anymore
  
  The fix LanguageSelector/LangCache.py [change not affecting KDE]
  breaks language-selector-kde, mainly because it uses sys.argv -
  systemsettings does not use the python interpreter to load the script
  but a plugin wrapper . This plugin wrapper uses libpython and sip to
  load the code,  which means that sys.argv is not defined at all (because
- it's defined by the interpreter itself).
+ it's defined by the interpreter itself). See
+ pykde4/KPythonPluginFactory.cpp .
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: language-selector-kde 0.55
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Mon Oct 10 19:44:00 2011
  InstallationMedia: Kubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  PackageArchitecture: all
  ProcEnviron:
-  LANGUAGE=fr_FR:en
-  PATH=(custom, user)
-  LANG=fr_FR.UTF-8
-  LC_MESSAGES=fr_FR.utf8
-  SHELL=/bin/bash
+  LANGUAGE=fr_FR:en
+  PATH=(custom, user)
+  LANG=fr_FR.UTF-8
+  LC_MESSAGES=fr_FR.utf8
+  SHELL=/bin/bash
  SourcePackage: language-selector
  UpgradeStatus: Upgraded to oneiric on 2011-02-07 (245 days ago)

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

Title:
  language-selector-kde crashes on startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/871922/+subscriptions

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

[Bug 871922] [NEW] language-selector-kde crashes on startup

2011-10-10 Thread Romain Perier
Public bug reported:

Hello,

Since language-selector 0.54, language-selector-kde crashes all the time
on startup.

[linux-EX58-UD4P] bambi ~ $ kcmshell4 language-selector
kcmshell(5732)/python (plugin): Error while running factory function for Python 
plugin:  language-selector/language-selector.py
Traceback (most recent call last):
  File string, line 18, in kpythonpluginfactory_bridge
  File /usr/share/kde4/apps/language-selector/language-selector.py, line 9, 
in CreatePlugin
return QtLanguageSelector(/usr/share/language-selector/, component_data, 
widget_parent)
  File 
/usr/lib/python2.7/dist-packages/LanguageSelector/qt/QtLanguageSelector.py, 
line 51, in __init__
self.init()
  File 
/usr/lib/python2.7/dist-packages/LanguageSelector/qt/QtLanguageSelector.py, 
line 75, in init
self.updateLanguagesList()
  File 
/usr/lib/python2.7/dist-packages/LanguageSelector/qt/QtLanguageSelector.py, 
line 187, in updateLanguagesList
languageList = self._cache.getLanguageInformation()
  File /usr/lib/python2.7/dist-packages/LanguageSelector/LangCache.py, line 
376, in getLanguageInformation
li = LanguageInformation(self, code, lang)
  File /usr/lib/python2.7/dist-packages/LanguageSelector/LangCache.py, line 
41, in __init__
if 'gnome-' not in sys.argv[0]:
AttributeError: 'module' object has no attribute 'argv'
kcmshell(5732)/python (plugin): Failed to import module
kcmshell(5732)/kcontrol KCModuleLoader::loadModule: This module has no valid 
entry symbol at all. The reason could be that it's still using 
K_EXPORT_COMPONENT_FACTORY with a custom X-KDE-FactoryName which is not 
supported anymore

The fix LanguageSelector/LangCache.py [change not affecting KDE]
breaks language-selector-kde, mainly because it uses sys.argv -
systemsettings does not use the python interpreter to load the script
but a plugin wrapper . This plugin wrapper uses libpython and sip to
load the code,  which means that sys.argv is not defined at all (because
it's defined by the interpreter itself). See
pykde4/KPythonPluginFactory.cpp .

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: language-selector-kde 0.55
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Mon Oct 10 19:44:00 2011
InstallationMedia: Kubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=fr_FR:en
 PATH=(custom, user)
 LANG=fr_FR.UTF-8
 LC_MESSAGES=fr_FR.utf8
 SHELL=/bin/bash
SourcePackage: language-selector
UpgradeStatus: Upgraded to oneiric on 2011-02-07 (245 days ago)

** Affects: language-selector (Ubuntu)
 Importance: High
 Assignee: Martin Pitt (pitti)
 Status: Fix Committed

** Affects: language-selector (Ubuntu Oneiric)
 Importance: High
 Assignee: Martin Pitt (pitti)
 Status: Fix Committed


** Tags: amd64 apport-bug oneiric

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

Title:
  language-selector-kde crashes on startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/871922/+subscriptions

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

[Bug 871922] Re: language-selector-kde crashes on startup

2011-10-10 Thread Romain Perier
* Solution 1)° Define sys.argv to [ language-selector-kde] in 
language-selector-kde.py 
* Solution 2)° Don't use sys.argv in LanguageSelector/LangCache.py

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

Title:
  language-selector-kde crashes on startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/871922/+subscriptions

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

[Bug 859706] [NEW] Feature Freeze Exception for libmygpo-qt 1.0.4

2011-09-26 Thread Romain Perier
Public bug reported:

libmygpo-qt is a C++/Qt Library wrapping the gpodder.net Webservice. It is used 
by amarok and works perfectly with it.
libmygpo-qt 1.0.4 is out, it includes various bugfixes. We need it into oneiric.

See http://revu.ubuntuwire.com/p/libmygpo-qt

** Affects: 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/859706

Title:
  Feature Freeze Exception for libmygpo-qt 1.0.4

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

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


[Bug 855491] Re: Feature Freeze Exception for touchegg 1.0

2011-09-22 Thread Romain Perier
That's because it has been uploaded yesterday... ^^ (the FFe was opened
before the push)

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

Title:
  Feature Freeze Exception for touchegg 1.0

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

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


[Bug 855491] [NEW] Feature Freeze Exception for touchegg 1.0

2011-09-21 Thread Romain Perier
Public bug reported:

Touchégg is a multitouch gesture recognizer for GNU/Linux that allows 
associating actions to each gesture. 
Written in C++ with Qt and uTouch-geis library.

Touchégg 1.0 contains bugfixes to work with the latest utouch.

** Affects: 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/855491

Title:
  Feature Freeze Exception for touchegg 1.0

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

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

[Bug 855612] [NEW] Feature Freeze Exception for akonadi-facebook

2011-09-21 Thread Romain Perier
Public bug reported:

This package is a resource for akonadi that let you interact with facebook. 
Also, It contains a library to interact with the facebook webservice. We want 
this package in oneiric.
The package can be found on revu  http://revu.ubuntuwire.com/p/akonadi-facebook

** Affects: 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/855612

Title:
  Feature Freeze Exception for akonadi-facebook

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

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


[Bug 850691] [NEW] USB-Audio - HP Premium Digital Headset : It crackles all the time and has a poor sound quality ONLY on one machine

2011-09-15 Thread Romain Perier
Public bug reported:

Hello,

Yesterday I bought a HP Premium Digital Headset, it works perfectly on natty on 
my eepc and on natty with another machine.
However on my I7 (with natty or oneiric) the sound crackles all the time and 
has a very poor quality. I have even tried with a livecd from natty to be sure 
that it's not my configuration... same thing, it crackles all the time :( . The 
problems comes from ALSA itself and not pulseaudio (aplay crackles too).

Feel free to ask me more informations.

Romain.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: alsa-base 1.0.24+dfsg-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
Uname: Linux 3.0.0-11-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.23-0ubuntu1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  bambi  1776 F pulseaudio
 /dev/snd/controlC0:  bambi  1776 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfdff8000 irq 44'
   Mixer name   : 'Realtek ALC889A'
   Components   : 'HDA:10ec0885,1458a002,00100101'
   Controls  : 39
   Simple ctrls  : 22
Card1.Amixer.info:
 Card hw:1 'Headset'/'Hewlett-Packard HP Premium Digital Headset at 
usb-:00:1d.2-2, full speed'
   Mixer name   : 'USB Mixer'
   Components   : 'USB03f0:a007'
   Controls  : 7
   Simple ctrls  : 3
Date: Thu Sep 15 09:50:27 2011
InstallationMedia: Kubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=fr_FR:en
 PATH=(custom, user)
 LANG=fr_FR.UTF-8
 LC_MESSAGES=fr_FR.utf8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_Card: Audio interne - HDA Intel
Symptom_Jack: Green Line Out, Rear
Symptom_Type: Volume slider, or mixer problems
Title: [EX58-UD4P, Realtek ALC889A, Green Line Out, Rear] volume slider problem
UpgradeStatus: Upgraded to oneiric on 2011-02-07 (219 days ago)
dmi.bios.date: 12/11/2008
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F3
dmi.board.name: EX58-UD4P
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF3:bd12/11/2008:svnGigabyteTechnologyCo.,Ltd.:pnEX58-UD4P:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnEX58-UD4P:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: EX58-UD4P
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric

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

Title:
  USB-Audio - HP Premium Digital Headset : It crackles all the time and
  has a poor sound quality ONLY on one machine

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/850691/+subscriptions

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


[Bug 850691] Re: USB-Audio - HP Premium Digital Headset : It crackles all the time and has a poor sound quality ONLY on one machine

2011-09-15 Thread Romain Perier
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/850691

Title:
  USB-Audio - HP Premium Digital Headset : It crackles all the time and
  has a poor sound quality ONLY on one machine

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/850691/+subscriptions

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


[Bug 850691] Re: USB-Audio - HP Premium Digital Headset : It crackles all the time and has a poor sound quality ONLY on one machine

2011-09-15 Thread Romain Perier
PS: I've already checked alsamixer, I adjusted volumes, it does not work
anyway.

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

Title:
  USB-Audio - HP Premium Digital Headset : It crackles all the time and
  has a poor sound quality ONLY on one machine

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/850691/+subscriptions

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


[Bug 849936] Re: Feature Freeze Exception for bluedevil 1.2

2011-09-14 Thread Romain Perier
I've accidentaly assigned this bug to Launchpad itself, it was a
mistake, sorry.

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

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

Title:
  Feature Freeze Exception for bluedevil 1.2

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

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


[Bug 838273] [NEW] Manual partionning: ubiquity crashed when I clicked on change the partition

2011-08-31 Thread Romain Perier
Public bug reported:

Hello,

when I tested the Kubuntu Desktop image (amd64) with manual partionning,
ubiquity crashed when I tried to change a partition :  I created two
ext4 partitions (/ and /home) with a swap partition. I changed the first
mount point to / and the second to /home, ubiquity crashed when I
tried to change the second one (when I clicked on change).

The test was done through VirtualBox

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: ubiquity 2.7.24
ProcVersionSignature: Ubuntu 3.0.0-9.15-generic 3.0.3
Uname: Linux 3.0.0-9-generic x86_64
Architecture: amd64
CasperVersion: 1.280
Date: Wed Aug 31 17:39:48 2011
LiveMediaBuild: Kubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110831)
ProcEnviron:
 LANGUAGE=
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug iso-testing oneiric ubiquity-2.7.24

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

Title:
  Manual partionning: ubiquity crashed when I clicked on change the
  partition

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

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


[Bug 838273] Re: Manual partionning: ubiquity crashed when I clicked on change the partition

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

Title:
  Manual partionning: ubiquity crashed when I clicked on change the
  partition

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

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


[Bug 834149] [NEW] Feature Freeze Exception request for Touchégg-gui

2011-08-25 Thread Romain Perier
Public bug reported:

Touchégg is a multitouch cross platform gesture recognizer that allows 
associating actions to each gesture.
Written in C++ with Qt and uTouch-geis library. 

This package contains the graphical user interface that allows the user
to configure touchegg graphically.

This is a required package for Kubuntu oneiric, see the blueprint 
https://blueprints.launchpad.net/ubuntu/+spec/desktop-o-kubuntu-packaging.
See also http://revu.ubuntuwire.com/p/touchegg-gui

** Affects: ubuntu
 Importance: Wishlist
 Status: Confirmed

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

Title:
  Feature Freeze Exception request for Touchégg-gui

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

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

[Bug 828637] [NEW] Feature Freeze Exception request for Touchégg

2011-08-18 Thread Romain Perier
Public bug reported:

Touchégg is a multitouch gesture recognizer for GNU/Linux that allows 
associating actions to each gesture. 
Written in C++ with Qt and uTouch-geis library.

This is a required package for Kubuntu oneiric, see the blueprint
https://blueprints.launchpad.net/ubuntu/+spec/desktop-o-kubuntu-
packaging.

I've wrote the packages rules and the package has been reviewed and
advocated on REVU. See http://revu.ubuntuwire.com/p/touchegg for more
details.

** Affects: 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/828637

Title:
  Feature Freeze Exception request for Touchégg

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

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

[Bug 827833] [NEW] QZeitgeist must be rebuilt to match new Qt libraries path

2011-08-17 Thread Romain Perier
Public bug reported:

Qt has been multiarched recently, library path have changed. QZeitgeist
must be rebuilt , otherwise /usr/share/qzeitgeist/cmake
/QZeitgeistExport-noconfig.cmake contains incorrect library path.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: libqzeitgeist0 0.7.0-1
ProcVersionSignature: Ubuntu 3.0.0-8.11-generic 3.0.1
Uname: Linux 3.0.0-8-generic x86_64
Architecture: amd64
Date: Wed Aug 17 09:20:52 2011
InstallationMedia: Kubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 LANGUAGE=fr_FR:en
 PATH=(custom, user)
 LANG=fr_FR.UTF-8
 LC_MESSAGES=fr_FR.utf8
 SHELL=/bin/bash
SourcePackage: qtzeitgeist
UpgradeStatus: Upgraded to oneiric on 2011-02-07 (190 days ago)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  QZeitgeist must be rebuilt to match new Qt libraries path

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

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


[Bug 827833] Re: QZeitgeist must be rebuilt to match new Qt libraries path

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

Title:
  QZeitgeist must be rebuilt to match new Qt libraries path

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

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


[Bug 827833] Re: QZeitgeist must be rebuilt to match new Qt libraries path

2011-08-17 Thread Romain Perier
See the following patch

** Patch added: qtzeitgeist_0.7.0_rebuild.diff
   
https://bugs.launchpad.net/ubuntu/+source/qtzeitgeist/+bug/827833/+attachment/2285091/+files/qtzeitgeist_0.7.0_rebuild.diff

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

Title:
  QZeitgeist must be rebuilt to match new Qt libraries path

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

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


[Bug 820842] [NEW] Manual partitionning: ubiquity stops when I apply my new partitions tables and a kde session is started

2011-08-04 Thread Romain Perier
Public bug reported:

When I Install kubuntu with manual partitionning, ubiquity stops and a
kde sessions is started. this problem happens when I click on Install
now (to apply changes on my hard drives and continue the install
process). Once the kde session is started everything is black :  xorg,
tty etc... I cannot switch to tty1 anymore.

Problem found with: kubuntu desktop amd64 20110803.1.
Also when X is started there is the following message on tty1 : FATAL: error 
inserting ramzswap and ramzswap.ko: invalid module format

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: ubiquity 2.7.14
ProcVersionSignature: Ubuntu 3.0.0-7.9-generic 3.0.0
Uname: Linux 3.0.0-7-generic x86_64
Architecture: amd64
CasperVersion: 1.275
Date: Thu Aug  4 09:58:00 2011
LiveMediaBuild: Kubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110803.1)
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug iso-testing oneiric

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

Title:
  Manual partitionning: ubiquity stops when I apply my new partitions
  tables and a kde session is started

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

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


[Bug 820842] Re: Manual partitionning: ubiquity stops when I apply my new partitions tables and a kde session is started

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

Title:
  Manual partitionning: ubiquity stops when I apply my new partitions
  tables and a kde session is started

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

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


[Bug 820842] Re: Manual partitionning: ubiquity stops when I apply my new partitions tables and a kde session is started

2011-08-04 Thread Romain Perier
Same problem using the entire disk and auto partitionning

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

Title:
  Manual partitionning: ubiquity stops when I apply my new partitions
  tables and a kde session is started

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

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


[Bug 820842] Re: System ran out of memory during installation

2011-08-04 Thread Romain Perier
Changing my VirtualBox memory from 512MB to 1024Mb solves the problem
BUT it worked just fine with this hardware topoligy with natty isos :)

It has nothing to do with ramzswap ?

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

Title:
  System ran out of memory during installation

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

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


[Bug 820842] Re: System ran out of memory during installation

2011-08-04 Thread Romain Perier
During the install 150 MB of my swap are used... o_O

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

Title:
  System ran out of memory during installation

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

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


[Bug 768363] Re: Not able to change software origins in software-properties-kde - TypeError: coercing to Unicode: need string or buffer, NoneType found

2011-04-24 Thread Romain Perier
Oh sorry I did not say how to apply it (also it's not really clean). See
the new patch in attachment.

To apply it, execute the following commands from a terminal:
$ apt-get source software-properties-kde
$ cd software-properties-0.80.8
$ patch -p1  patch.diff

Now execute software-properties-kde locally from this directory:
$ kdesudo ./software-properties-kde

It should not crash anymore


** Patch added: kubuntu_01_kde_i18nhelper_none_string.diff
   
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/768363/+attachment/2085839/+files/kubuntu_01_kde_i18nhelper_none_string.diff

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

Title:
  Not able to change software origins in software-properties-kde -
  TypeError: coercing to Unicode: need string or buffer, NoneType found

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


[Bug 768363] Re: Not able to change software origins in software-properties-kde - TypeError: coercing to Unicode: need string or buffer, NoneType found

2011-04-24 Thread Romain Perier
see also https://bugs.launchpad.net/ubuntu/+source/software-
properties/+bug/768469

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

Title:
  Not able to change software origins in software-properties-kde -
  TypeError: coercing to Unicode: need string or buffer, NoneType found

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


[Bug 768363] Re: Not able to change software origins in software-properties-kde - TypeError: coercing to Unicode: need string or buffer, NoneType found

2011-04-24 Thread Romain Perier
Well, it does not bring up double entries for you but I can reproduce
the bug for the Gtk and the Kde frontend...

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

Title:
  Not able to change software origins in software-properties-kde -
  TypeError: coercing to Unicode: need string or buffer, NoneType found

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


[Bug 769364] Re: Software-sources showing repeated options

2011-04-23 Thread Romain Perier
Same problem with the KDE frontend (see the screenshot in attachment).

See http://paste.ubuntu.com/597838/, there are two natty-security, two
natty-proposed, two natty-updates with the same name and the same
description, the only differences are the field RepositoryType (deb-
src). software-properties uses aptsources  which parses this file, then
for each Suite it displays its name and its description with a
checkbox = so we've duplicates options in the updates tab.

The none checkbox is due to a missing description for the Suite line 27.
 

** Attachment added: screen1.png
   
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/769364/+attachment/2084526/+files/screen1.png

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

Title:
  Software-sources showing repeated options

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


[Bug 768363] Re: Not able to change software origins in software-properties-kde - TypeError: coercing to Unicode: need string or buffer, NoneType found

2011-04-23 Thread Romain Perier
The Gtk and the KDE frontends have exactly the same problem, except the KDE 
frontend should not crash. See the fix in attachment.
Then have a look at 
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/769364


** Patch added: i18nhelper_none_string.diff
   
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/768363/+attachment/2084532/+files/i18nhelper_none_string.diff

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

Title:
  Not able to change software origins in software-properties-kde -
  TypeError: coercing to Unicode: need string or buffer, NoneType found

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


[Bug 757526] Re: Updated fix for CVE-2010-1000

2011-04-13 Thread Romain Perier
The changelog now follows the format found at this page
https://wiki.ubuntu.com/SecurityTeam/UpdatePreparation#Packaging

** Patch added: Debdiff for kdenetwork-4.5.1-0ubuntu2.2
   
https://bugs.launchpad.net/ubuntu/maverick/+source/kdenetwork/+bug/757526/+attachment/2031421/+files/kdenetwork_kget_metalinker_CVE.diff

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

Title:
  Updated fix for CVE-2010-1000

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


[Bug 757526] Re: Updated fix for CVE-2010-1000

2011-04-13 Thread Romain Perier
It's a debdiff for lucid

** Patch added: kdenetwork-4.4.5-0ubuntu2.diff
   
https://bugs.launchpad.net/ubuntu/maverick/+source/kdenetwork/+bug/757526/+attachment/2031712/+files/kdenetwork-4.4.5-0ubuntu2.diff

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

Title:
  Updated fix for CVE-2010-1000

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


[Bug 728595] Re: polkit-kde-1 crashes randomly on logout

2011-04-12 Thread Romain Perier
the first bug has been marked as duplicate, see
https://bugs.kde.org/show_bug.cgi?id=258916

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to polkit-kde-1 in Ubuntu.
https://bugs.launchpad.net/bugs/728595

Title:
  polkit-kde-1 crashes randomly on logout

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


[Bug 757526] Re: Updated fix for CVE-2010-1000

2011-04-12 Thread Romain Perier
the tag maverick-security was missing, I also added the CVE.

** Patch added: fixed debdiff
   
https://bugs.launchpad.net/ubuntu/maverick/+source/kdenetwork/+bug/757526/+attachment/2022280/+files/kdenetwork_kget_metalinker_CVE.diff

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

Title:
  Updated fix for CVE-2010-1000

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


[Bug 757526] Re: Updated fix for CVE-2010-1000

2011-04-11 Thread Romain Perier
see the debdiff for maverick in attachment

** Patch added: Debdiff for kdenetwork-4.5.1-0ubuntu2.2
   
https://bugs.launchpad.net/ubuntu/+source/kdenetwork/+bug/757526/+attachment/2019674/+files/kdenetwork_kget_metalinker_CVE.diff

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

Title:
  Updated fix for CVE-2010-1000

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


[Bug 750473] [NEW] Feature Freeze Exception request for QZeitgeist

2011-04-04 Thread Romain Perier
Public bug reported:

Zeitgeist is a service which logs the users's activities and events, anywhere 
from files opened to websites visited and conversations. It's a required 
dependency for phonon 4.5.0 (which has been released few days ago).
From the user point of view zeitgeist logs user's activities, events, data. It 
makes these informations available for other applications to use, then it 
allows to establish relationship between these items. QZeitgeist will be also 
useful for other kde-apps.

Rules can be found on revu

** Affects: 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/750473

Title:
  Feature Freeze Exception request for QZeitgeist

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


[Bug 750473] Re: Feature Freeze Exception request for QZeitgeist

2011-04-04 Thread Romain Perier
see http://revu.ubuntuwire.com/p/libqzeitgeist

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

Title:
  Feature Freeze Exception request for QZeitgeist

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


[Bug 750480] [NEW] Feature Freeze Exception request for Phonon

2011-04-04 Thread Romain Perier
Public bug reported:

Phonon is the Qt 4 multimedia API, which provides a task-oriented abstraction 
layer for capturing, mixing, processing, and playing audio and video content. 
Phonon 4.5.0 has been released few days ago and containes new features like Qt 
Designer plugin, it enables multimedia applications to let Zeitgeist log 
playback activities to improve the semantic desktop capabilities of KDE and 
GNOME, and so on...
From the user point of view phonon adds support for DVD menu, enable 
developers to build a movie player in 30 seconds (see harald's blog) and more. 
We need it for natty.

Rules can be found at http://revu.ubuntuwire.com/p/phonon

** Affects: 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/750480

Title:
  Feature Freeze Exception request for Phonon

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


[Bug 744512] Re: Feature Freeze Exception request for libmygpo-qt

2011-03-29 Thread Romain Perier
** Summary changed:

- FeatureFreezeException for libmygpo-qt
+ Feature Freeze Exception request for libmygpo-qt

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

Title:
  Feature Freeze Exception request for libmygpo-qt

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


[Bug 744512] [NEW] FeatureFreezeException for libmygpo-qt

2011-03-28 Thread Romain Perier
Public bug reported:

libmygpo-qt is C++/Qt Library wrapper for the gpodder.net webservice. It's an 
amarok dependency that many developers want in kubuntu. Amarok 2.4.1 will be 
available really soon and this  version uses libmygpo-qt. It would be a nice 
thing to get it packaged for the next release.
From a user perspective, gpodder is a podcasts webservice, he can easily 
manage, use, shared all of these podcasts in one click via amarok.

see https://launchpad.net/~kubuntu-ppa/+archive/beta/+packages for more
details.

** Affects: 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/744512

Title:
  FeatureFreezeException for libmygpo-qt

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


[Bug 728595] Re: polkit-kde-1 crashes randomly on logout

2011-03-04 Thread Romain Perier
See https://bugs.kde.org/show_bug.cgi?id=265010

** Bug watch added: KDE Bug Tracking System #265010
   http://bugs.kde.org/show_bug.cgi?id=265010

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to polkit-kde-1 in ubuntu.
https://bugs.launchpad.net/bugs/728595

Title:
  polkit-kde-1 crashes randomly on logout

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


[Bug 728595] [NEW] polkit-kde-1 crashes randomly on logout

2011-03-03 Thread Romain Perier
Public bug reported:

Binary package hint: polkit-kde-1

Sometimes polkit-kde-authentication-agent-1 crashes on logout, look at the 
backtrace.
Apparently PolkitQt1::Agent::Session is called twice, which calls 
Session::Private::~Private() twice , resulting in a segfault due to 
g_object_unref() (try to get the reference from an already freed object).
Basically I think a workaround would be check if Private::d is already deleted. 
This is a workaround because technically a destructor should not be called 
twice, It does not make sense. (my interpretation may be wrong)

We should probably report this bug on upstream.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: polkit-kde-1 0.99.0-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.38-5.32-generic 2.6.38-rc6
Uname: Linux 2.6.38-5-generic x86_64
Architecture: amd64
Date: Thu Mar  3 18:44:13 2011
InstallationMedia: Kubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 LANGUAGE=fr_FR:en
 PATH=(custom, user)
 LANG=fr_FR.UTF-8
 LC_MESSAGES=fr_FR.utf8
 SHELL=/bin/bash
SourcePackage: polkit-kde-1
UpgradeStatus: Upgraded to natty on 2011-02-07 (24 days ago)

** Affects: polkit-kde-1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug natty

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to polkit-kde-1 in ubuntu.
https://bugs.launchpad.net/bugs/728595

Title:
  polkit-kde-1 crashes randomly on logout

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


[Bug 728595] Re: polkit-kde-1 crashes randomly on logout

2011-03-03 Thread Romain Perier
** Attachment added: kcrash log
   
https://bugs.launchpad.net/bugs/728595/+attachment/1883357/+files/polkit-kde-authentication-agent-1-20110302-232711.kcrash

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to polkit-kde-1 in ubuntu.
https://bugs.launchpad.net/bugs/728595

Title:
  polkit-kde-1 crashes randomly on logout

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


[Bug 726581] Re: install stops half way through

2011-03-02 Thread Romain Perier
I also installed on i386 but using a virtual machine (virtualbox with use full 
disk). It works just fine here.
Can I provide additionnal informations ?

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

Title:
  install stops half way through

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


[Bug 719543] [NEW] qt-language-selector: KCM integration and same features than GTK frontend [PATCH]

2011-02-15 Thread Romain Perier
Public bug reported:

Binary package hint: language-selector

As required by kubuntu team, this is a proposal for KCM integration in 
qt-language-selector. Mainly to be part of kcontrol/kcmshell4 and to be more 
user friendly for kubuntu users.
As required by johanttan riddel, I also added missing features compared to gtk 
frontend: install/uninstall each available components, and redesigned GUI with 
tabs to install/uninstall or select each available language. (we could make it 
simpler, imho)

see lp:~bambi/language-selector/kcm

feel free to comment my code or to make any requests.

** Affects: language-selector (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/719543

Title:
  qt-language-selector: KCM integration and same features than GTK
  frontend [PATCH]

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


[Bug 719543] Re: qt-language-selector: KCM integration and same features than GTK frontend [PATCH]

2011-02-15 Thread Romain Perier
** Description changed:

  Binary package hint: language-selector
  
  As required by kubuntu team, this is a proposal for KCM integration in 
qt-language-selector. Mainly to be part of kcontrol/kcmshell4 and to be more 
user friendly for kubuntu users.
- As required by johanttan riddel, I also added missing features compared to 
gtk frontend: install/uninstall each available components, and redesigned GUI 
with tabs to install/uninstall or select each available language. (we could 
make it simpler, imho)
+ As required by Jonathan Riddell, I also added missing features compared to 
gtk frontend: install/uninstall each available components, and redesigned GUI 
with tabs to install/uninstall or select each available language. (we could 
make it simpler, imho)
  
  see lp:~bambi/language-selector/kcm
  
  feel free to comment my code or to make any requests.

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

Title:
  qt-language-selector: KCM integration and same features than GTK
  frontend [PATCH]

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