LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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-03-2020, 11:04 PM   #16
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 RadicalDreamer View Post
If you are using slackpkg+ try
Code:
slackpkg search testing
and see if you have missed a few packages related to vtown.
Nothing missing, I am using slackpkg+, but I went old-school and rsync'd testing, then did
Code:
upgradepkg --reinstall --install-new ./vtown/deps/*.t?z ./vtown/kde/*.t?z
so it's all there.
 
1 members found this post helpful.
Old 11-03-2020, 11:05 PM   #17
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,816

Rep: Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982
Quote:
Originally Posted by drgibbon View Post
Nothing missing, I am using slackpkg+, but I went old-school and rsync'd testing, then did
Code:
upgradepkg --reinstall --install-new ./vtown/deps/*.t?z ./vtown/kde/*.t?z
so it's all there.
I just tried runlevel 4 and I had the same issue.
 
1 members found this post helpful.
Old 11-03-2020, 11:08 PM   #18
andrew.46
Senior Member
 
Registered: Oct 2007
Distribution: Slackware
Posts: 1,365

Rep: Reputation: 493Reputation: 493Reputation: 493Reputation: 493Reputation: 493
Great news!! Thanks PV for this and thanks also to AlienBob for all of his work.
 
Old 11-03-2020, 11:08 PM   #19
drgibbon
Senior Member
 
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,221

Rep: Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943
Were you running ktown before? I wonder if it's something leftover somewhere?
 
Old 11-03-2020, 11:13 PM   #20
3rensho
Senior Member
 
Registered: Mar 2008
Location: Deutschland
Distribution: Slackware64-current
Posts: 1,026

Rep: Reputation: 618Reputation: 618Reputation: 618Reputation: 618Reputation: 618Reputation: 618
So far so good. No problems as yet. Have been running Plasma5 on current since Eric started supplying it a LONG time ago. Thank you Eric for all of your work. Merci PV, one major checkbox ticked.
 
Old 11-03-2020, 11:31 PM   #21
Chuck56
Member
 
Registered: Dec 2006
Location: Colorado, USA
Distribution: Slackware
Posts: 930

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Quote:
Originally Posted by drgibbon View Post
...
I get a blank screen with a cursor at runlevel 4 (runlevel 3 with startx is all good though). Anyone know what might cause this issue?
I have the same issue. Removed ktown and installed vtown. Runlevel 4 has a blank screen with cursor. Runlevel 3 with startx works. Since I logged in at the CLI there is no Plasma login screen. That's were it hangs up on runlevel 4.

Last edited by Chuck56; 11-03-2020 at 11:34 PM.
 
1 members found this post helpful.
Old 11-03-2020, 11:48 PM   #22
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,816

Rep: Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982
Quote:
Originally Posted by drgibbon View Post
Were you running ktown before? I wonder if it's something leftover somewhere?
This is what I did. I first ran
Code:
slackpkg install-new
. Then
Code:
slackpkg upgrade-all
. Then
Code:
slackpkg clean-system
. I did a kernel upgrade. Rebooted. Then I ran (at runlevel 3)
Code:
slackpkg remove ktown
. Then I ran
Code:
slackpkg remove kde
. Then
Code:
slackpkg remove kdei
. Then I did
Code:
slackpg install vtown
. I noticed it missed a few packages so I did
Code:
slackpkg upgrade vtown
and that got everything related to vtown.
 
3 members found this post helpful.
Old 11-03-2020, 11:50 PM   #23
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
So far I have not seen any complaints as I did a partial install of Plasma (yes of course I excluded both Akonadi and KDEPim). The only weird thing, is that even though I know I chose CST during a fresh install of --Current - the time and timezone for KDE was not correct initially, so that was weird - but overall I like this and I am seriously looking at coming back to KDE since the 3.5 days is the last time I ever used KDE.
 
Old 11-04-2020, 12:20 AM   #24
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,530

Rep: Reputation: 3366Reputation: 3366Reputation: 3366Reputation: 3366Reputation: 3366Reputation: 3366Reputation: 3366Reputation: 3366Reputation: 3366Reputation: 3366Reputation: 3366
Quote:
Originally Posted by Chuck56 View Post
I have the same issue. Removed ktown and installed vtown. Runlevel 4 has a blank screen with cursor. Runlevel 3 with startx works. Since I logged in at the CLI there is no Plasma login screen. That's were it hangs up on runlevel 4.
Apparently, our BDFL is not habituated yet with the PAM tentacles...

So, seems that he does not shipped the PAM files on his own build of SDDM, with the consequence that the SDDM is DOA.

The fix is rather simple: to grab the files /etc/pam.d/sddm* from KTown's SDDM and to put them in the right place, then just reboot.

Last edited by LuckyCyborg; 11-04-2020 at 01:25 AM.
 
4 members found this post helpful.
Old 11-04-2020, 01:26 AM   #25
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by LuckyCyborg View Post
Apparently, our BDFL is not habituated yet with the PAM tentacles...

So, seems that he does not shipped the PAM files on his own build of SDDM, with the consequence that the SDDM is DOA.

The fix is rather simple: to grab the files /etc/pam.d/sddm* from KTown's SDDM and to put them in the right place, then just reboot.
The sddm package needs to be rebuilt after fixing "testing/source/vtown/kde/post-install/sddm.post-install", replacing the overlooked "sddm-qt5" string with "sddm". I notified Pat.
 
7 members found this post helpful.
Old 11-04-2020, 01:37 AM   #26
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
The fix is rather simple: to grab the files /etc/pam.d/sddm* from KTown's SDDM and to put them in the right place, then just reboot.
That fixed it, thanks!
 
Old 11-04-2020, 02:07 AM   #27
Toutatis
Member
 
Registered: Feb 2013
Posts: 412

Rep: Reputation: Disabled
I have rebuilt the sddm package after replacing 'sddm-qt5' with 'sddm' in sddm.post-install. The sddm files are now present in /etc/pam.d.
Anyway after rebooting in runlevel 3 with 'startx', I still get a blank screen with a cursor.
 
Old 11-04-2020, 02:14 AM   #28
solarfields
Senior Member
 
Registered: Feb 2006
Location: slackalaxy.com
Distribution: Slackware, CRUX
Posts: 1,449

Rep: Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997
great news!
 
Old 11-04-2020, 02:29 AM   #29
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,976

Rep: Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553
Waiting on my mirror sync to finish. Started at 1600 still going. Sort of like watching water boil.
 
Old 11-04-2020, 02:31 AM   #30
Toutatis
Member
 
Registered: Feb 2013
Posts: 412

Rep: Reputation: Disabled
Now it works. The "/etc/X11/xinit/xinitrc.plasma" was missing. What destroyed it in the upgrade from ktown to vtown ?
It is present in "/var/log/packages/plasma-workspace-5.19.4-x86_64-1alien" but not in "/var/log/packages/plasma-workspace-5.20.2-x86_64-1_vtown_1"

Last edited by Toutatis; 11-04-2020 at 02:41 AM.
 
  


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:49 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