Re: bug and fix for gnustep-base

2023-10-22 Thread Fred Kiefer
023 um 09:07 schrieb Carl Hansen : > > On Sun, Oct 22, 2023 at 08:30:24AM +0200, Fred Kiefer wrote: >> Hi Carl, >> >> >> Thank you for this bug report. This is already fixed in the main branch, we >> just need to have a new release to publish that ch

Re: bug and fix for gnustep-base

2023-10-22 Thread Fred Kiefer
Hi Carl, Thank you for this bug report. This is already fixed in the main branch, we just need to have a new release to publish that change. Could you please try to clone this version and verify that the issue is resolved? Cheers, Fred On the road > Am 22.10.2023 um 07:17 schrieb Carl

Re: tools-windows-msvc runtime error

2023-07-18 Thread Fred Kiefer
I am no Windows expert but I remember that for some compilers we needed special symbol handling there. We use the macro GS_EXPORT_CLASS there which boils down to some __declspec(dllexport) declarations on classes. Not sure whether this would also be needed for a class that is only locally used.

Re: Problem with Installation

2022-11-21 Thread Fred Kiefer
Hi Darrell, the version of GNUstep startup you are trying to use is from 2013. This old version of GNUstep has issues with the current version of ICU. There has only been one more release of the startup script since then, so even that is outdated. The issue itself has been addressed in

[bug #61727] Premature cleanup in NSPopUpButtonCell -dealloc crashes application

2021-12-27 Thread Fred Kiefer
Update of bug #61727 (project gnustep): Status: Ready For Test => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

Re: Bug

2021-02-14 Thread Fred Kiefer
Just looking at the few information you provide I already see a mismatch. For the GNUstep.sh you seem to have a prefix of "/usr“ which seems to be missing inside of that file. Did you compile GNUstep yourself or did you download packages for Cygwin. In the later case, where did you get the

Re: ProjectCenter not running after install on Windows 10

2021-01-13 Thread Fred Kiefer
The error message you see there means that you did not install the backend for GNUstep gui. There are two possible backends on Windows win32 and cairo. Just install the cairo backend module similar to how you did install the rest of GNUstep and try again. Hope this helps, Fred > Am 13.01.2021

[bug #47523] blinking cursor type while typing or scrolling

2020-11-29 Thread Fred Kiefer
Update of bug #47523 (project gnustep): Open/Closed:Analyzed => Open ___ Reply to this item at: ___

[bug #47523] blinking cursor type while typing or scrolling

2020-11-29 Thread Fred Kiefer
Update of bug #47523 (project gnustep): Status:Wont Fix => Confirmed Assigned to: gcasa => FredKiefer Open/Closed: Closed => Analyzed

[bug #34789] performSelector:withObject:afterDelay not working while a sheet is displayed

2020-11-01 Thread Fred Kiefer
Follow-up Comment #7, bug #34789 (project gnustep): In the mean time Apple has changed the documentation of their beginSheet: methods to "This method displays the sheet modally on the specified window and returns control to the caller. Most events targeted at docWindow are prohibited while the

[bug #59204] NSOperationQueue leak

2020-10-12 Thread Fred Kiefer
Follow-up Comment #12, bug #59204 (project gnustep): You are right, even in the non-ARC version of the macro the loop does more harm. I think it is there to allow the draining of the pool, but this does break the expected behaviour of the break statement. This means "break" and "return" will leak

[bug #58837] The problem that gorm and projectcenter cannot be run when GNUStep is newly installed on windows XP/7/10.

2020-10-11 Thread Fred Kiefer
Update of bug #58837 (project gnustep): Category: Backend => Packaging ___ Reply to this item at: ___

[bug #59204] NSOperationQueue leak

2020-10-11 Thread Fred Kiefer
Update of bug #59204 (project gnustep): Category:None => Base/Foundation Item Group:None => Bug Status:None => Ready For Test Assigned to:

[bug #58546] GSTLS certificate expiration test always fails on 32-bit architectures

2020-06-12 Thread Fred Kiefer
Update of bug #58546 (project gnustep): Status: Confirmed => Fixed Assigned to:None => CaS Open/Closed:Open => Closed

[bug #58548] Typos in NSApplication.h

2020-06-12 Thread Fred Kiefer
Update of bug #58548 (project gnustep): Status:None => Fixed Assigned to:None => FredKiefer Open/Closed:Open => Closed

[bug #58546] GSTLS certificate expiration test always fails on 32-bit architectures

2020-06-12 Thread Fred Kiefer
Update of bug #58546 (project gnustep): Status:None => Confirmed Open/Closed: Closed => Open ___ Follow-up Comment #2: As far as I

[bug #58172] Precompiled header test broken with GCC >= 9

2020-05-09 Thread Fred Kiefer
Update of bug #58172 (project gnustep): Status:None => Fixed Assigned to:None => FredKiefer Open/Closed:Open => Closed

[bug #58277] GSSpeechRecognitionServer manpage

2020-05-09 Thread Fred Kiefer
Update of bug #58277 (project gnustep): Status:None => Fixed Assigned to:None => FredKiefer Open/Closed:Open => Closed

[bug #58190] NSLocale/general.m test still fails with ICU >= 65

2020-05-09 Thread Fred Kiefer
Update of bug #58190 (project gnustep): Status:None => Ready For Test Assigned to:None => FredKiefer Open/Closed:Open => In Test

Re: Query

2020-01-24 Thread Fred Kiefer
Dear Ronak, I am terribly sorry but we are a Free Software project with very little funding so there is no bug bounty and the closest we have got to a hall of fame is our contributors page (http://www.gnustep.org/developers/whoiswho.html). Vulnerabilities should just like any other bugs be

[bug #57335] PNG writing support appears to be broken

2019-12-06 Thread Fred Kiefer
Update of bug #57335 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed ___ Reply to this item at:

[bug #57335] PNG writing support appears to be broken

2019-12-02 Thread Fred Kiefer
Update of bug #57335 (project gnustep): Status: Confirmed => Ready For Test Open/Closed:Open => In Test ___ Follow-up Comment #3: Thank you for this

[bug #57335] PNG writing support appears to be broken

2019-12-01 Thread Fred Kiefer
Update of bug #57335 (project gnustep): Status:None => Confirmed Assigned to:None => FredKiefer ___ Follow-up Comment #1: The test code you

[bug #27099] Incomplete implementation of -[NSFontDescriptor matchingFontDescriptorsWithMandatoryKeys:]

2019-05-15 Thread Fred Kiefer
Update of bug #27099 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed ___ Reply to this item at:

[bug #56029] Memory Leak using @synchronized on Windows

2019-03-31 Thread Fred Kiefer
Update of bug #56029 (project gnustep): Status:None => Ready For Test Assigned to:None => FredKiefer Open/Closed:Open => In Test

[bug #56029] Memory Leak using @synchronized on Windows

2019-03-30 Thread Fred Kiefer
Update of bug #56029 (project gnustep): Category: Base/Foundation => Libraries ___ Follow-up Comment #1: I switched the category to "Libraries" as @synchronized is not provided by base. This comes

[bug #55690] Black images when linked with libicns; smalles icon is always loaded

2019-02-26 Thread Fred Kiefer
Update of bug #55690 (project gnustep): Status:None => Ready For Test Open/Closed:Open => In Test ___ Follow-up Comment #4: I applied a very

[bug #55690] Black images when linked with libicns; smalles icon is always loaded

2019-02-12 Thread Fred Kiefer
Update of bug #55690 (project gnustep): Assigned to:None => FredKiefer ___ Follow-up Comment #1: Hi Yavor, I do not quite understand the first issue. When you say that the image is black do

[bug #52793] autoreconf fails

2019-02-10 Thread Fred Kiefer
Update of bug #52793 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed ___ Reply to this item at:

[bug #52779] autoreconf generates broken configure

2019-02-10 Thread Fred Kiefer
Update of bug #52779 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed ___ Reply to this item at:

[bug #52942] [xlib] Build failure with LDFLAGS=-Wl,--no-undefined

2019-02-10 Thread Fred Kiefer
Update of bug #52942 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed ___ Reply to this item at:

[bug #53060] [xlib] Significant slowness with some apps, font-related

2019-02-10 Thread Fred Kiefer
Update of bug #53060 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed ___ Reply to this item at:

[bug #53941] NSProcessInfo -systemUptime test sometimes fails on GNU/Hurd

2019-02-10 Thread Fred Kiefer
Update of bug #53941 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed ___ Reply to this item at:

[bug #54307] Wrong margins especially when printing one page

2019-02-10 Thread Fred Kiefer
Update of bug #54307 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed ___ Reply to this item at:

[bug #55625] Crash in GSHorizontalTypesetter -_getProposedRectFor:withLineHeight:

2019-02-10 Thread Fred Kiefer
Update of bug #55625 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed ___ Reply to this item at:

[bug #55526] FTBFS on GNU/kFreeBSD: NSWorkspace.m:1252:27: error: 'MOUNTED_PATH' undeclared

2019-02-10 Thread Fred Kiefer
Update of bug #55526 (project gnustep): Status: Ready For Test => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[bug #55625] Crash in GSHorizontalTypesetter -_getProposedRectFor:withLineHeight:

2019-02-10 Thread Fred Kiefer
Update of bug #55625 (project gnustep): Status:None => Ready For Test Assigned to:None => FredKiefer Open/Closed:Open => In Test

[bug #54477] Rafael Nadal vs Benoit Paire 2018 Live

2018-08-08 Thread Fred Kiefer
Update of bug #54477 (project gnustep): Status:None => Invalid Open/Closed:Open => Declined ___ Reply to this item at:

[bug #54467] [FREE] Rafael Nadal vs Benoit Paire 2018 Live Stream ON TV

2018-08-08 Thread Fred Kiefer
Update of bug #54467 (project gnustep): Category:Gorm => None Status:None => Invalid Open/Closed:Open => Declined

[bug #54468] LIVE--FREE!!~ Rafael Nadal vs Benoit Paire 2018 Live.... Stream ON TV

2018-08-08 Thread Fred Kiefer
Update of bug #54468 (project gnustep): Item Group: Bug => None Status:None => Invalid Assigned to:None => FredKiefer Open/Closed:

[bug #12151] All windows from an application are present in the Gnome panel (pollution)

2018-07-27 Thread Fred Kiefer
Update of bug #12151 (project gnustep): Category: Gui/AppKit => Backend ___ Reply to this item at: ___

[bug #9001] incorrect printing of hungarian characters

2018-07-27 Thread Fred Kiefer
Update of bug #9001 (project gnustep): Status:None => Wont Fix Assigned to:None => FredKiefer Open/Closed:Open => Declined

[bug #52197] [DBusKit] Trivial spelling fixes

2018-07-27 Thread Fred Kiefer
Update of bug #52197 (project gnustep): Status:None => Fixed Assigned to:None => FredKiefer Open/Closed:Open => Closed

[bug #54307] Wrong margins especially when printing one page

2018-07-27 Thread Fred Kiefer
Update of bug #54307 (project gnustep): Status: Confirmed => Ready For Test Open/Closed:Open => In Test ___ Follow-up Comment #7: I just committed

[bug #35113] Printing: blank pages / clipping rect

2018-07-17 Thread Fred Kiefer
Update of bug #35113 (project gnustep): Status:None => Duplicate Open/Closed:Open => Closed Depends on: => bugs #54307

[bug #37160] Problem when convert RTF to PDF

2018-07-17 Thread Fred Kiefer
Update of bug #37160 (project gnustep): Status:None => Duplicate Open/Closed:Open => Closed Depends on: => bugs #54307

[bug #54307] Wrong margins especially when printing one page

2018-07-17 Thread Fred Kiefer
Follow-up Comment #5, bug #54307 (project gnustep): The check was originally introduced by Gregory Casamento on 13 Mar 2009. But I don't expect that either of them (Eric and Greg) are following our discussion here. Nor would they probably remember what they where doing back then. We may have to

[bug #54307] Wrong margins especially when printing one page

2018-07-15 Thread Fred Kiefer
Follow-up Comment #3, bug #54307 (project gnustep): I tried very hard to understand a bit more of this issue. In the end I found line 4503 in NSView.m: if ((location.x != 0 || location.y != 0) && NSIsEmptyRect(aRect) == YES) This only applies the following translation when the printed

[bug #54307] Wrong margins especially when printing one page

2018-07-14 Thread Fred Kiefer
Update of bug #54307 (project gnustep): Status:None => Confirmed Assigned to:None => FredKiefer ___ Follow-up Comment #1: Hi Yavor, thank

[bug #53994] Can't set a value on keypath using NSValue containing a size

2018-06-28 Thread Fred Kiefer
Update of bug #53994 (project gnustep): Status:None => Works For Me Assigned to:None => FredKiefer Open/Closed:Open => Declined

[bug #53941] NSProcessInfo -systemUptime test sometimes fails on GNU/Hurd

2018-05-27 Thread Fred Kiefer
Update of bug #53941 (project gnustep): Status:None => Ready For Test Assigned to:None => FredKiefer Open/Closed:Open => In Test

[bug #53035] NSNumberFormatter test failure with ICU 60.2

2018-05-18 Thread Fred Kiefer
Update of bug #53035 (project gnustep): Assigned to:None => FredKiefer ___ Follow-up Comment #3: I submitted your updated patch. Thank you!

[bug #53267] Parameterized NSMutableArray doesn't seem to work correctly

2018-03-18 Thread Fred Kiefer
Update of bug #53267 (project gnustep): Open/Closed:Open => Declined ___ Reply to this item at: ___

[bug #53267] Parameterized NSMutableArray doesn't seem to work correctly

2018-03-18 Thread Fred Kiefer
Update of bug #53267 (project gnustep): Category:None => Libraries Item Group:None => Bug Status:None => Invalid Assigned to:

[bug #53216] [Opal] Please switch to lcms2

2018-02-25 Thread Fred Kiefer
Update of bug #53216 (project gnustep): Status:None => Fixed Assigned to:None => FredKiefer Open/Closed:Open => Closed

[bug #53223] [xlib] font_cacher should not be built if WITH_XFT=yes

2018-02-25 Thread Fred Kiefer
Update of bug #53223 (project gnustep): Status:None => Fixed Assigned to:None => FredKiefer Open/Closed:Open => Closed

[bug #26535] user created NSImage not displaying properly

2018-02-09 Thread Fred Kiefer
Update of bug #26535 (project gnustep): Status: Confirmed => Ready For Test Open/Closed:Open => In Test ___ Follow-up Comment #4: I did apply your

[bug #27099] Incomplete implementation of -[NSFontDescriptor matchingFontDescriptorsWithMandatoryKeys:]

2018-02-09 Thread Fred Kiefer
Update of bug #27099 (project gnustep): Status: In Progress => Ready For Test Open/Closed:Open => In Test ___ Reply to this item at:

[bug #53060] [xlib] Significant slowness with some apps, font-related

2018-02-05 Thread Fred Kiefer
Update of bug #53060 (project gnustep): Status: Confirmed => Ready For Test Open/Closed:Open => In Test ___ Follow-up Comment #5: Thank you for the

[bug #53060] [xlib] Significant slowness with some apps, font-related

2018-02-05 Thread Fred Kiefer
Follow-up Comment #3, bug #53060 (project gnustep): Thank you for this background information. And yes, looking at your patch could save me some time, as this is about the approach I want to follow through. All that font stuff is always a bit harder than it should be and this is mostly true due

[bug #53061] Alert sheets do not disappear when dismissed

2018-02-05 Thread Fred Kiefer
Update of bug #53061 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed ___ Reply to this item at:

[bug #53060] [xlib] Significant slowness with some apps, font-related

2018-02-04 Thread Fred Kiefer
Update of bug #53060 (project gnustep): Status:None => Confirmed Assigned to:None => FredKiefer ___ Follow-up Comment #1: Normally I

[bug #53061] Alert sheets do not disappear when dismissed

2018-02-04 Thread Fred Kiefer
Update of bug #53061 (project gnustep): Status:None => Ready For Test Assigned to:None => FredKiefer Open/Closed:Open => In Test

Re: libs-gui with fling 2.1

2018-01-25 Thread Fred Kiefer
BUILD?h=gnustep-gui > > Interesting enough both packages do install flite in the same directory with > the same name. However flite 2.1 does not contain "flite_cmu_us_kal" but only > "flite_cmu_us_kal16". > > Best > Marc > > On Fri, Jan 26, 2018 at 8:2

Re: libs-gui with fling 2.1

2018-01-25 Thread Fred Kiefer
Hi Marc, I never did use flite myself, so I had to check the internet whether there was a change in packaging. But I did not find anything that suggests this. At least the documentation at http://www.festvox.org/flite/doc/flite_7.html#C-example still suggests to link against this file. Could

[bug #52973] [gui] printing causes crash

2018-01-25 Thread Fred Kiefer
Update of bug #52973 (project gnustep): Assigned to:None => FredKiefer Open/Closed:Open => Analyzed ___ Follow-up Comment #1: Did you update

[bug #40776] NSClipView should redraw when bounds change

2018-01-23 Thread Fred Kiefer
Update of bug #40776 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed ___ Reply to this item at:

[bug #40760] NSFrameRectWithWidth() can't deal with width of 0.0

2018-01-23 Thread Fred Kiefer
Update of bug #40760 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed ___ Reply to this item at:

[bug #36764] GUI does not currently support loading with standard localized directories...

2018-01-23 Thread Fred Kiefer
Update of bug #36764 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed ___ Reply to this item at:

[bug #52957] Document based applications cannot load assigned file types in open panel

2018-01-23 Thread Fred Kiefer
Update of bug #52957 (project gnustep): Status:None => Ready For Test Assigned to:None => FredKiefer Open/Closed:Open => In Test

[bug #44920] Loop flooding terminal after some clicks in source code

2018-01-21 Thread Fred Kiefer
Update of bug #44920 (project gnustep): Status: Need Info => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #9: Looks like this

[bug #52942] [xlib] Build failure with LDFLAGS=-Wl,--no-undefined

2018-01-21 Thread Fred Kiefer
Update of bug #52942 (project gnustep): Status:None => Ready For Test Assigned to:None => FredKiefer Open/Closed:Open => In Test

[bug #52941] Please detect freetype with pkg-config

2018-01-21 Thread Fred Kiefer
Update of bug #52941 (project gnustep): Status:None => Fixed Assigned to:None => FredKiefer Open/Closed:Open => Closed

[bug #46939] -Werror set for GSSpeechServer

2018-01-21 Thread Fred Kiefer
Update of bug #46939 (project gnustep): Status:None => Fixed Assigned to:None => FredKiefer Open/Closed:Open => Closed

[bug #47523] blinking cursor type while typing or scrolling

2018-01-07 Thread Fred Kiefer
Update of bug #47523 (project gnustep): Status:None => Confirmed ___ Follow-up Comment #1: It turns out that this was caused by a change Eric made in 2011. In the method [NSTextView.m

[bug #48217] Dropdown doesn't function properly on first click in NSWindow.

2018-01-07 Thread Fred Kiefer
Update of bug #48217 (project gnustep): Category: Gui/AppKit => Libraries ___ Reply to this item at: ___

[bug #52793] autoreconf fails

2018-01-07 Thread Fred Kiefer
Update of bug #52793 (project gnustep): Status:None => Ready For Test Assigned to:None => FredKiefer Open/Closed:Open => In Test

[bug #52780] Spelling error in make_services.1

2018-01-01 Thread Fred Kiefer
Update of bug #52780 (project gnustep): Status:None => Fixed Assigned to:None => FredKiefer Open/Closed:Open => Closed

[bug #52779] autoreconf generates broken configure

2018-01-01 Thread Fred Kiefer
Update of bug #52779 (project gnustep): Status:None => Ready For Test Assigned to:None => FredKiefer Open/Closed:Open => In Test

[bug #42641] Use makeinfo --html to generate HTML manuals from .texi documents

2017-11-22 Thread Fred Kiefer
Update of bug #42641 (project gnustep): Status:None => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[bug #40798] NSClipView shouldn't take its background color from document view

2017-11-18 Thread Fred Kiefer
Update of bug #40798 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed ___ Reply to this item at:

[bug #44057] -[NSBitmapImageRep copy] can cause image corruption (overlapping memory pointers)

2017-11-18 Thread Fred Kiefer
Update of bug #44057 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed ___ Reply to this item at:

[bug #44902] Gorm don't save image position of buttons for nib files

2017-11-18 Thread Fred Kiefer
Update of bug #44902 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed ___ Reply to this item at:

[bug #44933] Cairo backend: NSGraphicsContext's imageInterpolation setting is ignored

2017-11-18 Thread Fred Kiefer
Update of bug #44933 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed ___ Reply to this item at:

[bug #45122] [back][patch] Pattern phase support

2017-11-18 Thread Fred Kiefer
Update of bug #45122 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed ___ Reply to this item at:

[bug #49424] [NSMiniWindowView setImage] crashes with nil as image parameter

2017-11-18 Thread Fred Kiefer
Update of bug #49424 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed ___ Reply to this item at:

[bug #51113] No in-window menu bar with the Gtk theme

2017-11-18 Thread Fred Kiefer
Update of bug #51113 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed ___ Reply to this item at:

[bug #52331] use-after-free in the privateSetLocale function

2017-11-18 Thread Fred Kiefer
Update of bug #52331 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed ___ Reply to this item at:

[bug #52331] use-after-free in the privateSetLocale function

2017-11-05 Thread Fred Kiefer
Follow-up Comment #3, bug #52331 (project gnustep): The GNUstep repositories are now located at GitHub: https://github.com/gnustep This is mentioned on the GNUstep web site but maybe not prominent enough. Hopefully there will be a release of the core GNUstep components within the next few weeks.

[bug #52126] GUI 0.25.1 ABI break?

2017-11-04 Thread Fred Kiefer
Update of bug #52126 (project gnustep): Status:None => Confirmed ___ Follow-up Comment #1: Yes, this was an oversight on our side. We should have increased the minor number. Ivan is

[bug #52331] use-after-free in the privateSetLocale function

2017-11-04 Thread Fred Kiefer
Update of bug #52331 (project gnustep): Status:None => Ready For Test Assigned to:None => FredKiefer Open/Closed:Open => In Test

[bug #52011] Remove incorrect init from NSDateFormatter, and fix call to udat_open

2017-10-21 Thread Fred Kiefer
Follow-up Comment #3, bug #52011 (project gnustep): Stefan, could you please comment on the state of this patch? ___ Reply to this item at: ___ Message

[bug #51842] derived_src class has no base: correct, but triggers a warning from clang-6.x

2017-08-24 Thread Fred Kiefer
Update of bug #51842 (project gnustep): Category: Base/Foundation => Makefiles Status: Need Info => Invalid Assigned to:None => FredKiefer Open/Closed:

[bug #51842] derived_src class has no base: correct, but triggers a warning from clang-6.x

2017-08-24 Thread Fred Kiefer
Update of bug #51842 (project gnustep): Status:None => Need Info ___ Follow-up Comment #1: Could you please explain why you think this is a GNUstep base issue? To me it looks like the

[bug #48348] gnustep-config doesn't do what I want

2017-08-24 Thread Fred Kiefer
Update of bug #48348 (project gnustep): Category:None => Makefiles ___ Reply to this item at: ___

[bug #51592] -[NSFileManager copyItemAtPath:toPath:error:] should not raise exceptions

2017-08-24 Thread Fred Kiefer
Update of bug #51592 (project gnustep): Category:None => Base/Foundation Item Group:None => Bug ___ Reply to this item at:

[bug #48461] GWorkspace 0.9.4 seg faults

2017-08-24 Thread Fred Kiefer
Update of bug #48461 (project gnustep): Category:None => Application Open/Closed:Open => Declined ___ Follow-up Comment #3: No follow up

[bug #51113] No in-window menu bar with the Gtk theme

2017-08-04 Thread Fred Kiefer
Update of bug #51113 (project gnustep): Status:None => Ready For Test Assigned to:None => FredKiefer Open/Closed:Open => In Test

Re: Site not responding http://download.gna.org/gnustep/libobjc2-1.7.tar.bz2

2017-07-04 Thread Fred Kiefer
GNA stop to operate about a month ago. The best place to get a current version of libobjc2 is GitHub https://github.com/gnustep/libobjc2. If you want a fixed release click on releases. You may download 1.8 or 1.8.1 from there. Hope this helps, Fred > Am 04.07.2017 um 07:53 schrieb Sunil

[bug #51113] No in-window menu bar with the Gtk theme

2017-05-27 Thread Fred Kiefer
Follow-up Comment #1, bug #51113 (project gnustep): That GTK link is of no use at all. After a few automatic redirects you end up on a page that is completely unrelated to the topic. Googling for GTK an reparent brings up this page: http://www.geany.org/manual/gtk/gtk-faq/x636.html And searching

  1   2   3   4   5   6   7   8   9   10   >