[Bug 1718096] Re: Wrong result from xdg-mime query filetype

2017-10-06 Thread Yannick Duchêne
Seems it displays the correct answer now. May be there was a recent
update or else it's something I did not noticed.

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

Title:
  Wrong result from xdg-mime query filetype

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

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

[Bug 1718096] [NEW] Wrong result from xdg-mime query filetype

2017-09-18 Thread Yannick Duchêne
Public bug reported:

`man xgd-mime` says:

> query filetype FILE: Returns the file type of FILE in the form of a
MIME type.

However, it actually returns MIME type with MIME encoding:

   $  xdg-mime query filetype 
   > text/x-python; charset=utf-8

After the man page, it should return something like `file --mime-type`:

$ file -b --mime-type 
> text/x-python

But instead, it returns something like `file --mime`:

$ file -b --mime 
> text/x-python; charset=utf-8

Either the man page is wrong or `wdg-mime` is wrong.

** Affects: xdg-utils (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/1718096

Title:
  Wrong result from xdg-mime query filetype

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

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

[Bug 1539923] [NEW] Issue right after login

2016-01-30 Thread Yannick Duchêne
Public bug reported:

I just logged‑in, and got system failure message.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: python3 3.4.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-76.120-generic 3.13.11-ckt30
Uname: Linux 3.13.0-76-generic i686
ApportVersion: 2.14.1-0ubuntu3.19
AptOrdering:
 python3: Install
 python3: Configure
Architecture: i386
Date: Tue Jan 26 13:16:28 2016
DuplicateSignature: package:python3:3.4.0-0ubuntu2:le sous-processus nouveau 
script pre-removal a retourné une erreur de sortie d'état 127
ErrorMessage: le sous-processus nouveau script pre-removal a retourné une 
erreur de sortie d'état 127
InstallationDate: Installed on 2015-01-25 (370 days ago)
InstallationMedia: Ubuntu 12.04.5 LTS "Precise Pangolin" - Release i386 
(20140807.1)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.5
 apt  1.0.1ubuntu2.11
SourcePackage: python3-defaults
Title: package python3 3.4.0-0ubuntu2 failed to install/upgrade: le 
sous-processus nouveau script pre-removal a retourné une erreur de sortie 
d'état 127
UpgradeStatus: Upgraded to trusty on 2015-04-22 (283 days ago)

** Affects: python3-defaults (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 trusty

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

Title:
  Issue right after login

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

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

[Bug 1357345] Re: tar: untaring with --recursive-unlink ends with an empty directory

2015-11-30 Thread Yannick Duchêne
In case someone is interested in this bug, what I remember I noticed
later, is that `tar` extract a directory, then delete it, then try to
add files in the just deleted directory (which turns to be wrong,
obviously), then sometime recreate the directory, which ends to be
empty.

Someone should care, as `tar` is a core functionality.

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

Title:
  tar: untaring with --recursive-unlink ends with an empty directory

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

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


[Bug 1521345] Re: mimeapps.list not applying as expected

2015-11-30 Thread Yannick Duchêne
Additionally, manual editing of `mimeapps.list` does not even always
work. For some mime‑type, adding an entry in `[Default Applications]`
does not make it the default, but is displayed by the Nautilus file
menu, as if it was in `[Added Associations]`.

I've checked there is a single one `mimeapps.list` on my system, so that
exclude a conflict between multiple `mimeapps.list`.

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

Title:
  mimeapps.list not applying as expected

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

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

[Bug 1521345] [NEW] mimeapps.list not applying as expected

2015-11-30 Thread Yannick Duchêne
Public bug reported:

First, I noticed editing preferred application to open a file of a given
type, could not be edited any‑more from the file property dialogue box.
I wanted to check if something was wrong with the `mimeapps.list` file.
I found nothing wrong, except perhaps, its owning directory, which is
`$HOME/.local/share/applications/` instead which is said to be a
deprecated location, according to [1], so I wanted to move to
`$HOME/.config/`, the recommended location after [1], but then noticed
it's even worse, as it seems to be totally ignored when located there.

So there are at least two issues: preferred application cannot be
any‑more edited using the GUI (file's property dialogue box) and so
`mimeapps.list` must be edited manually, and then, the location of this
file does not seems to conform to the Freedesktop standard (works only
at a deprecated location and does not work at the recommended location).

[1]: http://standards.freedesktop.org/mime-apps-spec/mime-apps-
spec-1.0.html


Note: I may be wrong stating the bug is in `xdg-utils`, it's a reasonable (to 
me) guess I made.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xdg-utils 1.1.0~rc1-2ubuntu7.1
ProcVersionSignature: Ubuntu 3.13.0-68.111-generic 3.13.11-ckt27
Uname: Linux 3.13.0-68-generic i686
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: i386
CurrentDesktop: Unity
Date: Mon Nov 30 22:12:45 2015
InstallationDate: Installed on 2015-01-25 (309 days ago)
InstallationMedia: Ubuntu 12.04.5 LTS "Precise Pangolin" - Release i386 
(20140807.1)
PackageArchitecture: all
SourcePackage: xdg-utils
UpgradeStatus: Upgraded to trusty on 2015-04-22 (222 days ago)

** Affects: xdg-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 trusty

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

Title:
  mimeapps.list not applying as expected

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

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

[Bug 119457] Re: [gutsy] no LFE in hda-intel + sigmatel stac9200

2015-06-19 Thread Yannick Duchêne
The bug is back with Ubuntu 14.04 (Ubuntu Trusty ). I'm running a DELL
Inspiron 9400 (since 2007).

I had to manually `sudo nano /etc/modprobe.d/alsa-base.conf` then add
`options snd-hda-intel model=ref` at the end.

It was a long time I was suspecting an issue, as “Clavinova Grand” and
“Clavinova Bright” was surprisingly sounding the same.

By the way, adding `options snd-hda-intel model=ref` at the end of `sudo
nano /etc/modprobe.d/alsa-base.conf`, I now have “Bass Speaker” instead
of “LFE” in ALSA mixer.

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

Title:
  [gutsy] no LFE in hda-intel + sigmatel stac9200

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

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

[Bug 1043788] Re: software-center crash with 12.10 DatabaseOpeningError: Couldn't detect type of database

2014-08-21 Thread Yannick Duchêne
The same with Ubuntu 12.04. I re‑installed apt‑xapian‑index, but still
the same.

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

Title:
  software-center crash with 12.10 DatabaseOpeningError: Couldn't detect
  type of database

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

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

[Bug 1357345] [NEW] tar: untaring with --recursive-unlink ends with an empty directory

2014-08-15 Thread Yannick Duchêne
Public bug reported:

Using tar version 1.26-4ubuntu1 from Ubuntu 12.04 (I'm submitting this
case here, as I can't tell if it's specific to the tar shipped with
Ubuntu or a bug with all tar, and this concerns Ubuntu base packages
anyway).

Using the attached archive file, running this:

/bin/tar --extract --auto-compress --exclude-backups --exclude-caches
--exclude-vcs --preserve-permissions --recursive-unlink --totals
--unlink-first --verbose --file Sphinx.tar.xz; ls Sphinx

… I get an empty directory, although the output says it extracted many
things.

This seems to be related to a buggy `--recursive-unlink` option, as this
one works:

/bin/tar --extract --auto-compress --exclude-backups --exclude-caches
--exclude-vcs --preserve-permissions --totals --unlink-first --verbose
--file Sphinx.tar.xz; ls Sphinx

… the directory is not empty any‑more.

I get this unexpected behaviour with this archive only, not with others.

My guess is that it's due to the order in which the entries appears in
the tar file. Indeed, the Sphinx top level directory is listed last, and
its content before it, so tar extract its content then delete all the
directory to recreate the directory, emptied.

I can't believe this is the expected behaviour.

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

** Attachment added: The archive exposing the bug
   
https://bugs.launchpad.net/bugs/1357345/+attachment/4178372/+files/Sphinx.tar.xz

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

Title:
  tar: untaring with --recursive-unlink ends with an empty directory

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

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

[Bug 699744] Re: fakeroot-ng can't ptrace since maverick

2014-08-12 Thread Yannick Duchêne
Not sure it's the same case (it looks like); if not, tell me, and I will
open another bug report.

Using Ubuntu 12.04 32 bits, `fakeroot-ng` does not work at all, do
nothing, without even an error message, and always returns `2` as the
exist status.

Example:

fakeroot-ng -llog.txt sh; echo $?

… prints `2`, and:

cat cat log.txt

… prints:

Debugger started
Could not start trace of process 13832: Operation not permitted
Begin the process loop

I check `fakeroot` (not the one from `fakeroot-ng`, the other, the
legacy one), works normally, so it's really specific to `fakeroot-ng`.

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

Title:
  fakeroot-ng can't ptrace since maverick

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

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

[Bug 699744] Re: fakeroot-ng can't ptrace since maverick

2014-08-12 Thread Yannick Duchêne
The fix is not released as erroneously stated by the report's current
status. The latest is fakeroot-ng version 0.16-1ubuntu1, and the issue
is still there with this version.

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

Title:
  fakeroot-ng can't ptrace since maverick

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

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


[Bug 699744] Re: fakeroot-ng can't ptrace since maverick

2014-08-12 Thread Yannick Duchêne
OK, I missed this point. Just that 12.04 is not two years out of date,
it's an LTS, until 2017 (or may be LTS does not mean what I thought it
means).

So I will get the source package for version 0.18 and try to compile it
(if it does not fail).

Thanks anyway for your concern.

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

Title:
  fakeroot-ng can't ptrace since maverick

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

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


[Bug 699744] Re: fakeroot-ng can't ptrace since maverick

2014-08-12 Thread Yannick Duchêne
If ever someone has the same issue as me on Ubuntu Precise, you can try
to build it from source using CLang. I used `fakeroot‑ng` sources
version 0.18-4 (don't forget to apply the patches!), and built it with
CLang-3.4 (don't forget to set and export `CC` and `CXX` environment
variable before running `./configure --prefix=$HOME/.local`), and it
looks to be OK so far (just tried some quick tests).

I tried with GCC, but it failed, as it requires GCC 4.7 and Ubuntu 12.04
is stuck with GCC 4.6. The only way to go, is with latest available
Clang.

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

Title:
  fakeroot-ng can't ptrace since maverick

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

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

[Bug 935013] Re: nyquist version 3.05-1 FTBFS on i386 in precise

2013-06-13 Thread Yannick Duchêne
Why “won't fix” ?

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

Title:
  nyquist version 3.05-1 FTBFS on i386 in precise

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

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

[Bug 1123034] Re: dpkg --add-architecture not implemented in Ubuntu 12.04.1 LTS

2013-04-19 Thread Yannick Duchêne
I have the same issue. Does this mean there is no way to do clean
multiarch development with Ubuntu 12.04?

Is there a planed fix for this?

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

Title:
  dpkg --add-architecture not implemented in Ubuntu 12.04.1 LTS

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

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


[Bug 279471] Re: eog should auto-refresh when file changes

2013-03-21 Thread Yannick Duchêne
The bug is marked as fixed since 2011, but using Eye Of GNOME version
3.4.2, I swear it still does not automatically reload image when
modified (you have to give it the focus and hit “R” all the time, it's
not automatic at all).

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

Title:
  eog should auto-refresh when file changes

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

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

[Bug 1129818] [NEW] Yelp cannot find man page anymore

2013-02-18 Thread Yannick Duchêne
Public bug reported:

Before migrating to Ubuntu Precise LTS, I was running Ubuntu Maverick.
On Ubuntu Maverick, typing the name of a command which was given a man
page, opened than manpage. On Ubuntu Precise, it does not work any more.

The same if in the search field, I type `man:command`.

Finally, Yelp is able to find the man page only if it was requested to
from a command line, like in `yelp man:command`.

I using Yelp a lot on Ubuntu Maverick, and I'm not using it any more on
Ubuntu Precise, due to that it may tell you a documentation on a topic
does not exist, while it exists.

I also sometime get errors about XML or XSLT, don't remember, but that
will be for another but report.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: yelp 3.4.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-37.58-generic-pae 3.2.35
Uname: Linux 3.2.0-37-generic-pae i686
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: i386
CheckboxSubmission: 9b39dc487a858b4cfa15c3a2f5fa50d5
CheckboxSystem: d00f84de8a555815fa1c4660280da308
Date: Tue Feb 19 06:40:16 2013
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: yelp
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 precise 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/1129818

Title:
  Yelp cannot find man page anymore

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

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


[Bug 1129849] [NEW] Valadoc man pag has wrong reference to “--enable-checking”

2013-02-18 Thread Yannick Duchêne
Public bug reported:

From a terminal...

$ man valadoc

...says

--enable-checking
   Enable additional run-time checks

But trying this option,  `valadoc` complains this option is not
recognized.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: valadoc 0.2+git20110728-2
ProcVersionSignature: Ubuntu 3.2.0-37.58-generic-pae 3.2.35
Uname: Linux 3.2.0-37-generic-pae i686
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: i386
CheckboxSubmission: 9b39dc487a858b4cfa15c3a2f5fa50d5
CheckboxSystem: d00f84de8a555815fa1c4660280da308
Date: Tue Feb 19 07:27:43 2013
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: valadoc
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 precise 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/1129849

Title:
  Valadoc man pag has wrong reference to “--enable-checking”

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

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

[Bug 1129863] [NEW] Valac generates invalid C source (const gchar * + const char *)

2013-02-18 Thread Yannick Duchêne
Public bug reported:

Using the source given as an attached file (not the real application, I
stripped as much as possible from it), compilation using the options
given below,  terminates with this error:

Compilation failed: 1 error(s), 0 warning(s)
cwd/bug.vala.c: In function ‘setup_xdg_data_dirs_env_variable’:
cwd/bug.vala.c:294:21: erreur: invalid operands to binary + (have ‘const 
gchar *’ and ‘const char *’)

Using `valac` invoked as in (recalled in the attached source file):

valac \
   --enable-checking \
   --enable-experimental \
   --enable-experimental-non-null \
   --enable-version-header \
   --pkg gtk+-3.0 \
   --vapidir=/usr/share/vala-0.14/vapi/ \
   bug.vala;

-

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: valac 0.14.2-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-37.58-generic-pae 3.2.35
Uname: Linux 3.2.0-37-generic-pae i686
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: i386
CheckboxSubmission: 9b39dc487a858b4cfa15c3a2f5fa50d5
CheckboxSystem: d00f84de8a555815fa1c4660280da308
Date: Tue Feb 19 07:48:34 2013
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: vala-0.14
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: vala-0.14 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 precise running-unity

** Attachment added: Source file whose compilation generates the error
   https://bugs.launchpad.net/bugs/1129863/+attachment/3535981/+files/bug.vala

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

Title:
  Valac generates invalid C source (const gchar * + const char *)

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

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

[Bug 1129863] Re: Valac generates invalid C source (const gchar * + const char *)

2013-02-18 Thread Yannick Duchêne
I've noticed the error disappears if this `valac` option is removed:

--enable-experimental-non-null

(I'm unlucky, as I love the idea of this kind of check).

As a workaround for now, running `valadoc` with the same option, does
not make it fails, checks the source and points any error about
conversion attempt like from `string?` to `string`. Finally I can
disable the option for compiling and keep it for document generation,
which becomes a kind of added check.

Would still be better if using this option would not result in invalid C
source generation.

How is it supposed to impact C source generation? Though it was only
about static checking...

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

Title:
  Valac generates invalid C source (const gchar * + const char *)

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

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


[Bug 1129903] [NEW] Valatoys Gedit plugin seems to conflict with Valencia Gedit plugin

2013-02-18 Thread Yannick Duchêne
Public bug reported:

When Valencia Gedit plugin is installed and active, Valatoys's call‑tip
popup does not close on the escape key, and requires a click in the
document to close.

May be the Valatoys package should be marked as incompatible/conflicting
with the Valencia package.

I also noticed a function Valatoys and Valencia have in common, that is
“Go to definition”, works only in Valencia and not in Valatoys, by that
will be for another bug report.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gedit-valatoys-plugin 0.12.1-3
ProcVersionSignature: Ubuntu 3.2.0-37.58-generic-pae 3.2.35
Uname: Linux 3.2.0-37-generic-pae i686
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: i386
CheckboxSubmission: 9b39dc487a858b4cfa15c3a2f5fa50d5
CheckboxSystem: d00f84de8a555815fa1c4660280da308
Date: Tue Feb 19 08:42:40 2013
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: valatoys
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 precise 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/1129903

Title:
  Valatoys Gedit plugin seems to conflict with Valencia Gedit plugin

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

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

[Bug 995743] Re: 197b:2394 Internal SD card reader is not working on Dell XPS 17 L502X

2012-10-20 Thread Yannick Duchêne
Same issue for me, on Ubuntu Precise (12.04) and was already the same
with Ubuntu Maverick.

Surprinsingly, when I boot with an SD card already in the slot, Ubuntu
sees the SD card. If I remove it, then get it again in the slot, it
works. In short, if there was an SD card at boot time, it's OK,
otherwise, it is not.

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

Title:
  197b:2394 Internal SD card reader is not working on Dell XPS 17 L502X

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

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


[Bug 995743] Re: 197b:2394 Internal SD card reader is not working on Dell XPS 17 L502X

2012-10-20 Thread Yannick Duchêne
Oops, forget to tell: machine is a DELL Inspiron 9400.

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

Title:
  197b:2394 Internal SD card reader is not working on Dell XPS 17 L502X

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

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


[Bug 995743] Re: 197b:2394 Internal SD card reader is not working on Dell XPS 17 L502X

2012-10-20 Thread Yannick Duchêne
May be a workaround for some people: I gave a label to the SD Card (from
Windows XP), then it works in Ubuntu. Don't know why, seems the lack of
a label is an issue for the SD Card to be automatically recognized and
mounted. I got the idea of the label from another place, but forget the
link, sorry for not giving it.

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

Title:
  197b:2394 Internal SD card reader is not working on Dell XPS 17 L502X

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

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


[Bug 818642] Re: response to typing is very slow with code highlight with some files

2012-10-20 Thread Yannick Duchêne
I finally could reduce the undo stack size from the DConf editor, but
this changed nothing. That's not the keyboard, as everything is fine
from Nano. The workaround I'm using, is to use Komodo.

So far: it's not due to the undo stack, nor to syntax colouring, nor to
line length, nor to file size, although any of these may have an effect,
the behaviour occurs also without any of these.

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

Title:
  response to typing is very slow with code highlight with some files

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

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


[Bug 818642] Re: response to typing is very slow with code highlight with some files

2012-10-19 Thread Yannick Duchêne
I tried to disable syntax highlighting multiple times (selecting
raw‑text in the colouring mode menu), and this changed nothing. I
suspect this may be due to the undo‑stack, but can't find any
configuration to reduce its size (or even disable undo) for comparison,
which would be required to know if that is really this. The hypothesis
of the undo‑stack would explain why it happens after a more or less
short time of editing, and not immediately after a file is opened in
Gedit.

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

Title:
  response to typing is very slow with code highlight with some files

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

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

[Bug 818642] Re: response to typing is very slow with code highlight with some files

2012-10-18 Thread Yannick Duchêne
Same issue for me. Gedit is randomly a lot unresponsive to the keyboard
while typing. This never occurs right after Gedit is opened, I have to
typed at least bit before it happens.

Occurs on Ubuntu Precise (12.04) while editing Ada source files (small
files). Was not so much slow on Ubuntu Maverick.

Tried Medit, which does not suffer from the same issue -but which
suffers from others issues), so don't believe it is due to the syntax
highlighting, as as‑far as I know, Gedit and Medit use the same
framework for syntax highlighting. Or else, if it's really due to syntax
highlighting as some one above suggested, may be regex based syntax
highlighting is not a good idea.

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

Title:
  response to typing is very slow with code highlight with some files

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

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

[Bug 950352] Re: Online Accounts UI Missing

2012-10-17 Thread Yannick Duchêne
Same for me, using Ubuntu Precise 12.04.

Can open it with “gnome-control-center online-accounts” from a console
(although there are two warning message, see below), but that's not
clean to have to open a console to open it. I came to that issue while
learning more about Ubuntu WebApps.

Additionally, opening the missing control panel from a console, I get
these two messages:

** (gnome-control-center:10977): WARNING **: Could not find settings
panel online-accounts

** (gnome-control-center:10977): WARNING **: Could not load setting
panel online-accounts: Unknown error

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

Title:
  Online Accounts UI Missing

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

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

[Bug 984785] Re: .goutputstream files polluting $HOME

2012-10-15 Thread Yannick Duchêne
I also sometime had some in my Desktop folder.

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

Title:
  .goutputstream files polluting $HOME

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

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


[Bug 992396] Re: Can not read embedded terminal or change colors

2012-10-15 Thread Yannick Duchêne
I'm not sure it was exactly what the OP intended to say, anyway, I have
an issue with the embedded terminal which is unreadable since it
displays white text on light silver grey background.

Occurs on Ubuntu 12.04 and Gedit 3.4.1

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

Title:
  Can not read embedded terminal or change colors

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

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


[Bug 945878] Re: Nautilus restart fails

2012-10-14 Thread Yannick Duchêne
By the way, in prior versions of Ubuntu, a simple “nautilus -q” was
enough to make Nautilus restart. Since Ubuntu 12.04, if one just do
“nautilus -q” as before, then the desktop disappears, and that's
probably why the OP wants “nautilus -q  nautilus”.

Trying to restart Nautilus the way he wants, I get this error:

Could not register the application:
GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message did not receive
a reply (timeout by message bus).

Whether I do it from a console or from a script, the result is the same.

I use to do it with pre‑12.04 Ubuntu versions, from script, to update
the environment after some refreshing (update-mime-database, update-
menus and the like).

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

Title:
  Nautilus restart fails

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

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

[Bug 1014318] Re: Multilingual keyboard does not work properly

2012-07-02 Thread Yannick Duchêne
*** This bug is a duplicate of bug 985065 ***
https://bugs.launchpad.net/bugs/985065

The bug is still there. So, either this bug report is not a duplicate of
the other, or else, the other is not really solved. I've just tested on
the Precise partition, after all updates applied.

Switching keyboard layouts still don't work, it stick on one single
layout, and even if I remove this layout, it still apply, even after a
computer restart.

Example: the only one active layout for me is « Français (variant) » but
the keyboard still act as if it was « Français (variant obsolete) »,
while the latter is not even in the active layout list.

If I try to have both « Français (variant) » and « Français (variant
obsolete) » in the layout list, I can't switch from one to the other.
The keyboard indicator says Fr and in the list, « Français (variant) »
is selected, but it acts as if it « Français (variant obsolete) » was
selected. If I try to switch to « Français (variant obsolete) », the
keyboard indicator says Fr2, seems it switched so, but if I open the
menu, it shows « Français (variant) » is still selected.

Summary: the keyboard indicator contradict itself, and there is no way
to switch from a a layout to another, it stick to one. It happens
sometime it changes, but I don't how why, it's very rare, and cannot be
predicated. Example: one single time, I could switch to Arabic, but then
it did not want to switch back to French, and I had to manually edit a
file from a rescue CD to be able to longin on the Precise partition
(which I don't really use, as the keyboard is not functional).

This was nice with Maverick.

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

Title:
  Multilingual keyboard does not work properly

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

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

[Bug 1014318] Re: Multilingual keyboard does not work properly

2012-06-21 Thread Yannick Duchêne
If you mean you don't encounter the bug, let me tell the issue was
discussed on a french forum, and I'm not the only facing this bug.

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

Title:
  Multilingual keyboard does not work properly

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

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


[Bug 1014318] Re: Multilingual keyboard does not work properly

2012-06-19 Thread Yannick Duchêne
The issue seems more general. Ubuntu Precise has troubles with keyboard
layout switching in the large, not with just foreign languages. Ubuntu
Precise may stick to a previously selected keyboard layout and don't
honor any request to switch to another layout. Trying to have a single
layout in the keyboard layouts list, does not solve anything, it still
stick to a previously keyboard layout.

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

Title:
  Multilingual keyboard does not work properly

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

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


[Bug 1014318] Re: Multilingual keyboard does not work properly

2012-06-19 Thread Yannick Duchêne
This bug is blocking, as this make the whole system hardly usable.

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

Title:
  Multilingual keyboard does not work properly

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

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


[Bug 1014318] [NEW] Multilingual keyboard does not work properly

2012-06-17 Thread Yannick Duchêne
Public bug reported:

Using Ubuntu Precise, French version.

* The keyboard is configured to use French (variant).
* I add Arabic to the layout list.
* Then I switch from from French (variant) to Arabic.
* I typed some text in Gedit, but the input is still french, not Arabic letters 
as expected.
* The keyboard indicator display Ar with its icon, but its layout list says 
French (variant) is selected, which is inconsistant (see attached screen‑shot 
picture)

Ubuntu Precise seems to have a bug there.

There is a trick.

* I removed Arabic from the layout list.
* I added French to the layout list, together with French (variant)
* Then I added Arabic again
* I switched from French Variant to Arabic
* I typed some text in Gedit, now the input was Arabic

For some weird reasons, seems French (variant) must come with French
together, for the switch to work.

Another trick.

* I then removed French from the layout list, leaving alone French (variant) 
with Arabic.
* I switched to French (variant) then to Arabic
* I typed some text in Gedit, it was Arabic.

For some weird reasons, seems switching from French (variant) to Arabic
requires French was activated some time before, and if was not (as in
the first attempt), it does not work.

A third trick.

I then restart the machine, but could not login, because the connexion
screen was sticked to Arabic, and my password is French. Switching to
French with the keyboard indicator have no effect, and there is no way
to login at all. May be worth to note during the boot process, the
connexion screen first show a keyboard indicator which says Fr, but then
quickly and automatically switch itself to Ar.

I had to manually edit /etc/lightdm/lightdm.conf using another OS (An
installation of Ubuntu Maverick on the same machine) to tell the cession
manager to automatically login my user name. Then I was able to remove
the Arabic layout. I restarted the machine, then disabled automatic
connexion, and it was working fine.

In short, there are multiple weird tricks with multilingual keyboard
layout, which can be seriously blocking, and enough to disable one to
login, which is a lot blocking.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: connection keyboard layout multilingual precise unity

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

Title:
  Multilingual keyboard does not work properly

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

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

[Bug 1014318] Re: Multilingual keyboard does not work properly

2012-06-17 Thread Yannick Duchêne
** Attachment added: Screen‑shot showing multilingual keyboard layout is 
obviously broken as it is inconsistant
   
https://bugs.launchpad.net/bugs/1014318/+attachment/3193651/+files/buggy-keyboard-layout.png

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

Title:
  Multilingual keyboard does not work properly

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

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

[Bug 994163] Re: Unity launcher shows internal partitions after they have been unmounted

2012-06-15 Thread Yannick Duchêne
Same issue for me. May be worth to note this bug was already there since
beta versions, so it's there since long.

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

Title:
  Unity launcher shows internal partitions after they have been
  unmounted

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

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


[Bug 1010752] Re: Sound not working properly on Ubuntu Precise with SigmaTel Audio

2012-06-09 Thread Yannick Duchêne
** Package changed: ubuntu = alsa-driver

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

Title:
  Sound not working properly on Ubuntu Precise with SigmaTel Audio

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

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


[Bug 1010752] [NEW] Sound not working properly on Ubuntu Precise with SigmaTel Audio

2012-06-08 Thread Yannick Duchêne
Public bug reported:

This occurs on a DELL Inspiron 9400 with Intel SigmaTel Audio STAC92XX.

Since Ubuntu Precise, stereo speakers do not work any more and only the
subwoofer is working.  The result is cracky sound (just imagine even a
440 Hz tone played on a subwoofer to get an idea) and no stereo (all
sounds come from the left, as the subwoofer is on the left).

On Ubuntu Maverick, this was the opposite: stereo speakers was working
properly but subwoofer was not working at all. Was not perfect, but
preferable.

On Windows XP, both the stereo speakers and the subwoofer works, so the
sound card must not be broken.

Output of “lspci | grep -i audio”:
 00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition 
 Audio Controller (rev 01)

Output of “cat /proc/asound/pcm”:
 00-00: STAC92xx Analog : STAC92xx Analog : playback 1 : capture 1
 00-01: STAC92xx Digital : STAC92xx Digital : playback 1

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: precise sigmatel sound stac92xx

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

Title:
  Sound not working properly on Ubuntu Precise with SigmaTel Audio

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

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

[Bug 518769] Re: Python script mime type is text/x-java !

2011-11-25 Thread Yannick Duchêne
Same for me on Ubuntu Maverick and file-5.03

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

Title:
  Python script mime type is text/x-java !

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

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


[Bug 518769] Re: Python script mime type is text/x-java !

2011-11-25 Thread Yannick Duchêne
The workaround suggested in post #1 does not solve the bug.

Further more, this is not just about MIME type of Python files.

ex.
 $ file -b --mime-type JavaScript.js
 text/x-c++

Silly. The file command should not be used at all, it's not reliable.

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

Title:
  Python script mime type is text/x-java !

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

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


[Bug 518769] Re: Python script mime type is text/x-java !

2011-11-25 Thread Yannick Duchêne
Workaround which really works.

Use `xdg-mime query filetype FILE_PATH` instead of `file -b --mime-type
FILE_PATH`. But you have to ensure you've installed gvfs-bin for it to
work, because there is also a bug in xdg-mime, which makes it not
working if gvfs-bin is not installed.

See also : http://us.generation-nt.com/answer/bug-618624-xdg-utils-xdg-
mime-query-filetype-file-no-output-at-due-missing-recommends-
help-202577262.html

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

Title:
  Python script mime type is text/x-java !

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

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


[Bug 47958] Re: ssh-agent clobbers LD_LIBRARY_PATH and other environment variables

2011-11-01 Thread Yannick Duchêne
Same bug for me. I may define LD_LIBRARY_PATH from .bashrc or .zshrc, it
will be OK, but only from a console, and won't be if I run an
application from a *.desktop file as an example. So I wanted to define
it in .profile, but what ever I do, it seems to be cleared
unconditionally after interpretation of .profile. There is ldconfig, but
unfortunately, this acts system wide, and I won't add a system wide
entry for a library path which is relevant only for a single user.

This bug should be solved, and it seems it is still not solved.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/47958

Title:
  ssh-agent clobbers LD_LIBRARY_PATH and other environment variables

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 47958] Re: ssh-agent clobbers LD_LIBRARY_PATH and other environment variables

2011-11-01 Thread Yannick Duchêne
For people seeking for a workaround, there is one in message #21 of this other 
similar bug report:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/366728

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/47958

Title:
  ssh-agent clobbers LD_LIBRARY_PATH and other environment variables

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 366728] Re: LD_LIBRARY_PATH not loading from .profile nor /etc/environment

2011-11-01 Thread Yannick Duchêne
*** This bug is a duplicate of bug 47958 ***
https://bugs.launchpad.net/bugs/47958

Same bug for me. I may define LD_LIBRARY_PATH from .bashrc or .zshrc, it
will be OK, but only from a console, and won't be if I run an
application from a *.desktop file as an example. So I wanted to define
it in .profile, but what ever I do, it seems to be cleared
unconditionally after interpretation of .profile. There is ldconfig, but
unfortunately, this acts system wide, and I won't add a system wide
entry for a library path which is relevant only for a single user.

This bug should be solved, and it seems it is still not solved.

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

Title:
  LD_LIBRARY_PATH not loading from .profile nor /etc/environment

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

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


[Bug 47958] Re: ssh-agent clobbers LD_LIBRARY_PATH and other environment variables

2011-11-01 Thread Yannick Duchêne
Same bug for me. I may define LD_LIBRARY_PATH from .bashrc or .zshrc, it
will be OK, but only from a console, and won't be if I run an
application from a *.desktop file as an example. So I wanted to define
it in .profile, but what ever I do, it seems to be cleared
unconditionally after interpretation of .profile. There is ldconfig, but
unfortunately, this acts system wide, and I won't add a system wide
entry for a library path which is relevant only for a single user.

This bug should be solved, and it seems it is still not solved.

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

Title:
  ssh-agent clobbers LD_LIBRARY_PATH and other environment variables

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

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


[Bug 380360] Re: X.Org session start (via xinit) loses LD_LIBRARY_PATH

2011-11-01 Thread Yannick Duchêne
*** This bug is a duplicate of bug 47958 ***
https://bugs.launchpad.net/bugs/47958

For people seeking for a workaround, there is one in message #21 of this other 
similar bug report:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/366728

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

Title:
  X.Org session start (via xinit) loses LD_LIBRARY_PATH

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

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


[Bug 47958] Re: ssh-agent clobbers LD_LIBRARY_PATH and other environment variables

2011-11-01 Thread Yannick Duchêne
For people seeking for a workaround, there is one in message #21 of this other 
similar bug report:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/366728

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

Title:
  ssh-agent clobbers LD_LIBRARY_PATH and other environment variables

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

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


[Bug 366728] Re: LD_LIBRARY_PATH not loading from .profile nor /etc/environment

2011-11-01 Thread Yannick Duchêne
*** This bug is a duplicate of bug 47958 ***
https://bugs.launchpad.net/bugs/47958

Workaround proposed by James Spencer in message #21 works for me too
(Ubuntu Maverick). Still feel sad that I must apply such a non-clean
workaround.

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

Title:
  LD_LIBRARY_PATH not loading from .profile nor /etc/environment

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

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


[Bug 881875] [NEW] Editing actions fails

2011-10-26 Thread Yannick Duchêne
Public bug reported:

Using Nautilus Actions configuration tool 2.30.2 on Ubuntu 11.04:

Editing actions, like editing an action label, sometime fails, all
entries are display red and no more actions menu entries appears in
Nautilus. It appears than all actions are then empty, command fields
vanished and so on.

** Affects: nautilus-actions (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/881875

Title:
  Editing actions fails

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

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


[Bug 881874] [NEW] Export broken

2011-10-26 Thread Yannick Duchêne
Public bug reported:

Using Nautilus Actions configuration tool 2.30.2 on Ubuntu 11.04:

Export any actions fails, the XML file is truncated (most often the
closing tag of the root element is not finished) and the XML exported
file does not contain any commands, it seems to contains only label.

** Affects: nautilus-actions (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/881874

Title:
  Export broken

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

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


[Bug 881877] [NEW] Import make configuration freeze

2011-10-26 Thread Yannick Duchêne
Public bug reported:

Using Nautilus Actions configuration tool 2.30.2 on Ubuntu 11.04:

When accidentally importing an exported truncated XML files (truncated
by the configuration tool, see a previous bug), Nautilus Actions
configuration tools may freeze.

** Affects: nautilus-actions (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/881877

Title:
  Import make configuration freeze

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

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