Re: Native SVG icon rendering instead of rasterizing? Who is responsible for GUI design?

2024-07-08 Thread Christian Helmuth
Hello Jack, for a overview of the window manager please refer to the following Genodians article. https://genodians.org/nfeske/2020-03-27-window-management Currently, we provide two flavors of decorators (which is the component you like to enhance/replace): the motif decorator and the themed d

Re: Native SVG icon rendering instead of rasterizing? Who is responsible for GUI design?

2024-07-08 Thread Christian Helmuth
Oh I forgot to mention... On Mon, Jul 08, 2024 at 19:18:08 CEST, Jack Curran wrote: > I am willing to create icons for the Window Manager GUI if needed. I > don't know what licenses are equivalent to the AGPLV3 when it comes > to graphic design? But whatever license is closest, I can publish my >

Re: Use SculptOS as a server?

2024-07-08 Thread Jack
Interesting! I have never heard of it. It does look like the project is practically dead. On Mon, 8 Jul 2024, at 16:36, Spencer via users wrote: > You might also be interested in Sandstorm, a service that only does the 'user > apps' type of thing that nextcloud has. It has a strong focus on secu

Re: Use SculptOS as a server?

2024-07-08 Thread Spencer via users
Only mostly, they still do weekly meetings at least. Development is also split between Sandstorm and the eventual replacement Tempest which is rewritten in Go. Tragically the most involved remaining member passed away recently. On Mon, Jul 8, 2024, at 5:17 PM, Jack wrote: > Interesting! I have n

Re: Native SVG icon rendering instead of rasterizing? Who is responsible for GUI design?

2024-07-08 Thread Spencer via users
This would be my first port of any kind, so don't expect much either way- but my plan right now is to first see if I can get it working without any changes using Goa and then try porting it by hand to be native if that goes well. The architecture is very similar, with the SHMIF (*S*hared *M*emor

Re: Native SVG icon rendering instead of rasterizing? Who is responsible for GUI design?

2024-07-08 Thread Patrick Marchand
Are you going for a native port or just getting the sdl version to work on genode ? Courriel d’origine De : Spencer via users Envoyé : 8 juillet 2024 13 h 08 min 37 s HAE À : users@lists.genode.org Cc : Spencer Objet : Re: Native SVG icon rendering instead of rasterizing? Who

Re: Native SVG icon rendering instead of rasterizing? Who is responsible for GUI design?

2024-07-08 Thread Spencer via users
As for the actual content - I'm just a nobody, but I agree those are all good quality of life additions. For the SVG part, my guess is that it is unlikely both in terms of complexity, and because SVG icons are very hard to optimize for clarity at different sizes. This is a good article on the t

Re: Native SVG icon rendering instead of rasterizing? Who is responsible for GUI design?

2024-07-08 Thread Spencer via users
Semi-relatedly, I'm looking into porting Arcan, and by extension the Durden Desktop Environment (https://arcan-fe.com/2020/12/20/durden-0-6-released/) which has some cool features like network transparency. Arcan has a lot of very similar ideas to Genode (https://arcan-fe.com/2021/09/20/arcan-a

Native SVG icon rendering instead of rasterizing? Who is responsible for GUI design?

2024-07-08 Thread Jack Curran
Hello, I am curious who, or what team, is responsible for the GUI design of Sculpt OS. Especially the Window Manager preset that comes with Sculpt by default. Which I am sure is the window manager that most users are using? I am willing to create icons for the Window Manager GUI if needed. I don

Re: Use SculptOS as a server?

2024-07-08 Thread Spencer via users
You might also be interested in Sandstorm, a service that only does the 'user apps' type of thing that nextcloud has. It has a strong focus on security (even over usability) and is big into capabilities much like Genode is. IMO. if there is a 'right way' to do a web app store, this is it. Devel

Re: Use SculptOS as a server?

2024-07-08 Thread Jack Curran
John J. Karcher wrote: > Do you mind if I ask what software you run for your e-mail and NAS servers? Hi John, I haven't actually set up my NAS completely yet. However I have setup the software I'll be using for NFS. I am running a docker container of Owncloud Infinite Scale(OCIS) on NixOS. I jus