LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 09-28-2020, 05:51 AM   #31
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Original Poster
Rep: Reputation: 297Reputation: 297Reputation: 297

Actually I am not sure it is necessary to remove it. In my machines I have both installed elogind and CK2.
The questions comes, does your setup work by starting gnome-session in wayland ?
 
Old 09-28-2020, 10:04 AM   #32
chrisVV
Member
 
Registered: Aug 2010
Posts: 548

Rep: Reputation: 370Reputation: 370Reputation: 370Reputation: 370
Quote:
Originally Posted by lancsuk View Post
In the video I made, I've removed ConsoleKit2. Is that really necessary? If yes, I will update my script?
rc.M of slackware64-current has this in it:
Code:
# Start the session/seat daemon:
if [ -x /etc/rc.d/rc.elogind ]; then
  /etc/rc.d/rc.elogind start
elif [ -x /etc/rc.d/rc.consolekit -a -x /usr/sbin/console-kit-daemon ]; then
  /etc/rc.d/rc.consolekit start
fi
So if rc.elogind is present and executable then rc.consolekit will not execute, so you shouldn't need to remove it.
 
1 members found this post helpful.
Old 09-29-2020, 01:47 AM   #33
lancsuk
Member
 
Registered: Jul 2019
Location: Burnley / UK
Distribution: Slackware current
Posts: 221

Rep: Reputation: 197Reputation: 197
Quote:
Originally Posted by saxa View Post
Actually I am not sure it is necessary to remove it. In my machines I have both installed elogind and CK2.
The questions comes, does your setup work by starting gnome-session in wayland ?
No, I just was wondering because when I wanna install Alien's ktown as a example, I have to remove ConsoleKit2 before I install ktown.
 
Old 09-29-2020, 06:57 AM   #34
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Original Poster
Rep: Reputation: 297Reputation: 297Reputation: 297
As Chris said, it should not be needed to uninstall ConsoleKit2 package.
 
Old 10-02-2020, 01:02 AM   #35
jccrouc
LQ Newbie
 
Registered: Sep 2019
Location: Brisbane, Australia
Distribution: Slackware 14.2 and current
Posts: 2

Rep: Reputation: Disabled
Gnome-tweaks

Hi There,

I installed Dropline Gnome successfully following the instructions.
One issue I did have though was with gnome-tweaks. It would not run due
to an issue with handy. I had to reinstall library libhandy0-0.0.13-x86_64-1dl.
from the 3.38 folder. After that gnome-tweaks ran fine. So far all good and
enjoying using Gnome on Slackware again.

Regards,

John.
 
Old 10-02-2020, 05:39 AM   #36
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Original Poster
Rep: Reputation: 297Reputation: 297Reputation: 297
Hi John, thanks for reporting. The thing is that you have to have both libhandy installed. This is why I renamed it to libhandy0 since some other packages require a newer one.
 
Old 10-02-2020, 02:03 PM   #37
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,900

Rep: Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050
I was unable to get GDM working, the X11 session manager tries to launch GDM in run level 4. I see a bunch of warnings that "-nodaemon" is not a switch to spawn gdm. On Slackware-current, in /etc/rc.d/rc.4, you will notice what I am talking about if you take a look. Booting into run level 4 with -nodaemon removed from rc.4 causes the screen to freeze. This is on Debian stable as the VM host, using KVM, Qemu, and Spice displays, with a fresh Slackware-current guest.

After starting x from run level 3, there are no errors in the console, and the GUI is very responsive. I typically use run level 3 to run "startx".

You may want to set different application defaults. The music player launcher on the application menu refuses to run rhythmbox or audacious. So, you may want to configure the application menu to have shortcuts for different applications too. Launching audacious and rhytmbox do work if ran from the application browser.

Thanks for this project! I like gnome 3 because it integrates so well with the Google Suite applications. When Slackware 15 is released I may run dropline gnome as the gui, we will see. It is very polished with only a few quirks. Maybe you could post a list of bugs/items that need testing once you get all the dependencies transitioned from 3.36 to 3.38?

Last edited by mralk3; 10-02-2020 at 02:04 PM.
 
Old 10-02-2020, 02:40 PM   #38
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Original Poster
Rep: Reputation: 297Reputation: 297Reputation: 297
Hi Mralk3, gdm is not working, right now it is only there as it is needed for gnome-shell to compile. I have not had time to work on it, although I have been able to start gnome-shell --mode=gdm --nested --wayland but its not working. Do you want to make it work ? Go ahead, and give me the patches. Would be very welcome.

For the applications it should be enough to configure them in the gnome-control-center I think, this is something to look at the time of the release.

For the time we have slackware 15 out I think we have also the installer and a way more polished thing. Thanks for testing and reporting, remember at the end this is testing stuff.
 
Old 10-02-2020, 06:39 PM   #39
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,900

Rep: Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050
I will take a closer look and see what I can figure out to get gdm working. I don't typically use a display manager on Slackware, I run "startx" in init 3 usually.
 
Old 10-02-2020, 06:57 PM   #40
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Original Poster
Rep: Reputation: 297Reputation: 297Reputation: 297
Yeah, thats also my way of running it. In any case feel free to contribute and make modifications, configurations etc... very welcome any help.
 
Old 10-03-2020, 10:09 AM   #41
0XBF
Member
 
Registered: Nov 2018
Distribution: Slackware
Posts: 765

Rep: Reputation: 863Reputation: 863Reputation: 863Reputation: 863Reputation: 863Reputation: 863Reputation: 863
I decided to try out gnome 3.38 since it's been forever since I've run the gnome desktop and wanted to see how it works these days.

I followed your instructions to install 3.36 (and unofficial), and then upgrade to 3.38. I skipped out on elogind, since I have that already installed from alien's ktown. The install went fine and the gnome desktop is working from 'startx'. I also set up a new user for testing so I had a clean profile.

So far I have come across a few issues, some of which I've corrected.

First thing I noticed was my touchpad scrolling was reversed so I tried to change that in the gnome-control-center, only to find no available options for touchpad there. Starting the control center from the terminal showed this error:
Code:
"Detected synaptics X driver, please migrate to libinput".
I ran the following to see which drivers are being used:
Code:
grep -e "Using input driver" /var/log/Xorg.0.log
[ 42081.144] (II) Using input driver 'libinput' for 'Power Button'
[ 42081.176] (II) Using input driver 'libinput' for 'Video Bus'
[ 42081.194] (II) Using input driver 'libinput' for 'Power Button'
[ 42081.206] (II) Using input driver 'libinput' for 'Sleep Button'
[ 42081.217] (II) Using input driver 'libinput' for 'Integrated_Webcam_HD: Integrate'
[ 42081.234] (II) Using input driver 'libinput' for 'DLL0704:01 06CB:76AE Mouse'
[ 42081.254] (II) Using input driver 'synaptics' for 'DLL0704:01 06CB:76AE Touchpad'
[ 42081.286] (II) Using input driver 'libinput' for 'Intel HID events'
[ 42081.294] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[ 42081.302] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
After a little searching I found that you can choose libinput over synaptics by copying over the libinput.conf file:
Code:
cp /usr/share/X11/xorg.conf.d/40-libinput.conf /etc/X11/xorg.conf.d/
This gets the touchpad settings working in the gnome-control-center, and I was able to reverse the scrolling to what I prefer. I'm still not happy with the libinput touchpad driver; I wish it had more "inertia" when scrolling like synaptics provides but it's better than a non-functioning control panel. I'll have to learn more about it but thats another topic.

I also got the "systray error" message. This is from HPLIP, which is trying to start to a non-existent systray. HPLIP is started by /etc/xdg/autostart/hplip-systray.desktop If you make changes there then that will probably get overwritten when HPLIP gets upgraded in Slackware. I copied that to my gnome user's local config using:
Code:
cp /etc/xdg/autostart/hplip-systray.desktop ~/.config/autostart/hplip-systray.desktop
and then edited the copy, telling it not to start in gnome (the last line):
Code:
[Desktop Entry]
Version=0.6
Type=Application
Name=HP System Tray Service
GenericName=Printer Status Applet
Comment=HP System Tray Service
Exec=hp-systray -x
Icon=/usr/share/hplip/data/images/128x128/hp_logo.png
Terminal=false
Categories=Application;Utility;
X-KDE-StartupNotify=false
StartupNotify=false
NotShowIn=GNOME
I haven't seen that error since, although this will only be per user. Would have to make the change upstream to permanently fix it I guess.

Also, gnome-music is not working. Launching it from a terminal shows some error about "grilo" and "grl-tracker3", which looks to be related to python3.8. I'm not sure what that's about yet and it seems more gnome specific.

Other than that everything seems to be working so far, from what I have used. I find it strange not having a "minimize" button for windows, but I guess they want you to adapt to their workflow. Sorry if any of these are not 3.38 specific, I haven't tried gnome for quite a few years now. Thanks for still making it an option
 
Old 10-03-2020, 01:04 PM   #42
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Original Poster
Rep: Reputation: 297Reputation: 297Reputation: 297
Hi OXBF thanks for the feedback. For libinput thingy I will take a look on that later.
For the systray you cansimply install the systray extension and all should work.

Gnome-music i will check that , since this is a testing build I am updating a lot of stuff meanwhile and
trying to make all work together well. But I think I need just to rebuild it as there were some base
packages renamed, took off etc..
 
Old 10-18-2020, 08:33 AM   #43
biker_rat
Member
 
Registered: Feb 2010
Posts: 369

Rep: Reputation: 220Reputation: 220Reputation: 220
Saxa, I noticed you tried to fix pitivi in 3.38 testing on 10-14-20. It didn't work for me at first. Pitivi couldn't detect matplotlib and numpy. I found an old python-numpy package from alienbob was clobbering your numpy and removing the python-numpy package from alienbob fixed that. I removed you matplotlib and installed matplotlib using "pip3 install matplotlib" and then pitivi worked. "pip3 install matplotlib" pulled in a couple of deps, so that might have something to do with it. I wish I wrote down or remembered what those deps were but I dropped the ball there, sorry.
 
Old 10-18-2020, 02:19 PM   #44
reddog83
Member
 
Registered: Apr 2018
Distribution: Slackware 15.0/Current
Posts: 443

Rep: Reputation: 229Reputation: 229Reputation: 229
I am wondering if you will include a .md5 CHECKSUM file as well as the rest of the files needed to run slackpkg+ with out error. I have downloaded all files and used a different program to make the repo readable with slackpkg+ but I am missing the Changelog.txt file with descriptions etc. in it
I understand you are working on the mainline programs but is there a away to make these certain repo files so that slackpkg+ can pick them up during the upgrade process and not barf on the GPG and MD5 errors?
 
Old 10-19-2020, 06:22 AM   #45
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Original Poster
Rep: Reputation: 297Reputation: 297Reputation: 297
Quote:
Originally Posted by biker_rat View Post
Saxa, I noticed you tried to fix pitivi in 3.38 testing on 10-14-20. It didn't work for me at first. Pitivi couldn't detect matplotlib and numpy. I found an old python-numpy package from alienbob was clobbering your numpy and removing the python-numpy package from alienbob fixed that. I removed you matplotlib and installed matplotlib using "pip3 install matplotlib" and then pitivi worked. "pip3 install matplotlib" pulled in a couple of deps, so that might have something to do with it. I wish I wrote down or remembered what those deps were but I dropped the ball there, sorry.
Exactly, I am working on it these days as I want to include it into the release, but it needs the deps for runnig. MAybe in the next days I hae time and finish it.
 
  


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
Testing dropline gnome in -current giomat Slackware 68 10-03-2020 01:05 PM
Dropline GNOME 3.8 - testing packages saxa Slackware 124 11-26-2013 06:43 PM
slack-current of dropline ? Hi all :-) slack-current of dropline ? frochet Slackware 2 06-11-2004 11:57 AM
Dropline Gnome or Gnome ICO Slackware 1 12-24-2003 01:28 AM
Dropline Gnome or Gnome? acjt Slackware 13 11-03-2003 02:51 PM

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

All times are GMT -5. The time now is 04:31 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