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. |
|
 |
|
12-17-2009, 06:40 PM
|
#1
|
|
Member
Registered: Aug 2009
Distribution: Slackware 13 64bit
Posts: 534
Rep:
|
rxvt unicode problem with fluxbox
I chose rxvt-unicode as from whT I read, it supported transparency, tabs and copypasting into firefox, i.e. not just the x way.
However, after installing and running it it seems exactly like xterm, and I cannot access the extra functionality. Trying to set the transparency in fluxbox does nothing.
Can anyone explain why, or suggest an alternative terminal program?
|
|
|
|
12-17-2009, 08:55 PM
|
#2
|
|
Member
Registered: Aug 2009
Posts: 112
Rep:
|
Have you tried looking at the rxvt-unicode man page? In my experiences with rxvt, it isn't configurable interactively, but the options are specified in the command that starts it.
EDIT: If you want true transparency, you might want to look at xcompmgr. It uses fluxbox's built in dialogs for adjusting transparency.
Last edited by halborr; 12-17-2009 at 08:57 PM.
|
|
|
|
12-17-2009, 10:53 PM
|
#3
|
|
Senior Member
Registered: Sep 2008
Distribution: Slackware
Posts: 1,041
Rep: 
|
You have to edit your .Xdefaults or as halborr said start it with particular commandline options.
There are many examples on the internet, plus the man pages are very detailed.
|
|
|
|
12-18-2009, 03:23 AM
|
#4
|
|
Senior Member
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,084
|
Might be worth posting your settings. These are from mine for trans:
Code:
urxvt*foreground: white
urxvt*background: black
urxvt*transparent: true
urxvt*shading: 40
urxvt*tintColor: black
It does support tabs but they maybe aren't as you expect.
Oh yeah and I think trans only works if you set a background image in fluxbox. IE not for background colour.
Last edited by dive; 12-18-2009 at 03:26 AM.
|
|
|
|
12-18-2009, 08:54 AM
|
#6
|
|
Member
Registered: May 2008
Location: Ohio
Distribution: Slackware
Posts: 267
Rep:
|
You may want to try mrxvt- tabs and transparency work pretty well.
|
|
|
|
12-21-2009, 11:06 PM
|
#7
|
|
Member
Registered: Aug 2009
Distribution: Slackware 13 64bit
Posts: 534
Original Poster
Rep:
|
Quote:
Originally Posted by mudangel
You may want to try mrxvt- tabs and transparency work pretty well.
|
Sorry for the bump, but just wondering if you would recommend it over urxvt? If so, why?
|
|
|
|
12-21-2009, 11:21 PM
|
#8
|
|
Member
Registered: May 2008
Location: Ohio
Distribution: Slackware
Posts: 267
Rep:
|
Quote:
Originally Posted by Josh000
Sorry for the bump, but just wondering if you would recommend it over urxvt? If so, why?
|
I've been using urxvt for a while; I used to use mrxvt. I think mrxvt does tabs better, and the example config file is well commented, so it's pretty easy to set up. They're both good, though.
|
|
|
|
12-21-2009, 11:27 PM
|
#9
|
|
Member
Registered: Aug 2009
Distribution: Slackware 13 64bit
Posts: 534
Original Poster
Rep:
|
urxvt seemed promising since it was still being maintained.
Although I am surprised tabs are implemented as a perl addon rather than natively ...is this the case for mrxvt also?
At the moment, I notice using vi in urxvt is not working correctly, although it does in xterm. The screen is not updated for some reason. Is this because of a different terminal type by default or something?
|
|
|
|
12-21-2009, 11:36 PM
|
#10
|
|
Member
Registered: May 2008
Location: Ohio
Distribution: Slackware
Posts: 267
Rep:
|
I tried tabs with urxvt, didn't like them so much. I haven't been using them; I just open another one if I need it.
I don't know why vi & urxvt don't work together. It's probably fixable, but I don't usually use vi in X anyway, so I haven't looked for a fix.
|
|
|
|
12-22-2009, 12:39 AM
|
#11
|
|
LQ 5k Club
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian Squeeze (server), Slackware 13.37 (netbook), Slackware64 14.0 (desktop),
Posts: 8,367
|
Quote:
Originally Posted by Josh000
I chose rxvt-unicode as from whT I read, it supported transparency, tabs and copypasting into firefox, i.e. not just the x way.
However, after installing and running it it seems exactly like xterm, and I cannot access the extra functionality. Trying to set the transparency in fluxbox does nothing.
|
In case rxvt is similar to mrxvt you may like to review mrxvt: how to configure clipboard copy and paste where configuring Ctrl+Shift+C copy and Ctrl+Shift+V paste is explained.
After researching the available terminal emulators in some depth, I chose mrxvt. It was not easy to find out how to configure mrxvt (it is easy to do, just hard to find out how) but now it is done I'm very happy with it. I do not use all the features and have not explored transparency.
|
|
|
|
12-22-2009, 01:45 AM
|
#12
|
|
Member
Registered: Jul 2007
Location: Estonia
Distribution: Slackware
Posts: 53
Rep:
|
I use fluxbox's own tabing feature. I don't need any additional tab implementation in rxvt/xterm...
|
|
|
|
12-22-2009, 12:47 PM
|
#13
|
|
Senior Member
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,084
|
mrxvt is nice but it doesn't yet support unicode. They are/were working on it though.
A good thing about urxvt apart from unicode is the perl support and there are a few scripts included you can work with for underlining and clicking links etc.
|
|
|
|
12-23-2009, 10:37 PM
|
#14
|
|
Member
Registered: Aug 2009
Distribution: Slackware 13 64bit
Posts: 534
Original Poster
Rep:
|
Does anyone know how to get rid of the scrollbar with tabs enabled?
If I use urxvt +sb it starts without a scrollbar, but urxvt +sb -pe tabbed results in a scrollbar despite +sb being specified. Changing the geometry makes no difference.
|
|
|
|
12-24-2009, 02:04 AM
|
#15
|
|
Member
Registered: Jul 2007
Location: Estonia
Distribution: Slackware
Posts: 53
Rep:
|
Quote:
Originally Posted by Josh000
Does anyone know how to get rid of the scrollbar with tabs enabled?
If I use urxvt +sb it starts without a scrollbar, but urxvt +sb -pe tabbed results in a scrollbar despite +sb being specified. Changing the geometry makes no difference.
|
I don't use urxvt's tab featurem but fluxbox's own tabbing, but my urxvt terminal is without scrollbar
Here my settings for urxvt:
Code:
urxvt*font: 9x15
urxvt*background: grey
urxvt*foreground: black
urxvt*pointerColor: red
urxvt*pointerColor2: black
urxvt*cursorColor: navy
urxvt*internalBorder: 3
urxvt*loginShell: true
urxvt*scrollBar: false
urxvt*scrollKey: true
urxvt*saveLines: 1000
urxvt*multiClickTime: 250
urxvt*charClass: 33:48,35-38:48,39:43,42-47:48,58-59:48,61:48,63-64:48,126:48
|
|
|
|
| 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 06:41 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
|
|