[Bug 2079921] Re: inkscape crashes when started

2024-09-24 Thread Jerome Abela
In gdk_wayland_seat_get_slaves, here is the entry for the tablet:

$6 = {wp_tablet = 0x5561ab50, name = 0x5561c480 "HID 256c:006e Pen", 
path = 0x55639560 "/dev/input/event21", vid = 9580, pid = 110, 
  master = 0x55639270, stylus_device = 0x55635590, eraser_device = 
0x55640530, current_device = 0x0, seat = 0x5562a250, 
  pointer_info = {focus = 0x0, surface_x = 0, surface_y = 0, button_modifiers = 
0, time = 0, enter_serial = 0, press_serial = 0, 
grab_window = 0x0, grab_time = 0, pointer_surface = 0x55624900, cursor 
= 0x0, cursor_timeout_id = 0, cursor_image_index = 0, 
cursor_image_delay = 0, current_output_scale = 1, pointer_surface_outputs = 
0x0, frame = {event = 0x0, delta_x = 0, delta_y = 0, 
  discrete_x = 0, discrete_y = 0, is_scroll_stop = 0 '\000', source = 
WL_POINTER_AXIS_SOURCE_WHEEL}}, pads = 0x0, current_tool = 0x0, 
  axis_indices = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, axes = 0x0}

But there is also an entry for its pad:

$7 = {seat = 0x5562a250, wp_tablet_pad = 0x556383a0, device = 0x0, 
current_tablet = 0x0, enter_serial = 0, n_buttons = 12, 
  path = 0x556258f0 "/dev/input/event22", rings = 0x0, strips = 0x0, 
mode_groups = 0x55628520 = {0x55642f20}}

Notice that the device in NULL, but it gets inserted into the list
anyway.

So, it could be:
- a bug in wayland, if the API is not supposed to return a PAD without a device
- a bug in gdk, if it is supposed to ignore a NULL device in the tablet_pads 
list, but is not supposed to return a NULL in get_slave's GList
- a bug in inkscape, if it is supposed to check for NULL entries in the 
seat_get_slave's list.

The easiest fix is probably to add a check for NULL in inkscape, in
createFakeList, as it's a one-liner that can't have negative
consequences, and then bubble the bug up to gdk?

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

Title:
  inkscape crashes when started

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


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

[Bug 2079921] Re: inkscape crashes when started

2024-09-24 Thread Jerome Abela
The devList contains a null entry.

This happens when I plug a graphic tablet on the computer. Unplugging it
doesn't fix the problem, but rebooting the computer does fix it.

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

Title:
  inkscape crashes when started

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


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

[Bug 2079921] [NEW] inkscape crashes when started

2024-09-08 Thread Jerome Abela
Public bug reported:

After a fresh install, no config, no cache, I start inkscape, with no
parameter, it immediately crashes with SIGSEGV:

#0  Gdk::Device::get_source (this=0x0) at gdk/gdkmm/device.cc:282
#1  0x7782d665 in createFakeList () at 
/usr/include/glibmm-2.4/glibmm/refptr.h:259
#2  0x7782e08d in Inkscape::DeviceManagerImpl::DeviceManagerImpl 
(this=, this=) at 
/usr/src/inkscape-1.2.2-2ubuntu12/src/device-manager.cpp:326
#3  0x7782e5a5 in Inkscape::DeviceManager::getManager () at 
/usr/src/inkscape-1.2.2-2ubuntu12/src/device-manager.cpp:611
#4  0x7788be22 in Inkscape::Application::Application (this=, use_gui=, this=, use_gui=)
at /usr/src/inkscape-1.2.2-2ubuntu12/src/inkscape.cpp:215
#5  0x7788c608 in Inkscape::Application::create (use_gui=) at /usr/src/inkscape-1.2.2-2ubuntu12/src/inkscape.cpp:142
#6  0x7792d6d0 in InkscapeApplication::on_startup (this=0x555c0340) 
at /usr/src/inkscape-1.2.2-2ubuntu12/src/inkscape-application.cpp:993
#7  0x764b5714 in sigc::slot0::operator() (this=0x557a1e88) 
at /usr/include/sigc++-2.0/sigc++/functors/slot.h:540
#8  Glib::SignalProxyNormal::slot0_void_callback (self=, 
data=0x557a1e80) at ../glib/glibmm/signalproxy.cc:103
#9  0x75e3a2fa in g_closure_invoke (closure=0x557a1ed0, 
return_value=0x0, n_param_values=1, param_values=0x7fffc270, 
invocation_hint=0x7fffc1c0)
at ../../../gobject/gclosure.c:834
#10 0x75e69c79 in signal_emit_unlocked_R.isra.0 
(node=node@entry=0x7fffc340, detail=detail@entry=0, 
instance=instance@entry=0x5577b160, 
emission_return=emission_return@entry=0x0, 
instance_and_params=instance_and_params@entry=0x7fffc270) at 
../../../gobject/gsignal.c:3961
#11 0x75e5a591 in signal_emit_valist_unlocked 
(instance=instance@entry=0x5577b160, signal_id=signal_id@entry=195, 
detail=detail@entry=0, var_args=var_args@entry=0x7fffc4b0)
at ../../../gobject/gsignal.c:3520
#12 0x75e5a7c1 in g_signal_emit_valist (instance=0x5577b160, 
signal_id=195, detail=0, var_args=var_args@entry=0x7fffc4b0) at 
../../../gobject/gsignal.c:3263
#13 0x75e5a883 in g_signal_emit 
(instance=instance@entry=0x5577b160, signal_id=, 
detail=detail@entry=0) at ../../../gobject/gsignal.c:3583
#14 0x7567df2e in g_application_register 
(application=application@entry=0x5577b160, 
cancellable=cancellable@entry=0x0, error=error@entry=0x7fffc650)
at ../../../gio/gapplication.c:2352
#15 0x7567e4d0 in g_application_real_local_command_line 
(application=0x5577b160, arguments=0x7fffc6a8, 
exit_status=0x7fffc6a4) at ../../../gio/gapplication.c:1155
#16 0x7567e823 in g_application_run (application=0x5577b160, 
argc=, argv=0x555beb90) at ../../../gio/gapplication.c:2681
#17 0x75c2a1ca in __libc_start_call_main 
(main=main@entry=0x6600 , argc=argc@entry=1, 
argv=argv@entry=0x7fffc818)
at ../sysdeps/nptl/libc_start_call_main.h:58
#18 0x75c2a28b in __libc_start_main_impl (main=0x6600 
, argc=1, argv=0x7fffc818, init=, 
fini=, 
rtld_fini=, stack_end=0x7fffc808) at 
../csu/libc-start.c:360
#19 0x6ee5 in _start ()

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: inkscape 1.2.2-2ubuntu12
ProcVersionSignature: Ubuntu 6.8.0-36.36-generic 6.8.4
Uname: Linux 6.8.0-36-generic x86_64
NonfreeKernelModules: lkp_Ubuntu_6_8_0_36_36_generic_106
ApportVersion: 2.28.1-0ubuntu3.1
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Sun Sep  8 13:36:26 2024
InstallationDate: Installed on 2024-07-01 (69 days ago)
InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Release amd64 (20240424)
RebootRequiredPkgs: Error: path contained symlinks.
SourcePackage: inkscape
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug noble wayland-session

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

Title:
  inkscape crashes when started

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


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

[Bug 1946555] Re: Emacs UI behaves erratically after losing focus on workspace change

2021-10-09 Thread Jerome Abela
** Attachment added: "Screencast showing the bug"
   
https://bugs.launchpad.net/ubuntu/+source/emacs/+bug/1946555/+attachment/5531756/+files/Screencast%20from%2009-10-21%2013%3A33%3A44.webm

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

Title:
  Emacs UI behaves erratically after losing focus on workspace change

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


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

[Bug 1946555] Re: Emacs UI behaves erratically after losing focus on workspace change

2021-10-09 Thread Jerome Abela
While trying to record a screencast, I noticed that it only happens when
using 2 screens.

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

Title:
  Emacs UI behaves erratically after losing focus on workspace change

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


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

[Bug 1946555] [NEW] Emacs UI behaves erratically after losing focus on workspace change

2021-10-09 Thread Jerome Abela
Public bug reported:

On a fresh Ubuntu installation:
- install emacs
- give emacs the focus with the mouse
- switch to another workspace (Super+PageDown)
- switch back (Super+PageUp)
- change the size of emacs window
Result: most of the areas that are not file content (buttons, menus, split 
bars) are black and don't react to clicks. No resize, refresh, iconify, or 
further focus change can get back to normal.

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: emacs 1:27.1+1-3ubuntu3
ProcVersionSignature: Ubuntu 5.11.0-37.41-generic 5.11.22
Uname: Linux 5.11.0-37-generic x86_64
ApportVersion: 2.20.11-0ubuntu65.3
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Sat Oct  9 13:08:23 2021
InstallationDate: Installed on 2021-09-23 (15 days ago)
InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
PackageArchitecture: all
SourcePackage: emacs
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug hirsute wayland-session

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

Title:
  Emacs UI behaves erratically after losing focus on workspace change

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


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

[Bug 1945759] [NEW] Default selection region background color is invisible

2021-10-01 Thread Jerome Abela
Public bug reported:

I just installed a fresh new ubuntu machine, installed emacs, and went
through the tutorial. When the tutorial describes selecting text, it
says "Emacs highlights the text between the cursor and the position
where you typed C-".

However, the color used to highlight the selection region (#FAFAFA) is
almost the same as the default background color (#FF), and is not
visible to a normal human eye.

The default color of such a basic feature (mentioned in the tutorial,
just after cusor movements) should be more sensible.

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: emacs 1:27.1+1-3ubuntu3
ProcVersionSignature: Ubuntu 5.11.0-36.40-generic 5.11.22
Uname: Linux 5.11.0-36-generic x86_64
ApportVersion: 2.20.11-0ubuntu65.3
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Fri Oct  1 09:45:38 2021
InstallationDate: Installed on 2021-09-23 (7 days ago)
InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
RebootRequiredPkgs: Error: path contained symlinks.
SourcePackage: emacs
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug hirsute wayland-session

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

Title:
  Default selection region background color is invisible

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


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

Re: [Bug 317827] Re: install script crashes on unknown ld option -Bsylmbolic-functions

2011-09-01 Thread Jerome Abela
No, sorry, I don't have any machine that can be reverted to such an
old version of binutils.

It could only happen when installing ecl on a machine with binutils
2.17, and Hardy (the oldest supported version) uses 2.18, so the bug
is now deprecated (it's almost 3 years old).

Note that if a new flag is added on binutils, the bug will come back,
if ecl still uses at install time a file generated by
dpkg-buildpackage at compile time.


On Thu, Sep 1, 2011 at 11:33 AM, Angel Abad  wrote:
> Hi! I retry the install in all supported ubuntu versions and it installs
> fine.
>
> Could you retry please?
>
> ** Changed in: ecl (Ubuntu)
>       Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/317827
>
> Title:
>  install script crashes on unknown ld option -Bsylmbolic-functions
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/ecl/+bug/317827/+subscriptions
>

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

Title:
  install script crashes on unknown ld option -Bsylmbolic-functions

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

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

[Bug 512289] [NEW] missing bitmap files

2010-01-25 Thread Jerome Abela
Public bug reported:

Binary package hint: crafty

When running the command "annotateh", crafty generates an HTML
annotation file, which references bitmaps files (like bitmaps/wbr.gif)
that are not in the package.

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

-- 
missing bitmap files
https://bugs.launchpad.net/bugs/512289
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 348512] [NEW] Search message body only searches undecoded data

2009-03-25 Thread Jerome Abela
Public bug reported:

Binary package hint: mutt

On the attached mbox file:
- using "l ~b BpcyB0aG" selects the message, as this string is part of the 
base64 encoding of the content.
- using "l ~b content" selects no message, despite this word appearing in the 
body of the message.

The first search works, but has no useful meaning.
The second search is very meaningful, it's what the user wants, but it doesn't 
work.

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

-- 
Search message body only searches undecoded data
https://bugs.launchpad.net/bugs/348512
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 348512] Re: Search message body only searches undecoded data

2009-03-25 Thread Jerome Abela

** Attachment added: "bug.mbox"
   http://launchpadlibrarian.net/24336869/bug.mbox

-- 
Search message body only searches undecoded data
https://bugs.launchpad.net/bugs/348512
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 317827] Re: install script crashes on unknown ld option -Bsylmbolic-functions

2009-01-16 Thread Jerome Abela
I've found an explanation.

- When ecl package is built on the developer host, the flags given by 
dpkg-buildpackage are stored in the install script.
- These flags include LDFLAGS  => '-Wl,-Bsymbolic-functions'
- When ecl is installed on the user host, it needs a version of /usr/bin/ld 
which supports -Bsylmbolic-functions.
- Therefore, there is a dependency of ecl install script on that version of ld. 

-> binutils 2.17.20070103cvs-0ubuntu2 doesn't work
-> binutils_2.18.93.20081009-0ubuntu1_i386.deb works

-- 
install script crashes on unknown ld option -Bsylmbolic-functions
https://bugs.launchpad.net/bugs/317827
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 317827] [NEW] install script crashes on unknown ld option -Bsylmbolic-functions

2009-01-16 Thread Jerome Abela
Public bug reported:

$ sudo apt-get install ecl
Reading package lists... Done  
Building dependency tree
Reading state information... Done
Suggested packages:
  ecl-doc
The following NEW packages will be installed:
  ecl
0 upgraded, 1 newly installed, 0 to remove and 1016 not upgraded.
Need to get 0B/1335kB of archives.
After unpacking 4293kB of additional disk space will be used.
Selecting previously deselected package ecl.
(Reading database ... 126288 files and directories currently installed.)
Unpacking ecl (from .../ecl_0.9j-20080306-5ubuntu1_i386.deb) ...
Setting up ecl (0.9j-20080306-5ubuntu1) ...
/usr/lib/common-lisp/bin/ecl.sh loading and dumping clc.
;;; Loading "/usr/lib/ecl/install-clc.lisp"
;;; Loading #P"/usr/lib/ecl/cmp.fas"
;;; Loading #P"/usr/lib/ecl/sysfun.lsp"
Saving to new-ecl.../usr/bin/ld: unrecognized option '-Bsymbolic-functions'
/usr/bin/ld: use the --help option for usage information
collect2: ld returned 1 exit status
An error occurred during initialization:
(SYSTEM "i486-linux-gnu-gcc -o 
\"/var/cache/common-lisp-controller/0/ecl/common-lisp-controller/common-lisp-controller.fas\"
 -L\"/usr/lib/\" 
\"/var/cache/common-lisp-controller/0/ecl/common-lisp-controller/common-lisp-controller.o\"
  -Wl,--rpath,/usr/lib/ -shared -Wl,-Bsymbolic-functions 
-Wl,-Bsymbolic-functions  -lecl -lpthread -ldl  -lm   -lgc -lgmp") returned 
non-zero value 1.

$

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

-- 
install script crashes on unknown ld option -Bsylmbolic-functions
https://bugs.launchpad.net/bugs/317827
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 301227] [NEW] Documentation for libgmp is missing

2008-11-23 Thread Jerome Abela
Public bug reported:

Binary package hint: libgmp3-doc

The documentation for libgmp (2:4.2.2+dfsg-1ubuntu2) is not in any of the 
following packages:
- libgmp3c2 (only contains the shared libraries)
- libgmp3-dev (only contains includes and static libraries)
- libgmp3-doc (only contains the demo samples)

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

-- 
Documentation for libgmp is missing
https://bugs.launchpad.net/bugs/301227
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 296336] [NEW] nasm global directive sometimes not working with elf output

2008-11-10 Thread Jerome Abela
Public bug reported:

Binary package hint: nasm

Package: nasm_0.98.38-1.2build1_i386.deb

When the global directive appears after the symbol, it is no longer
exported as global in ELF format.

cat >bug.s 

[Bug 153606] a2ps does not suport input file using utf-8 encoding

2007-10-17 Thread Jerome Abela
Public bug reported:

Binary package hint: a2ps

"a2ps --encoding=NAME" supports ASCII, EUC-JP, HPRoman, IBM-CP437, IBM-
CP850, ISO-8859-1 to -15, JOI8, MS-CP1250 and Macintosh.

But utf-8, the default text file encoding for ubuntu, is neither the
default nor even supported.

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

-- 
a2ps does not suport input file using utf-8 encoding
https://bugs.launchpad.net/bugs/153606
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 151980] gv sets an invalid PageSize

2007-10-12 Thread Jerome Abela
Public bug reported:

Binary package hint: gv

The following PostScript program gets the size of the paper from the
PostScript environment, and prints it.

%!PS
/pt2cm { .0353 mul (aa) cvs } def 
/Helvetica findfont 14 scalefont setfont
30 30 moveto (PageSize: ) show currentpagedevice /PageSize get dup
0 get pt2cm show (cm x ) show 1 get pt2cm show (cm) show showpage

When ran with "gs -sDEVICE=x11", it gives a reasonable result:
  PageSize: 20.9927cm x 29.6954cm
On a real printer with A4 paper, it prints similar results.

When ran with gv, it displays nonsense:
  PageSize: 0.0044125cm x 0.0044125cm

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

-- 
gv sets an invalid PageSize
https://bugs.launchpad.net/bugs/151980
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 151249] clisp DESCRIBE fetches an outdated 404 page

2007-10-10 Thread Jerome Abela
Public bug reported:

Binary package hint: clisp

Run DESCRIBE on any symbol, you will get the following 404 error:

[1]> (describe 'format)

FORMAT is the symbol FORMAT, lies in #, is accessible in 
15 packages ASDF, CLOS, COMMON-LISP,
COMMON-LISP-CONTROLLER, COMMON-LISP-USER, EXPORTING, EXT, FFI, POSIX, READLINE, 
REGEXP, SCREEN, SYSTEM, XLIB, XPM, names a
function, has 1 property SYSTEM::DOC
;; connecting to 
"http://www.lisp.org/HyperSpec/Data/Map_Sym.txt"...connected...HTTP/1.1 404  
Not Found
;; "Date: Wed, 10 Oct 2007 11:54:54 GMT"
;; "Connection: Close"
;; "Server: AllegroServe/1.2.43"
;; "Content-Type: text/html"
;; ""
;; "404 - NotFoundNot FoundThe 
request for http://www.lisp.org/HyperSpec/Data/Map_Sym.txt was not found 
on this server.AllegroServe 1.2.43"
;; connecting to 
"http://www.lisp.org/HyperSpec/Data/Symbol-Table.text"...connected...HTTP/1.1 
200  OK...45,322 bytes

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

-- 
clisp DESCRIBE fetches an outdated 404 page
https://bugs.launchpad.net/bugs/151249
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 138539] Re: option -via is display in the man and help, but doesn't work

2007-09-10 Thread Jerome Abela
This only happens with version 3, which is the default version on
feisty. Version 4 from package xvnc4viewer does not have this bug.

-- 
option -via is display in the man and help, but doesn't work
https://bugs.launchpad.net/bugs/138539
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 138539] option -via is display in the man and help, but doesn't work

2007-09-10 Thread Jerome Abela
Public bug reported:

Binary package hint: xvncviewer

$ xvncviewer -via ip.of.the.gateway 192.168.0.1
VNC viewer version 3.3.7 - built Mar  8 2007 21:56:52
Copyright (C) 2002-2003 RealVNC Ltd.
Copyright (C) 1994-2000 AT&T Laboratories Cambridge.
See http://www.realvnc.com for information on VNC.

usage: xvncviewer [] :
   xvncviewer [] -listen []

 are standard Xt options, or:
  -via 
  -shared
  -viewonly
  -fullscreen
  -passwd 
  -noauto
  -encodings  (e.g. "raw copyrect")
  -bgr233
  -owncmap
  -truecolour
  -depth 

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

-- 
option -via is display in the man and help, but doesn't work
https://bugs.launchpad.net/bugs/138539
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 137917] vim c syntax does not support ansi anonymous array

2007-09-07 Thread Jerome Abela
Public bug reported:

Binary package hint: vim-runtime

When editing the following file, which use a standard ANSI syntax, the
syntax highlighting is wrong for every curly brackets starting at the
anonymous array.

#include 

int main() {
printf("%p\n", (int[]){42});
}

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

-- 
vim c syntax does not support ansi anonymous array
https://bugs.launchpad.net/bugs/137917
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 137917] Re: vim c syntax does not support ansi anonymous array

2007-09-07 Thread Jerome Abela

** Attachment added: "vim-c-syntax.png"
   http://launchpadlibrarian.net/9160708/vim-c-syntax.png

-- 
vim c syntax does not support ansi anonymous array
https://bugs.launchpad.net/bugs/137917
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 135034] db2ps doesn't work on documents with more than 100 tables

2007-08-27 Thread Jerome Abela
Public bug reported:

Binary package hint: docbook-utils

I use db2ps from docbook-utils 0.6.14-1. The following docbook works
fine:


http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd";>

  
  

  
  

  


But, if the longest line is repeated more than 96 times, it does not
generate the ps output, and displays a bunch of LaTeX messages:

  Package Fancyhdr Warning: \fancyfoot's `E' option without twoside option is 
use less on input line 183.
  LaTeX Warning: Reference `0:3' on page i undefined on input line 235.
  LaTeX Warning: Reference `0:4' on page i undefined on input line 261.
  LaTeX Warning: Reference `0:6' on page i undefined on input line 287.
  ...

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

-- 
db2ps doesn't work on documents with more than 100 tables
https://bugs.launchpad.net/bugs/135034
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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