[Bug 1846423]

2021-08-20 Thread Josselin-dulac
True, it seems that removing the agenda and adding it again solves the
problem.

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

Title:
  Lightning: Cannot dismiss reminders. Got a VALUE parameter with an
  illegal type for property: VALUE=DURATION

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


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

[Bug 1846423]

2021-07-17 Thread Josselin-dulac
I'm worried the fix is not enough. I'm still having errors both in
version 78.12.0 and 91.0b1, Linux & Windows:

CalDAV: Unexpected status modifying item to MyCalendar: 405
BEGIN:VCALENDAR
PRODID:-//Mozilla.org/NONSGML Mozilla Calendar V1.1//EN
VERSION:2.0
BEGIN:VEVENT
CREATED:20210630T085146Z
LAST-MODIFIED:20210717T090432Z
DTSTAMP:20210717T090432Z
UID:9c70b2b8-3019-471a-9a86-4e94c11b600b
SUMMARY:My event
X-MOZ-LASTACK:20210717T090432Z
DTSTART;VALUE=DATE:20210717
DTEND;VALUE=DATE:20210719
TRANSP:TRANSPARENT
X-MOZ-GENERATION:1
BEGIN:VALARM
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:-PT15M
DESCRIPTION:Description par défaut Mozilla
X-LIC-ERROR;X-LIC-ERRORTYPE=PARAMETER-VALUE-PARSE-ERROR:Got a VALUE parame ter 
with an illegal type for property: VALUE=DURATION
END:VALARM
END:VEVENT
END:VCALENDAR

So maybe my patch is not enough? Any other returns?

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

Title:
  Lightning: Cannot dismiss reminders. Got a VALUE parameter with an
  illegal type for property: VALUE=DURATION

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


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

[Bug 1846423]

2021-07-17 Thread Josselin-dulac
Thank you @kalle and thank you the whole team (review, commits, and on). This 
little change will also change my daily use of Thunderbird ^^
(And it was really nothing ^^)

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

Title:
  Lightning: Cannot dismiss reminders. Got a VALUE parameter with an
  illegal type for property: VALUE=DURATION

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


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

[Bug 1846423]

2021-06-26 Thread Josselin-dulac
(In reply to Steve B. from comment #47)
> AND not introduce a new bug at the same time!
> 
> Thanks!

I hope too, it would be sad for my 1st patch :D

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

Title:
  Lightning: Cannot dismiss reminders. Got a VALUE parameter with an
  illegal type for property: VALUE=DURATION

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

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

[Bug 1846423]

2021-06-19 Thread Josselin-dulac
Thank you very much!

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

Title:
  Lightning: Cannot dismiss reminders. Got a VALUE parameter with an
  illegal type for property: VALUE=DURATION

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

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

[Bug 1846423]

2021-06-19 Thread Josselin-dulac
Well as it's chaining inequality comparisons (to catch wrong types), it will 
work; if you follow the link to the full source code of this file, this is how 
the other elements are tested.
I'm not sure this is the most optimal way to test it (maybe it is, I don't know 
of the preprocessor will optimize it, and my knowledge of this kind of stuff is 
very far), but I chose to keep the code rules already present in the file :)
(And yes, it woulf be really great if an active developer could see this and 
validate it for the next release...)

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

Title:
  Lightning: Cannot dismiss reminders. Got a VALUE parameter with an
  illegal type for property: VALUE=DURATION

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

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

[Bug 1846423]

2021-06-19 Thread Josselin-dulac
Created attachment 9227399
icalparser.c patch to accept DURATION type for the TRIGGER property in iCal 
files

Here's a proper patch file, so it can be easily merged.

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

Title:
  Lightning: Cannot dismiss reminders. Got a VALUE parameter with an
  illegal type for property: VALUE=DURATION

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

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

[Bug 1846423]

2021-06-19 Thread Josselin-dulac
According to the iCal RFC, it should already accept DURATION as it is
the default value type, so it really is a Calendar bug:
https://datatracker.ietf.org/doc/html/rfc5545#section-3.8.6.3

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

Title:
  Lightning: Cannot dismiss reminders. Got a VALUE parameter with an
  illegal type for property: VALUE=DURATION

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

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

[Bug 1846423]

2021-06-19 Thread Josselin-dulac
Hello,
I don't have time right now to dig into all the stuff to properly propose a 
patch, but I assume changing those lines in the file icalparser.c (line 
1029-1033 in the current version)  would work

```case ICAL_TRIGGER_PROPERTY:
/* Accept DATE-TIME and DURATION */
if (value_kind != ICAL_DATETIME_VALUE && value_kind != 
ICAL_DURATION_VALUE)
value_err = illegal_type;
break;
```

direct link to the file https://searchfox.org/comm-
central/source/calendar/libical/src/libical/icalparser.c#1029

If an active developer can add this patch, it would be very great (this
bug is pretty much annoying); if not possible I will see how to
participate directly in patching the file, but I'm not used to big
projects participations...

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

Title:
  Lightning: Cannot dismiss reminders. Got a VALUE parameter with an
  illegal type for property: VALUE=DURATION

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

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

[Bug 1825996] Re: Touchpad not working on Lenovo ThinkPad L480 after upgrade to 19.04

2019-04-25 Thread Beaud'huy Josselin
*** This bug is a duplicate of bug 1825699 ***
https://bugs.launchpad.net/bugs/1825699

It can boot but if I remove i2c_i801 from backlist touch pad does not
work

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

Title:
  Touchpad not working on Lenovo ThinkPad L480 after upgrade to 19.04

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

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

[Bug 1825996] Re: Touchpad not working on Lenovo ThinkPad L480 after upgrade to 19.04

2019-04-25 Thread Beaud'huy Josselin
*** This bug is a duplicate of bug 1825699 ***
https://bugs.launchpad.net/bugs/1825699

I tried to install https://people.canonical.com/~khfeng/lp1825996/ but
it doesn't seem to work

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

Title:
  Touchpad not working on Lenovo ThinkPad L480 after upgrade to 19.04

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

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

[Bug 1825996] Re: Touchpad is not found

2019-04-24 Thread Beaud'huy Josselin
Well done, my touchpad is now working.

Thank you.

** Changed in: linux (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  Touchpad is not found

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

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

[Bug 1825996] [NEW] Touchpad is not found

2019-04-23 Thread Beaud'huy Josselin
Public bug reported:

Hello,

I upgrade ubuntu on 19.10 but my touchpad is not found. Can you help me
?

Thank you

Josselin

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: linux-image-5.0.0-13-generic 5.0.0-13.14
ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6
Uname: Linux 5.0.0-13-generic x86_64
ApportVersion: 2.20.10-0ubuntu27
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  jbeaud-huy   2159 F pulseaudio
 /dev/snd/controlC1:  jbeaud-huy   2159 F pulseaudio
 /dev/snd/pcmC1D0p:   jbeaud-huy   2159 F...m pulseaudio
CurrentDesktop: KDE
Date: Tue Apr 23 15:49:51 2019
InstallationDate: Installed on 2018-11-19 (154 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
MachineType: LENOVO 20LTS6YR00
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-13-generic 
root=UUID=c816b2e0-898d-4948-80e7-1466ae6b59e3 ro quiet splash vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-5.0.0-13-generic N/A
 linux-backports-modules-5.0.0-13-generic  N/A
 linux-firmware1.178
SourcePackage: linux
UpgradeStatus: Upgraded to disco on 2019-04-23 (0 days ago)
dmi.bios.date: 08/14/2018
dmi.bios.vendor: LENOVO
dmi.bios.version: R0QET47W (1.24 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20LTS6YR00
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40697 WIN
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnLENOVO:bvrR0QET47W(1.24):bd08/14/2018:svnLENOVO:pn20LTS6YR00:pvrThinkPadL480:rvnLENOVO:rn20LTS6YR00:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
dmi.product.family: ThinkPad L480
dmi.product.name: 20LTS6YR00
dmi.product.sku: LENOVO_MT_20LT_BU_Think_FM_ThinkPad L480
dmi.product.version: ThinkPad L480
dmi.sys.vendor: LENOVO

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-bug disco

** Attachment added: "devices"
   https://bugs.launchpad.net/bugs/1825996/+attachment/5258246/+files/devices

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

Title:
  Touchpad is not found

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

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

[Bug 1636298] Re: package mariadb-server-10.0 10.0.27-0ubuntu0.16.04.1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2016-11-15 Thread josselin
sauf que /var/lib/mysql est un dossier et la commande rm ne marche pas. rmdir 
non plus. Dossier pas vide et impossible à vider!
alors on fait comment?

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

Title:
  package mariadb-server-10.0 10.0.27-0ubuntu0.16.04.1 failed to
  install/upgrade: le sous-processus script post-installation installé a
  retourné une erreur de sortie d'état 1

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

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

[Bug 1566152] [NEW] package mythbuntu-diskless-client (not installed) failed to install/upgrade: le sous-processus nouveau script pre-installation a retourné une erreur de sortie d'état 1

2016-04-04 Thread josselin
Public bug reported:

I try to obtain the nm-applet on Kubuntu 14.04 for my wireless device.
In typing in the terminal nm-applet I had the advice to install the following 
packages network-manager-gnome and mythbuntu-diskless-client.  Obviously that 
were a mistake to install the second one. But I don't care it's not installed. 
So no warnings.
But people just be careful.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: mythbuntu-diskless-client (not installed)
ProcVersionSignature: Ubuntu 4.2.0-34.39~14.04.1-generic 4.2.8-ckt4
Uname: Linux 4.2.0-34-generic i686
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: i386
Date: Tue Apr  5 07:26:21 2016
ErrorMessage: le sous-processus nouveau script pre-installation a retourné une 
erreur de sortie d'état 1
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.5
 apt  1.0.1ubuntu2.11
SourcePackage: mythbuntu-diskless
Title: package mythbuntu-diskless-client (not installed) failed to 
install/upgrade: le sous-processus nouveau script pre-installation a retourné 
une erreur de sortie d'état 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mythbuntu-diskless (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/1566152

Title:
  package mythbuntu-diskless-client (not installed) failed to
  install/upgrade: le sous-processus nouveau script pre-installation a
  retourné une erreur de sortie d'état 1

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

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

[Bug 1455068] [NEW] my /dev/loop0 is full its impossible to clean it with clean autoremove autoclean so I can't install KDE 12.04 can you tell me what I can do for it? thanks.

2015-05-14 Thread josselin
Public bug reported:

I've tried multiples informations before because a problem with a partition 
(that doesn't start on a physical sector boundary)
I have also problem with the kernel 
Package: linux-image-3.2.0-83-generic-pae
Error: subprocess installed post-installation script returned error exit status 
2

Package: linux-image-generic-pae
Error: dependency problems - leaving unconfigured

Package: linux-generic-pae
Error: dependency problems - leaving unconfigured
it's clear that everything is linked but I dont know how to fix it.

is it possible to refresh ubiquity?

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: ubiquity 2.10.29
ProcVersionSignature: Ubuntu 3.2.0-67.101-generic-pae 3.2.60
Uname: Linux 3.2.0-67-generic-pae i686
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: i386
CasperVersion: 1.315.1
Date: Thu May 14 11:54:34 2015
InstallCmdLine: initrd=/casper/initrd.lz file=/cdrom/preseed/kubuntu.seed 
boot=casper maybe-ubiquity  quiet splash -- BOOT_IMAGE=/casper/vmlinuz
LiveMediaBuild: Kubuntu 12.04.5 LTS Precise Pangolin - Release i386 
(20140807.1)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=
 TERM=xterm
 PATH=(custom, no user)
 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: apport-bug i386 precise ubiquity-2.10.29

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

Title:
  my /dev/loop0 is full its impossible to clean it with clean autoremove
  autoclean so I can't install KDE 12.04 can you tell me what I can do
  for it? thanks.

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

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


[Bug 521877]

2012-08-22 Thread Josselin Mouette
(In reply to comment #50)
 We need an xorg.conf flag -- for example, NVIDIA has UseEDIDDpi.

Definitely. Is it that hard to implement?

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

Title:
  [gm45] wrong screen size detected on X200s

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/521877/+subscriptions

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


[Bug 556782]

2012-07-25 Thread Josselin Mouette
Note that it can be worked around by disabling RENDER acceleration.

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

Title:
  [rs690m] Graphics corruption with ati x1200

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

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


[Bug 882956] Re: [Oneiric] [Dell XPS M1330] Gnome session dies at resume

2011-11-12 Thread Josselin Mouette
** Bug watch added: GNOME Bug Tracker #663948
   https://bugzilla.gnome.org/show_bug.cgi?id=663948

** Also affects: gnome-session via
   https://bugzilla.gnome.org/show_bug.cgi?id=663948
   Importance: Unknown
   Status: Unknown

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

Title:
  [Oneiric] [Dell XPS M1330] Gnome session dies at resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-session/+bug/882956/+subscriptions

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


[Bug 885027] Re: SUID Mount Helper has 5 Major Vulnerabilities

2011-11-05 Thread Josselin Mouette
@Kovid

The cross-platform library you are looking for already exists; why would
anyone gather with you to write a new one?

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

Title:
  SUID Mount Helper has 5 Major Vulnerabilities

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

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


[Bug 885027] Re: SUID Mount Helper has 5 Major Vulnerabilities

2011-11-04 Thread Josselin Mouette
@Kovid: if you’re looking for a high-level library to manage mounts,
you’re not short on options. The easiest one being of course GIO, which
will use either of udisks or HAL as backend depending on the OS.

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

Title:
  SUID Mount Helper has 5 Major Vulnerabilities

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

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

[Bug 885027] Re: SUID Mount Helper has 5 Major Vulnerabilities

2011-11-04 Thread Josselin Mouette
GIO works perfectly fine with HAL, which has been working on all BSD
systems and Solaris for a number of years already.

Seriously, what is the point of a mount helper in an ebook reader
application? What you are trying to achieve is as if Mozilla was
shipping network drivers together with their browser.

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

Title:
  SUID Mount Helper has 5 Major Vulnerabilities

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

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


[Bug 885027] Re: SUID Mount Helper has 5 Major Vulnerabilities

2011-11-04 Thread Josselin Mouette
The correct way to make it secure is to remove it.

The way to make it WORK is to remove it. By calling a specific, broken
setuid helper, calibre puts a risk on the system, but it also fails to
accomplish the task, since it should actually be done through the native
OS tools, and can conflict with whatever the OS is already doing with
removable devices.

Again, you must use GIO. It will correctly interact with the OS, report
when devices are inserted/mounted/unmounted and allow you to interact
with those devices without breaking havoc. The solutions you are
currently looking at are way beyond broken.

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

Title:
  SUID Mount Helper has 5 Major Vulnerabilities

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

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


[Bug 885027] Re: SUID Mount Helper has 5 Major Vulnerabilities

2011-11-04 Thread Josselin Mouette
Do you seriously think your little hackish script works better than HAL?

If so, I recommend to do something about your cognitive problems.

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

Title:
  SUID Mount Helper has 5 Major Vulnerabilities

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

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


[Bug 876703] Re: evince isn't added to mailcap

2011-10-17 Thread Josselin Mouette
Let’s answer since someone added me to this bug report: update-mime in its 
current form is similar to necromancy.
Either you replace it with something that parses desktop files and populates 
/etc/mailcap for compatibility, either you drop mailcap support entirely.

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

Title:
  evince isn't added to mailcap

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

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