Search found 684 matches

by djemos
14 Sep 2024 08:46
Forum: Documentation
Topic: Tools to install-update generic kernel.
Replies: 0
Views: 204

Tools to install-update generic kernel.

kernel-huge and kernel-modules has been removed from slackware current repositories. The kernel modules are now bundled into kernel-generic package. So the following slackel packages has been modified. install-upgrade-kernel command line version for installations on internal disk install-upgrade-ker...
by djemos
08 Sep 2024 08:16
Forum: Contributed packages
Topic: libreoffice 24.8.1
Replies: 0
Views: 156

libreoffice 24.8.1

LibreOffice 24.8.1 package for x86_64 and i586 is on Slackel repos along with x86_64 and i686 lang and help packages. You also need to install apache-ant and libnumbertext and liblangtag from slackel repos. Install openjre which is a dependency and is small in size 26MB for java support. Slackel use...
by djemos
31 Aug 2024 05:20
Forum: Problems
Topic: [SOLVED] Upgrading gtk4
Replies: 2
Views: 973

Re: Upgrading gtk4

Try again.

l/gtk4-4.14.6-x86_64-1.txz: Upgraded.

Code: Select all

sudo slapt-get -u
sudo slapt-get --upgrade
by djemos
29 Aug 2024 16:48
Forum: Problems
Topic: [SOLVED] Issues while updrading after some time
Replies: 3
Views: 380

Re: Issues while updrading after some time

For some reason depfinder for qt6 create the dep file having gst package included which does not exist. I deleted the gst and updated the repos.
Also md5 recreated for wpa_supplicant.
Try again.

Thanks Papasot.
by djemos
17 Jul 2024 10:51
Forum: Problems
Topic: [SOLVED] nghttp3 need to installed.
Replies: 0
Views: 1561

[SOLVED] nghttp3 need to installed.

nghttp3 added on slackware current which is a dependency for curl, slapt-get, gnubg packages. You have to download the x86_64 package from here The i586 package from here Install it to be able to run slapt-get. For x86_64 sudo spkg nghttp3-1.4.0-x86_64-1.txz For i586 sudo spkg nghttp3-1.4.0-i586-1.t...
by djemos
06 Jul 2024 10:41
Forum: Documentation
Topic: NetworkManager problem after update for some users
Replies: 0
Views: 2392

NetworkManager problem after update for some users

There were users reported the after upgade slackel openbox and slackel mate, NetworkManager do not work and cannot connect to wifi. I have never had such a problem. I suggest for those users to do this. sudo slapt-get -u sudo slapt-get --upgrade sudo slapt-get -i wireless-regdb Then they have to upg...
by djemos
03 Jul 2024 10:16
Forum: Documentation
Topic: mumble sound
Replies: 0
Views: 1516

mumble sound

For those using mumble after installing the packages mumble-server and mumble they have to edit /etc/speech-dispatcher/speechd.conf and uncomment the line 259 AddModule "espeak-ng" "sd_espeak-ng" "espeak-ng.conf" To load the correct module. Then sound will work on mumble.
by djemos
19 Jun 2024 09:59
Forum: Documentation
Topic: gtk 4.0 and fonts size
Replies: 0
Views: 1489

gtk 4.0 and fonts size

Some applications as the pavucontrol use gtk4. The font size is small. To set font size to 14px copy ~/.config/gtk-3.0/settings.ini to ~/.config/gtk-4.0/
Then log out and log in again to desktop.

Code: Select all

cp ~/.config/gtk-3.0/settings.ini ~/.config/gtk-4.0/settings.ini 
by djemos
25 Apr 2024 17:24
Forum: Problems
Topic: [SOLVED] 2 apps not working
Replies: 4
Views: 3147

Re: [SOLVED] 2 apps not working

1. emacs required libgccjit. I installed libgccjit and emacs now runs :) There are two emacs packages. emacs-29.3-x86_64-1 and emacs-29.3-x86_64-2_regular The first one is on e packages group and the other is on extra packages group. emacs-29.3-x86_64-2_regular edition need only tree-sitter to run....
by djemos
24 Apr 2024 12:52
Forum: Problems
Topic: [SOLVED] 2 apps not working
Replies: 4
Views: 3147

Re: 2 apps not working

type

Code: Select all

sudo slapt-get -u
sudo slapt-get --upgrade