LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-05-2020, 12:27 PM   #106
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,187

Rep: Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379

Quote:
Originally Posted by drgibbon View Post
As root:
Code:
ntpdate pool.ntp.org
should work. (If you're dual booting, check this, I had some problems going between different Linux distributions and that fixed it).
Not dual booting, but still it asked for a password so I assume it was my root password - but I still got the error. Is this a bug in Plasma then? Or, since it is /testing , and elogind might have something to do with it, since technically consolkit2 is in play?

Last edited by Jeebizz; 11-05-2020 at 12:30 PM.
 
Old 11-05-2020, 12:40 PM   #107
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,511

Rep: Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334
Quote:
Originally Posted by Jeebizz View Post
Not dual booting, but still it asked for a password so I assume it was my root password - but I still got the error. Is this a bug in Plasma then? Or, since it is /testing , and elogind might have something to do with it, since technically consolkit2 is in play?
I believe that the latest Plasma5 will not work well with ConsoleKit2.

And regarding with ConsoleKit2 vs. elogind, even it is supposed to be started only one by init scripts, both elogind and ConsoleKit daemons could be called in demand via DBUS, as some friends of mine claims from their experiences.

Then having both in the system is probably a recipe for disaster.

Anyway, I for one I uninstalled ConsoleKit2 since years ago, and I switched to elogind. For various reasons - which made me to use it even on systems with KDE4. And I see(n) no issues like the ones described by you.

So, my recommendation to nuke from orbit this derelict which nobody else uses today.

Last edited by LuckyCyborg; 11-05-2020 at 12:42 PM.
 
Old 11-05-2020, 12:40 PM   #108
drgibbon
Senior Member
 
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,221

Rep: Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943
Quote:
Originally Posted by Jeebizz View Post
Not dual booting, but still it asked for a password so I assume it was my root password - but I still got the error. Is this a bug in Plasma then?
I meant that doing `ntpdate pool.ntp.org` from a terminal should set your system time correctly, and Plasma should follow that.

Regardless, I think something must be borked with authenticating to superuser through Plasma, since the "Set date and time automatically" option does not work for me either.

Quote:
Originally Posted by LuckyCyborg View Post
Anyway, I for one I uninstalled ConsoleKit2 since years ago, and I switched to elogind. For various reasons which made me to use it even on systems with KDE4. And I see(n) no issues like the ones described by you.
I don't have ConsoleKit2 installed either, but the "Set date and time automatically" option fails for me too (not that I need it, but still).

Last edited by drgibbon; 11-05-2020 at 12:44 PM.
 
Old 11-05-2020, 12:43 PM   #109
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,187

Rep: Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379
Quote:
Originally Posted by drgibbon View Post
I meant that doing `ntpdate pool.ntp.org` from a terminal should set your system time correctly, and Plasma should follow that.

But still, I think something must be borked with authenticating to superuser through Plasma, since the "Set date and time automatically" option does not work for me either.
So it sounds that it is a Plasma bug.
 
Old 11-05-2020, 12:46 PM   #110
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,511

Rep: Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334
Quote:
Originally Posted by drgibbon View Post
I don't have ConsoleKit2 installed either, but the "Set date and time automatically" fails for me too (not that I need it, but still).
Strange, mine's works fine.

Full install with all its bells (excluding KDE and KDEI) with full removal of my own last build of Plasma5 5.20 and its friends, then installed the VTown.

Works also fine with an unprivileged user, fresh created with no previous files in its home.

Last edited by LuckyCyborg; 11-05-2020 at 12:48 PM.
 
Old 11-05-2020, 12:47 PM   #111
bakura_666
LQ Newbie
 
Registered: May 2017
Distribution: Slackware64 14.2
Posts: 13

Rep: Reputation: Disabled
Hello,

I also have the black screen with sddm, and reinstalling vtown does not solve the issue (starting plasma with init 3 works well). Maybe ssdm is trying to use wayland by default? In ~/.local/share/sddm/ directory only found the wayland log, not an X server log, and I do not found the way to force sddm to use Xorg. In the latest release of alienBOB's ktown, it works well for me.

I use an nvidia graphics card, and afaik they do not support wayland. Anyone have the same problem? Besides that, the vtown packages works great!

Thanks.
 
Old 11-05-2020, 12:48 PM   #112
drgibbon
Senior Member
 
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,221

Rep: Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943
Quote:
Originally Posted by Jeebizz View Post
So it sounds that it is a Plasma bug.
I doubt it's a bug in Plasma, more likely something to do with packaging/Slackware config. I think I remember seeing this issue back on ktown, but I ignored it since I could set the time correctly through the terminal anyway.
 
Old 11-05-2020, 12:49 PM   #113
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,511

Rep: Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334
Quote:
Originally Posted by Jeebizz View Post
So it sounds that it is a Plasma bug.
Or maybe a Plasma5 packaging issue?
 
Old 11-05-2020, 12:51 PM   #114
drgibbon
Senior Member
 
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,221

Rep: Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943
Quote:
Originally Posted by LuckyCyborg View Post
Strange, mine's works fine.

Full install with all its bells (excluding KDE and KDEI) with full removal of my own last build of Plasma5 5.20 and its friends, then installed the VTown.

Works also fine with an unprivileged user, fresh created with no previous files in its home.
Hmm, I have no idea then!
 
Old 11-05-2020, 12:55 PM   #115
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,511

Rep: Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334Reputation: 3334
Quote:
Originally Posted by drgibbon View Post
Hmm, I have no idea then!
In the past, when I suspected a user permissions issue on Plasma5, I've always triple checked the triad: elogind, dbus and polkit.
 
Old 11-05-2020, 12:56 PM   #116
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,187

Rep: Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379
Quote:
Originally Posted by LuckyCyborg View Post
Or maybe a Plasma5 packaging issue?
Could be too, but I don't know Alien Bob would have to confirm with Pat on that one if it is the case.
 
Old 11-05-2020, 01:09 PM   #117
garpu
Senior Member
 
Registered: Oct 2009
Distribution: Slackware
Posts: 1,550

Rep: Reputation: 902Reputation: 902Reputation: 902Reputation: 902Reputation: 902Reputation: 902Reputation: 902Reputation: 902
I installed it on my laptop, and everything seems to be working fine.
 
Old 11-05-2020, 01:23 PM   #118
drgibbon
Senior Member
 
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,221

Rep: Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943
Is it just me, or does Okular in vtown sort of scroll weirdly jumpy through PDFs? Also, the back feature (shift-alt-left by default) seems to be busted (i.e., doesn't go back to the correct place in the document after clicking on a link). I tried clearing Okular's settings but no difference.
 
Old 11-05-2020, 01:29 PM   #119
3rensho
Senior Member
 
Registered: Mar 2008
Location: Deutschland
Distribution: Slackware64-current
Posts: 1,024

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
I tried it on a couple of multi-page pdf's and it was smooth and had never tried the alt-shift-left before but that works as well.
 
Old 11-05-2020, 01:31 PM   #120
_peter
Member
 
Registered: Sep 2014
Location: paris
Distribution: slackware
Posts: 314

Rep: Reputation: Disabled
first time plasma user coming from vanilla 14.2 onto a clean-wiped / partition - previously backed-up.
the iso i burned from the main slackware64-current tree was slightly over 3.8Go and the full install 12Go then 14Go with vtown.

basically following the post #22 worked : I made some mistakes as some vtown packages didn't get upgraded (attica, libdbusmenu-qt, etc ...), used installpkg, maybe not the right choice ?

the login window, kde and xfce are quite pretty, time is right, weather is right, dolphin is right, okular works on 50Mo pdfs.

now i have to learn how to get back to fluxbox.

thanks,

Last edited by _peter; 11-05-2020 at 01:33 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Solus Readies KDE Plasma Edition Testing ISO with Latest KDE Plasma 5.14 Desktop LXer Syndicated Linux News 0 10-25-2018 03:03 PM
LXer: KDE Plasma 5.13 Desktop Reaches End of Life, KDE Plasma 5.14 Arrives October 9 LXer Syndicated Linux News 0 09-15-2018 10:30 PM
KDE plasma touch interface on Debian testing [plasma desctop 5.8] eswues Debian 0 12-11-2016 04:56 PM
LXer: Sebastian Kügler: KDE's Plasma Mobile is running on Plasma 5 and Kubuntu LXer Syndicated Linux News 0 07-26-2015 01:48 AM
[SOLVED] Please tell me how to tell KDE to run plasma-desktop instead of plasma-netbook Kenny_Strawn Linux - Software 7 07-19-2010 07:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:57 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration