Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
07-19-2012, 08:56 PM
|
#1651
|
|
Moderator
Registered: Dec 2009
Location: Hanover, Germany
Distribution: Slackware
Posts: 12,171
|
Quote:
Originally Posted by eXpander_
|
That's a nice one.
Now you have to look into the code for wicd and your power-manager to change the color of their indicator bars to something other than green. 
|
|
|
|
07-19-2012, 08:59 PM
|
#1652
|
|
Member
Registered: Jul 2011
Location: Sweden
Distribution: Slackware
Posts: 257
Rep:
|
Quote:
Originally Posted by TobiSGD
That's a nice one.
Now you have to look into the code for wicd and your power-manager to change the color of their indicator bars to something other than green. 
|
Hehe thx, I was too lazy for that 
|
|
|
|
07-20-2012, 03:11 AM
|
#1653
|
|
Member
Registered: May 2006
Posts: 57
Rep:
|
Quote:
Originally Posted by dugan
|
The issue is that proper Solarized is a 16-bit palette, and running such a palette optimized for general terminal work and vim jacks up a few other things, e.g., sbopkg and probably most ncurses interface using similar colors. I played around with loads of methods, including .Xresources, setting various termcap options (can't remember which at the moment), etc. I exchanged a few tweets emails or two with Ethan Schoonover and he provided some pointers (which I can't track down). I was mostly interested in using Solarized in vim. Maybe I'll need to hit it again.
Do you find the terminal color scheme interferes with other terminal applications?
|
|
|
|
07-20-2012, 08:58 AM
|
#1654
|
|
Senior Member
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 3,657
|
I did not find that the color scheme interferes with terminal applications, and I have no trouble running sbopkg or (terminal) vim. You are aware, I'm sure, that the Solarized scheme for vim needs to be installed separately.
Perhaps you could post a screenshot of your "jacked up" terminal?
My configs, by the way, are here:
https://github.com/duganchen/dotfiles
You will notice that my .Xresources file sets the number of colors available to my terminals to 256, and that my .vimrc sets vim to expect a 256-color terminal. Also, I don't know which terminal you're using, I've built rxvt-unicode with --enable-256-colors, which is not set by the SBo SlackBuild script. My vim is also compiled with --with-x. I don't know if any of these are factors.
Last edited by dugan; 07-20-2012 at 09:17 AM.
|
|
|
1 members found this post helpful.
|
07-20-2012, 01:36 PM
|
#1655
|
|
Member
Registered: May 2006
Posts: 57
Rep:
|
I now remember the issue: GNU screen. As you'll see in the attached screenshot, with an xterm on the left using GNU screen and on the right a "native" xterm, the colors are quite different. Also top-right is sbopkg, and while it's legible it is not so legible as the standard (blaring) ANSI colors.
I have 256-color xterm support specifically noted in my .screenrc, and played with all sorts of terminfo options to get screen to play nicely. I couldn't get it worked out. I use screen often (probably too much), typically from PuTTY at work, so this is a real consideration. Also, not in the screenshot is irssi, which will require some theme reworking to be useful. Using Solarized with irssi's default color scheme, there are no highlights to differentiate nicks and discussion. But that's not precisely an indictment of Solarized.
I may check into tmux on the chance that it plays more nicely with colorschemes. I assume, as it's fairly popular, you or someone else here uses GNU screen at least infrequently. How have you adapted it with Solarized, if at all?
|
|
|
|
07-20-2012, 02:26 PM
|
#1656
|
|
Senior Member
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 3,657
|
I have not tried either tmux or screen with Solarized. I use a tiling window manager, so those two don't add much value.
Also, I remember seeing a Solarized irssi color scheme.
Last edited by dugan; 07-20-2012 at 02:52 PM.
|
|
|
|
07-26-2012, 09:47 AM
|
#1657
|
|
Member
Registered: Dec 2007
Posts: 43
Rep:
|
Work PC.
Fvwm (2.5.3) compiled with struts option to prevent maximised windows covering the entire screen, with a simple text-only launcher I wrote using PyGTK - I find icon-based panels cause me more pause as I try to figure out what I want to do.
I rarely use everything on that panel every day either, typically just a terminal, web browser, VirtualBox and maybe LibreOffice Writer on average.
At home I have that new-fangled KDE thingummybob.
|
|
|
|
07-27-2012, 07:02 PM
|
#1658
|
|
Member
Registered: Apr 2010
Location: Serbia
Distribution: Slackware 13.37 and 14.0, CrunchBang 10, Ubuntu 12.04, SolusOS 1.2
Posts: 70
Rep:
|
My Slackware 13.37 Xfce 4.6.2 to Dell laptop
|
|
|
|
07-28-2012, 09:11 AM
|
#1659
|
|
Member
Registered: Mar 2008
Location: /dev/null
Distribution: Slackware, Android, Slackware64
Posts: 130
Rep:
|
Quote:
Originally Posted by Muraii
I now remember the issue: GNU screen. As you'll see in the attached screenshot, with an xterm on the left using GNU screen and on the right a "native" xterm, the colors are quite different. Also top-right is sbopkg, and while it's legible it is not so legible as the standard (blaring) ANSI colors.
I have 256-color xterm support specifically noted in my .screenrc, and played with all sorts of terminfo options to get screen to play nicely. I couldn't get it worked out. I use screen often (probably too much), typically from PuTTY at work, so this is a real consideration. Also, not in the screenshot is irssi, which will require some theme reworking to be useful. Using Solarized with irssi's default color scheme, there are no highlights to differentiate nicks and discussion. But that's not precisely an indictment of Solarized.
I may check into tmux on the chance that it plays more nicely with colorschemes. I assume, as it's fairly popular, you or someone else here uses GNU screen at least infrequently. How have you adapted it with Solarized, if at all?
|
Make sure in your vimrc that you have set t_Co=256. Even with 256 color support in screen, I think vim assumes it to be a "dumb" terminal so it only uses 16 colors. (That's at least a possibility).
|
|
|
|
07-29-2012, 02:51 PM
|
#1660
|
|
Member
Registered: May 2006
Posts: 57
Rep:
|
Quote:
Originally Posted by Ian John Locke II
Make sure in your vimrc that you have set t_Co=256. Even with 256 color support in screen, I think vim assumes it to be a "dumb" terminal so it only uses 16 colors. (That's at least a possibility).
|
I think I tried it, and just tried again. I found that I had a conditional based on the value of $TERM, sending jellyx if $TERM = "screen-256color". I undid this, and things work fine. Perhaps the limitation I had was with PuTTY, but I'll keep looking. Thanks for the reminder.
|
|
|
|
07-30-2012, 01:16 AM
|
#1661
|
|
Member
Registered: Mar 2011
Distribution: Slackware 64 Current
Posts: 264
Rep:
|
A new one
EDIT: the image wont upload because its too big and id be happy to try to fix it but the new gimp file save dialogues are so screwed up i would rather just look for a different peice of software. Yes i looked at the export function.
Last edited by fogpipe; 07-31-2012 at 04:04 PM.
|
|
|
|
07-31-2012, 01:29 PM
|
#1662
|
|
Senior Member
Registered: Sep 2010
Location: Wales, UK
Distribution: Arch
Posts: 1,624
|
Quote:
Originally Posted by fogpipe
the new gimp file save dialogues are so screwed up i would rather just look for a different peice of software.
|
You've looked in the "export" menu option, I presume?
|
|
|
|
07-31-2012, 05:26 PM
|
#1663
|
|
LQ Veteran
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,089
|
Quote:
Originally Posted by fogpipe
A new one
EDIT: the image wont upload because its too big and id be happy to try to fix it but the new gimp file save dialogues are so screwed up i would rather just look for a different peice of software. Yes i looked at the export function.
|
Come on. It is so much better now. As the McDonalds' slogan goes, I'm loving it.
|
|
|
|
08-11-2012, 10:45 PM
|
#1664
|
|
Member
Registered: Jan 2006
Distribution: Slackware
Posts: 188
Rep:
|
Last edited by Laodiceans; 08-11-2012 at 11:03 PM.
|
|
|
|
08-12-2012, 10:58 AM
|
#1665
|
|
Member
Registered: Aug 2009
Location: /Universe/Earth/India/Pune
Distribution: Slackware 14.0(workstation), Redhat 5/6(server)
Posts: 527
Rep:
|
Quote:
Originally Posted by Laodiceans
|
Nice. And I like the wallpaper. Mind sharing please?
Regards.
|
|
|
|
|
Tags
|
background, dwm, gui, i3, ion3, kde, monitor, screenshot, wallpaper, xfce4, xterm  |
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:53 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|