macOS-style dock?

are there any GNUstep apps that provide a macOS Cocoa-like dock on the bottom of the screen on which gnustep .app applications can be placed?

the GWorkspace dock can only be placed on either the left or right side of the screen. i've also checked out github.com/gnustep/apps-dock/ but that doesn't seem to work properly and i doubt it will any time soon

reddit.com
u/edjak53 — 5 days ago

which menu bar style do you prefer?

  1. Windows (menu bar in window)
  2. macOS (menu bar on top of display)
  3. NeXTSTEP (menu bar in seperate window)
u/edjak53 — 22 days ago
▲ 184 r/gnustep+2 crossposts

GNUstep running natively on Wayland (GNU/Linux)

u/Marwheel — 1 month ago

sbase fails to build on macOS

the README does mention its supposed to build on macOS, but i get this error on it
config.mk doesn't mention anything about macOS either

% make -j6 
cc -DPREFIX=\"/usr/local\" -D_DEFAULT_SOURCE -D_NETBSD_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64  -o libutil/cp.o -c libutil/cp.c
libutil/cp.c:148:17: error: no member named 'st_atim' in 'struct stat'
  148 |                 times[0] = st.st_atim;
      |                            ~~ ^
libutil/cp.c:149:17: error: no member named 'st_mtim' in 'struct stat'
  149 |                 times[1] = st.st_mtim;
      |                            ~~ ^
2 errors generated.
make[1]: *** [libutil/cp.o] Error 1
make: *** [all] Error 2

i googled around a bit and it's apparently a known issue on macOS but i haven't found a clear fix that would work with this

reddit.com
u/edjak53 — 1 month ago
▲ 116 r/emacs

While compiling Emacs for macOS i found out in the docs that the same option can also build it for GNUstep. naturally i had to try it ASAP and after some frankly hectic compiling, here we are. I can honestly say I've never seen this emacs gui before.

u/edjak53 — 1 month ago

I think this counts (IceWM 4.0.0)

it's a new version of a vintage window manager running on a new UNIX

u/edjak53 — 1 month ago
▲ 43 r/emacs

How do i center the splash screen?

I'd like the splash image and text to be centered. Is there something I can add to the init? I had no luck with google.

u/edjak53 — 1 month ago
▲ 3 r/MacOS

Spotlight Search and the dock showing outdated App icon

macOS Tahoe 26.5.2 aarch64

I made a .App file and put it in /Applications. At first i used a different icon but then i later changed it. However, Spotlight search and the macOS dock are still showing the old one, while finder displays the new one

u/edjak53 — 1 month ago

Problems with glibc

I'm on slackware 15.0. i thought it would be fine for most stuff but it turns out its glibc version is too old for many things that i need.
slackpkg search glibc reports an available glibc-2.42-x86_64-1_slack15.0 in testing. however it's also a multilib system and it doesn't seem that there's a multilib version of 2.42 for slackware 15.0 in alienbob's repos.

What is my best course of action? Upgrading to current? If so, how would that work with an existing 15.0 multilib setup?

reddit.com
u/edjak53 — 2 months ago

does anyone know the typefaces of the "Allg. Gen.n.DBP" text and the "863648" numbers?

i assume the non-logo text is the same typeface, just different weights and sizes

u/edjak53 — 2 months ago
▲ 3 r/emacs

Cross-compiling from GNU/Linux to DOS

has anyone managed to cross-compile gnu emacs to dos with i386-pc-msdosdjgpp-gcc?
running the configure script with configure --host=i386-pc-msdosdjgpp says it's an unrecognized host, and the msdos/INSTALL file in the source tree only describes building on DOS and Windows

reddit.com
u/edjak53 — 3 months ago
▲ 1 r/GTASA

Mods not appearing in game

i have downgraded the game, installed cleo with the asi loader and installed modloader. inside the game folder i have the modloader folder containing a mod folder with a .dff and .txd file inside. [so, modloader/mod/copcarvg.dff and modloader/mod/copcarvg.txd]

the game starts fine and in the options menu the mods are there and enabled.

however, in game the normal vanilla assets appear instead

reddit.com
u/edjak53 — 3 months ago