[Bug 1879980] Re: Fail to boot with LUKS on top of RAID1 if the array is broken/degraded

2022-03-26 Thread Apteryx
I'm curious; would this fix other issues such as Btrfs RAID1 on top of fully encrypted disks? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1879980 Title: Fail to boot with LUKS on top of RAID1 if

[Bug 1942352] Re: Ubuntu's use of -Bsymbolic-functions prevents linking a shared object from static FFmpeg

2021-09-01 Thread Apteryx
I've peeked at the fix that was done for the fox1.6, which was also negatively impacted by -Bsymbolic-functions, and it was doing this in its debian/rules file: # Ubuntu defaults to use -Bsymbolic-functions, which breaks linking # shared objects with static FFmpeg archives (see: #

[Bug 1942352] [NEW] Ubuntu's use of -Bsymbolic-functions prevents linking a shared object from static FFmpeg

2021-09-01 Thread Apteryx
Public bug reported: Hello, I've spent much time trying to figure out why linking the Jami daemon [0] as a shared library against Ubuntu's own build of FFmpeg or our own would *not* work (any version, from 18.04 to 21.04), while it would link just fine in Debian. It turns out this is caused by

[Bug 1936974] Re: GNU Guile support is not enabled in GNU Make

2021-07-20 Thread Apteryx
** Package changed: gdb (Ubuntu) => make (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1936974 Title: GNU Guile support is not enabled in GNU Make To manage notifications about this bug

[Bug 1936974] [NEW] GNU Guile support is not enabled in GNU Make

2021-07-20 Thread Apteryx
Public bug reported: Hello, Similarly to #1891818, I'd like to request that support for Guile be enabled on in the GNU Make Ubuntu package. Guile is a powerful language and having native support for it to embed Guile fragments in Makefiles can be handy in some situations (where Make portability

[Bug 1872522] Re: Ubuntu software will not install .deb files on focal fossa

2021-02-11 Thread Apteryx
*** This bug is a duplicate of bug 1867610 *** https://bugs.launchpad.net/bugs/1867610 The same happens in Debian 10, so that's not Ubuntu-specific. Reproduction steps: 1. Download a .deb file, for example Jami from https://dl.jami.net/ring-manual/debian_10/jami-all_amd64.deb. 2. If you

[Bug 1891818] [NEW] Guile scripting support is not enabled in Ubuntu's build of GDB

2020-08-16 Thread Apteryx
Public bug reported: Guile is the standard extension language of the GNU project, yet GDB (which is the GNU Debugger) in Ubuntu doesn't include support for it, which is unfortunate. I'd like to request that its support be enabled in the GDB build of Ubuntu/Debian. $ gdb (gdb) guile (display

[Bug 1323141] Re: Some keyboard shortcuts (e.g. Ctrl-Shift-T in Firefox or Terminal) are broken when using Dvorak layouts

2016-07-09 Thread Apteryx
Onlycparra, what layout switching hotkey are you using? (click on the keyboard layout icon in the top right bar --> "Text Entry Settings...") I've been using Super+Space to switch to next layout and Alt+Super+Space to the previous, and cannot currently reproduce the issue. -- You received this

[Bug 1409978] Re: "guile-2.0 --version" runs without output and 100% CPU forever

2016-06-25 Thread Apteryx
Could not reproduce using Ubuntu 14.04.3 LTS. guile-2.0 is at version 2.0.9. Closing this bug as "Invalid". ** Changed in: guile-2.0 (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1561583] Re: package libstdc++6-powerpc-cross 4.8.2-16ubuntu3cross0.11 failed to install/upgrade: trying to overwrite '/usr/share/gcc-4.8/python/libstdcxx/__init__.py', which is also in package l

2016-03-29 Thread Apteryx
Buidling on Cyrille37's answer, to remove all these *cross packages which were apparently broken, this is what worked for me: sudo apt-get remove ".*cross.*" Be sure to review the packages about to get removed as anything with 'cross' in its name will be selected. In my case it was OK. -- You

[Bug 1518653] [NEW] Custom xorg input device configurations are not honored

2015-11-21 Thread Apteryx
Public bug reported: Ubuntu release: Ubuntu 14.04.3 LTS xorg package version: 1:7.7+1ubuntu8.1 No matter where I put my custom mouse input device xorg config, I cannot get the settings to be used. I tried putting my file (90-razer- lachesis.conf) in various places (/etc/X11/xorg.conf.d/,

[Bug 1518653] Re: Custom xorg input device configurations are not honored

2015-11-21 Thread Apteryx
Workaround (copied from my own post here: http://superuser.com/a/1003494/261244): An xinput set-button-map alternative can be used, but is less dynamic (it will not be applied automatically when your device is detected). The following script can be configured to run at startup (in Ubuntu there is

[Bug 879902] Re: Increase the number of inotify watches

2015-04-08 Thread Apteryx
For those having this issue and wanting to increase the number of inotify watches themselves, here's the fix: sudo -s echo fs.inotify.max_user_watches=524288 /etc/sysctl.conf sysctl -p -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1251176] Re: Can't type accented characters anymore: dead-acute is undefined

2015-01-14 Thread Apteryx
As Øyvind Stegard, I can confirm that this bug seems to have been fixed in the latest Emacs 24.4 release (compiled from source). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1251176 Title: Can't

[Bug 1363669] [NEW] Gnome Settings Daemon overrides Xorg mouse configuration

2014-08-31 Thread Apteryx
Public bug reported: Ubuntu version: Ubuntu 14.04.1 LTS gnome-settings-daemon version: 3.8.6.1-0ubuntu11.2 What I expect to happen: As a user, when I define custom mouse settings in /etc/X11/xorg.conf.d/*.conf, I expect these settings to be honored by the mouse plugin of gnome-settings-daemon.

[Bug 1363669] Re: Gnome Settings Daemon overrides Xorg mouse configuration

2014-08-31 Thread Apteryx
I don't know if xinput configuration is read by gnome-settings-daemon, but it is not a satisfying workaround as it is not permanent across sessions. You could but it inside your ~/.profile, but then it would not work if your mouse is not connected at the time you open your session (think of a

[Bug 1323141] Re: Some keyboard shortcuts (e.g. Ctrl-Shift-T in Firefox or Terminal) are broken when using Dvorak layouts

2014-06-07 Thread Apteryx
Sorry, the issue is back. It might be related to my use of Shift + Space to switch between keyboard layouts. I will experiment with this setting more and see if I can further isolate the problem's source. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1323141] Re: Some keyboard shortcuts (e.g. Ctrl-Shift-T in Firefox or Terminal) are broken when using Dvorak layouts

2014-06-03 Thread Apteryx
I'm not sure if there was an update addressing this bug, but it seems to have been fixed here! Could someone else confirm this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1323141 Title: Some

[Bug 1323141] [NEW] Some keyboard shortcuts (e.g. Ctrl-Shift-T in Firefox or Terminal) are broken when using Dvorak layouts

2014-05-25 Thread Apteryx
Public bug reported: When using Dvorak based keyboard layouts in Ubuntu 14.04, some keyboard shortcuts appear to be broken. This is the case for Ctrl-Shift-T, which I sometimes use in Firefox to open a previously closed tab, or in gnome- terminal to open a new tab. It doesn't work when the

[Bug 1265810] [NEW] usb-creator-gtk --help leads to a segmentation fault (core dumped)

2014-01-03 Thread Apteryx
Public bug reported: When displaying help by using usb-creator-gtk --help on the terminal, the help screen is shown and a segmentation fault error occurs, most of the time. I have tested using the latest version of 13.10 (0.2.50), it happens about 80% of the time. I have also tested with latest

[Bug 1265810] Re: usb-creator-gtk --help leads to a segmentation fault (core dumped)

2014-01-03 Thread Apteryx
** Description changed: When displaying help by using usb-creator-gtk --help on the terminal, the help screen is shown and a segmentation fault error occurs, most of the time. - I have tested using the latest version of 13.10 (0.2.50), it happens - about 80% of the time. + This only

[Bug 460298] Re: Installation failed when path to the ISO contains non-ascii characters

2014-01-02 Thread Apteryx
It seems this bug reappeared on Ubuntu 13.10. Using usb-creator-gtk 0.2.23, I can reproduce the problem when trying to use an iso image located in the downloads folder (LANG=fr_CA.UTF-8): ~/Téléchargements/. If I move the iso to ~/, which contains no special character, then the error is resolved.

[Bug 493766] Re: Multi_key / compose does not work when XMODIFIERS=@im=SCIM

2013-10-22 Thread Apteryx
Emacs 24 using Ubuntu 13.10 is still affected -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/493766 Title: Multi_key / compose does not work when XMODIFIERS=@im=SCIM To manage notifications about

[Bug 883420] Re: Problems installing MSP430 debugger

2011-11-21 Thread Apteryx
I can confirm that gdb-msp430 standard gdb conflicts because they both try to install a file named /usr/share/gdb/python/gdb/__init__.py. By uninstalling gdb, I could then install gdb-msp430, but then couldn't install gdb (same error). -- You received this bug notification because you are a

[Bug 839117] Re: python-apt missing clibre official mirror in Ubuntu.mirrors file

2011-10-11 Thread Apteryx
This is fixed in latest Ubuntu 11.10 beta :) Thanks a lot! Marking this bug as fixed released. ** Changed in: python-apt (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 839117] Re: python-apt missing clibre official mirror in Ubuntu.mirrors file

2011-09-01 Thread Apteryx
** Patch added: Simple fix to add clibre mirror https://bugs.launchpad.net/bugs/839117/+attachment/2341305/+files/Ubuntu.mirrors.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/839117 Title:

[Bug 839117] [NEW] python-apt missing clibre official mirror in Ubuntu.mirrors file

2011-09-01 Thread Apteryx
Public bug reported: A new Canadian mirror (http://mirror.clibre.uqam.ca/ubuntu/) was recently accepted as official, and it would be great to have it listed in the mirrors list of the software-properties-gtk application (the one responsible or configuring alternative repository sources).

[Bug 839117] Re: python-apt missing clibre official mirror in Ubuntu.mirrors file

2011-09-01 Thread Apteryx
Please ignore previous patch. ** Patch added: Simple fix to add clibre mirror (previous was wrong) https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/839117/+attachment/2341308/+files/Ubuntu.mirrors.patch -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 804603] [NEW] OpenOCD 0.4 in Natty crashes when communicating via tcl_port

2011-07-01 Thread Apteryx
Public bug reported: This is a known bug in the 0.4 version of OpenOCD. The bug was first reported and then fixed by Matthias Bode, as can be seen here: http://lists.berlios.de/pipermail/openocd- development/2010-May/015571.html To reproduce the bug: 1) Start openocd (type openocd -f

[Bug 804603] Re: OpenOCD 0.4 in Natty crashes when communicating via tcl_port

2011-07-01 Thread Apteryx
** Attachment added: client.tcl https://bugs.launchpad.net/bugs/804603/+attachment/2187331/+files/client.tcl -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/804603 Title: OpenOCD 0.4 in Natty

[Bug 804603] Re: OpenOCD 0.4 in Natty crashes when communicating via tcl_port

2011-07-01 Thread Apteryx
** Attachment added: backtrace from gdb https://bugs.launchpad.net/ubuntu/+source/openocd/+bug/804603/+attachment/2187332/+files/backtrace.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/804603

[Bug 681535] Re: Auto-detection of a filesystem of /dev/md0 failed.

2011-06-16 Thread Apteryx
I experience the same issue as Sam Banks and others. Here is my configuration (I used the alternate amd64 11.04 iso) - Unencrypted /boot partition mounted on md0 RAID1, ext4 filesystem. - Encrypted LVM partitions on top of md1 RAID1, ext4 filesystem (/, /opt, /home swap). Grub2 install fails

[Bug 770160] Re: windows start to move slow after using compiz for some hours

2011-05-28 Thread Apteryx
H3ct0r: try doing Alt-F2, typing unity --replace without the quotes then pressing enter. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/770160 Title: windows start to move slow after using compiz

[Bug 770160] Re: windows start to move slow after using compiz for some hours

2011-05-28 Thread Apteryx
But the problem will come back after some time... So this is only a very partial workaround. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/770160 Title: windows start to move slow after using

[Bug 774293] Re: Unity fails to start after logging in

2011-05-28 Thread Apteryx
Thanks Bass_DR! I also had toyed with the menu editor, and now was faced with the same problem. Going in ~/.local/share/applications and deleting compiz.desktop, gnome-wm.desktop and mutter.desktop (anything related to window management) did the trick! A more drastic approach would be to rename,

[Bug 787583] Re: desktopcouch-service consumes 100% cpu

2011-05-28 Thread Apteryx
I'm confirming this bug. The replication steps are simple from a relatively fresh and updated Natty (64 bits) install. 1) Login to a new user account, or to the Guest session. 2) In a terminal, issue the top command 3) You should notice that desktopcouch-service is eating 100% of CPU.

[Bug 761134] Re: Natty update to v2.6.38.3 stable release

2011-05-28 Thread Apteryx
I tried activating the proposed updates in Natty to update to a newer kernel release, which would supposedly solve bluetooth issues regarding the ath9k chipset, but I'm still getting no devices listed when issuing a hcitool dev command. This is happening on a Dell Vostro V130 laptop. -- You

[Bug 762964] Re: Bluetooth doesn't work in Ubuntu 11.04

2011-05-28 Thread Apteryx
I have the same hardware as post #52 (ID 0cf3:3002 Atheros Communications, Inc.), and bluetooth hardware device is not recognized (it times out): hciconfig hci0: Type: BR/EDR Bus: USB BD Address: 00:00:00:00:00:00 ACL MTU: 0:0 SCO MTU: 0:0 DOWN RX bytes:0 acl:0 sco:0

[Bug 770477] Re: [natty] Computer with public static IP is reachable only for localhost

2011-05-23 Thread Apteryx
The problem has resolve without further intervention... I just booted my computer and the vino server would work normally and be visible from other machines. I think a possible workaround for those that have the problem is to put your connection back to automatic DHCP, reboot (or restart network

[Bug 770477] Re: [natty] Computer with public static IP is reachable only for localhost

2011-05-23 Thread Apteryx
I can confirm this bug. My desktop is also configured for using a static IP address, and the same problem arises: it is not accessible to other computers via the vino VNC server. In Vino, it says that the computer is accessible via the address localhost. I have other computers using the same Natty

[Bug 770477] Re: [natty] Computer with public static IP is reachable only for localhost

2011-05-23 Thread Apteryx
I have tested this more extensively on my notebook (which does not suffer from this bug) and tested my reproducing steps... helas I cannot replicate the problem. Even on the troubled desktop, putting back the connection to automatic DHCP mode does not resolve the issue. So I don't think the

[Bug 774124] Re: Tried to edit contact in evolution with ubuntu one as default

2011-05-22 Thread Apteryx
I always get the GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._e_2ddata_2dbook_2derror.Code400: Cannot modify contact: Bad Request error upon first edit. Sometimes, as I workaround, I can click on the Mail tab in the lower left pane, then return to Contacts and retry the edit and it will work,

[Bug 786796] [NEW] No warning feedback when trying to set empty password in the users groups tool

2011-05-22 Thread Apteryx
Public bug reported: Binary package hint: gnome-system-tools This bug was found on Ubuntu Natty 64 bits. Steps to reproduce: 1) In a terminal, type users-admin to open to Users Groups management tool. 2) Click on the Modify button next to the password field. 3) Enter your correct current

[Bug 786796] Re: No warning feedback when trying to set empty password in the users groups tool

2011-05-22 Thread Apteryx
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/786796 Title: No warning feedback when trying to set empty password in the users groups tool -- ubuntu-bugs mailing list

[Bug 727370] Re: Contacts not syncing with my computer

2011-05-19 Thread Apteryx
Rodrigo, thank you for the reply, but is couchdb-bin enough or couchdb is required? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/727370 Title: Contacts not syncing with my computer --

[Bug 774124] Re: Tried to edit contact in evolution with ubuntu one as default

2011-05-19 Thread Apteryx
I am able to edit the Ubuntu One contacts only one one of my two machines. The other one, which has a fresh copy of Natty, refuses to save the contact edits with the same error as detailed in the original bug description. I have tried the workaround presented in #5, but to no avail. Confirming.

[Bug 774124] Re: Tried to edit contact in evolution with ubuntu one as default

2011-05-19 Thread Apteryx
Finally, it did work. I haven't done anything more except installing the following packages: gir1.2-json-glib-1.0 gir1.2-couchdb-1.0 gir1.2-desktopcouch-1.0 gir1.2-json-glib-1.0 I don't know if this made a difference. Rodrigo Moya said these packages were required here:

[Bug 478396] Re: Installed Bindwood but nothing happens

2011-05-19 Thread Apteryx
Where can I find this log? (bindwood.log). I tried a find / -name bindwood.log command on my system but got no result. I would like to see if I have the same problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 770160] Re: windows start to move slow after using compiz for some hours

2011-05-18 Thread Apteryx
I confirm running unity --replace in a terminal is a workaround to solve the slowness problem. Thanks to Achim. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/770160 Title: windows start to move

[Bug 727370] Re: Contacts not syncing with my computer

2011-05-18 Thread Apteryx
As reported in bug #471805, the synchronization of my contacts to Ubuntu One now works for me, on Natty 64 bits. By the way, is #471805 a duplicate of this bug? I also had to install manually couchdb and some of the packages you listed in post #29. If these are really required, there is a problem

[Bug 774821] Re: localhost requests bookmarkable-user-auth

2011-05-18 Thread Apteryx
*** This bug is a duplicate of bug 559689 *** https://bugs.launchpad.net/bugs/559689 ** This bug has been marked a duplicate of bug 559689 Doesn't sync, requires an authorization for localhost:port * You can subscribe to bug 559689 by following this link:

[Bug 765464] Re: do not see indicator-weather on the panel

2011-05-18 Thread Apteryx
Had this problem too, then restarted my machine and bingo! it was there. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/765464 Title: do not see indicator-weather on the panel -- ubuntu-bugs

[Bug 727370] Re: Contacts not syncing with my computer

2011-05-17 Thread Apteryx
Hi Rodrigo! I have the same problem on Natty. I've attached logfile.txt which is the output from the commands described in #42. The output of the apt-cache policy desktopcouch couchdb command (post #36) is: couchdb: Installé : 1.0.1-0ubuntu15 Candidat : 1.0.1-0ubuntu15 Table de version :

[Bug 573805] Re: Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

2011-03-23 Thread Apteryx
I had similar problems on my Ubuntu 10.04 box. I could not get MPlayer (or gnome-mplayer gecko-mediaplayer) to play any movie. I found the error when trying to start mplayer in a terminal. I'd get: mplayer: relocation error: mplayer: symbol codec_wav_tags, version LIBAVFORMAT_52 not defined in

[Bug 434242] Re: Evince does not respect the printer's default resolution defined in System\Administration\Printing

2011-03-14 Thread Apteryx
I have this file. It only list my printer: $ cat ~/.cups/lpoptions Dest scx4200 So it further isolates the problem being in GTK printing dialog. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/434242

[Bug 199915] Re: error: dead-acute is undefined

2010-12-16 Thread Apteryx
I too had this problem, before deleting the ~/.xinput.d/fr_CA. I have installed ibus, it might be related. I also need to do unset XMODIFIERS before running emacs (else some special keys don't work). -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 690243] [NEW] DeVeDe fails with Failed to create DVD tree. Maybe you ran out of disk space message

2010-12-14 Thread Apteryx
Public bug reported: Binary package hint: devede 1) Ubuntu 10.04.1 LTS 2) devede package version : 3.16.8-0ubuntu1 When I'm ready to generate the video images, I click on Next button in the main DeVeDe window. The process starts, then I am greeted with a pop-up that tells me the above error

[Bug 690243] Re: DeVeDe fails with Failed to create DVD tree. Maybe you ran out of disk space message

2010-12-14 Thread Apteryx
My excuses, it seems the devede.debug excerpt posted above was incomplete. I have attached the full devede.debug file. The last step before the error message is printed is the creation of the dvd structure by calling DVDAuthor. ** Attachment added: devede.debug

[Bug 521932] Re: Remove dependencies from TeXLive or offer dummy packages?

2010-12-04 Thread Apteryx
TexLive is one of those package I regularly need to update when I find bug and need the bugfixes from upstream. I don't really like my system to be using two version of TexLive (say if I want to use lilypond from the repository, it will need texlive-binaries to be installed, even if I have my own

[Bug 682160] [NEW] USB mouse fails to hibernate

2010-11-27 Thread Apteryx
Public bug reported: When hibernating my system, usb related error messages appear on my screen. They look very similar to the messages append for hibernate resume. (They don't seem to be recorded in dmesg, or are overwritten at the resume stage). I could take a picture of the hibernating errors

[Bug 682160] Re: USB mouse fails to hibernate

2010-11-27 Thread Apteryx
-- USB mouse fails to hibernate https://bugs.launchpad.net/bugs/682160 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 526303] Re: 32 bit OpenGL broken on 64 bit 9.10

2010-11-25 Thread Apteryx
I also get the: Gtk-WARNING **: Failed to load module libcanberra-gtk-module.so: libcanberra-gtk-module.so: cannot open shared object file: No such file or directory x3 2.5.02, built for i386 Segmentation Fault: Yes, of course I bought enough shields to defend the shi... This is a BUG, please

[Bug 269215] Re: There is a problem with the configuration server. (/usr/lib/libgconf2-4/gconf-sanity-check-2 exited with status 256)

2010-11-06 Thread Apteryx
Had same problem here on Ubuntu 10.04. Don't know what caused the problem. FIX: Doing a ls -la in my home folder, I noticed that the hidden config file .gconf was not owned by me, but by 488. Changing the owner of this file back to normal (to me) solved the issue. I did a: chown -R $USER

[Bug 417465] Re: gspiceui doesn't support decimals

2010-08-30 Thread Apteryx
@Wolfang Zukrigl: Which language are you using when you say it does not work? Maybe french and related languages which use coma for separating the fractional part of number were fixed, but if your language a different separator, it might fall outside the scope of the current fix. Just guessing.

[Bug 318551] Re: incompatible font name change between 4.1.8 and Hardy LTS

2010-06-29 Thread Apteryx
This bug is fixed in the Lucid Lynx package (4.4.1-4). Some fontconfig magick was added in the file /etc/fonts/conf.d/90-ttf-linux- libertine.conf: ?xml version=1.0? !DOCTYPE fontconfig SYSTEM fonts.dtd fontconfig !-- Linux Libertine bugfix -- alias familyLinux

[Bug 200204] Re: Packaging request: Either replace TTF with OTF or make two packages available

2010-06-29 Thread Apteryx
I'm not sure I understand. Is the current linux libertine package in Lucid Lynx not OpenType? If it's not, why would they have added an 'O' at the end? (Linux Libertine O). I'm confused. -- Packaging request: Either replace TTF with OTF or make two packages available

[Bug 575405] Re: vnc screen does not refresh

2010-06-28 Thread Apteryx
I'm experimenting this bug too on any Lucid Lynx machine (2 tested). I can connect to and see the first image, but then no refresh. This happens using nividia proprietary driver. I don't think this is related to fglrx-installer package, since this happens using nvidia too. Package : vino

[Bug 557702] Re: TuxGuitar : notes' heads are not drawn

2010-06-28 Thread Apteryx
[INVALID] This bug has been somehow solved. Tuxguitar version is the same (1.1-1ubuntu4) but something must have been updated (maybe graphic driver or java... I don't know). Tested on 2 different machine equipped with Ubuntu 10.04 amd64. I'm marking this as invalid. If others still have this

[Bug 482748] Re: Gwave runs but doesn't plot

2010-06-28 Thread Apteryx
** Changed in: gwave (Ubuntu Karmic) Status: New = Fix Released -- Gwave runs but doesn't plot https://bugs.launchpad.net/bugs/482748 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 434242] Re: Evince does not respect the printer's default resolution defined in System\Administration\Printing

2010-06-28 Thread Apteryx
Please disregard the comment #2. I cannot reproduce this. If I generate a PDF with 300 DPI, the 300 DPI setting will be stuck for the next print, be it a regular printer print or pdf file. This use last settings behavior, IMHO, should be : Use default printer settings. If a user wants to print in

[Bug 501770] Re: Clicking the task modify button of the clock applet does not open the task panel of Evolution

2010-06-14 Thread Apteryx
Well, obviously, it is fixed, since Geoff Goehle patch does just that. I thought the next milestone would be to get this fix released, eg. included and diffused in an official release. But to be fair, and after reviewing the launchpad guide, I understand that the term fix commited means that the

[Bug 417465] Re: gspiceui doesn't support decimals

2010-06-13 Thread Apteryx
This bug has been fixed in the lucid lynx release. Closing. ** Changed in: gspiceui (Ubuntu) Status: New = Fix Released -- gspiceui doesn't support decimals https://bugs.launchpad.net/bugs/417465 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 501770] Re: Clicking the task modify button of the clock applet does not open the task panel of Evolution

2010-06-13 Thread Apteryx
** Changed in: gnome-panel (Ubuntu) Status: New = Fix Committed -- Clicking the task modify button of the clock applet does not open the task panel of Evolution https://bugs.launchpad.net/bugs/501770 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 593064] [NEW] Expect segfaults

2010-06-12 Thread Apteryx
Public bug reported: Binary package hint: expect-tcl8.3 1) Ubuntu 10.04 Lucid Lynx amd64 2) 5.43.0-6 3) I expect (no pun intended) to be able use this package normally 4) Expect crashes as soon as I call it. To reproduce: a) Install Expect (sudo apt-get install expect-tcl8.3) b) Open a

[Bug 557702] Re: TuxGuitar : notes' heads are not drawn

2010-05-29 Thread Apteryx
@AlfonSkunk: I take you are mistaken. The bug 455615 is about the bars not being drawn (as shown from MasterProg screenshot, http://launchpadlibrarian.net/34034592/tuxguitar-bug.png) while this current bug is about the notes' heads not being drawn. These are two drawing bugs, yet different ones.

[Bug 177510] Re: Impossible to switch workspace on compiz when VirtualBox is opened

2010-05-01 Thread Apteryx
@Jascha : Thanks for sharing! Exactly what was expected :) -- Impossible to switch workspace on compiz when VirtualBox is opened https://bugs.launchpad.net/bugs/177510 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 501770] Re: Clicking the task modify button of the clock applet does not open the task panel of Evolution

2010-04-19 Thread Apteryx
I've tried your ppa, Geoff Goehle, and can confirm it works! Thank you! Hope this gets included officially within Ubuntu 10.04. -- Clicking the task modify button of the clock applet does not open the task panel of Evolution https://bugs.launchpad.net/bugs/501770 You received this bug

[Bug 558998] Re: [lucid] compiz-gnome broken because of metacity update

2010-04-16 Thread Apteryx
Installing the compiz-gnome package fixed it for me too! Thanks. -- [lucid] compiz-gnome broken because of metacity update https://bugs.launchpad.net/bugs/558998 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 560065] [NEW] After update, metacity / compiz isn't started automatically anymore

2010-04-10 Thread Apteryx
Public bug reported: After the updates of April 8th, on Lucid (10.04 beta), the window manager metacity is not being started at boot anymore. I have to start it manually, going in Applications - Terminal - metacity. These updates also caused the visual effects to stop working. When I right click

[Bug 560065] Re: After update, metacity / compiz isn't started automatically anymore

2010-04-10 Thread Apteryx
** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/43686566/BootDmesg.txt ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/43686567/CurrentDmesg.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/43686568/Dependencies.txt **

[Bug 557702] [NEW] TuxGuitar : notes' heads are not drawn

2010-04-07 Thread Apteryx
Public bug reported: Binary package hint: tuxguitar On my Lucid Lynx amd64, TuxGuitar does not display correctly the notes : the heads of these are not showed. I believe the problem could be due to the use of OpenJDK JRE instead of sun-java, as I used in prior releases of Ubuntu. Using

[Bug 557702] Re: TuxGuitar : notes' heads are not drawn

2010-04-07 Thread Apteryx
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/43377474/Dependencies.txt -- TuxGuitar : notes' heads are not drawn https://bugs.launchpad.net/bugs/557702 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 557702] Re: TuxGuitar : notes' heads are not drawn

2010-04-07 Thread Apteryx
** Attachment added: missing_notes_heads.png http://launchpadlibrarian.net/43393488/missing_notes_heads.png -- TuxGuitar : notes' heads are not drawn https://bugs.launchpad.net/bugs/557702 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 552442] Re: gcalctool 5.30.0 not showing bin/dec/hex radio buttons

2010-04-05 Thread Apteryx
*** This bug is a duplicate of bug 501054 *** https://bugs.launchpad.net/bugs/501054 ** This bug has been marked a duplicate of bug 501054 gcalctool 5.29 hides switch for display format in its settings window -- gcalctool 5.30.0 not showing bin/dec/hex radio buttons

[Bug 508596] [NEW] Icon is present and says not connected when preferences are set to never

2010-01-16 Thread Apteryx
Public bug reported: Binary package hint: ubuntuone-client On Ubuntu 9.10, Karmic Koala 64 bits build. I'm not currently using Ubuntu One service, so I set preferences to - Never display icon - Never connect on startup Ubuntu One does indeed not connect when I boot my machine, but

[Bug 508596] Re: Icon is present and says not connected when preferences are set to never

2010-01-16 Thread Apteryx
** Attachment added: .home.maxim..cache.ubuntuone.log.oauth.login.log.txt http://launchpadlibrarian.net/37988663/.home.maxim..cache.ubuntuone.log.oauth.login.log.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/37988664/Dependencies.txt ** Attachment added:

[Bug 501770] [NEW] Clicking the task modify button of the clock applet does not open the task panel of Evolution

2009-12-30 Thread Apteryx
Public bug reported: Binary package hint: gnome-panel 1) Ubuntu 9.10 amd64 2) 1:2.28.0-0ubuntu6 3) Expected : When I open the clock panel and try to modify the task list, by clicking on the corresponding Modify button, an instance of Evolution should be opened to the task panel of Evolution.

[Bug 493029] Re: Evince PDF margins problem at print

2009-12-09 Thread Apteryx
The bug was submitted upstream to Bugzilla there : https://bugzilla.gnome.org/show_bug.cgi?id=604192. ** Bug watch added: GNOME Bug Tracker #604192 https://bugzilla.gnome.org/show_bug.cgi?id=604192 -- Evince PDF margins problem at print https://bugs.launchpad.net/bugs/493029 You received

[Bug 493381] [NEW] Weird gnome printing issue

2009-12-06 Thread Apteryx
Public bug reported: When I print from Gedit, Tomboy or Evolution (there might be others), the prints are not perfect. It seems as the printouts are skipped at some places, fractioned. This is hard to describe in words, so I have attached three examples demonstrating this. My print system works

[Bug 493381] Re: Weird gnome printing issue

2009-12-06 Thread Apteryx
** Attachment added: Compressed file containing 3 examples of faulty prints http://launchpadlibrarian.net/36514892/buggy_prints.tar.bz2 -- Weird gnome printing issue https://bugs.launchpad.net/bugs/493381 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 493029] [NEW] Evince PDF margins problem at print

2009-12-05 Thread Apteryx
Public bug reported: Binary package hint: evince 1) Using Ubuntu 9.10 amd64 2) Evince version 2.28.1-0ubuntu1.2 When I print PDF files using Evince, the margins are changed from what is displayed in the viewer. The result is uncentered text on paper, which looks bad. This seems not be a

[Bug 493029] Re: Evince PDF margins problem at print

2009-12-05 Thread Apteryx
** Attachment added: printed_using_evince.png http://launchpadlibrarian.net/36489281/printed_using_evince.png -- Evince PDF margins problem at print https://bugs.launchpad.net/bugs/493029 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 493029] Re: Evince PDF margins problem at print

2009-12-05 Thread Apteryx
** Attachment added: printed_using_adobe_reader.png http://launchpadlibrarian.net/36489297/printed_using_adobe_reader.png -- Evince PDF margins problem at print https://bugs.launchpad.net/bugs/493029 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 291853] Re: Weather service does not add entry if city is selected but Timezone field is Unknown

2009-12-05 Thread Apteryx
@Philippe : How would someone go to compile your modifications? I tried (excluding the apt-get install used to add the dependencies) : bzr branch lp:~philippe-gauthier/libgweather/replace-obsolete-tzid.lp291853 cd ~replace-obsolete-tzid.lp291853 bzr builddeb The build stopped when bzr saw I

[Bug 291853] Re: Weather service does not add entry if city is selected but Timezone field is Unknown

2009-12-05 Thread Apteryx
I have great news : it works! I was just being impatient, after forgetting about the absence of temperature in the clock applet for a few minutes, I was later surprised when I found it was displaying! I confirm that the patch proposed by Philippe Gauthier works great. Merci :) -- Weather

[Bug 364627] Re: [jaunty] xelatex math symbols do not work when using fontspec

2009-11-19 Thread Apteryx
I confirm the fix works too. Thanks! -- [jaunty] xelatex math symbols do not work when using fontspec https://bugs.launchpad.net/bugs/364627 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 364627] Re: [jaunty] xelatex math symbols do not work when using fontspec

2009-11-19 Thread Apteryx
(Bug is still present in Karmic Koala 9.10 amd64) -- [jaunty] xelatex math symbols do not work when using fontspec https://bugs.launchpad.net/bugs/364627 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 482748] Re: Gwave runs but doesn't plot

2009-11-16 Thread Apteryx
My system is localized with french canadian language. You could test gwave after changing your localization (but this would necessitate some package fetching and installing). How does the LC_NUMERIC switch works? I believe the keyword for french localization is fr_CA. So this would be like

[Bug 482748] Re: Gwave runs but doesn't plot

2009-11-15 Thread Apteryx
Hello Peter! Thank you so much! Since my system is 64 bit, I built my own deb with the debdiff package you submitted in post #8, following these instructions : https://wiki.ubuntu.com/UbuntuPackagingGuide/BuildFromDebdiff. Result : A working gwave :D I will attach the amd64 gwave build and also

[Bug 482748] Re: Gwave runs but doesn't plot

2009-11-15 Thread Apteryx
** Attachment added: Fixed gwave displaying V(out) of data.out samples http://launchpadlibrarian.net/35726221/gwave%20working%20build.png -- Gwave runs but doesn't plot https://bugs.launchpad.net/bugs/482748 You received this bug notification because you are a member of Ubuntu Bugs, which is

  1   2   >