Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
05-09-2020, 04:48 AM
|
#76
|
Senior Member
Registered: Oct 2005
Location: France
Distribution: Slackware 15.0 64bit
Posts: 1,183
|
For what it's worth, I run Slackware64 current with latest alienBOB KDE5.
I have a evdev configuration file:
Code:
$ cat /etc/X11/xorg.conf.d/90-keyboard-layout-evdev.conf
Section "InputClass"
Identifier "keyboard-all"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "XkbLayout" "fr"
#Option "XkbVariant" ""
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
I can ssh on a machine and don't have the strange behavior reported by rkelsen.
|
|
1 members found this post helpful.
|
05-09-2020, 12:51 PM
|
#77
|
LQ Guru
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 5,138
|
Thank you gegechris99. I have yet to look into evdev options for keyboards so I will start playing with this. For reference and even though I'm still discovering how these options perform, this is my current evdev-mouse config
Code:
#/etc/x11/xorg.conf- Section-Input-Mouse
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "evdev"
Option "Protocol" "auto"
## Old Stuff---
#Option "Device" "/dev/input/mice"
#Option "Emulate3Buttons" "no"
#Option "ZAxisMapping" "4 5"
Option "Buttons" "6"
Option "ButtonMapping" "1 2 3 6 4 5"
Option "AdaptiveDeceleration" "2"
Option "Name" "SteelSeries SteelSeries Rival 310 eSports Mouse"
###NewStuff - evdev
Option "Device" "/dev/input/event9"
Option "euBits" "+1-2"
Option "keybits" "~272-287"
Option "relbits" "~0-2 ~6 ~8"
Option "Pass" "3"
EndSection
|
|
|
05-16-2020, 03:34 PM
|
#78
|
LQ Veteran
Registered: Feb 2007
Distribution: Slackware64-current with KDE4Town.
Posts: 9,750
Original Poster
|
Well, I just installed kde5, again.
I'm either bored or a masochist, haven't figured out which.

Anyway, this is the third time I've noticed it is not possible to setup virtual desktops.
When I go to "system settings" to "workspace behavior" and click on, "virtual desktops,"
the virtual desktop panel comes up for a couple of seconds and then crashes taking the
system settings panel with it. This generates the usual "Settngs Settngs closed unexpectedly"
please report this error, yada, yada, yada.
Has anyone else had the same problem?
Thx.

Last edited by cwizardone; 05-16-2020 at 03:35 PM.
|
|
|
05-16-2020, 03:47 PM
|
#79
|
Slackware Contributor
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559
|
Quote:
Originally Posted by cwizardone
Well, I just installed kde5, again.
I'm either bored or a masochist, haven't figured out which.

Anyway, this is the third time I've noticed it is not possible to setup virtual desktops.
When I go to "system settings" to "workspace behavior" and click on, "virtual desktops,"
the virtual desktop panel comes up for a couple of seconds and then crashes taking the
system settings panel with it. This generates the usual "Settngs Settngs closed unexpectedly"
please report this error, yada, yada, yada.
Has anyone else had the same problem?
Thx.

|
I guess, "read my blog" would be/give an answer, albeit not the one you want to hear.
|
|
2 members found this post helpful.
|
05-16-2020, 05:46 PM
|
#80
|
LQ Veteran
Registered: Feb 2007
Distribution: Slackware64-current with KDE4Town.
Posts: 9,750
Original Poster
|
Back to Xfce-4.12.
|
|
|
05-16-2020, 10:30 PM
|
#81
|
Senior Member
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,226
|
Quote:
Originally Posted by cwizardone
Anyway, this is the third time I've noticed it is not possible to setup virtual desktops.
When I go to "system settings" to "workspace behavior" and click on, "virtual desktops,"
the virtual desktop panel comes up for a couple of seconds and then crashes taking the
system settings panel with it. This generates the usual "Settngs Settngs closed unexpectedly"
please report this error, yada, yada, yada.
|
A temporary fix is here. In brief, start settings from the terminal with:
Code:
QT_QUICK_CONTROLS_STYLE=Base systemsettings5
This at least lets you get in and make the changes you need. Not the best, but FWIW, my experience with Plasma 5 has been good overall.
|
|
1 members found this post helpful.
|
05-23-2020, 11:22 AM
|
#82
|
Member
Registered: Jul 2017
Posts: 367
|
krunner gnuplot plugin
i guess this is the most appropriate place to ask for a krunner plugin issue.
Around the web some people claim that they are able to call gnuplot from krunner to make plots on the go, using a syntax like
I tried it along with some variations of parenthesis, but without any luck, and judging from the various posts about the functionality
it seems to be a built in feature of krunner, not some random plugin off github.
In the plugins settings of krunner i don't see any "plot" or "gnuplot" entry, so i thought that maybe it's something that needs to be enabled at compile time.
Anyone here is able to use this functionality?
|
|
1 members found this post helpful.
|
05-23-2020, 02:18 PM
|
#83
|
Slackware Contributor
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559
|
Quote:
Originally Posted by giomat
call gnuplot from krunner to make plots on the go, using a syntax like
|
I think it requires libqalculate for this.
|
|
|
05-23-2020, 05:07 PM
|
#84
|
Member
Registered: Jul 2017
Posts: 367
|
libqalculate did not do the trick unfortunately, i'm wondering if perhaps the gnuplot that comes with slackware is the problem, since it lacks the qt gui component that i saw packaged in debian and others..
|
|
|
05-23-2020, 08:18 PM
|
#85
|
Senior Member
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 1,119
|
Quote:
Originally Posted by giomat
libqalculate did not do the trick unfortunately, i'm wondering if perhaps the gnuplot that comes with slackware is the problem, since it lacks the qt gui component that i saw packaged in debian and others..
|
Looks like that's the case:
https://www.reddit.com/r/kde/comment...stall_gnuplot/
|
|
|
05-23-2020, 09:02 PM
|
#86
|
Senior Member
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,846
|
I've recently ran into a new feature with kwallet5d on run level 4 while logging out of a user account a couple of times. The user account doesn't have kwallet enabled in system settings. I grow tired of waiting on a blank screen, kill X, and see something like the following:
Code:
kwalletd5: Checking for pam module
kwalletd5: Got pam-login param
kwalletd5: Waiting for hash on 15-
kwalletd5: waitingForEnvironment on: 19
kwalletd5: client connected
kwalletd5: client disconnected
I copied the kwallet5d code from:
https://github.com/sddm/sddm/issues/991
|
|
|
05-24-2020, 05:26 AM
|
#87
|
Member
Registered: Jul 2017
Posts: 367
|
krunner gnuplot plugin
I managed to get the gnuplot working with krunner. it turns out, there actually is a compile-time dependency on libqalculate in the plasma-workspace package ( relevant link).
The stock gnuplot coming with slackware is fine, even without the qt part built in, just installing libqalculate and recompiling plasma-workspace does the trick.
As you can see in the linked page, beside plotting simple functions, krunner with libqalculate can compute integrals and derivates (=diff(...), =integrate(...)), solve linear equations (=solve(...)) and perform complex unit conversion like 2.5kg*10m/s^2
It could make sense to include it in the main slackware tree as a dependency once plasma5 is merged, the added functionality is too good to be left on the user shoulders in my opinion
|
|
|
05-24-2020, 05:32 AM
|
#88
|
Slackware Contributor
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559
|
Quote:
Originally Posted by giomat
I managed to get the gnuplot working with krunner. it turns out, there actually is a compile-time dependency on libqalculate in the plasma-workspace package ( relevant link).
The stock gnuplot coming with slackware is fine, even without the qt part built in, just installing libqalculate and recompiling plasma-workspace does the trick.
As you can see in the linked page, beside plotting simple functions, krunner with libqalculate can compute integrals and derivates (=diff(...), =integrate(...)), solve linear equations (=solve(...)) and perform complex unit conversion like 2.5kg*10m/s^2
It could make sense to include it in the main slackware tree as a dependency once plasma5 is merged, the added functionality is too good to be left on the user shoulders in my opinion
|
For my May 2020 release of KDE5 I already added a libqalculate package and compiled plasma-workspace against it. It will take a day or so to find its way to the public mirrors.
|
|
4 members found this post helpful.
|
05-24-2020, 05:46 AM
|
#89
|
Member
Registered: Jul 2017
Posts: 367
|
Quote:
Originally Posted by Alien Bob
For my May 2020 release of KDE5 I already added a libqalculate package and compiled plasma-workspace against it. It will take a day or so to find its way to the public mirrors.
|
thanks alienbob, a much appreciated addition for our fellow scientists 
|
|
1 members found this post helpful.
|
05-24-2020, 06:27 AM
|
#90
|
Senior Member
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 3,275
|
Quote:
Originally Posted by Alien Bob
For my May 2020 release of KDE5 I already added a libqalculate package and compiled plasma-workspace against it. It will take a day or so to find its way to the public mirrors.
|
I use 'libqalculate' and build 'plasma-workspace', with it, since longtime, 'qalculate-gtk' is one verry good scientists calculator, maybe it's good idea that included it in slackware. 
|
|
|
All times are GMT -5. The time now is 02:08 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|