LinuxQuestions.org
Help answer threads with 0 replies.
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 02-20-2011, 05:41 PM   #61
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Rep: Reputation: 96

I've gotta admit, that tmux thing is awesome
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 02-20-2011, 06:05 PM   #62
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Rep: Reputation: 242Reputation: 242Reputation: 242
@gezley: I disagree. For the examples you give, you are right, but there are other examples, that lead to different conclusions.

Try to do spreadsheet work on the CLI, then. And try to pass on the results to someone else with a different operating system. Connect your spreadsheet on the CLI to a database. Etc. I could continue eternally. There *are* many tasks, for which a GUI is more productive, or that cannot be done on the CLI, at all.

Other examples. Writing a letter to multiple recipients, with addresses taken from a database or CSV file. Yes, you can do the latter with EMACS or Vim. But is it easier or faster than with LibreOffice?
Combine documents, or embed them into each other, on the CLI. How would connect a spreadsheet with a letter in LaTeX, if the data are supposed to be always updated from a data source, every time the document is opened?
Rip selected content from a CD to your harddisk. I don't know of a simpler way than to use Konqueror for this. Just open the CD with Konqueror, open the virtual folder according the desired encoding, select the files you want and drag and drop them to the target folder on your harddisk. It's much harder to describe it than to do it. If you remember and type all the commands correctly, you may be equally fast on the CLI, but faster? I doubt it.
Final example for tonight: Try to use a Web 2.0 app from the console...

And remember: You can exploit the power of the CLI within a WM or DE, but not vice versa. And the best console program I know of, is Konsole. If you need a tiled terminal window, and tabas aren't good enough, you might try something like Yakuake.

You see: While your example with ffmpeg demonstrates, that some tasks can be done best from the CLI, there are other tasks for which a GUI is necessary and a WM or DE makes you more productive.

gargamel
 
Old 02-20-2011, 06:59 PM   #63
FredGSanford
Senior Member
 
Registered: Nov 2005
Location: USA
Distribution: Mageia 7 - Debian 10 - Artix Linux
Posts: 1,142
Blog Entries: 5

Rep: Reputation: 207Reputation: 207Reputation: 207
Quote:
Originally Posted by justwantin View Post
Fred,
My apologies for straying off the thread but do you have the poulsbo video chip on your aspire one and if so are you able to watch videos without dropping frames?
Mine have the Integrated Intel Graphics Media Accelerator 950...I purchased it around Feb. '09!
 
Old 02-20-2011, 07:06 PM   #64
Gerard Lally
Senior Member
 
Registered: Sep 2009
Location: Leinster, IE
Distribution: Slackware, NetBSD
Posts: 2,191

Rep: Reputation: 1771Reputation: 1771Reputation: 1771Reputation: 1771Reputation: 1771Reputation: 1771Reputation: 1771Reputation: 1771Reputation: 1771Reputation: 1771Reputation: 1771
Quote:
Originally Posted by 2handband View Post
I've gotta admit, that tmux thing is awesome
It is excellent. It adheres to the classic Unix philosophy: do one thing and do it well. And when you combine tmux with other console applications which adhere to the same philosophy you end up with a productive and surprisingly enjoyable environment. And for someone on the road a lot it is nice to detach your tmux session and SSH or VPN to it later from another computer, even where bandwidth is challenging.
 
Old 02-20-2011, 07:06 PM   #65
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
Quote:
Originally Posted by gargamel View Post
Other examples. Writing a letter to multiple recipients, with addresses taken from a database or CSV file. Yes, you can do the latter with EMACS or Vim. But is it easier or faster than with LibreOffice?
If you're going to continually import CSV files then you can always setup a Vim script or something (or just a bash script if you want) to import CSV files as e-mail addressed. Mutt can use any editor, and to add addresses to the e-mail you just need to paste them in the right spot (after the To: line). It would be trivial to import CSV-separated e-mails.
Quote:
Originally Posted by gargamel View Post
Combine documents, or embed them into each other, on the CLI. How would connect a spreadsheet with a letter in LaTeX, if the data are supposed to be always updated from a data source, every time the document is opened?
I'm not a LaTeX expert but I believe you can just include files...
Quote:
Originally Posted by gargamel View Post
Rip selected content from a CD to your harddisk. I don't know of a simpler way than to use Konqueror for this. Just open the CD with Konqueror, open the virtual folder according the desired encoding, select the files you want and drag and drop them to the target folder on your harddisk. It's much harder to describe it than to do it. If you remember and type all the commands correctly, you may be equally fast on the CLI, but faster? I doubt it.
I have a bash alias to an abcde command. I just type `cdrip` and it pulls the CDDB information and asks me if it is correct (if not I can edit in Vim), and if so I accept and it rips using the pre-determined codec to the pre-determined location (OUTPUTFORMAT='${ARTISTFILE}/${ALBUMFILE}/${ARTISTFILE}-${TRACKNUM}-${TRACKFILE}' for mine).

I agree with your sentiment that there are some things that are better done in a GUI (web browsing is one, though that is a software limitation on the part of text browser developers and not so much a technology limitation; spreadsheets are better *for me* in a GUI though there are some CLI spreadsheet tools; anything to do with graphics/video creation/editing; etc.). However, most of these come down to personal choice -- it is easier for some people to spend their time interacting with a GUI, and faster for others to work with the CLI.

gezley, you seem to be forgetting that going to the CLI exclusively has quite a steep learning curve that may take up more time to learn than you end up saving (depending on what you do and who you are). Additionally, to use the CLI for such a wide range of activities necessitates that you remember the appropriate commands, whereas in a GUI you can generally find your way (and `apropos` certainly isn't perfect).

I don't know why this has to be a religious war; some people will obviously prefer a GUI, while others will prefer the CLI. One is not better than the other for all tasks and for all people.

On a side note, if you like tmux you should also look into dvtm. And of course I always have to mention My Love, GNU screen.
 
Old 02-20-2011, 08:59 PM   #66
The GNUinator
Member
 
Registered: Oct 2006
Location: Fort Collins, CO
Distribution: Slackware 14.0, 14.1
Posts: 71

Rep: Reputation: 15
Re: I've always used KDE

Quote:
Originally Posted by bgeddy View Post
Me too - I have always used KDE and am very comfortable with it. It runs fine on my main system, (Core 2 Duo with 3GB Ram), but for a system that has low memory and not a very powerful CPU I choose XFCE but don't like it as much as KDE.
I used KDE for a long time. Seems like today's KDE is a different animal what with Akonadi server, internal caches gobbling up disk space. Original poster says his main task is programming. Mine is blogging. Xfce4 works well for me. Another choice not mentioned (?) so far is IceWM. Could be acceptable with Robbie's packages but takes too much tweaking. One poster mentioned GNOME. But it is not native to the Slack environment so not a good choice for a newbie. For what the original poster wants I vote Xfce4.

The GNUinator
<a href="http://kakoluri.com/turning-to-slackware/" target="top">My Slackware Page</a>
 
Old 02-21-2011, 07:01 AM   #67
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Rep: Reputation: 96
Quote:
Originally Posted by The GNUinator View Post
I used KDE for a long time. Seems like today's KDE is a different animal what with Akonadi server, internal caches gobbling up disk space. Original poster says his main task is programming. Mine is blogging. Xfce4 works well for me. Another choice not mentioned (?) so far is IceWM. Could be acceptable with Robbie's packages but takes too much tweaking. One poster mentioned GNOME. But it is not native to the Slack environment so not a good choice for a newbie. For what the original poster wants I vote Xfce4.

The GNUinator
<a href="http://kakoluri.com/turning-to-slackware/" target="top">My Slackware Page</a>
Xcfe is one of those things I really want to like, because the basic philosophy behind it appeals to me. But things like the default file manager always wind up pissing me off... don't make decisions for me.
 
Old 02-21-2011, 12:06 PM   #68
trademark91
Member
 
Registered: Sep 2009
Distribution: Slackware -current x64
Posts: 372

Rep: Reputation: 74
Openbox is my favorite so far. Runs faster than fluxbox on my machine, I can customize literally EVERYTHING. Pipe menus are great. Its so nice to have the weather report in my deskmenu as opposed to having it on a conky script ugly-ing up the desktop. Everything Ive thrown at it so far has worked wonderfully, my games run faster, my apps launch almost instantly, and openbox loads up in about 1 second from launching the startx command. IMHO, full fledged desktop environments like KDE and GNOME are trying to do too much for the end user, while using the CLI exclusively in this day and age, one where so many desktop activities are designed to be graphical (web browsing, playing/editing video, graphic design, and gaming, just to name a few) , is an excercise in futility. It may be nice to hop on the CLI every once in a while, but I dont really understand why one would choose to operate exclusively from the CLI instead of just using a terminal emulator in a Window Manager.
 
Old 02-21-2011, 12:29 PM   #69
easuter
Member
 
Registered: Dec 2005
Location: Portugal
Distribution: Slackware64 13.0, Slackware64 13.1
Posts: 538

Rep: Reputation: 62
Quote:
Originally Posted by dugan View Post
Any tiling window manager fans here? I've never used one before, but I'm getting ready to try Xmonad.
I've been using i3 for a while now and I really like it. It's easily customizable and a great work environment (no distractions/gaudy desktop apps/icons, etc...) and the best part is that it's keyboard driven
I find it easier/faster to just keep my hands on the keyboard instead of perpetually moving my right hand to and from the mouse all the time.
 
Old 02-21-2011, 02:01 PM   #70
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,915

Rep: Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033
I've tried a couple of tiling WMms in the past: Xmonad and Awesome if I remember correctly and didn't get on with either of them. I'm trying i3 at the moment. It's early days yet, but I think I could be quite happy with this one. I'm a little concerned that some of its default key mappings (mostly alt key) will clash with some program's hot keys, so I might have to modify the keymap to use something like the Super_L/R key instead (Seems logical to make the "Windows key" map to WindowManager functions. My old favorite WindowMaker had the same issue with that though so it's nothing unexpected or unusual.

Think I'll spend a little more time with this one and see how I get on.
 
Old 02-21-2011, 04:19 PM   #71
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Rep: Reputation: 242Reputation: 242Reputation: 242
Quote:
Originally Posted by T3slider View Post
If you're going to continually import CSV files then you can always setup a Vim script or something (or just a bash script if you want) to import CSV files as e-mail addressed. Mutt can use any editor, and to add addresses to the e-mail you just need to paste them in the right spot (after the To: line). It would be trivial to import CSV-separated e-mails.
I use Vim on a daily basis, for many things including writing simple letters. But CSV files aren't the same as a fresh data feed from a database.
I am a big fan of Mutt, I have used it for many, many years. But now I prefer KMail. I can do everything what I used to do with Mutt with it, but faster. It's possible to attach files to an email with Mutt, but it's easier to double-check if it was the right file before sending out a message in GUI MUA. Also, it's easier to handle multiple identities and mail accounts with KMail than with Mutt. But I agree, that Mutt is a great program!

Quote:
Originally Posted by T3slider View Post
I'm not a LaTeX expert but I believe you can just include files...

Yes, but only some graphics formats will result in useful output. It is, of course, possible to include CSV files, but you will have to reformat them for LaTeX. This is no fun, if you have to do it manually. Also, it's always possible to write a script or program that generates a LaTeX table from a data input file. But this takes a lot of knowledge and patience for debugging, and the time and effort are only justified, if it is a recurring task, and the format of the input data remains the same over many iterations.

Quote:
Originally Posted by T3slider View Post
I have a bash alias to an abcde command. I just type `cdrip` and it pulls the CDDB information and asks me if it is correct (if not I can edit in Vim), and if so I accept and it rips using the pre-determined codec to the pre-determined location (OUTPUTFORMAT='${ARTISTFILE}/${ALBUMFILE}/${ARTISTFILE}-${TRACKNUM}-${TRACKFILE}' for mine).
I, too, use abcde for ripping all the content off a CD. It's a really helpful script. But having to create a config file for abcde would scare me! If I only want to rip a few tracks, but not all of them, I can do this with a few mouse clicks in Konqueror or K3b.

Quote:
Originally Posted by T3slider View Post
I agree with your sentiment that there are some things that are better done in a GUI (web browsing is one, though that is a software limitation on the part of text browser developers and not so much a technology limitation; spreadsheets are better *for me* in a GUI though there are some CLI spreadsheet tools; anything to do with graphics/video creation/editing; etc.). However, most of these come down to personal choice -- it is easier for some people to spend their time interacting with a GUI, and faster for others to work with the CLI.
If you know a spreadsheet program for CLI that is user-friendly (to a degree, at least) and can output to portable formats, I'd be interested. SC is a good program, but fails in the second respect. Do you know good alternatives?

Generally, I would think that a GUI is better for human-machine interaction, and the CLI is better for human-machine control and automation.

That's why spreadsheets work better in GUI, because the ease of data and formulae entry is key. But for task automation, a Bash script in Linux can beat a highly sophisticated workflow engine by all measures, at times. 8-)

Quote:
Originally Posted by T3slider View Post
gezley, you seem to be forgetting that going to the CLI exclusively has quite a steep learning curve that may take up more time to learn than you end up saving (depending on what you do and who you are). Additionally, to use the CLI for such a wide range of activities necessitates that you remember the appropriate commands, whereas in a GUI you can generally find your way (and `apropos` certainly isn't perfect).
I don't know why this has to be a religious war; some people will obviously prefer a GUI, while others will prefer the CLI. One is not better than the other for all tasks and for all people.
Is it a religious war? Up to know, it's a passionate but interesting debate. Otherwise I agree with you.

Quote:
Originally Posted by T3slider View Post
On a side note, if you like tmux you should also look into dvtm. And of course I always have to mention My Love, GNU screen.
This was for gezley, but if you don't mind, a will have look on these, too, in the future... ;-)

gargamel
 
Old 02-21-2011, 05:06 PM   #72
D1ver
Member
 
Registered: Jan 2010
Distribution: Slackware 13.37
Posts: 598
Blog Entries: 3

Rep: Reputation: 194Reputation: 194
I was a happy KDE user until a few days ago. I'm now really impressed with Openbox. If I feel the need to spend some time on the CLI, I usually just full screen a terminal and use GNU Screen. That way, I can atleast alt-tab into firefox or something if I need it.
 
Old 03-29-2011, 03:46 PM   #73
kevlerusa
LQ Newbie
 
Registered: Mar 2011
Posts: 2

Rep: Reputation: 0
Re: Which desktop environment is optimized for work?

On my Acer aspire One netbook I haven't found anything better than Debian 6. It's very stable and easily installs any of the the four major desktops.

The Gnome desktop works very good, as does Xfce. They just aren't my cup of tea. KDE is...well, it's KDE and has a few quirks. If you like the KDE specific apps like I do then putting up with it might be something you'd be willing to do. I was able to find a tutorial on speeding it up and it worked well for me. Before just moving my desktop back to KDE I had been using LXDE along with LXDE and Xfce apps. The tutorial (more like a how he did it) is at http://on-disk.com/cms/index.php?wik...-Speed-Up-KDE4

To me the LXDE approach feels more like windows 98 or 2000 and is quite functional.

Last edited by kevlerusa; 03-29-2011 at 03:47 PM. Reason: spelling
 
Old 03-29-2011, 04:21 PM   #74
brixtoncalling
Member
 
Registered: Jul 2008
Location: British Columbia
Distribution: Slackware current
Posts: 403

Rep: Reputation: 67
Quote:
Originally Posted by dugan View Post
Any tiling window manager fans here? I've never used one before, but I'm getting ready to try Xmonad.
i3 for me too, but I like KDE when I'm not tiling.

Last edited by brixtoncalling; 03-29-2011 at 04:26 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
Best looking desktop environment? puppymagic Linux - Newbie 5 03-14-2010 04:39 AM
LXer: Desktop FreeBSD: Fully Optimized 6.x Installation LXer Syndicated Linux News 0 10-12-2006 08:21 PM
What's your WM/Desktop environment? todesengel Slackware 1 11-25-2003 07:31 PM
Which Desktop Environment You Use? xoros Linux - General 43 10-21-2003 06:04 AM
Why use a Desktop Environment? bb-boy Linux - General 19 02-10-2002 10:32 PM

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

All times are GMT -5. The time now is 01:33 PM.

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