Slackware :: Cyrillic Fonts In Xterm?

Apr 1, 2011

I have RAR archive including some files using Russian file names and I?m unable to display them properly in xterm window in my Slackware 13.1. Instead of the Cyrillic letters I see questions marks, for example ??.txt?.I tried four methods:

Code:
xterm -en iso-8859-5 -fn -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso8859-5
xterm -en koi8-r -fn -misc-fixed-medium-r-normal--15-140-75-75-c-90-koi8-r

[code]...

View 2 Replies


ADVERTISEMENT

Ubuntu :: Cyrillic Fonts Support - Can't Extract Files

Jul 1, 2011

my problem is that I can't extract some files because of a problem with cyrillic fonts (at least, this is what I suspect). The point is that I download some kind of files, which are fully functional to extract and open in windows but in Ubuntu trying the same thing, ends with an error. Files are downloaded from a russian web, so I think the fonts are cyrillic, which is the root of the problem. In windows they are shown as some kind of rare ASCII string but it's OK to open them.

The problem when trying in Ubuntu is that the file is shown as a large string with question marks '?' replacing all non-latin characters and it may cause problem, as it is the wildcard shell character in Linux. Renaming the file seems as an impossible task too. I have to process many of these files. Does Anyone know how can I avoid windows to do this? I tried to install many packages for cyrillic/russian support through synaptic nut it didn't seem to work.

View 8 Replies View Related

Slackware :: Intel Graphics / Vertical Lines From Xpdf/gv Under Xterm Stick To Xterm Window Making It Unreadable?

Jun 13, 2011

Start xpdf or gv. Click an xterm to be active and slide it over xpdf/gv. Vertical lines from xpdf/gv under the xterm stick to the xterm window above and make it unreadable.

The problem does NOT show with KDE default settings with display effects on but does show in fvwm, xfce etc, and in KDE without effects.

On a system with a Sandy Bridge integrated graphics (i5-2400) the problem went away by downgrading to xf86-video-intel-2.13.0. But it was not enough for another system with 945G which needed downgrading to xf86-video-intel-2.12.0.

View 3 Replies View Related

General :: List Of Fonts Xterm Supports?

Jan 22, 2010

Which fonts dows xterm support?Is there any command to know the list of those fonts?

View 1 Replies View Related

Debian Configuration :: Make Xterm To Use Trurtype Fonts?

Apr 4, 2011

How can I make xterm to use truetype fonts by default,out setting it every time i start it?

View 1 Replies View Related

Slackware :: 12.2 - Firefox 3.5.6 - Go Into A KDE Konsole Xterm

Jan 1, 2010

I'd try here first, since I am running slackware, though it's a firefox problem ... To verify bug, just go into a KDE konsole xterm, and do

[13:35 ~]$ mkdir ~/ffbug
[13:35 ~]$ touch ~/ffbug/_$'31'_
[13:35 ~]$ firefox file://$(echo ~)/ffbug &

(This assumes you didn't already have a ~/ffbug directory, and you have firefox 3.5.6 installed -- the prior firefox id not have this problem) What you will probably see is firefox trying to display a listing of the ~/ffbug directory, but instead showing an error message: XML Parsing Error: not well-formed. I posted this in the mozillazine forum, where it got read 20 times, but no response.

View 5 Replies View Related

Slackware :: Fonts For Gnome Apps In Std Slackware Install

Jan 4, 2011

I'm interested in seeing what others are doing w.r.t. fonts in a standard Slack install. The 2 main apps I use are Firefox and Thunderbird and both look fairly poor out of the box. Previously I've used a combination of gtk-qt-engine and gnome-appearance-properties ( with a gsb install ) but this doesn't always do the 'right thing'.

View 2 Replies View Related

Slackware :: Get Jump And Scan Option For Xterm?

Jan 21, 2010

xterm is scanning lines one by one.It takes time.I did jumpScroll: true ,but it results same. But rxvt is better comparing this. Where would i get the global configuration file for rxvt and xterm?

View 1 Replies View Related

Slackware :: Resize The Windows Such As Xterm And Firefox?

Jan 11, 2011

Just can't resize xterm or any windows such as firefox. In xterm it seems using the button in the up-right corner could resize the window's width, not height.

View 4 Replies View Related

Slackware :: How To Turn On System Bell In XTerm

Apr 11, 2010

I'm trying to turn on the system bell (pc speaker) in xterm. I have the bell working in console (text mode, not under X), and with X running, even firefox can use the pc speaker (it beeps, when I enter a search term which is not found). Only xterm doesn't seem to work.

Here is my xterm config, and the xset command I'm trying to use to turn the bell on:
-------###--------
xterm*renderFont: true
xterm*faceName: Terminus
xterm*faceSize: 12

xterm*loginShell: true
!xterm*Geometry: 102x48+0+0
xterm*Geometry: 102x48
xterm*scrollBar: false

xterm*background: black
xterm*foreground: white
!xterm*highlightColor: red
xterm*charClass: 46-47:48

xterm*visualBell: false
-------###--------
xset b on
xset bell 100 1000 1000
-------###--------

If I run xterm with the +vb option, it doesn't help either (I'm testing it with printf "a"). What am I missing? How can I make xterm use my pc speaker as bell?

View 4 Replies View Related

Slackware :: Xterm Variants - Configuring Widgets

Apr 10, 2010

Just upgrading to 13.0, and one thing I had in KDE 3.5 was a larger (normal) sized xterm, and a smaller sized one. The small sized ones are handy for CL scripts and don't chew up as much screen-estate.

I know I can change defaults in .xinitrc, but I don't know how to make a widget for the small xterm.

View 2 Replies View Related

Slackware :: Vim Colours Change Slightly In Xterm When A Key Is Pressed?

May 4, 2011

I'm having a problem with vim and xterm. When I open a file and press any key, the colour scheme changes slightly. This doesn't happen if I run a 256-colour xterm (export TERM='xterm-256color') but if TERM is set to 'xterm' (the default) I see the colour change. Setting TERM='xterm-256color' in my ~/.bashrc is a "solution", but I'd rather not have to do that since it's never been necessary in the past (e.g., on 13.1) and I don't use any 256-color schemes for vim (usually just the default or possibly "delek"). It doesn't happen with rxvt or with Xfce's terminal. I've tried compiling some other versions of xterm but they either exhibit the same behaviour or don't build. I have tried running without any ~/.vimrc file just to be sure it wasn't one of my settings and I've also tried the sample file at /usr/share/vim/vimrc; the effect is the same.

View 10 Replies View Related

Slackware :: XTerm*reverseVideo: True Doesn't Work In KDE?

May 18, 2011

I have the following line in my .Xresources, and it only works when I'm not running KDE:

Code:
XTerm*reverseVideo: true When I start up XTerm in Xfce, TWM, or any other window manager, I get the expected black background. When I launch XTerm in KDE, I get a white background, meaning that the reverseVideo setting is not taking effect. When I'm in KDE, launching XTerm with -rv does give me an XTerm with a black background. Obviously, having to add this switch every time I launch an XTerm in KDE is suboptimal, no matter how you try to automate it. Manually running xrdb -merge ~/.Xresources and then launching XTerm immediately afterwards does not make a difference.

If you're wondering why this is a concern, it's because all 256-color vim color schemes (xoria256, desert256, inkpot) require reverseVideo to be set so that XTerm launches with a black background. You get a black-on-black cursor otherwise.

View 6 Replies View Related

Software :: Can't Set Xterm Background/foreground Colors Properly Using Slackware?

Aug 19, 2009

I've read about this. Everyone says to use ~/.Xresources or ~/.Xdefaults, and it doesn't work for me. It doesn't do anything at all, in fact. I'm trying to use this:

Code:

XTerm*background: black
XTerm*foreground: white

In the ~/.X* files, it won't work. I read that another way of doing it is using

Code:

xrdb -merge .x_settings_file

This will work for me. It's the only thing I can get to work. But when I restart, it will have to be done again. I'm using Slackware 12.2.

View 1 Replies View Related

General :: How To Copy Things In Xterm And Paste Them Outside Of Xterm

May 2, 2011

i have fluxbox and i need to know how to copy things in xterm and paste them outside of xterm.

View 2 Replies View Related

Slackware :: How To Change Light Text Color To Dark Green Of Xterm

Jan 3, 2010

How to change light green text color to dark green of xterm? The xterm background is white. Light green texts are not good for white background. I don't want to change the xterm background.

View 13 Replies View Related

Slackware :: Beautiful Fonts In 13.1?

Jun 28, 2010

This thread contains the cleartype-like freetype, cairo, libXft packages for 13.1. Please refer to "Beautiful Fonts in 12.1" The patches for freetype, cairo and libXft are all come from the thread above, with a little modification so libXft can be patched successfully. You can find the patches and slackbuilds used for these packages, precompiled binaries as well.slackbuilds including patches:[URL]

View 14 Replies View Related

Slackware :: How To Know Which Fonts Really Available / Requested

Feb 5, 2010

I have a full install of Slackware 12.2 and am using KDE 3.5. The other day, an application I was using threw an error about not being able to find a font, specifically code...

Finally, the KDE "Font Installer" program only shows 166 fonts (87 families) in administrator mode.

Question time.
The big question is in KDE, what actually controls which fonts are available to other programs? Are only the fonts displayed in the "Font Installer" app actually available, and if so, how do I make everything available.
I know which lines in xorg.conf set the font path so I can adjust and add others if needed. However, one thing in the font paths confuses me. It concerns the entry "/usr/share/fonts/75dpi/:unscaled" What does the ":unscaled" part mean? I ask because I have no subdirectory of "/usr/share/fonts/75dpi" called ":unscaled"
Final question. Is there a log somewhere that would show exactly which font is being requested but not found? I've looked in /var/log/Xorg.0.log but didn't find anything.

View 3 Replies View Related

Slackware :: 13.1 Firefox - Fonts Are Too Big

Dec 10, 2010

I would like to know if there is a fix for firefox font menus, also the font for bookmarks, the problem is that these fonts are too big , like 16 , instead of 10 or 12

i've had this problem with all linux distros that i've used, everything is fine except the menu and bookmark fonts in firefox, same in chrome, menu and bookmark fonts are big, anything i tried i could not make it look like the normal font sizes in windows or even Konqueror. and it not that only that it is big fonts, they are also wide.

View 8 Replies View Related

Fedora :: Cannot Type In Cyrillic In GNOME

Jun 2, 2010

I just installed Fedora 13 and i noticed a very annoying problem. I cannot type in Cyrillic in any of GNOME`s applications, however i can type in Cyrillic in other programs - like Firefox for example. I`ve tried in Rhythmbox, network manager (the configuration dialogs), gedit, nautilus, etc. I`ve also tried in Firefox where it works and for now is my only non GNOME application. The curios thing is that Cyrillic does work in gnome-terminal... I am currently using Bulgarian phonetic traditional layout but i`ve also tried with Russian and Macedonian without success. My Fedora installation is fully updated.

View 14 Replies View Related

Slackware :: Cannot Find Arial Fonts (TGZ)

Jan 22, 2011

I cannot found arial fonts .tgz. How to install it if we found it.

View 14 Replies View Related

Slackware :: Crappy Fonts With Fluxbox In 13.37?

Apr 28, 2011

I don't know whats changed but since I installed 13.37 the fonts in fluxbox are crappy looking.Is there anything I should know thats changed with regards to this.They were fine in 13.1.

View 2 Replies View Related

Slackware :: Do FF & SM Render Fonts Differently

Jan 28, 2011

Some time ago I optimised my fonts following dugan's great tutorial. I mostly used Seamonkey to browse so I didn't notice the difference until today I ran Firefox. The font preferences seem to be identical, yet the fonts look differently on each browser. See the attachments (the browser on the left-hand side is Seamonkey)

View 2 Replies View Related

Slackware :: Exotic Fonts Packages?

Jun 25, 2011

I'm trying to identify - and eventually uninstall - exotic fonts packages, but unfortunately, the package names in the X group - as well as their descriptions - are not always very helpful.

I'd like to uninstall every font that's not needed to write in either french, german or english, that is: arab, asian, greek and cyrillic fonts, plus the odd exotic font I haven't thought of.

The reason I'm doing this is not some sort of xenophobia on my behalf, but the simple fact that the LibreOffice font selector is quite crowded when all the font packages are installed. Since the desktops I install are primarily used by folks who freshly migrate from Microsoft windows, I've found that a mix of standard latin fonts plus the webfonts (XP + Vista) fonts package from SBo is the most popular solution. At least, that's what I did until now when installing other Linux distributions.

View 1 Replies View Related

Slackware :: How To Install Khmer Fonts

Jun 17, 2011

FYI for Khmer people trying to use Slackware there is no equivalent to the Debian package ttf-khmeros.To install the Khmeros Fonts

Now you should see lovely Khmer fonts instead of a bunch of squares. I imagine this works for other languages too.For more information about Linux in Cambodia go to KhmerOS at:URL...By the way Kde is the best translated desktop for Khmer and LibreOffice also is translated.

View 3 Replies View Related

Slackware :: 13: Square Boxes Instead Of Fonts In GTK?

Apr 13, 2010

I just upgraded from Slackware 12.2 to 13 and most things seem to be working fine (with the exception of the new Amarok, which crashes).However, in the GTK applications I use (Firefox, Gimp, Aumix), all the fonts have been replaced by square boxes.point me in the right direction on troubleshooting this problem? Did I miss a step or do something wrong while upgrading?

View 1 Replies View Related

Slackware :: Use TTF Fonts For The Screen (CLI Not X-Windows)?

Feb 18, 2010

Is there any way to use TTF fonts for the screen (CLI not X-Windows)? I added a font in /usr/share/fonts/TTF and updated all font directories, and then issued the setconsolefont command, but my font is not there. Actually, I didn't see any TTF fonts in the list at all, even though there are already some in the TTF directory.

View 2 Replies View Related

Ubuntu :: Cyrillic Filenames Corrupted After Crash

Nov 2, 2010

Everything was fine after fresh install of kubuntu 10.10 on my laptop, until today. I was exploring system settings (didn't change anything, just looking) when KDE crashed suddenly. After restart I found all my filenames with Russian letters corrupted - just like filesystem was mounted with wrong encoding. How can I get them back to normal?

View 1 Replies View Related

Server :: Block Cyrillic String In Squid?

Feb 22, 2010

Is it possible to block cyrillic string in squid? If use url_regex - sex it's OK, but when try секс(CYRILLIC alphabet) not working.

View 5 Replies View Related

Slackware :: Changing KDE Fonts Without The KDE Control Center?

Nov 16, 2009

when running XFCE, changing the font in qtconfig fails to change fonts in KDE apps such as ktorrent and koffice. This is rather annoying because default KDE fonts are excessively large and blurry on my monitor. Is there any way to force KDE apps to obey qtconfig settings?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved