Development
Ticket #12115 ([Screen] Window doesn't resize with smaller font.) created
If you choose a big font in Appearance and open Screen the window is properly resize.
if you choose a smaller font the window keeps the previous size.
We should save only the position not the frame.
Added enca packages for gcc2 and x86_gcc2
Ticket #10503 ([servers/app/drawing] DWindowHWInterface.cpp: Memory leak) closed
Applied in hrev49228. Thanks!
Ticket #11980 (Missing top line of attribute row in file panels) closed
Looks like I forgot to close this when I fixed it in hrev49115.
Ticket #2442 ([Tracker]: it should not be possible to create a directory in /) closed
This was fixed somewhere in the past 3 years - there is no "New" menu item in /, and pressing Cmd+N does nothing.
Add boost and nspr packages for x86_64.
Ticket #10502 ([drivers/input/usb_hid] HIDParser.cpp: Memory leak) closed
This patch was applied at some point.
Ticket #12114 (execvpe not implemented) created
I got this error message as i tried to compile Nim on the latest Haiku nightly gcc2h:
nimcache/stdlib_osproc.o: In function `startprocessafterfork_145004': stdlib_osproc.c:(.text+0x2a80): undefined reference to `execvpe' collect2: error: ld returned 1 exit status Error: execution of an external program failed
I understand, this is not required for POSIX compatibility, but it would make the port of Nim lot easier. Of course, we can implement it in the Nim patchset, but unfortunately the Nim bootstrap generating some files, what require execpve, so it is not possible to patch these files.
Here is the source from klibc: http://code.metager.de/source/xref/linux/klibc/usr/klibc/execvpe.c
Ticket #12113 (Webpositive crash when browsing to show on twit.tv - ...) created
When I go to http://twit.tv/show/this-week-in-tech/512 with WebPostive in hrev49218 I get a crash. I've attached the debug report to this issue.
Added QMPlay2 package
Ticket #11187 (Problem running gcc4 app in a gcc2 hybrid.) closed
Ticket #7565 ([Text_search] System name is missing) reopened
The "system name" is a feature to show the localized name of applications in Tracker and Deskbar. So instead of "TextSearch" it should show "Recherche de Texte" or whatever the translated name is in the current language.
This is done by setting some attributes on the file so Tracker/Deskbar can locate the catalog and catkey entry to use for the system name.
Ticket #12112 (runtime_loader cannot find libstdc++) created
Recently built Lazarus from sources on a hybrid system with the GCC4 compiler. Qt runs fine, FPC runs fine, Lazarus compiles without error. When invoked, Lazarus causes the following system message:
runtime_loader cannot find libstdc++.so.6 - no such file or directory.
Bizarre.
Ticket #12111 (DriveSetup lacks ability to format USB sticks (FAT32 required)) created
DriveSetup only allows formatting of BeFS and NTFS systems. USB sticks almost invariably require FAT32 and DOA to be valid in other OS'es.
Ticket #12110 (Editing file on FAT32 causes data corruption) created
Opened the Raspbian Wheezy image and edited 'cmdline.txt' per instructions at:
https://www.urspringer.de/2015/02/20/headless-setup-raspberry-pi-2-model-b/
The file became corrupted, and all data in the line before the edit was missing.
