Re: using XDPS backend to display NextOpenStep apps remotely

2024-04-30 Thread Ondrej Florian
.com/bePatron?u=352392 - Become a Patron > https://www.openhub.net/languages/objective_c > https://www.gofundme.com/f/cacao-linux-a-gnustep-reference-implementation > > > On Sun, Apr 28, 2024 at 17:27 Ondrej Florian wrote: > >> Thanks Gregory. > >> Comm

Re: using XDPS backend to display NextOpenStep apps remotely

2024-04-28 Thread Ondrej Florian
s all of the > information I have discovered over the years on this. If I find anything > else or dig up any other information that might be useful I will let you > know. > > Yours, GC > > > > > On Sun, Apr 28, 2024 at 2:32 PM Ondrej Florian wrote: > >>

using XDPS backend to display NextOpenStep apps remotely

2024-04-28 Thread Ondrej Florian
Hi everyone, I am working on integrating the Next emulator (http://previous.alternative-system.com/) into the GSDE (https://github.com/onflapp/gs-desktop). I understand the original Next/OpenStep could display apps remotely (I guess that's where NXHost arg comes from). Does anyone know how

Re: General Design Guidelines for GNUstep and apps

2024-04-04 Thread Ondrej Florian
On 2024-04-04 09:07:36 +0200 Thomas wrote: As Ricardo mentioned could you test wether this strange menu behavior is caused by GDSE please or is there another reason? The reason why this doesn't work is missing support from the window manager (windowmaker). 1. GNUstep will send out

Re: General Design Guidelines for GNUstep and apps

2024-04-03 Thread Ondrej Florian
nge to one of the not so bad LINUX Desktops for instance > XFSE or so to do things easier as GSDE is not yet complete ….. > > But I don’t understand why GWorkspace menu calls do not work. I thought > that GWorkspace only interact with wmaker and these calls are specifie

Re: General Design Guidelines for GNUstep and apps

2024-04-02 Thread Ondrej Florian
Hi Thomas, As GNUstep is platform independent, there is no specific design guideline. Many applications will use menu items, shortcut keys etc. that fit particular platform (Windows / OS X or Linux) GNUmail or PikoPixel is good example of that. GSDE and Nextspace follow Next/OpenStep design

Re: Installation script

2024-03-13 Thread Ondrej Florian
> Some glitches are in the presentation in GWorkspace, Gorm etc. for instance > if you have switched to other languages than English the Spaces in the > textfields often don´t fit. > How can I help? ;-). > > Best regards > > Thomas > > >> Am 06.03.2024 um 1

Re: Installation script

2024-03-01 Thread Ondrej Florian
Hi Nikolaus, GSDE install scripts go far beyond just installing GNUstep libraries and build environment. Its purpose is to provide complete desktop environment so those scripts pull in a lot of dependencies, etc. In addition, these scripts are very "opinionated" as to how everything should

Re: Images disappear after Display Resolution Change

2023-12-31 Thread Ondrej Florian
;> On Dec 30, 2023, at 8:23 AM, Ondrej Florian wrote: > >> I think I managed to fix the problem by clearing NSImage cache after >> receiving NSApplicationDidChangeScreenParametersNotification > >> Please see: >> https://github.com/onflapp/libs-gui/commit/2

Re: Images disappear after Display Resolution Change

2023-12-30 Thread Ondrej Florian
:58 Paulo Delgado wrote: > >> I noticed something similar happened to me on a clean Debian installation >> whenever the computer came back from sleep. Images and icons were all gone, >> also wallpaper (which gworkspace manages in my installation). > > >

Re: Images disappear after Display Resolution Change

2023-12-29 Thread Ondrej Florian
This also happens (sometimes) when you attach external display. It is certainly related to change of display resolution and easily reproducible by invoking xrandr. I guess that GNUstep is caching some kind of data that needs to be invalidated. On 2023-12-28 14:25:21 +0100 Sebastian Reitenbach

Re: Swift calling into GNUStep Progress

2023-08-17 Thread Ondrej Florian
I am just wondering, would it make sense to make this part of https://github.com/onflapp/libs-steptalk ? I was able to get quite far with it. It is even possible to create GUI app now (see https://github.com/onflapp/libs-steptalk/blob/master/Examples/AppKit/app.st) On 2023-08-11 03:35:22 +0200

Re: GNUstep Desktop

2023-05-26 Thread Ondrej Florian
Hi Svetlana, GNUstep Desktop requires a lot of system dependecies and specific system configuration. It will not run properly unless you install it as root. Furthermore, be aware it might conflict with existing objc runtime / GNUstep or other libraries on your sytem. It has always been

Re: GNUstep Desktop

2023-05-24 Thread Ondrej Florian
r but the application should be useful as is and if modifications > are needed I'll be happy to merge them.. > > Thanks, > Philippe > > ----- Mail original - >> De: "Ondrej Florian" >> À: "discuss-gnustep" , info-gnus...@gnu.org >> Envo

Re: GNUstep Desktop

2023-05-22 Thread Ondrej Florian
back the forked applications (Addresses and BatMon) to GAP? If you two need a tie breaker to decide on which version to use, I am willing to volunteer. Cheers Fred Am 21.05.2023 um 02:38 schrieb Ondrej Florian via Info-gnustep : Hi everyone, I'd like to announce GNUstep Desktop. https

Re: GNUstep Desktop

2023-05-22 Thread Ondrej Florian
My vision is for GSstep Desktop to be available as source. Something you can easily tinker and experiment with. Imagine browsing all the code in ProjectCenter. GORM to edit UI. Documentation fully indexed and available in the HelpViewer. (it's never going to be Smalltalk system, but why not try

Re: GNUstep Desktop

2023-05-20 Thread Ondrej Florian
step. This is great work! > > > On Sat, May 20, 2023 at 8:39 PM Ondrej Florian wrote: > >> Hi everyone, > >> I'd like to announce GNUstep Desktop. >> https://onflapp.github.io/gs-desktop/index.html > >> I have been working on it for more than a year now an

GNUstep Desktop

2023-05-20 Thread Ondrej Florian
Hi everyone, I'd like to announce GNUstep Desktop. https://onflapp.github.io/gs-desktop/index.html I have been working on it for more than a year now and it is finally complete enough to be my main desktop environment. It is perfect for my Raspberry PI! :-) GSDE contains many GNUstep apps

Re: GNUMail running on macOS 12.6 (Apple Silicon)

2022-10-21 Thread Ondrej Florian
ore fixes and enhacements (https://github.com/onflapp/gs-textedit) It is impossible to open attachment by double-clicking. The double-click just selects text and that's it. Thanks, Ondrej On 2022-10-15 01:31:26 +0200 Riccardo Mottola wrote: Hi Ondrej, Ondrej Florian wrote: The result is the same.

Re: GNUMail running on macOS 12.6 (Apple Silicon)

2022-10-10 Thread Ondrej Florian
to the request IDs (?) I am using yahoo.com IMAP server. Body/content of the message doesn't seem to make a difference. I can send you log of all requests and responses, if this helps. BTW: what source do you use? Maybe I am using the wrong one. Many thanks, Ondrej (Florian is my last name ;-) On 2022

Re: WindowMaker fork made for GNUstep

2022-09-29 Thread Ondrej Florian
sworkspace. That is to be able to drag an app into the > doc from the file system when it is NOT running. > > There are a number of other “misses” when it comes to WindowMaker but that > is a major one. > > On Sun, Jun 5, 2022 at 11:36 Ondrej Florian wrote: > >> Hi everyon

Re: GNUMail running on macOS 12.6 (Apple Silicon)

2022-09-26 Thread Ondrej Florian
for me. IMAP gets confused while fetching email body. I am still trying to track this down. BTW: I am sending this from GNUMail Hi, On 2022-09-26 12:05:41 + Ondrej Florian wrote: Hi Hugo, I am working on GNUMail extensively myself. Just currious, did you get IMAP working? I got POP3

WindowMaker fork made for GNUstep

2022-06-05 Thread Ondrej Florian
Hi everyone, I forked WindowMaker to make it make it more GNUstep friendly. My goal is to end up with a window manager that provides the best user experience for GNUstep applications. I "ported" some fixes from Nextspace project and added some of my own. Noteble changes include: - fixing