UrxvtControl-1.3

Miscellaneous tools
Message
Author
radky
Posts: 977
Joined: Mon 03 May 2010, 03:13

#16 Post by radky »

UrxvtControl-1.1. See first post
- improved gettext for internationalization (thanks ASRI éducation)
[color=blue][b][url=http://www.smokey01.com/radky/PupMates.html]PupMates[/url][/b][/color]

User avatar
ASRI éducation
Posts: 3197
Joined: Sat 09 May 2009, 12:10
Location: France
Contact:

#17 Post by ASRI éducation »

radky wrote:UrxvtControl-1.1. See first post
- improved gettext for internationalization (thanks ASRI éducation)
urxvtcontrol.mo fr
Regards
Attachments
urxvtcontrol_mo_fr_20150214.tar.gz
(4.01 KiB) Downloaded 412 times
Projet ASRI éducation => [url=http://asri-education.org/]Association[/url] | [url=http://forum.asri-education.org/]Forum[/url] | [url=http://dl01.asri-education.org/]Dépôt[/url] | [url=http://kids.asri-education.org/]Espace kids[/url]

radky
Posts: 977
Joined: Mon 03 May 2010, 03:13

#18 Post by radky »

UrxvtControl-1.2. See first post.
- Adjust GUI widget width for non-English locales
[color=blue][b][url=http://www.smokey01.com/radky/PupMates.html]PupMates[/url][/b][/color]

User avatar
OscarTalks
Posts: 2196
Joined: Mon 06 Feb 2012, 00:58
Location: London, England

#19 Post by OscarTalks »

Hello radky,

Many thanks for all your work.
I have installed UrxvtControl-1.2 into my personal remaster of Dpup Wheezy 3.5.2.11 which remains my most-frequently-used Puppy.

Also I wanted to try compiling the latest version of urxvt which is 9.22 so I did that with configure options --enable-everything --disable-startup-notifications (are these used or needed for anything in Puppy?).

Then I used your perl modules .pet as a guide to figure out which perl files I needed to move from the devx into the main Puppy .iso

Are you aware of any pitfalls that I might encounter with this urxvt upgrade or do you have any other advice or suggestions?

Otherwise everything seems OK so far. I will report any issues that may arise as I continue to test it out. Thanks again.
Oscar in England
Image

radky
Posts: 977
Joined: Mon 03 May 2010, 03:13

#20 Post by radky »

@OscarTalks,

Thanks for your comments.

I'm currently testing the tahrpup64 6.0.5.3 beta which also has urxvt 9.22.

As shown below, the urxvt in tahrpup64 was compiled with all the configure options you could possibly require and works great with UrxvtControl.

Code: Select all

rxvt-unicode (urxvt) v9.22 - released: 2016-01-23
options: perl,xft,styles,combining,blink,iso14755,unicode3,
encodings=eu+vn+jp+jp-ext+kr+zh+zh-ext,fade,transparent,tint,
pixbuf,XIM,frills,selectionscrolling,wheel,slipwheel,cursorBlink,
pointerBlank,scrollbars=plain+rxvt+NeXT+xterm
I see no functional utility for the startup-notication option in urxvt, but I do find the perl extensions very useful, particularly the multi-tab interface and auto-copy of selected text to the X-Clipboard.

At the moment, I'm not aware of any problems with the upgrade to urxvt 9.22.

-------

PS - Dpup Wheezy 3.5.2.11 was a great release by pemasu. I fully understand why it may be your favorite Puppy. :)
[color=blue][b][url=http://www.smokey01.com/radky/PupMates.html]PupMates[/url][/b][/color]

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#21 Post by 666philb »

hi radky,

one really annoying thing i've found with urxvt over the years is when you try to scroll back when it's processing stuff, the focus shifts back to the bottom, so you can't read what you wanted to look at!

this is from the archwiki and fixes that
add to /root/.Xdefaults

Code: Select all

URxvt*scrollTtyOutput: false
URxvt*scrollWithBuffer: true
URxvt*scrollTtyKeypress: true
also it would be nice to get the change fontsize on the fly working https://wiki.archlinux.org/index.php/rxvt-unicode

cheers

phil
Last edited by 666philb on Sun 05 Mar 2017, 00:07, edited 1 time in total.
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

step
Posts: 1349
Joined: Fri 04 May 2012, 11:20

#22 Post by step »

666philb wrote:one really annoying thing i've found with urxvt over the years is when you try to scroll back when it's processing stuff, the focus shifts back to the bottom, so you can't read what you wanted to look at!

this is from the archwiki and fixes that

Code: Select all

URxvt*scrollTtyOutput: false
URxvt*scrollWithBuffer: true
URxvt*scrollTtyKeypress: true
Thank you so much! It works perfectly in Fatdog64. That scrolling back really annoyed me.
[url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Fatdog64-810[/url]|[url=http://goo.gl/hqZtiB]+Packages[/url]|[url=http://goo.gl/6dbEzT]Kodi[/url]|[url=http://goo.gl/JQC4Vz]gtkmenuplus[/url]

jamesbond
Posts: 3433
Joined: Mon 26 Feb 2007, 05:02
Location: The Blue Marble

#23 Post by jamesbond »

when you try to scroll back when it's processing stuff, the focus shifts back to the bottom, so you can't read what you wanted to look at!
I usually use Ctrl-S / Ctrl-Q combination to pause and unpause the output before scrolling up and down.
Fatdog64 forum links: [url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Latest version[/url] | [url=https://cutt.ly/ke8sn5H]Contributed packages[/url] | [url=https://cutt.ly/se8scrb]ISO builder[/url]

radky
Posts: 977
Joined: Mon 03 May 2010, 03:13

#24 Post by radky »

666philb wrote:
one really annoying thing i've found with urxvt over the years is when you try to scroll back when it's processing stuff, the focus shifts back to the bottom, so you can't read what you wanted to look at!
The scrollTtyOutput and scrollTtyKeypress parameters are already defined by UrxvtControl. I'll add the scrollWithBuffer parameter in the next release.

666philb wrote:
also it would be nice to get the change fontsize on the fly working.
Yes, this should be possible for the next release. In fact, on initial testing the font-size perl extension is working very nicely in tahrpup. I'll configure UrxvtControl-1.3 to support changing font size on-the-fly for urxvt >= 9.2.1.

Thanks for your interest in UrxvtControl. :)

Also, thanks to step and jamesbond for helpful comments.
[color=blue][b][url=http://www.smokey01.com/radky/PupMates.html]PupMates[/url][/b][/color]

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#25 Post by Flash »

Is it just me or does urxvt only allow monospace fonts? When I use UrxvtControl-1.2 to choose a proportional font for urxvt, such as dingbats, Urxvt won't even open a console when I click on the desktop "console" icon. It works fine for all monospace fonts. I'm using Quirky Werewolf 64 bit at the moment.

radky
Posts: 977
Joined: Mon 03 May 2010, 03:13

#26 Post by radky »

Flash wrote:Is it just me or does urxvt only allow monospace fonts? When I use UrxvtControl-1.2 to choose a proportional font for urxvt, such as dingbats, Urxvt won't even open a console when I click on the desktop "console" icon. It works fine for all monospace fonts. I'm using Quirky Werewolf 64 bit at the moment.
@Flash,

xerrs.log shows the following urxvt response for Dingbats and FontAwesome in Quirky Xerus64:

Code: Select all

unable to calculate font width for 'Dingbats:style=Regular:pixelsize=14:antialias=True:hinting=True:minspace=True', ignoring.
unable to load base fontset, please specify a valid one using -fn, aborting.

unable to calculate font width for 'FontAwesome:style=Regular:pixelsize=14:antialias=True:hinting=True:minspace=True', ignoring.
unable to load base fontset, please specify a valid one using -fn, aborting.
All other fonts in Quirky Xerus are valid in urxvt, so use those instead.

Typically, monospace fonts provide the best visual experience in urxvt.

If you prefer proportional fonts, the text in the terminal window may have relatively wide spacing but you can adjust this with the 'Spacing' option of UrxvtControl.
[color=blue][b][url=http://www.smokey01.com/radky/PupMates.html]PupMates[/url][/b][/color]

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#27 Post by Flash »

Thank you. :)

radky
Posts: 977
Joined: Mon 03 May 2010, 03:13

#28 Post by radky »

UrxvtControl-1.3

- Available in first post
- Add support for 'scrollWithBuffer:true' which enables active scrollback to buffered terminal text
- Add perl-extension support for changing urxvt font-size by hotkey (resize-font plugin)
- Add Resize option to the main GUI (enable/disable resize-font plugin)
- The resize-font plugin provides the following keyboard shortcuts
• Ctrl+Up: Increase font size of the current terminal
• Ctrl+Down: Decrease font size of the current terminal
• Ctrl+equal: Reset font size to original numerical value
• Ctrl+slash: Show current font resource in popup dialog

Please see caveats in the first post concerning urxvt plugins (resize-font and tabbed).
[color=blue][b][url=http://www.smokey01.com/radky/PupMates.html]PupMates[/url][/b][/color]

slavvo67
Posts: 1610
Joined: Sat 13 Oct 2012, 02:07
Location: The other Mr. 305

#29 Post by slavvo67 »

Hi radky:

Great to see you back here!! Thanks for all!

Slavvo67

radky
Posts: 977
Joined: Mon 03 May 2010, 03:13

#30 Post by radky »

Thank you slavvo67. :)
[color=blue][b][url=http://www.smokey01.com/radky/PupMates.html]PupMates[/url][/b][/color]

Pro
Posts: 109
Joined: Fri 12 Feb 2010, 11:12

Russian translation file

#31 Post by Pro »

:)
Attachments
urxvtcontrol.po.gz
russian .po file
(3.32 KiB) Downloaded 149 times
urxvtcontrol.mo.gz
russian .mo file
(3.49 KiB) Downloaded 141 times

radky
Posts: 977
Joined: Mon 03 May 2010, 03:13

#32 Post by radky »

Pro wrote:
Russian translation file (attached)
Thank you Pro! :)

A link to your Russian translation file is now included in the first post of this thread.
[color=blue][b][url=http://www.smokey01.com/radky/PupMates.html]PupMates[/url][/b][/color]

Post Reply