[Bug 1694261] Re: Crashes with UnicodeDecodeError when trying to handle paths with non-ascii chars

2017-06-29 Thread Pietro Albini
I reproduced the bug in a fresh xenial container: I simply installed
moin and apache in a new container, added moin as a wsgi script in
apache and tried to create an /à page in the wiki. I guess the same also
happens on trusty, but I don't have time to install moin in another
container.

For the possible regression, as Mattia said in the chat log I don't
think it will cause any regression: ASCII can be considered a subset of
UTF-8, so even if someone forces ASCII for whatever reason nothing
should break.

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

Title:
  Crashes with UnicodeDecodeError when trying to handle paths with non-
  ascii chars

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-werkzeug/+bug/1694261/+subscriptions

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

[Bug 1694261] Re: Crashes with UnicodeDecodeError when trying to handle paths with non-ascii chars

2017-05-30 Thread Pietro Albini
Wrote a test for this bug, it's attached to this comment.

** Attachment added: "Script to test the bug"
   
https://bugs.launchpad.net/ubuntu/+source/python-werkzeug/+bug/1694261/+attachment/4886272/+files/test.py

** Description changed:

  [Impact]
  
-  * I've discovered this in a MoinMoin instance I admin, where there are
+  * I've discovered this in a MoinMoin instance I admin, where there are
  pages with non-ascii character (i.e. àèéìòù), there trying to open a
  page with said name yields
  
  [:info] mod_wsgi (pid=29522, process='', 
application='wiki.ubuntu-it.org:8801|'): Loading WSGI script 
'/srv/wiki.ubuntu-it.org/www/moin.wsgi'.
  [:error] mod_wsgi (pid=29522): Exception occurred processing WSGI script 
'/srv/wiki.ubuntu-it.org/www/moin.wsgi'.
  [:error] Traceback (most recent call last):
  [:error]   File "/srv/wiki.ubuntu-it.org/www/moin.wsgi", line 71, in __call__
  [:error] return self.app(environ, start_response)
  [:error]   File "/usr/lib/python2.7/dist-packages/werkzeug/wsgi.py", line 
558, in __call__
  [:error] cleaned_path = cleaned_path.encode(sys.getfilesystemencoding())
  [:error] UnicodeEncodeError: 'ascii' codec can't encode character u'\\xe0' in 
position 37: ordinal not in range(128)
  
- 
  [Test Case]
  
-  * I had a test case there, so I just tried to patch it, saw it works,
- great.  I'm sorry I'm not able to provide a better test case.
+  * https://bugs.launchpad.net/ubuntu/+source/python-
+ werkzeug/+bug/1694261/+attachment/4886272/+files/test.py
  
  [Regression Potential]
  
-  * The patch only changes all sys.getfilesystemencoding() calls with a local 
function, wrapping the same original call.  The overall changeset seems low on 
regression potential.
-  * I've installed the proposed package in the wiki.ubuntu-it.org server and 
it is working :)
+  * The patch only changes all sys.getfilesystemencoding() calls with a local 
function, wrapping the same original call.  The overall changeset seems low on 
regression potential.
+  * I've installed the proposed package in the wiki.ubuntu-it.org server and 
it is working :)
  
  [Other Info]
-  
-  * This is upstream bug https://github.com/pallets/werkzeug/issues/635 - 
fixed with upstream commit 
https://github.com/pallets/werkzeug/commit/bba0cdcc67d4a1160d4ed9d3f99aef170a79dd88
 and released in version 0.11 and present in yakkety+.
+ 
+  * This is upstream bug https://github.com/pallets/werkzeug/issues/635 -
+ fixed with upstream commit
+ 
https://github.com/pallets/werkzeug/commit/bba0cdcc67d4a1160d4ed9d3f99aef170a79dd88
+ and released in version 0.11 and present in yakkety+.

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

Title:
  Crashes with UnicodeDecodeError when trying to handle paths with non-
  ascii chars

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-werkzeug/+bug/1694261/+subscriptions

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

[Bug 1425379] Re: touch browser crashes when invoking contextual menu in landscape orientation

2015-07-21 Thread Pietro Albini
This bug doesn't appear anymore with the unity8 shell rotation, in the
latest OTA.

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

Title:
  touch browser crashes when invoking contextual menu in landscape
  orientation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1425379/+subscriptions

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


[Bug 1290847] Re: pyvenv fails due to mising ensurepip module

2015-06-17 Thread Pietro Albini
> if they address a different issue, the venv package doesn't need to be 
> installed by default.
But again, pyvenv isn't a separated thing from Python. Everywhere except in 
Debian/Ubuntu, It's shipped with Python itself, since it's part of the standard 
library.
If you need to install extra packages for the standard library, why we don't 
have python3-json, python3-hashlib, python3-os and so on? All not installed by 
default?

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

Title:
  pyvenv fails due to mising ensurepip module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/1290847/+subscriptions

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


[Bug 1290847] Re: pyvenv fails due to mising ensurepip module

2015-06-17 Thread Pietro Albini
> I don't think the installation by default would be a good idea.
> This is distro land, and I think we should promote using the distro packages.
> People wanting to install venv and pip know how to do this.
But pyvenv is, since release 3.4, part of the Python standard library. It's not 
a separated tool or something like that. It's like if the Python os module is 
shipped in a separated package, and users must install it before importing it 
in a program.
And I think that, for a module which is meant to be in the standard library, 
"but on Ubuntu you should install the python3-venv package before" isn't a 
great thing, is it?

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

Title:
  pyvenv fails due to mising ensurepip module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/1290847/+subscriptions

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


[Bug 1152670] Re: Trash Window opens behind other windows

2013-03-08 Thread Pietro Albini
** Tags added: raring unity

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

Title:
  Trash Window opens behind other windows

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

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


[Bug 1131603] Re: panel gets invisible once volume-notification shows up by scrolling the volume-indicator

2013-03-08 Thread Pietro Albini
Confirmed because is confirmed in the main project.

** Changed in: unity (Ubuntu)
   Status: New => Confirmed

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

Title:
  panel gets invisible once volume-notification shows up by scrolling
  the volume-indicator

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

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


[Bug 1152576] Re: Update to 17.0.4

2013-03-08 Thread Pietro Albini
Please insert more informations.

** Changed in: thunderbird (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/1152576

Title:
  Update to 17.0.4

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

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


[Bug 1135745] Re: Clicking on firefox button causes unity freeze

2013-02-28 Thread Pietro Albini
This is an Unity bug, not Firefox bug.

** Package changed: firefox (Ubuntu) => unity (Ubuntu)

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

Title:
  Clicking on firefox button causes unity freeze

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

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


[Bug 1135950] Re: Writer doesn't display a HUD any more after inserting a formula

2013-02-28 Thread Pietro Albini
** Also affects: unity (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/1135950

Title:
  Writer doesn't display a HUD any more after inserting a formula

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

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


[Bug 1096427] Re: Software Center should show a progress and a count while installing software

2013-01-05 Thread Pietro Albini
Please use blueprints to make suggestions.

** Changed in: software-center (Ubuntu)
   Status: New => Invalid

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

Title:
  Software Center should show a progress and a count while installing
  software

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

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


[Bug 1096343] Re: compiz crash nvidia 310 nautilus

2013-01-05 Thread Pietro Albini
When this problem appears?

** Package changed: gnome-terminal (Ubuntu) => compiz (Ubuntu)

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

Title:
  compiz crash nvidia 310 nautilus

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

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


[Bug 1094563] Re: Documentation doesn't mention mirror:// method

2012-12-30 Thread Pietro Albini
** Package changed: apt (Ubuntu) => ubuntu-docs

** Project changed: ubuntu-docs => ubuntu-docs (Ubuntu)

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

Title:
  Documentation doesn't mention mirror:// method

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

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


[Bug 1091829] Re: I guess each time my computer starts its taken over by the administration which I guess is Home land Security So I presume I must be on their spy list.

2012-12-18 Thread Pietro Albini
It isn't a bug.

** Summary changed:

- I guess each time my computer starts its taken over by the administration 
which I guess is  Home land Security So I presume I must be on their spy list. 
I  had a problem when a friend of mine stole my passport in 1999 He wanted me 
to smuggle diamonds from Merxico into the country, I told him I was interested, 
He was the one who stole my passport and later I heard it was being used by 
undercover American  claiming to be terrorists. This is who our CIA works that 
it falsifies data claiming it was terrorists but done my the CIA to put the 
blame on terrorists and have the News papers backing as they want to sell more 
wepons as most of the arm pushers are retired generals and military personal 
who are the main lobbies ts in Washington  
+ I guess each time my computer starts its taken over by the administration 
which I guess is  Home land Security So I presume I must be on their spy list.

** Description changed:

+ I guess each time my computer starts its taken over by the
+ administration which I guess is  Home land Security So I presume I must
+ be on their spy list. I  had a problem when a friend of mine stole my
+ passport in 1999 He wanted me to smuggle diamonds from Merxico into the
+ country, I told him I was interested, He was the one who stole my
+ passport and later I heard it was being used by undercover American
+ claiming to be terrorists. This is who our CIA works that it falsifies
+ data claiming it was terrorists but done my the CIA to put the blame on
+ terrorists and have the News papers backing as they want to sell more
+ wepons as most of the arm pushers are retired generals and military
+ personal who are the main lobbies ts in Washington.
+ 
  I don't know how much you could help me but I wanted you to know what
  you are up against. All I know is when I start up Explorer my computer
  stars up being bugged.
+ 
+ [Edited by Pietro Albini (pietro98-albini): cut the title and paste it
+ here because it is too long]]

** Description changed:

  I guess each time my computer starts its taken over by the
  administration which I guess is  Home land Security So I presume I must
  be on their spy list. I  had a problem when a friend of mine stole my
  passport in 1999 He wanted me to smuggle diamonds from Merxico into the
  country, I told him I was interested, He was the one who stole my
  passport and later I heard it was being used by undercover American
  claiming to be terrorists. This is who our CIA works that it falsifies
  data claiming it was terrorists but done my the CIA to put the blame on
  terrorists and have the News papers backing as they want to sell more
  wepons as most of the arm pushers are retired generals and military
  personal who are the main lobbies ts in Washington.
  
  I don't know how much you could help me but I wanted you to know what
  you are up against. All I know is when I start up Explorer my computer
  stars up being bugged.
  
  [Edited by Pietro Albini (pietro98-albini): cut the title and paste it
- here because it is too long]]
+ here because it is too long]

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: New => Invalid

** Converted to question:
   
https://answers.launchpad.net/ubuntu/+source/gnome-settings-daemon/+question/217112

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: Invalid => New

** Changed in: gnome-settings-daemon (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/1091829

Title:
  I guess each time my computer starts its taken over by the
  administration which I guess is  Home land Security So I presume I
  must be on their spy list.

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

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


[Bug 1091345] Re: Unity locks up while opening firefox bookmarks menu

2012-12-18 Thread Pietro Albini
** Tags added: precise

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

Title:
  Unity locks up while opening firefox bookmarks menu

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

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


[Bug 1091025] Re: problem with update-manager

2012-12-18 Thread Pietro Albini
Try to put this commands into a terminal window:
$ sudo rm /var/lib/apt/lists/* -vf
$ sudo apt-get update
$ sudo apt-get upgrade

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

Title:
  problem with update-manager

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

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


[Bug 1091025] Re: problem with update-manager

2012-12-18 Thread Pietro Albini
** Tags added: precise

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

Title:
  problem with update-manager

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

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


[Bug 1091025] Re: problem with update-manager

2012-12-17 Thread Pietro Albini
Please report more informations about your problem, for example which
version of Ubuntu you use.

** Changed in: ubuntu-docs (Ubuntu)
   Status: New => Incomplete

** Package changed: ubuntu-docs (Ubuntu) => apt (Ubuntu)

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

Title:
  problem with update-manager

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

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


[Bug 1091154] Re: Alt+F2 while dash is open closes it instead of switching to 'launch command' mode

2012-12-17 Thread Pietro Albini
** Changed in: unity (Ubuntu)
   Status: New => Confirmed

** Tags added: quantal

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

Title:
  Alt+F2 while dash is open closes it instead of switching to 'launch
  command' mode

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

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


[Bug 1088895] Re: Improve Gwibber compatibility with MATE

2012-12-16 Thread Pietro Albini
** Tags added: amd64 precise

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

Title:
  Improve Gwibber compatibility with MATE

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

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


[Bug 1090712] Re: great

2012-12-15 Thread Pietro Albini
What???

** Changed in: installation-guide (Ubuntu)
   Status: New => Incomplete

** Changed in: installation-guide (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  great

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/installation-guide/+bug/1090712/+subscriptions

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


[Bug 1087224] Re: dist-upgrade/new kernel crashes on reboot

2012-12-06 Thread Pietro Albini
** Package changed: update-manager (Ubuntu) => linux (Ubuntu)

** Tags added: kernel-bug

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

Title:
  dist-upgrade/new kernel crashes on reboot

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

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


[Bug 1087124] Re: Reporte automatico

2012-12-05 Thread Pietro Albini
Please report more informations.

** Changed in: xorg (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/1087124

Title:
  Reporte automatico

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

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


[Bug 1086412] Re: Unity Dash Application Icons very inconsistent and too large

2012-12-04 Thread Pietro Albini
** Tags removed: third-party-packages

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

Title:
  Unity Dash Application Icons very inconsistent and too large

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

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


[Bug 1086412] Re: Unity Dash Application Icons very inconsistent and too large

2012-12-04 Thread Pietro Albini
** Package changed: unity (Ubuntu) => unity-lens-applications (Ubuntu)

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

Title:
  Unity Dash Application Icons very inconsistent and too large

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

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


[Bug 1085783] Re: Kernel Panic

2012-12-02 Thread Pietro Albini
** Package changed: xorg (Ubuntu) => linux (Ubuntu)

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

Title:
  Kernel Panic

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux-kernel-bugs/+bug/1085783/+subscriptions

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


[Bug 1085677] Re: GRAFICOS

2012-12-02 Thread Pietro Albini
Please write in English.

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

Title:
  GRAFICOS

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

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


[Bug 1085624] Re: Rhythmbox closes seconds after open

2012-12-02 Thread Pietro Albini
Try to type this in a terminal and post the output:
$ rhythmbox

** Changed in: rhythmbox (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/1085624

Title:
  Rhythmbox closes seconds after open

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

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


[Bug 1085637] Re: The left Unity panel is transparent to clicks (you actually click into the window behind it

2012-12-02 Thread Pietro Albini
Have you edit the config of compiz/unity?

** Changed in: unity (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/1085637

Title:
  The left Unity panel is transparent to clicks (you actually click into
  the window behind it

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

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


[Bug 1085666] Re: missing dependencies: file pdfpages.sty not found

2012-12-02 Thread Pietro Albini
But if the command work, why you have reported here?

** Changed in: texlive-extra (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/1085666

Title:
  missing dependencies: file pdfpages.sty not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-extra/+bug/1085666/+subscriptions

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


[Bug 1085657] Re: Update Manager fails.

2012-12-02 Thread Pietro Albini
** Package changed: ubuntu => update-manager (Ubuntu)

** Changed in: update-manager (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/1085657

Title:
  Update Manager fails.

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

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


[Bug 1085604] Re: Gedit taking 100% at launch, then crashing.

2012-12-02 Thread Pietro Albini
Gedit can open text files, but your file is an archive.
http://en.wikipedia.org/wiki/Parchive

** Changed in: gedit (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/1085604

Title:
  Gedit taking 100% at launch, then crashing.

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

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