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 08-29-2017, 11:05 AM   #1
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Rep: Reputation: 76
First steps in the KDE desktop environment.


Hi: is there anything like that? I mean, a primer or introductory book for the person who is to use KDE for the first time.
 
Old 08-29-2017, 11:24 AM   #2
Gordie
Member
 
Registered: Aug 2007
Location: Nolalu, Ontario, Canada
Distribution: Slackware64-Current
Posts: 871

Rep: Reputation: 364Reputation: 364Reputation: 364Reputation: 364
There are likely YouTube videos available but, trust me, you won't remember much unless you have a problem and then search for the solution. THEN you will never forget it
 
Old 08-29-2017, 11:25 AM   #3
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 855

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383
You may go to the KDE Userbase. Hope this helps.
 
Old 08-29-2017, 02:21 PM   #4
ChuangTzu
Senior Member
 
Registered: May 2015
Location: Where ever needed
Distribution: Slackware/Salix while testing others
Posts: 1,718

Rep: Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857
first try to avoid any type of comparison videos, they are generally not worth your time, unless you are really bored...

Try this:
https://lmddgtfy.net/?q=KDE%20tips%20and%20tricks
 
Old 08-29-2017, 03:16 PM   #5
svim
Member
 
Registered: Feb 2015
Distribution: Slackware 14.2-64bit
Posts: 62

Rep: Reputation: Disabled
I'd just sit down, start up 'System Settings', and go through each item one by one to set up KDE to suit your own particular needs. We all have different work flows so you should focus on what you find useful or frivolous.
 
2 members found this post helpful.
Old 08-29-2017, 04:33 PM   #6
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
Quote:
Originally Posted by ChuangTzu View Post
first try to avoid any type of comparison videos, they are generally not worth your time, unless you are really bored...

Try this:
https://lmddgtfy.net/?q=KDE%20tips%20and%20tricks
Your link correctly redirects me to duckgogo. Only once there, my system can connect to no one of the links present at that page. What a pity.
 
Old 08-29-2017, 04:38 PM   #7
ChuangTzu
Senior Member
 
Registered: May 2015
Location: Where ever needed
Distribution: Slackware/Salix while testing others
Posts: 1,718

Rep: Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857
Quote:
Originally Posted by stf92 View Post
Your link correctly redirects me to duckgogo. Only once there, my system can connect to no one of the links present at that page. What a pity.
Did you allow duckducks javascript? If so, the link I sent should work and autotype the query.
 
Old 08-29-2017, 04:59 PM   #8
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
How do I know I am allowing him Javascript?
 
Old 08-29-2017, 05:14 PM   #9
Gerard Lally
Senior Member
 
Registered: Sep 2009
Location: Leinster, IE
Distribution: Slackware, NetBSD
Posts: 2,177

Rep: Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761
Quote:
Originally Posted by stf92 View Post
How do I know I am allowing him Javascript?
You could try a web search -- "is javascript enabled?"

But we seem to be going round and round in circles here. My opinion is that the shortest route is just to use KDE. There's not much more to a desktop environment than a launcher, a panel, a system tray, a file manager and wallpaper. You can pick up the more complicated elements like Activities and the Dashboard as you go along, if you need them.

You've been using Xfce, I take it, for some years and you'll find KDE is not that much different as far as the basics of a desktop environment are concerned. Indeed, it's not all that different a paradigm than Windows 95.
 
Old 08-29-2017, 10:57 PM   #10
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
Thumbs up

Alright. I had been of that opinion myself a long time ago. But tell me. Mine is a portable computer and, as such, it has the mouse built into the machine itself (touchpad). To avoid accidentally touching it while I type, I came up with these commands:
Code:
## Enable/disable the touchpad
#  I have reisntalled slack 14 and now it starts with the touchpad enabled.
#  Hence:
alias 1='xinput set-prop 11 "Device Enabled" 0'
alias 2='xinput set-prop 11 "Device Enabled" 1'
alias g1='/usr/sbin/gpm -k'
alias g2='/usr/sbin/gpm -m /dev/mouse -t imps2'
And all was fine. But lo and behold: under KDE these comands have no effect. What shall I do? I think I'm better off with Xfce.

Last edited by stf92; 08-29-2017 at 10:58 PM.
 
Old 08-29-2017, 11:01 PM   #11
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Quote:
My opinion is that the shortest route is just to use KDE.
Just so. There are some interesting things that KDE provides which Xfce does not. You may not find those things useful to you (they weren't useful to me, if you must know), but maybe they are.

NOTE: For those of you wondering what I'm talking about, http://www.datamation.com/open-sourc...ivities-1.html should provide a clue. http://www.datamation.com/open-sourc...ctivities.html provides more information.
 
Old 08-29-2017, 11:07 PM   #12
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
Please read post #10. Did you already do it?
 
Old 08-29-2017, 11:07 PM   #13
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Quote:
Originally Posted by stf92 View Post
What shall I do? I think I'm better off with Xfce.
Dunno. I don't run KDE on a laptop. I'd suspect that "System Settings" -> "Input Devices" -> "Mouse" might have something that would apply.

(Don't yell at me. I logged out of Xfce on my desktop and logging in to KDE to tell you the above.)
 
Old 08-29-2017, 11:09 PM   #14
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Quote:
Originally Posted by stf92 View Post
Please read post #10. Did you already do it?
Are you replying to me?
 
Old 08-29-2017, 11:12 PM   #15
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
I have to admit that Firefox fonts look a lot better in KDE than under Xfce.
 
1 members found this post helpful.
  


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: KDE Neon User Edition 5.10 Released with KDE Plasma 5.10 Desktop Environment LXer Syndicated Linux News 0 05-31-2017 12:06 AM
LXer: KDE Applications 16.04.2 Released for the KDE Plasma 5.6.5 Desktop Environment LXer Syndicated Linux News 0 06-14-2016 07:17 PM
Cannot remove KDE desktop environment? Ubuntonian Linux - Desktop 6 12-26-2010 09:06 PM
Why is KDE the only Qt Desktop Environment?? With no.Mute Linux - Desktop 25 05-31-2010 11:33 PM
KDE desktop environment install? ToofDogger Linux - General 5 08-30-2005 02:00 AM

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

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