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.
|
 |
|
03-08-2020, 06:49 AM
|
#31
|
LQ Newbie
Registered: Feb 2020
Distribution: Slackware
Posts: 12
Rep:
|
I'm noticing quite a concerning issue with the update I just made to 5.18.1, I've lost the permission to connect or disconnect from wireless networks, a pop-up just says org.freedesktop.NetworkManager-control request failed : not authorized
And I've got no bloody idea of how to fix that pesky error...
Anyone ?
|
|
1 members found this post helpful.
|
03-08-2020, 02:51 PM
|
#32
|
LQ Veteran
Registered: Feb 2007
Distribution: Slackware64-current with KDE4Town.
Posts: 9,722
Original Poster
|
|
|
1 members found this post helpful.
|
03-09-2020, 12:42 PM
|
#33
|
Senior Member
Registered: Nov 2003
Distribution: Slackʍɐɹǝ
Posts: 1,488
|
I've noticed that Dolphin is still a little slow when working with NFS mounts. It will still freeze up for a while but seems to eventually come back where before it would sometimes freeze and never recover.
I'm still missing a lot of the KDE3 features I used to use, wish they could put some back.
|
|
1 members found this post helpful.
|
03-09-2020, 04:11 PM
|
#34
|
Senior Member
Registered: Nov 2003
Distribution: Slackʍɐɹǝ
Posts: 1,488
|
What is the trick to run a shell script from Dolphin? its a .sh, made executable, etc but nothing happens.
|
|
1 members found this post helpful.
|
03-09-2020, 04:29 PM
|
#35
|
Member
Registered: Jun 2006
Location: Sardis, B.C., Canada
Distribution: Slackware64 15 -current
Posts: 267
Rep:
|
Quote:
Originally Posted by Svoboda
I'm noticing quite a concerning issue with the update I just made to 5.18.1, I've lost the permission to connect or disconnect from wireless networks, a pop-up just says org.freedesktop.NetworkManager-control request failed : not authorized
And I've got no bloody idea of how to fix that pesky error...
Anyone ?
|
Did you run slackpkg install-new ....as there is a new package NetworkManager requires: libnma-1.8.28-x86_64-1.txz
This is the NetworkManager GUI client library, which was previously
provided by network-manager-applet. It's now a standalone project, and
is required by network-manager-applet and other NetworkManager frontends.
Last edited by Mobile1; 03-09-2020 at 04:31 PM.
|
|
1 members found this post helpful.
|
03-10-2020, 03:26 AM
|
#36
|
Member
Registered: Jul 2018
Location: Spain
Distribution: slackware
Posts: 49
Rep: 
|
I have a problem with Kamoso application (using latest ktown). seems it requieres wrappercamerabinsrc gstreamer component, but the slackware provided gstreamer does not have it.
The error message I get from kamoso is:
$ kamoso
Icon theme "Papirus" not found.
Icon theme "Yaru" not found.
[W][000122080.800226][module-rtkit.c:499 idle_func()] could not make thread realtime: No such file or directory
new device "HP Webcam HD-2200: HP Webcam HD" "/sys/devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:47:00.3/usb9/9-4/9-4:1.0/video4linux/video0" "/dev/video0"
Playing device changed "/dev/video0"
qrc:/qml/Mode.qml:5:28: Invalid property assignment: string expected - Assigning null to incompatible properties in QML is deprecated. This will become a compile error in future versions of Qt.
file:///usr/lib64/qt5/qml/org/kde/kirigami.2/private/globaltoolbar/ToolBarPageHeader.qml:57:9: QML ActionToolBar: Binding loop detected for property "actions"
file:///usr/lib64/qt5/qml/org/kde/kirigami.2/private/globaltoolbar/ToolBarPageHeader.qml:57:9: QML ActionToolBar: Binding loop detected for property "actions"
file:///usr/lib64/qt5/qml/org/kde/kirigami.2/private/globaltoolbar/ToolBarPageHeader.qml:57:9: QML ActionToolBar: Binding loop detected for property "actions"
Icon theme "Papirus" not found.
Icon theme "Yaru" not found.
error: no element "bulge"
error: no element "frei0r-filter-cartoon"
error: no element "frei0r-filter-twolay0r"
file:///usr/lib64/qt5/qml/org/kde/kirigami.2/private/globaltoolbar/PageRowGlobalToolBarUI.qml:126: TypeError: Cannot read property 'globalToolBarStyle' of null
file:///usr/lib64/qt5/qml/org/kde/kirigami.2/private/globaltoolbar/PageRowGlobalToolBarUI.qml:71:17: Unable to assign [undefined] to QQmlListProperty<QObject>
file:///usr/lib64/qt5/qml/org/kde/kirigami.2/private/globaltoolbar/PageRowGlobalToolBarUI.qml:62:13: Unable to assign [undefined] to bool
The webcam controller was unable to find or load wrappercamerabinsrc plugin; please make sure all required gstreamer plugins are installed.
Unrecoverable error occurred when initializing webcam. Exiting.
The webcam works in firefox.
The commands:
gst-launch-1.0 -v -m camerabin
gst-launch-1.0 -v -m wrappercamerabinsrc
Return an error like:
ERROR: pipeline could not be constructed: no element "..."
Does it work for you?
|
|
1 members found this post helpful.
|
03-10-2020, 04:55 AM
|
#37
|
Slackware Contributor
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559
|
Quote:
Originally Posted by gdiazlo
I have a problem with Kamoso application (using latest ktown). seems it requieres wrappercamerabinsrc gstreamer component, but the slackware provided gstreamer does not have it.
|
This is part of gstreamer-plugins-bad which will never be part of Slackware. You can install it yourself and recompile kamoso.
|
|
2 members found this post helpful.
|
03-10-2020, 11:29 AM
|
#39
|
LQ Guru
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792
|
Quote:
Originally Posted by gdiazlo
|
You bring up a good point. It's highly likely that the README is out of date since it hasn't been updated in 9 years and it looks like wrappercamerabinsrc started getting used in Nov 2014 (5 1/2 years ago).
|
|
1 members found this post helpful.
|
03-15-2020, 07:30 AM
|
#40
|
LQ Veteran
Registered: Feb 2007
Distribution: Slackware64-current with KDE4Town.
Posts: 9,722
Original Poster
|
|
|
|
03-15-2020, 08:10 AM
|
#41
|
LQ Newbie
Registered: Feb 2020
Distribution: Slackware
Posts: 12
Rep:
|
Quote:
Originally Posted by Mobile1
Did you run slackpkg install-new ....as there is a new package NetworkManager requires: libnma-1.8.28-x86_64-1.txz
This is the NetworkManager GUI client library, which was previously
provided by network-manager-applet. It's now a standalone project, and
is required by network-manager-applet and other NetworkManager frontends.
|
Actually I did, turns out another package was missing, I installed it and it fixed the issue, although it was a week a go and I don't remember which one it was again, oh well...
|
|
|
03-15-2020, 09:10 AM
|
#42
|
LQ Veteran
Registered: Feb 2007
Distribution: Slackware64-current with KDE4Town.
Posts: 9,722
Original Poster
|
AlienBob has outlined the latest changes to his KTown repository and a few other items,
https://alien.slackbook.org/blog/upd...jdk7-and-more/
|
|
|
03-22-2020, 08:00 AM
|
#43
|
LQ Veteran
Registered: Feb 2007
Distribution: Slackware64-current with KDE4Town.
Posts: 9,722
Original Poster
|
|
|
|
03-29-2020, 05:05 PM
|
#45
|
Senior Member
Registered: Nov 2003
Distribution: Slackʍɐɹǝ
Posts: 1,488
|
I think there may be an issue in some of the latest. I updated AlienBoB's and then did a slackpkg upgrade-all (having AB's blacklisted) and got a hard lock trying to startx. I reformatted and reinstalled -current and AlienBob's latest and still locked.
|
|
1 members found this post helpful.
|
All times are GMT -5. The time now is 07:07 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
|
|