[Bug 986786] Re: [MASTER] packages using a lot of memory at runtime should use lzma compression

2012-10-21 Thread Jérôme
The 12.10 release of Ubuntu still have LibreOffice package which aren't compressed with LZMA. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/986786 Title: [MASTER] packages using a lot of memory at r

[Bug 958574] Re: lubuntu-core package has strong dependency to rfkill

2012-10-27 Thread Jérôme
This bug still occurs with 12.10 release. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/958574 Title: lubuntu-core package has strong dependency to rfkill To manage notifications about this bug go

[Bug 1072304] [NEW] libreoffice-help-fr archive should use lzma compression

2012-10-28 Thread Jérôme
Public bug reported: j@j-VB:~$ ls -lh /var/cache/apt/archives/libreoffice-help-fr* -rw-r--r-- 1 root root 11M oct. 8 23:23 /var/cache/apt/archives/libreoffice-help-fr_1%3a3.6.2~rc2-0ubuntu3_all.deb j@j-VB:~$ 7z l /var/cache/apt/archives/libreoffice-help-fr_1%3a3.6.2~rc2-0ubuntu3_all.deb | gre

[Bug 986786] Re: [MASTER] packages using a lot of memory at runtime should use lzma compression

2012-08-04 Thread Jérôme
** Summary changed: - [MASTER] larger packages should use lzma compression + [MASTER] packages using a lot of memory at runtime should use lzma compression -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 986786] Re: [MASTER] packages using a lot of memory at runtime should use lzma compression

2012-08-04 Thread Jérôme
The only drawback of LZMA compression is the required memory while decompressing the archive. However this isn't a drawback for applications which require a lot of memory at runtime anyway (X.org, LibreOffice, Java Runtime Environnement, Firefox, ...). On the contrary, applications which use only

[Bug 986786] Re: [MASTER] packages using a lot of memory at runtime should use lzma compression

2012-08-04 Thread Jérôme
A tradeoff would be the following : using LZMA compression of all packages. However, the "force" of the LZMA compression method would be chosen according to the required memory for decompression : - for applications requiring a lot of memory (LibreOffice, Firefox, X.org, ...) : xz -9e - for appl

[Bug 573957] Re: X server crashes randomly

2012-08-05 Thread Jérôme
I get crashes too with oneiric and KDE, especially when launching Firefox after logout and login as an other user. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/573957 Title: X server crashes random

[Bug 1035071] [NEW] X server crashes the first time I login as an other user

2012-08-09 Thread Jérôme
Public bug reported: I encounter a bug that can be easily reproduced as follows : 1. startup the system 2. login as a user and use a few applications like Firefox or Google Earth 3. logout and login as an other user 4. the first time you try to user Firefox or Google Earth, it just crash and come

[Bug 1035071] Re: X server crashes the first time I login as an other user

2012-08-09 Thread Jérôme
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1035071 Title: X server crashes the first time I login as an other user To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/

[Bug 1035071] Re: X server crashes the first time I login as an other user

2012-08-09 Thread Jérôme
** Attachment added: "the syslog which tells X terminated unexpectedly" https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1035071/+attachment/3255055/+files/syslog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.laun

[Bug 1035071] Re: X server crashes the first time I login as an other user

2012-08-09 Thread Jérôme
** Attachment added: "/var/log/Xorg.0.log" https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1035071/+attachment/3255079/+files/Xorg.0.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1035071 T

[Bug 957988] Re: missing desktop menu entry for reporting bugs

2012-09-07 Thread Jérôme
There were many applications which had a bug, especially the muon applications suite. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/957988 Title: missing desktop menu entry for reporting bugs To ma

[Bug 1037193] [NEW] deb package archive should use "lzma -1" or "xz -1e" compression

2012-08-15 Thread Jérôme
Public bug reported: If I understood, in order to fit any system, the compression method has to ensure that the required memory while decompression won't be too high. Maybe that's a reason of the choice of gzip compression method (in addition to its speed for decompression). However, would it be

[Bug 1037193] Re: deb package archive should use "lzma -1" or "xz -1e" compression

2012-08-15 Thread Jérôme
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1037193 Title: deb package archive should use "lzma -1" or "xz -1e" compression To manage notifications about this bug go to: https://bugs.launchpad.net

[Bug 1037193] Re: deb package archive should use "lzma -1" or "xz -1e" compression

2012-08-15 Thread Jérôme
Of course, the applications which require more memory at runtime would use a higher compression force for the deb package. ** Summary changed: - deb package archive should use "lzma -1" or "xz -1e" compression + deb package archive should use "lzma -1" or "xz -1e" compression by default -- You

[Bug 1037193] Re: deb package archive should use "lzma -1" or "xz -1e" compression by default

2012-08-15 Thread Jérôme
Maybe the binary package builder could use an information into the source package about the estimated required memory at runtime in order to automatically choose the right compression force. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 1037193] Re: deb package archive should use "lzma -1" or "xz -1e" compression by default

2012-08-19 Thread Jérôme
You can also perform the same comparison between bzip2 and lzma. The bzip2 man page shows that a bzip2 archive requires roughly 3700kB of memory when uncompressing if it has been compressed with "-9" force. On the other side, the xz man page tells that a xz archive requires roughly 3 MB of memory

[Bug 957988] Re: missing desktop menu entry for reporting bugs

2012-08-21 Thread Jérôme
** Changed in: apport (Ubuntu) Status: Expired => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/957988 Title: missing desktop menu entry for reporting bugs To manage notifications about

[Bug 1027387] [NEW] deb archive should use "--extreme" compression option

2012-07-21 Thread Jérôme
Public bug reported: Using the "--extreme" option of the lzma compression tool saves about 0,9% of data archive size (~253kB). See the detail below : - m@m-portable:~/tmp$ 7z x openoffice.org-core_1%3a3.2.0-7ubuntu4.3_amd64.deb 7-Zip 9.04 beta Copyright (c) 1999-2009 Igor P

[Bug 1027387] Re: deb archive should use "--extreme" compression option

2012-07-21 Thread Jérôme
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1027387 Title: deb archive should use "--extreme" compression option To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+so

[Bug 986786] Re: [MASTER] larger packages should use lzma compression

2012-07-21 Thread Jérôme
Maybe you should use the "--extreme" option of the xz compression since it allows to save additionnal size for the archives. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/986786 Title: [MASTER] larg

[Bug 957988] Re: missing desktop menu entry for reporting bugs

2012-06-20 Thread Jérôme
I already filed applications specific bug reports into launchpad.net. Since Kubuntu isn't officially supported, I assume Kubuntu bugs shouldn't be reported in Launchpad ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.la

[Bug 462733] Re: prelink fragments the files

2011-12-10 Thread Jérôme
Where is the upstream development repository ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/462733 Title: prelink fragments the files To manage notifications about this bug go to: https://bugs.lau

[Bug 923360] [NEW] systemsettings/start_and_shutdown shouldn't generate localized .desktop file names

2012-01-29 Thread Jérôme
Public bug reported: I'm using a French installation. I noticed that the "systemsettings" tool generates localized ".desktop" files names although it shouldn't. In the part "start and shutdown" / "autostart", I clicked on "add program" button and then I selected the "Utilities"/"Akonaditray" pro

[Bug 923360] Re: systemsettings/start_and_shutdown shouldn't generate localized .desktop file names

2012-01-29 Thread Jérôme
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/923360 Title: systemsettings/start_and_shutdown shouldn't generate localized .desktop file names To manage notifications about this bug go to: https:/

[Bug 868970] Re: User should be able to disable Akonaditray when akonadi/nepomuk is not used

2012-01-29 Thread Jérôme
I find an other way which has the advantage to prevent to start all akonadi related processes : http://userbase.kde.org/Akonadi#Disabling_the_Akonadi_subsystem Event if the akonaditray configuration isn't touched, I don't see any akonadi tray process : --- ~$ grep -i "\(exec\)\|\(hidden\)" ~/.co

[Bug 910931] Re: 17 processes are wasting resources when akonadi isn't used

2012-01-29 Thread Jérôme
I found the below instructions in order to prevent those processes to start : http://userbase.kde.org/Akonadi#Disabling_the_Akonadi_subsystem However, those instruction aren't user friendly. Maybe a option into the systemsettings GUI would help. -- You received this bug notification because you

[Bug 452073]

2012-01-30 Thread Jérôme
I just checked with the 3.5.0rc2 version. At each invocation of one of the below command : "libreoffice3.5 --calc" "libreoffice3.5 --writer" "libreoffice3.5 --impress" the /opt/libreoffice3.5/program/soffice shell script is executed. This script will quite always guess the same environment varia

[Bug 452043]

2012-01-30 Thread Jérôme
The new 3.5.0rc2 version decreased the number of indirection. However we could go further. Menu entry : --- j@j-K64:~$ grep -i exec /usr/share/applications/libreoffice3.5-writer.desktop Exec=libreoffice3.5 --writer %U j@j-K64:~$ --- The above command line is equivalent to the below pseudo instru

[Bug 456434]

2012-01-31 Thread Jérôme
Created attachment 56289 dpkg-deb --contents LibO_3.5.0rc2_Linux_x86-64_install-deb_en-US/DEBS/libobasis3.5-core06_3.5.0-12_amd64.deb | grep -i "\.bmp$" The 3.5.0rc2 version still have 87 bitmap files into its core packages (including wizards). -- You received this bug notification because you

[Bug 855793] Re: Kubuntu 11.10 beta 1: Error upgrading using muon

2012-01-04 Thread Jérôme
I had the same bug with a real host. -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kde-workspace in Ubuntu. https://bugs.launchpad.net/bugs/855793 Title: Kubuntu 11.10 beta 1: Error upgrading using muon To manage notifications about thi

[Bug 855793] Re: Kubuntu 11.10 beta 1: Error upgrading using muon

2012-01-08 Thread Jérôme
Why not using Synaptic which works perfectly for many years ? Please propose Muon and Kpackagekit when they will be ready. Thanks. -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kde-workspace in Ubuntu. https://bugs.launchpad.net/bugs/8557

[Bug 910071] Re: missing color with Deskjet 920c

2012-01-23 Thread Jérôme
** Attachment added: "file requested in comment #2" https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/910071/+attachment/2689100/+files/DESKJET-920C.ppd -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 910071] Re: missing color with Deskjet 920c

2012-01-23 Thread Jérôme
In replay to comment #2 : In my printer setup tool (KDE systemsettings program) : - color model : RGB color - color precision : normal - print quality : standard I tried to print the test page into the setup tool with the button "Imprimer la page de test" (in english "print the test page"). -- Y

[Bug 910071] Re: missing color with Deskjet 920c

2012-01-23 Thread Jérôme
In reply to comment #4 The printer test page from "hp-setup" tool or KDE "systemsettings" tool shows only black (leaving white where colours were supposed to appear). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launch

[Bug 910071] Re: missing color with Deskjet 920c

2012-01-23 Thread Jérôme
In reply to comment #4 Performed step 1. For step 2: "sudo service cups restart" Didn't perform step 3. Sent printer test page for step 4. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/910071 Titl

[Bug 910071] Re: missing color with Deskjet 920c

2012-01-23 Thread Jérôme
** Attachment added: "comment #4 step 5" https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/910071/+attachment/2689179/+files/debug.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/910071 Title

[Bug 910071] Re: missing color with Deskjet 920c

2012-01-23 Thread Jérôme
** Attachment added: "comment #4 step 5 cups_log.txt" https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/910071/+attachment/2689180/+files/cups_log.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bu

[Bug 910071] Re: missing color with Deskjet 920c

2012-01-23 Thread Jérôme
** Attachment added: "hpcupsfilterc_1.bmp" https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/910071/+attachment/2689190/+files/hpcupsfilterc_1.bmp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/9

[Bug 910071] Re: missing color with Deskjet 920c

2012-01-23 Thread Jérôme
** Attachment added: "hp-check_-t.txt" https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/910071/+attachment/2689193/+files/hp-check_-t.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/910071 T

[Bug 910071] Re: missing color with Deskjet 920c

2012-01-23 Thread Jérôme
** Attachment added: "hpcups_job35.out" https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/910071/+attachment/2689192/+files/hpcups_job35.out -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/910071

[Bug 910071] Re: missing color with Deskjet 920c

2012-01-24 Thread Jérôme
Of course I installed the latest driver hplip-3.11.12 from http://hplipopensource.com/hplip-web/gethplip.html before performing tests described since comment #8. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 910071] Re: missing color with Deskjet 920c

2012-01-25 Thread Jérôme
** Changed in: hplip (Ubuntu) Status: Incomplete => New ** Changed in: hplip Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/910071 Title: missing color with D

[Bug 909411] [NEW] missing theme motor in module_path

2011-12-28 Thread Jérôme
Public bug reported: Below is a warning message into /var/log/apt/term.log : -- Log started: 2011-12-28 16:46:13 (Lecture de la base de données... ^M(Lecture de la base de données... 5%^M(Lecture de la base de données... 10%^M(Lecture de la base de données... 15%^M(Lecture d

[Bug 909411] Re: missing theme motor in module_path

2011-12-28 Thread Jérôme
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/909411 Title: missing theme motor in module_path To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/man-db/+bug/909

[Bug 909619] [NEW] window hanged while installing updates after fresh install

2011-12-29 Thread Jérôme
Public bug reported: The muon-updater window was blocked at install stage with the same progression bar during half an hour. When I wanted to restart the computer from the KDE menu, I got an error message which told me the updater forbid the restart. I had to use the below command in order to al

[Bug 909619] Re: window hanged while installing updates after fresh install

2011-12-29 Thread Jérôme
** Attachment added: "/var/log/dpkg.log" https://bugs.launchpad.net/bugs/909619/+attachment/2650068/+files/dpkg.log -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to muon in Ubuntu. https://bugs.launchpad.net/bugs/909619 Title: window han

[Bug 909619] Re: window hanged while installing updates after fresh install

2011-12-29 Thread Jérôme
** Attachment added: "/var/log/apt/history.log" https://bugs.launchpad.net/ubuntu/+source/muon/+bug/909619/+attachment/2650070/+files/history.log -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to muon in Ubuntu. https://bugs.launchpad.net/b

[Bug 909619] Re: window hanged while installing updates after fresh install

2011-12-29 Thread Jérôme
** Attachment added: "/var/log/apt/term.log" https://bugs.launchpad.net/ubuntu/+source/muon/+bug/909619/+attachment/2650071/+files/term.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/909619 Tit

[Bug 909619] Re: window hanged while installing updates after fresh install

2011-12-29 Thread Jérôme
Next, I couldn't use muon again since it told me an other program was using apt. Then I tried to update the distro by using the below command line : - sudo apt-get update - Buy I got the below error message : - E: dpkg a été interrompu. Il est nécessaire d'util

[Bug 910071] [NEW] missing color with Deskjet 920c

2011-12-30 Thread Jérôme
Public bug reported: I just print the test page with the below driver : -- HP Deskjet 920c, hpcups 3.11.7 -- However, I don't have any color. I connected the printer through USB since my new computer under Kubuntu 11.10 has no parallel port. Note that the same printer wo

[Bug 910071] Re: missing color with Deskjet 920c

2011-12-30 Thread Jérôme
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/910071 Title: missing color with Deskjet 920c To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/910071/

[Bug 910089] [NEW] /usr/lib/mozilla/plugins/skypebuttons.so should be in a separate package

2011-12-30 Thread Jérôme
Public bug reported: I want to use Kopete but I don't want the users I manage to use the Skype plugin into Firefox. Therefore, it would help split the "kopete" package into 2 packages : - "kopete" - "kopete-mozilla-plugin" Thanks to avoid Kubuntu to become a "bloatware". ProblemType: Bug Distro

[Bug 910089] Re: /usr/lib/mozilla/plugins/skypebuttons.so should be in a separate package

2011-12-30 Thread Jérôme
** Description changed: I want to use Kopete but I don't want the users I manage to use the Skype plugin into Firefox. Therefore, it would help split the "kopete" package into 2 packages : - "kopete" - "kopete-mozilla-plugin" - Thanks to avoid Kubuntu to become an "bloatware". + Th

[Bug 910101] [NEW] user session crash when launching Firefox

2011-12-30 Thread Jérôme
Public bug reported: I was logged into a KDE session for a few minutes. I was only using "konsole". My session crashed immediately when I launched Firefox by clicking on Firefox icone of the "Favorite" part of the "Kickoff" application launcher. The crash inferred me to get the KDM invite. It o

[Bug 910101] Re: user session crash when launching Firefox

2011-12-30 Thread Jérôme
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/910101 Title: user session crash when launching Firefox To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/firefox/

[Bug 910918] [NEW] no sound

2012-01-02 Thread Jérôme
Public bug reported: I have no sound into KDE. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: linux-image-3.0.0-14-generic 3.0.0-14.23 ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9 Uname: Linux 3.0.0-14-generic x86_64 AlsaVersion: Advanced Linux Sound Architecture Driver Version 1

[Bug 910918] Re: no sound

2012-01-02 Thread Jérôme
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/910918 Title: no sound To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/910918/+subscriptions -- ubu

[Bug 910918] Re: no sound

2012-01-02 Thread Jérôme
Sorry, the KDE KMix status icon isn't obvious. Basically I was on mute. ** Changed in: linux (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/910918 Title: no so

[Bug 910931] [NEW] 17 processes are wasting resources when akonadi isn't used

2012-01-02 Thread Jérôme
Public bug reported: I don't want to use Akonadi but I still want to use Kde. Although I disabled the Akonadi feature into the user option and disabled the tray icon as well, I still have many Akonadi processes which are wasting resources. Below is the faulty processes :

[Bug 910931] Re: 17 processes are wasting resources when akonadi isn't used

2012-01-02 Thread Jérôme
-- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to akonadi in Ubuntu. https://bugs.launchpad.net/bugs/910931 Title: 17 processes are wasting resources when akonadi isn't used To manage notifications about this bug go to: https://bugs.launchpa

[Bug 1165364] [NEW] Power Manager doesn't terminate while login

2013-04-06 Thread Jérôme
Public bug reported: While login into GDM, I get the below message window (French) : --- Un programme est toujours en cours d'exécution (translation : a program is still running) -- Power Manager -- Absence de réponse (tr : no reply) vérrouiller l'écran / annuler / se déconnec

[Bug 1165364] Re: Power Manager doesn't terminate while login

2013-04-06 Thread Jérôme
Here is something which could help : - j@dt:/var/log$ grep " gdm-" daemon.log | tail -20 0406 12:33 gdm-session-worker: <26>Apr 6 12:33:59 gdm-session-worker[1720]: GLib-GObject-CRITICAL: g_value_get_boolean: assertion `G_VALUE_HOLDS_BOOLEAN (value)' failed 0406 12:34 gdm-session-worker: <28

[Bug 462733] Re: prelink fragments the files

2013-03-27 Thread Jérôme
In case they have time for prelink, I filed the below bug report to Fedora : https://bugzilla.redhat.com/show_bug.cgi?id=928380 ** Bug watch added: Red Hat Bugzilla #928380 https://bugzilla.redhat.com/show_bug.cgi?id=928380 -- You received this bug notification because you are a member of Ub

[Bug 981434] Re: unlzma and unxz should be specific binaries instead of links

2013-03-27 Thread Jérôme
Then a specific binary for decompression would save resources. The common parts could be gathered in a shared library. Most of the time, the compression binary would never be used. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 1178943] [NEW] /etc/cron.daily/apt is holding memory while "sleep"

2013-05-11 Thread Jérôme
Public bug reported: The "random_sleep" function is calling "sleep". Thus the memory used by anacron, the /etc/cron.daily/apt script is frozen for minutes when the "random_sleep" blocks until the "sleep" program completes. Maybe an implementation of a delayed system call back would save memory. F

[Bug 1178943] Re: /etc/cron.daily/apt is holding memory while "sleep"

2013-05-11 Thread Jérôme
Below is the output of ps : --- j@lt:~$ ps axlf F UID PID PPID PRI NIVSZ RSS WCHAN STAT TTYTIME COMMAND (...) 1 0 812 1 20 0 2392 840 rt_sig Ss ? 0:00 anacron -s 0 0 1615 812 20 0 2232 520 wait S? 0:00 \_ /bin/sh -c nic

[Bug 1178943] Re: /etc/cron.daily/apt is holding memory while "sleep"

2013-05-11 Thread Jérôme
This script contributes to swapping on my system which has only 256 MB of memory . Anyway this script is consuming a lot of memory during up to 30 minutes. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 1178943] Re: /etc/cron.daily/apt is holding memory while "sleep"

2013-05-11 Thread Jérôme
11 MB is 4% of my physical memory. Anyway, 11 MB just for sleeping during 30 minutes is too much. What would occur if each application had the same behaviour ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net

[Bug 1179733] [NEW] preferences tool : password should be required by default

2013-05-13 Thread Jérôme
Public bug reported: I think that the preferences window should select the "lock screen after" checkbox by default in order to increase the security. ProblemType: Bug DistroRelease: Ubuntu 13.04 Package: xscreensaver 5.15-2ubuntu1 ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8 Uname: Linu

[Bug 1179738] [NEW] updates should be notified only when login in LXDE

2013-05-13 Thread Jérôme
Public bug reported: When login into a terminal without any X session running, the user is notified if there are pending updates. There is no other notification during the "login" session. Why not using the same behaviour into the LXDE desktop ? The user would be notified for pending updates only

[Bug 1179746] [NEW] the package shouldn't be installed if there is only one core

2013-05-13 Thread Jérôme
Public bug reported: j@j-vb:~$ dpkg-query -s irqbalance | grep Note Note: irqbalance is not useful if you don't have more than one core j@j-vb:~$ ProblemType: Bug DistroRelease: Ubuntu 13.04 Package: irqbalance 1.0.5-2 ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8 Uname: Linux 3.8.0-19-

[Bug 1077592] [NEW] missing "Pre-Depends" dependency to linux-headers-generic

2012-11-11 Thread Jérôme
Public bug reported: I had the below error message when installing the virtualbox-ose-dkms package : --- (Lecture de la base de données... 181044 fichiers et répertoires déjà installés.) Préparation du remplacement de virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2.1 (en utilisant .../virtualbox-ose-dkm

[Bug 952127] Re: Kickoff : removing a package doesn't remove the favorite

2012-11-11 Thread Jérôme
I filed a comment to the below existing bug : https://bugs.kde.org/show_bug.cgi?id=289733 I voted for this KDE bug as well. ** Bug watch added: KDE Bug Tracking System #289733 https://bugs.kde.org/show_bug.cgi?id=289733 ** Changed in: kde-runtime (Ubuntu) Status: Invalid => Confirmed

[Bug 952127] Re: Kickoff : removing a package doesn't remove the favorite

2012-11-11 Thread Jérôme
I marked this bug as confirmed since the upstream bug report was created by an other user. -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kde-runtime in Ubuntu. https://bugs.launchpad.net/bugs/952127 Title: Kickoff : removing a package do

[Bug 1077618] [NEW] package has strong dependency to update-manager{-gnome}

2012-11-11 Thread Jérôme
Public bug reported: I want to use update-manager without using update-notifier. However the current strong dependency prevent me to uninstall update-notifier. Could you possible change this dependency from "Depends" to "Recommends" ? ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: update-

[Bug 1077634] [NEW] packages should use xz compression

2012-11-11 Thread Jérôme
Public bug reported: j@j-VB:~/tmp$ 7z l /var/cache/apt/archives/openjdk-7-jre-headless_7u9-2.3.3-0ubuntu1~12.10.1_amd64.deb | grep Path Path = /var/cache/apt/archives/openjdk-7-jre-headless_7u9-2.3.3-0ubuntu1~12.10.1_amd64.deb Path = data.tar.gz Path = data.tar.gz j@j-VB:~/tmp$ 7z x /var/cache

[Bug 587223] Re: missing option for hidding the content while moving a window

2012-11-11 Thread Jérôme
I filed the below upstream bug report : https://bugzilla.icculus.org/show_bug.cgi?id=5800 ** Bug watch added: bugzilla.icculus.org/ #5800 http://bugzilla.icculus.org/show_bug.cgi?id=5800 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 1074279] Re: lightdm uses ~30 Mb of RAM

2012-11-12 Thread Jérôme
Note that gdm requires only 11,4 MB : --- j@j-VB:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 12.10 Release: 12.10 Codename: quantal j@j-VB:~$ ps axl | head -1 && ps axl | grep -i gdm | grep -v " \(grep\|/usr/bin/X\) " F UID PID PPID PRI NI VSZ RSS WCH

[Bug 1074640] Re: the lubuntu login manager should spare memory

2012-11-12 Thread Jérôme
Note that gdm requires only 11,4 MB : --- j@j-VB:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 12.10 Release:12.10 Codename: quantal j@j-VB:~$ ps axl | head -1 && ps axl | grep -i gdm | grep -v " \(grep\|/usr/bin/X\) " F UID PID PP

[Bug 958792] Re: thunderbird deb archives should use lzma compression

2012-11-01 Thread Jérôme
This bug still occurs with 16.0.2+build1-0ubuntu0.12.10.1 version. Below you see that xz saves 19% of archive size compared to gzip : -- j@j-VB:~$ 7z l /var/cache/apt/archives/thunderbird_16.0.2+build1-0ubuntu0.12.10.1_amd64.deb | grep data Path = data.tar.gz Path = data.tar.gz

[Bug 1074286] [NEW] applet should be implemented with a binary executable

2012-11-02 Thread Jérôme
Public bug reported: After loging into XFCE environment, I see with "top" that /usr/share /system-config-printer/applet.py consumes 22MB of physical memory, just behind X. Most of the time, the printer applet does nothing and thus wastes memory. I think that this applet should be implemented wit

[Bug 1074279] [NEW] lightdm uses more physical memory than X

2012-11-02 Thread Jérôme
Public bug reported: After loging in into the XCFE environment, I open a terminal and perform a top. If I sort the processes by decreasing resident memory, I see that lightdm requires 32MB of memory, that is more than X ! Since lightdm just sleeps after login in, I think it is wasting memory. C

[Bug 1074279] Re: lightdm uses more physical memory than X

2012-11-03 Thread Jérôme
Note that lxdm-binary is the only the 36th memory consumer 2364 kB of physical memory : - j@j-VB:~$ echo -n " " ; ps axl | head -1 && ps axlO-r | awk '{ print NR " " $0 ; }' | head -38 | tail -6 F UID PID PPID PRI NIVSZ RSS WCHAN STAT TTYTIME COMMAND 33 0 1000 107

[Bug 1074279] Re: lightdm uses more physical memory than X

2012-11-03 Thread Jérôme
The "slim" login manager uses ~8 MB on amd64. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1074279 Title: lightdm uses more physical memory than X To manage notifications about this bug go to: htt

[Bug 1074640] [NEW] the lubuntu login manager should spare memory

2012-11-03 Thread Jérôme
Public bug reported: Lightdm requires 32MB of memory, that is more than X ! Since lightdm just sleeps after login in, I think it is wasting memory. Note that the "lxdm-binary" login manager is the only the 36th memory consumer 2364 kB of physical memory : - j@j-VB:~$ echo -n " " ; ps axl |

[Bug 952153] Re: printer applet is wasting memory

2012-11-04 Thread Jérôme
The printer applet still waste memory with quantal release ([-]buntu 12.10) : 19 MB of physical memory (7,6 MB shared). On Xubuntu 12.10, this applet is the 2nd memory consumer just behind X ! On a computer which has no printer : it wastes 19 MB of memory for something which will never be used.

[Bug 1074843] [NEW] plymouth programs are running altough system startup finished

2012-11-04 Thread Jérôme
Public bug reported: Below are the running processes : - j@j-VB:~$ ps axl | head -1 && ps axl | grep -i ply | grep -v "grep" F UID PID PPID PRI NIVSZ RSS WCHAN STAT TTYTIME COMMAND 5 0 199 1 20 0 46524 688 epoll_ S? 0:00 /sbin/plymouthd --mode

[Bug 952153] Re: printer applet is wasting memory

2012-11-04 Thread Jérôme
In reply to comment #3 : I don't understand. What do you mean ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/952153 Title: printer applet is wasting memory To manage notifications about this bug g

[Bug 952153] Re: printer applet is wasting memory

2012-11-04 Thread Jérôme
Do you confirm the printer-applet isn't used anymore ? Then why is it installed and running on my 12.10 Xubuntu desktop ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/952153 Title: printer applet i

[Bug 952153] Re: printer applet is wasting memory

2012-11-04 Thread Jérôme
Ok. I just understood that there are 2 applets : - one "printer-applet" package which is related to kde - one "system-config-printer/applet.py" which belongs to system-config-printer-gnome package -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1074843] Re: plymouth programs are running altough system startup finished

2012-11-04 Thread Jérôme
I removed all plymouth feedback I could in order to make my system start faster (smaller initrd image, less disk reads, ...). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1074843 Title: plymouth pr

[Bug 1074640] Re: the lubuntu login manager should spare memory

2012-11-06 Thread Jérôme
I think that this bug isn't a duplicate of bug #1074279 since lubuntu can use another login manager (lxdm or slim for example). The bug #1074279 is specific to lightdm. ** This bug is no longer a duplicate of bug 1074279 lightdm uses ~30 Mb of RAM -- You received this bug notification becaus

[Bug 1081755] [NEW] the sort by user name doesn't work

2012-11-21 Thread Jérôme
Public bug reported: Maybe the column header should be desactivated in order to show to the user that sorting isn't available. ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: lxtask 0.1.4-3 ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7 Uname: Linux 3.5.0-18-generic x86_64 ApportVer

[Bug 1093084] Re: segmentation fault while riping a CD

2012-12-22 Thread Jérôme
The crash appears when I click on the "extract" button. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1093084 Title: segmentation fault while riping a CD To manage notifications about this bug go t

[Bug 1093084] [NEW] segmentation fault while riping a CD

2012-12-22 Thread Jérôme
Public bug reported: Below is the terminal log: -- j@dt:/mnt/bazar$ sound-juicer (sound-juicer:2308): Gtk-CRITICAL **: gtk_entry_set_text: assertion `text != NULL' failed (sound-juicer:2308): Gtk-CRITICAL **: gtk_entry_set_text: assertion `text != NULL' failed ** (sound-juicer:2308): CRITI

[Bug 1022595] [NEW] /usr/bin/startx should use dash instead of bash

2012-07-09 Thread Jérôme
Public bug reported: The beginning of the shell script should use the below start : --- #!/bin/dash --- ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: xinit 1.2.0-1 ProcVersionSignature: Ubuntu 2.6.32-41.91-generic 2.6.32.59+drm33.24 Uname: Linux 2.6.32-41-generic i686 Architecture: i386 B

[Bug 1022595] Re: /usr/bin/startx should use dash instead of bash

2012-07-09 Thread Jérôme
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1022595 Title: /usr/bin/startx should use dash instead of bash To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/x

[Bug 964481] [NEW] activity manager is adding a new activity for ever

2012-03-25 Thread Jérôme
Public bug reported: I don't want to use any activity manager juste have desktop icons as other desktop environnement do. Is KDE able to do it easily ? A remark of one of my users : """ Desktop environment are able to perform easily such simple feature like : - shutdown - Web - print - file mana

[Bug 964481] Re: activity manager is adding a new activity for ever

2012-03-25 Thread Jérôme
** Attachment added: "bug of desktop activity manager" https://bugs.launchpad.net/bugs/964481/+attachment/2933884/+files/activity-bug.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/964481 Title

<    2   3   4   5   6   7   8   9   10   11   >