Page 6 of 7

Re: Salix KDE 14.1beta1

Posted: 7. Mar 2016, 17:45
by djemos
rsal wrote:Is full version like Slackware? Is there a link showing what is included in different versions?
It includes KDE except kde-games, kde-education. For a full list of packages look here
If you want to try slackware 14.2 kde-4.14.14 beta1 in virtual box can look here (kde packages list)

Re: Salix KDE 14.1beta1

Posted: 8. Mar 2016, 17:47
by rsal
I installed the 'basic install' and it works very well. However, the bluetooth does not work. I checked and found that although bluedevil is installed, bluez and obex packages are not installed. I think they should be included with bluedevil for bluetooth to work.

Re: Salix KDE 14.1beta1

Posted: 8. Mar 2016, 17:54
by djemos
They are in FULL list packages.
You can install them in basic using gslapt.

Re: Salix KDE 14.1beta1

Posted: 8. Mar 2016, 18:22
by mimosa
To reinforce what djemos is saying, Basic is intended for people who can manage that level of troubleshooting. Almost all users should install Full, anyway.

Re: Salix KDE 14.1beta1

Posted: 13. Mar 2016, 01:35
by rsal
This post on linuxquestions.org may be of interest: http://www.linuxquestions.org/questions ... 175574484/

Re: Salix KDE 14.1beta1

Posted: 13. Mar 2016, 09:48
by gapan
Crappy test is crap. What else is new?

Re: Salix KDE 14.1beta1

Posted: 26. Mar 2016, 20:55
by DrCR
djemos wrote:Well, i can do it. But the new slackware 14.2 will released some time. So i do not know if it is worth.
Make sense. I'm looking forward to it.

Re: Salix KDE 14.1beta1

Posted: 2. May 2016, 01:54
by rsal
My Salix-KDE installation is running very well but I have encountered one problem. I have a folder with over 2600 files on a fat32 partition. When I load this folder in Dolphin, the file manager crashes. The folder loads all right with Thunar and Mate-file managers. It also loads all right with Debian+KDE, which I have on the same computer. Otherwise I have not encountered any problem with Dolphin. Is there a limit of number of files in folders which may be low for this installation? What could be the cause of this problem? Thanks for your help.

Re: Salix KDE 14.1beta1

Posted: 2. May 2016, 07:53
by djemos
This is strainge. Open a terminal and run dolphin from there typing dolphin and try to open the folder and see what are the messages appear. this will help us to see what is wrong.
Also if you have time just download this live iso , boot with it and try to open the folder and see if the problem also exists.

Re: Salix KDE 14.1beta1

Posted: 3. May 2016, 02:08
by rsal
Following were the messages:

Code: Select all

$ dolphin
dolphin(1571)/kdecore (KLibrary) findLibraryInternal: plugins should not have a 'lib' prefix: "libkonsolepart.so"
dolphin(1571)/konsole Konsole::Session::run: Attempted to re-run an already running session. 
dolphin(1571) KSambaSharePrivate::testparmParamValue: We got some errors while running testparm "Load smb config files from /etc/samba/smb.conf
Error loading services.
" 
dolphin(1571) KSambaSharePrivate::findSmbConf: KSambaShare: Could not find smb.conf! 
Sometimes, following also appeared:

Code: Select all

dolphin(1797)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
dolphin(1797)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
However, no message appeared at time of crashing.

To see dolphin related processes, command given from another terminal:

Code: Select all

$ ps aux | grep dolphin
cardio    1797  3.7  1.5 166324 62584 pts/0    Sl+  06:51   0:01 dolphin
cardio    1805  0.2  0.5 123732 22288 ?        Sl   06:51   0:00 kdeinit4: kio_trash [kdeinit] trash local:/tmp/ksocket-cardio/klauncherMT1183.slave-socket local:/tmp/ksocket-cardio/dolphinvE1797.slave-socket
cardio    1806  0.0  0.5 113576 20844 ?        S    06:51   0:00 kdeinit4: kio_file [kdeinit] file local:/tmp/ksocket-cardio/klauncherMT1183.slave-socket local:/tmp/ksocket-cardio/dolphinPl1797.slave-socket
cardio    1818  0.0  0.0   2776  1344 pts/4    S+   06:51   0:00 grep dolphin
I will be trying the slackel iso later.