LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 12-17-2009, 06:40 PM   #1
Josh000
Member
 
Registered: Aug 2009
Distribution: Slackware 13 64bit
Posts: 534

Rep: Reputation: 35
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?
 
Old 12-17-2009, 08:55 PM   #2
halborr
Member
 
Registered: Aug 2009
Posts: 112

Rep: Reputation: 18
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.
 
Old 12-17-2009, 10:53 PM   #3
sahko
Senior Member
 
Registered: Sep 2008
Distribution: Slackware
Posts: 1,041

Rep: Reputation: Disabled
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.
 
Old 12-18-2009, 03:23 AM   #4
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
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.
 
Old 12-18-2009, 07:41 AM   #5
sahko
Senior Member
 
Registered: Sep 2008
Distribution: Slackware
Posts: 1,041

Rep: Reputation: Disabled
Heres some info to get you started http://wiki.archlinux.org/index.php/Rxvt-unicode
BTW tab support in urxvt is rather buggy from my experience
 
Old 12-18-2009, 08:54 AM   #6
mudangel
Member
 
Registered: May 2008
Location: Ohio
Distribution: Slackware
Posts: 267

Rep: Reputation: 56
You may want to try mrxvt- tabs and transparency work pretty well.
 
Old 12-21-2009, 11:06 PM   #7
Josh000
Member
 
Registered: Aug 2009
Distribution: Slackware 13 64bit
Posts: 534

Original Poster
Rep: Reputation: 35
Quote:
Originally Posted by mudangel View Post
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?
 
Old 12-21-2009, 11:21 PM   #8
mudangel
Member
 
Registered: May 2008
Location: Ohio
Distribution: Slackware
Posts: 267

Rep: Reputation: 56
Quote:
Originally Posted by Josh000 View Post
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.
 
Old 12-21-2009, 11:27 PM   #9
Josh000
Member
 
Registered: Aug 2009
Distribution: Slackware 13 64bit
Posts: 534

Original Poster
Rep: Reputation: 35
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?
 
Old 12-21-2009, 11:36 PM   #10
mudangel
Member
 
Registered: May 2008
Location: Ohio
Distribution: Slackware
Posts: 267

Rep: Reputation: 56
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.
 
Old 12-22-2009, 12:39 AM   #11
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Quote:
Originally Posted by Josh000 View Post
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.
 
Old 12-22-2009, 01:45 AM   #12
Karu
Member
 
Registered: Jul 2007
Location: Estonia
Distribution: Slackware
Posts: 53

Rep: Reputation: 16
I use fluxbox's own tabing feature. I don't need any additional tab implementation in rxvt/xterm...
 
Old 12-22-2009, 12:47 PM   #13
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
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.
 
Old 12-23-2009, 10:37 PM   #14
Josh000
Member
 
Registered: Aug 2009
Distribution: Slackware 13 64bit
Posts: 534

Original Poster
Rep: Reputation: 35
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.
 
Old 12-24-2009, 02:04 AM   #15
Karu
Member
 
Registered: Jul 2007
Location: Estonia
Distribution: Slackware
Posts: 53

Rep: Reputation: 16
Quote:
Originally Posted by Josh000 View Post
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
 
  


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
rxvt-unicode fonts proper setup zomane Linux - Desktop 1 04-12-2009 05:02 PM
Prompt question when using rxvt in fluxbox nonades Linux - Newbie 6 03-30-2008 01:31 PM
problem with rxvt-unicode corbis_demon Linux - Software 0 11-27-2007 10:55 AM
Making rxvt-unicode change window title when using ssh tkarkkainen Linux - Software 1 10-15-2007 03:07 PM
System-wide urxvt (rxvt-unicode) X-resource control colo Linux - Software 2 07-17-2006 08:17 AM

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

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