Search found 1453 matches

by djemos
2. Dec 2024, 14:23
Forum: Problems
Topic: Fbmenugen (perl script) doesn't create icons in Fluxbox
Replies: 3
Views: 1986

Re: Fbmenugen (perl script) doesn't create icons in Fluxbox

1. Default fluxbox package in slackware show only xpm icons in menus.
run this script convert-to-xpm.sh in user home to convert png icons in ~/.cache/fbmenugen/icons/ to xpm
#/bin/bash
FILES=~/.cache/fbmenugen/icons/*
for f in $FILES
do
icon=${f%.*}
echo $icon
convert $icon.png $icon.xpm
done
sed ...
by djemos
1. Dec 2024, 08:43
Forum: Problems
Topic: GRUB2 ISO Live Entry for Salix 15.0 Xfce 64 Bits
Replies: 6
Views: 538

Re: GRUB2 ISO Live Entry for Salix 15.0 Xfce 64 Bits

The unique thing cause my curiosity is when i start from Porteus i can use the third partition, when i boot from salix live this partition is unaccesible, the partition from the ISO of Salix are use, well the Porteus ISO is in the same partition :
Because salix live use elilo for UEFI/EFI and ...
by djemos
28. Nov 2024, 23:35
Forum: Problems
Topic: GRUB2 ISO Live Entry for Salix 15.0 Xfce 64 Bits
Replies: 6
Views: 538

Re: GRUB2 ISO Live Entry for Salix 15.0 Xfce 64 Bits

OK. I made it quite simple.

Download this initrd.gz i have further modified. Open salixlive64-xfce-15.0.iso with iso master application and replace the initrd.gz file in boot and in EFI/BOOT folders.
Then save the new salixlive64-xfce-15.0.iso.

Edit the grub menuentry like this exactly ...
by djemos
26. Nov 2024, 18:21
Forum: Documentation
Topic: How-To: Salix 15.0 Installer Walkthrough (Standard Ed., 64-bit)
Replies: 3
Views: 303

Re: How-To: Salix 15.0 Installer Walkthrough (Standard Ed., 64-bit)

gaucho, Very good job.
I checked the links in the end and this link do not work.
by djemos
25. Nov 2024, 22:47
Forum: Problems
Topic: GRUB2 ISO Live Entry for Salix 15.0 Xfce 64 Bits
Replies: 6
Views: 538

Re: GRUB2 ISO Live Entry for Salix 15.0 Xfce 64 Bits

boot from iso file is not supported.
init file in initrd.gz has to be updated for the iso file to be found.
Download this initrd.gz i have modified. Open salixlive64-xfce-15.0.iso with iso master application and replace the initrd.gz file in boot and in EFI/BOOT folders.
Then save the new ...
by djemos
1. Nov 2024, 07:01
Forum: Problems
Topic: Update kills XFCE
Replies: 16
Views: 1412

Re: Update kills XFCE

You cannot upgrade glibc, kernel-firmware, kernel packages from gslapt.
use slapt-get in a terminal
sudo slapt-get -i glibc

It is not glibc. Something else went wrong.
by djemos
31. Oct 2024, 14:19
Forum: Problems
Topic: Update kills XFCE
Replies: 16
Views: 1412

Re: Update kills XFCE

I did an installation from salix-live xfce 15.0 to vmware.
I upgraded the system including kernel, glibc, etc.
I did a reboot.
Then i installed the audacity (25 dependencies packages downloaded) and the vlc (35 dependencies packages downloaded). I installed multimedia codecs.
Everything is working ...
by djemos
28. Oct 2024, 10:05
Forum: Live CD
Topic: Salix15-Live from USB does not boot
Replies: 9
Views: 1280

Re: Salix15-Live from USB does not boot

In an UEFI system you get the elilo menu. The yellow cursor is already set to Boot: cyan text box, where you can type runlevel=3 or whatever.
If you cannot type in the text box then i do not know what is going on with your keyboard.

https://people.salixos.org/djemos/salix-15.0/screenshots/salix64 ...
by djemos
27. Oct 2024, 07:30
Forum: Live CD
Topic: Salix15-Live from USB does not boot
Replies: 9
Views: 1280

Re: Salix15-Live from USB does not boot

Obvious difference:
I get a graphical menu whereas on the laptop all is text.
This is the syslinux boot menu. It is enabled when boot to a system without UEFI/EFI.

Do I need to tweak BIOS or so?

In my laptop i have disabled secure boot and i plug in the salix live usb and press power button ...
by djemos
26. Oct 2024, 06:15
Forum: Live CD
Topic: Salix15-Live from USB does not boot
Replies: 9
Views: 1280

Re: Salix15-Live from USB does not boot

well, I see the command line you are reffering to but whatever key I tried, I cannot get there.
Don't have to go there. Just type runlevel=3 press the buttons of keyboard.
You will see the text appeared there. :)