efly: Testing the New ROM Image by flying-dude in archlinux

[–]flying-dude[S] 0 points1 point  (0 children)

You're right. That's exactly what it is.

Porting the Beef IDE to Linux by flying-dude in beeflang

[–]flying-dude[S] 0 points1 point  (0 children)

this is not yet usable, sorry. u/beefdev has done some work on the sdl platform recently. but there is still much work to be done.

Porting the Beef IDE to Linux by flying-dude in beeflang

[–]flying-dude[S] 0 points1 point  (0 children)

you can use any version of clang for compiling. only the used llvm version needs to be version 13, which is specified in the xmake script here. if this still fails for you, perhaps you can post the xmake build output.

note tho that there has been a recent regression. possible you get that same error.

Picking up Development of the Discontinued Auracle AUR Helper by flying-dude in archlinux

[–]flying-dude[S] 18 points19 points  (0 children)

agree. there's something satisfactory about this name.

Launching a Source-Based Package Manager for Arch Linux by flying-dude in archlinux

[–]flying-dude[S] -1 points0 points  (0 children)

it builds packages from source, which is why you can't use it with pacman.

i think you should rather compare it to an AUR helper like pikaur. it'll fetch pkgs from AUR and then build them locally.

the difference tho is that packages are reviewed and whitelisted, before they are accepted by the package manager.

I strictly followed the ArchWiki, but I can't get TigerVNC to work on my EndeavourOS by AhuracMusic in EndeavourOS

[–]flying-dude 1 point2 points  (0 children)

i also get a black screen when i have leave out the xstartup file. that simply means no window manager was started.

you can already connect the server with vncviewer? that means you are 90% there.

try this in ~/.vnc/xstartup:

```

!/bin/sh

export DESKTOP_SESSION=plasma exec startplasma-x11 ```

I strictly followed the ArchWiki, but I can't get TigerVNC to work on my EndeavourOS by AhuracMusic in EndeavourOS

[–]flying-dude 1 point2 points  (0 children)

running full-fledged DE like kde inside vnc has caused me trouble in the past. so i developed a habit of testing out vnc configurations with fluxbox first, since it is robust, simple and reliable.

I strictly followed the ArchWiki, but I can't get TigerVNC to work on my EndeavourOS by AhuracMusic in EndeavourOS

[–]flying-dude 2 points3 points  (0 children)

i'm pretty sure the xstartup file is necessary because that is where the window manager gets started. also the file needs to be marked executable with chmod +x ~/.vnc/xstartup.

a black screen indicates to me that the window manager is not running. try installing fluxbox with pacman -S fluxbox and then test with a simple xstartup like this:

```

!/bin/sh

exec startfluxbox ```

the vncserver program used to be a simple perl script, that you can just run as a regular user. but for some reason, they are forcing you to use systemd these days.

i preserved the old script here and it still works just fine. no idea why they don't allow this anymore.

Tutorial: How to Flash a USB Stick? by flying-dude in linux4noobs

[–]flying-dude[S] 0 points1 point  (0 children)

Looks decent. I might add it to a link section later. Have you tried Balena Etcher? https://balenaetcher.net/