LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   This is my Slackware desktop... (https://www.linuxquestions.org/questions/slackware-14/this-is-my-slackware-desktop-725754/)

enorbet 03-19-2023 01:48 PM

Nice Conky, bittin.

bittin_ 03-19-2023 01:53 PM

Quote:

Originally Posted by enorbet (Post 6418756)
Nice Conky, bittin.


thanks :)

reddog83 03-20-2023 09:27 PM

1 Attachment(s)
GNOME 44.0

This is my new desktop, the DE runs on Slackware Current :) :) :)

Dont worry I still run Plasma5 but I am really starting to enjoy building Gnome for Slackware Current

Cabbie001 03-20-2023 09:31 PM

Fvwm with "MixedThemePackage"
 
1 Attachment(s)
A while ago I downloaded the "Mixed Theme Package" for FVWM from http://www.vakuumverpackt.de/fvwm/, but didn't bother to read the Install instructions properly...
Today I took another look and followed the instructions more carefully. Voila - nice version of FVWM with a packet of alternate themes each of which has attractive transparent menus which are quite easily customizable (from text files, syntax self-explanatory). The screenshot shows "air2" theme, but others are also decent, especially "wheat" imho.

dchmelik 03-29-2023 06:43 PM

1 Attachment(s)
Here's my XFCE desktop since almost a year ago; for power users I recommend XFCE and against KDE, because if I start 20 (including certain resource-intensive) programs at once it immediately permanently halts KDE, but XFCE is fast for them. I have a main 4K monitor, and a 1600x1200 above on KVM switch also for classic P3/686, and a Wacom drawing pad/LCD on the right.

SCerovec 04-17-2023 02:35 PM

Radxa Rock 5 rk3588 CPU
 
1 Attachment(s)
The board is in vivid development struggling to reach full multimedia support.

It is fast.

Here screenshot (vanilla slarm64):

SCerovec 04-17-2023 02:45 PM

gluqlo
 
1 Attachment(s)
Makefile:
Code:

CC=g++
FONTDIR=$(DESTDIR)/usr/share/gluqlo
CFLAGS=-Wall -o gluqlo gluqlo.c `sdl-config --libs --cflags` -DFONT='"$(FONTDIR)/gluqlo.ttf"'
LDFLAGS=-lX11 -lSDL_ttf -lSDL_gfx

all: gluqlo

gluqlo: gluqlo.c
        $(CC) $(CFLAGS) $(LDFLAGS)

install:
        strip gluqlo
        install -o root -m 0755 -D gluqlo $(DESTDIR)/usr/libexec/xscreensaver/gluqlo
        install -o root -m 0644 -D gluqlo.ttf $(FONTDIR)/gluqlo.ttf
        install -o root -m 0644 -D gluqlo.png $(DESTDIR)/usr/share/pixmaps/gluqlo.png
        install -o root -m 0644 -D gluqlo.xml $(DESTDIR)/usr/share/xscreensaver/config/gluqlo.xml
        install -o root -m 0644 -D gluqlo.desktop $(DESTDIR)/usr/share/applications/screensavers/gluqlo.desktop

uninstall:
        rm -f $(DESTDIR)/usr/share/xscreensaver/config/gluqlo.xml $(DESTDIR)/usr/share/applications/screensavers/gluqlo.desktop \
                $(DESTDIR)/usr/libexec/xscreensaver/gluqlo $(FONTDIR)/gluqlo.ttf $(DESTDIR)/usr/share/pixmaps/gluqlo.png

clean:
        rm -f gluqlo

gluqlo.desktop:
Code:

[Desktop Entry]
Encoding=UTF-8
Name=Gluqlo: Fliqlo for Linux
Comment=SDL implementation of Fliqlo, a very popular OSX screensaver
Icon=gluqlo
Exec=/usr/libexec/xscreensaver/gluqlo -root
TryExec=/usr/libexec/xscreensaver/gluqlo
StartupNotify=falOCse
Terminal=false
Type=Application
Categories=GNOME;Screensaver;
OnlyShowIn=GNOME;
X-Ubuntu-Gettext-Domain=gnome-screensaver

URL:https://github.com/alexanderk23/gluqlo

enorbet 04-17-2023 10:07 PM

Nice!, SCerovec. 2 more cores than my Rockpro64 should indeed be pretty snappy. Mine is mainly employed as a NAS but I've tried numerous systems, including Slarm, but mainly run DrMoses Aarch64-Slackware now with Plasma and Enlightnement. Enlightenment is really fast even though it has rather glorious graphics. I think I posted a snapshot here, IIRC.

SCerovec 04-18-2023 09:27 AM

Quote:

Originally Posted by enorbet (Post 6425343)
Nice!, SCerovec. 2 more cores than my Rockpro64 should indeed be pretty snappy. Mine is mainly employed as a NAS but I've tried numerous systems, including Slarm, but mainly run DrMoses Aarch64-Slackware now with Plasma and Enlightnement. Enlightenment is really fast even though it has rather glorious graphics. I think I posted a snapshot here, IIRC.

Now that You mention it i need to re-check aarch64 of official Slackware-current again!

enorbet 04-18-2023 07:31 PM

Just FTR Aarch64Slackware runs Plasma nicely out of the box. It's plenty fast for NAS work. Enlightenment had to be installed afterward and IIRC from a Slackbuild with only having to specify Aarch64 in the build script as is noted on the ARM-Slackware sub section here. I think the exact syntax was noted by mralk3 a few times.

SCerovec 04-19-2023 02:40 PM

Quote:

Originally Posted by enorbet (Post 6425567)
Just FTR Aarch64Slackware runs Plasma nicely out of the box. It's plenty fast for NAS work. Enlightenment had to be installed afterward and IIRC from a Slackbuild with only having to specify Aarch64 in the build script as is noted on the ARM-Slackware sub section here. I think the exact syntax was noted by mralk3 a few times.

Likewise FTR the Rock 5 is a far cry from being included in official aarc64 Slackware ecosystem - I'm just reading thru just how much is left to be done yet.

SCerovec 04-20-2023 03:21 PM

1 Attachment(s)
Got conky to build (and work) on rock 5 :D

enorbet 04-20-2023 04:11 PM

Proper job, SCerovec. Conky compiled and works fine on my Rockpro64 with AArch-Slackware64, too. Now if I could just get Cockpit or something like it to give me a nice GUI NAS configurator... that would be slick.

kjhambrick 04-20-2023 04:15 PM

Nice SCerovec !

I've been watching the Rock 5B for a few mos.

I'll keep watching !

kjhambrick 04-20-2023 04:16 PM

Quote:

Originally Posted by enorbet (Post 6426013)
Proper job, SCerovec. Conky compiled and works fine on my Rockpro64 with AArch-Slackware64, too. Now if I could just get Cockpit or something like it to give me a nice GUI NAS configurator... that would be slick.

Is Cockpit portable to non-RHEL Systems ?

That *_WOULD_* be nice to have :)

-- kjh


All times are GMT -5. The time now is 01:51 AM.