Ubuntu :: Terminal Character Spacing Flawed?

Jul 11, 2010

Running Ubuntu 9.04 here and having some frequent problems in the terminal. The characters have "smooshed" together so some strings are unreadable. This happened randomly when I opened terminal and has been happening ever since. I don't know what the problem is.

BTW: I checked forums, two topics on this; 0 answers, go figure.

View 2 Replies


ADVERTISEMENT

General :: Use The Man / Info / Apropos Pages - Character Instructed The Shell To Interpret A Special Character As An Ordinary Character?

Mar 27, 2010

1.What character instructd the shell to interpret a special character as an ordinary character?

2.What directory contains some of the utilities available on the system in the form of binary files?

3. What command is used to search the location of a utility?

4. What command is used to instruct the editor to write the file and quit the editor?

5. What key quits the more utility and displays the shell prompt?

6. What command starts a child shell as the super user, taking on root's identity and environment?

7. Which wildcard characters can be used for searching all the files in the system that start with "A"?

8. The user name or login name of the super user is????

[Code]....

View 10 Replies View Related

OpenSUSE :: Remove The Tab-like Character In Terminal?

Dec 8, 2010

In my terminal , there's always a tab-like(a long space) between the "pswz-zhangy@linux-buym:~>" and the cursor, how can i get rid of if?

View 5 Replies View Related

Slackware :: The Last Character Covered By The Cursor In A Terminal?

Jun 21, 2010

The last character covered by the cursor in a terminal . what can i do?

-----------lang.sh---------------
lang=zh_CN
---------------------------------

after this revised i got a kde with chinese, i do not kown if it is right. also,Sometimes the terminal fonts garbled,for example i use the pppoe cmd.

[code]....

View 1 Replies View Related

Debian :: Set Default Character Encoding In Gnome-terminal?

Dec 30, 2010

I try to change the default character encoding in gnome-terminal. I want to use UTF8, but every gnome-terminal i start uses "ANSIX3.4-1968".

In the menu, when i go in Terminal => Set character encoding i have a list with two items:
[x] Current Locale (ANSIX3.4-1968)
[ ] Unicode (UTF-8)

I don't know why the first item appears, i have another debian box and it has only the UTF-8 encoding available. I cannot remove the first item in "add or remove" sub menu !! Probably because it is related to "current locale"

Here is the output of "locale", if it can helps:
boulzor@antec:~$ locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"

[Code]....

View 2 Replies View Related

Ubuntu :: Getting Extra Spacing In Chromium?

Apr 7, 2010

For anyone using Chromium [version 5.0.370.0 (43799) Ubuntu] from the daily PPA, are you seeing extra-space above the tabs?

View 8 Replies View Related

Ubuntu :: Line Spacing In Abiword?

May 11, 2010

Pt.1: Is this the right place for a question about Abiword? Pt.2: How does one set the line spacing in Abiword, wherever? Pt.3: . . . on an Asus eee netbook running Windows?

View 9 Replies View Related

Ubuntu :: Toolbar Size And Spacing In Lucid?

May 5, 2010

I upgraded to Lucid today and noticed that toolbar spacing/sizing is HUGE. In eclipse it is making my once single line toolbar wrap down to too. There is a ton of waisted space here.

View 5 Replies View Related

Ubuntu :: Unwanted Double-spacing In Evolution

Feb 2, 2011

Evolution is presenting many incoming email messages as double-spaced when they weren't written that way. The unwanted double-spacing is also retained in replies, which show the original messages as having repeated carriage returns.How can this be prevented so that Evolution renders the messages as they were written?

View 1 Replies View Related

Ubuntu :: Frozen Panel - Messing Around With The Alternate Character Panel App And Made A Custom Character Set

Jun 12, 2011

I was messing around with the alternate character panel app and made a custom character set. I then wanted to put it on a new panel and created a new panel. I moved the character set to that panel, and then started to mess around with the panel settings (auto hide, show hide buttons, and expand, to be specific.) So far so good, until I moved the panel from the right side of the screen to the top. I already had a panel here, and it seemed not to like hiding a panel when there was already one on the top.

When the new panel hid itself, all my panels stopped responding (any clicks on them did nothing) and my processor started going at 100%. I tried a reboot and the only thing that changed is that now I can't even see my panels. I'm guessing I need to change the settings back manually through the prompt, but I don't know how to do that. I am using 10.04 and have not upgraded gnome since upgrading to 10.04.

View 1 Replies View Related

Ubuntu :: Reduce Notification Area Icon Spacing?

May 22, 2010

It is mentioned in bugs and other posts, but they are old and don't provide an answer. On my small screen, the extra horizontal spacing/padding between the icons in the notification area takes up far, far too much space.Is there a way to reduce the spacing/padding. Preferably, I would put it back to what it was in Karmic which I think was about half the current spacing/padding.

View 3 Replies View Related

Ubuntu Multimedia :: Completely Copy A CD Including Track Spacing?

Jan 7, 2010

I have some cds that have tracks that run right into each other (ie one finishes and seamlessly moves into the next one without pause). How can I backup my cds retaining their original sound?Prior to Ubuntu days, I used to just rip in mediaplayer in windows and then use then use that playlist to burn to a cd.

View 1 Replies View Related

Ubuntu :: Configure Spacing Between Icons In Toolbar In Top Right Tray Of Natty

May 19, 2011

I want to configure the spacing between the icons in toolbar in the top right tray of Natty (so it looks more like gnome 3). Does anyone know where these values are stored? I checked ccsm and gconf.

View 4 Replies View Related

Software :: Urxvt Config For Font Spacing?

May 30, 2010

I have been mucking around with this for a couple of days and finally got Urxvt set with transparency and font spacing like I want. Does anyone else use Urxvt?

View 3 Replies View Related

Programming :: Optimizing The Spacing Of A Mesh Containing A Given Set Of Points?

Jan 15, 2011

I tried to summarize the this as best as possible in the title. I am writing an initial value problem solver in the most general way possible. I start with an arbitrary number of initial values at arbitrary locations (inside a boundary.) The first part of my program creates a mesh/grid (I am not sure which is the correct nuance), with N points total, that contains all the initial values. My goal is to optimize the mesh such that the spacing is as uniform as possible. My solver seems to work half decently (it needs some more obscure debugging that is not relevant here.)

I am starting with one dimension. I intend to generalize the algorithm to an arbitrary number of dimensions once I get it working consistently. I am writing my code in fortran, but feel free to reply with pseudocode or the language of your choice.Allow me to elaborate with an example:Say I am working on a closed interval [1,10]

xmin=1
xmax=10

Say I have 3 initial points: xmin, 5 and xmax

num_ivc=3
known(num_ivc)=[xmin,5,xmax] //my arrays start at 1. Assume "known" starts sorted

I store my mesh/grid points in an array called coord. Say I want 10 points total in my mesh/grid.

N=10
coord(10)

Remember, all this is arbitrary--except the variable names of course. The algorithm should set coord to {1,2,3,4,5,6,7,8,9,10} Now for a less trivial example:

num_ivc=3
known(num_ivc)=[xmin,5.5,xmax
or just
num_ivc=1
known(num_ivc)=[5.5]

Now, would you have 5 evenly spaced points on the interval [1, 5.5] and 5 evenly spaced points on the interval (5.5, 10]? But there is more space between 1 and 5.5 than between 5.5 and 10. So would you have 6 points on [1, 5.5] followed by 4 on (5.5 to 10]. The key is to minimize the difference in spacing.I have been working on this for 2 days straight and I can assure you it is a lot trickier than it sounds. I have written code that

only works if N is large
only works if N is small
only works if it the known points are close together

[code]....

So as you can see, I have coded the gamut of almost-solutions. I cannot figure out a way to get it to perform equally well in all possible scenarios (that is, create the optimum spacing.)

View 3 Replies View Related

Programming :: Is Spacing As Used Non-factor When Declaring Pointers?

Jul 3, 2010

I've seen all three uses:

type * pointer
type *pointer
type* pointer

Are these 3 forms essentially the same, i.e., is the spacing as used here a non-factor when declaring pointers?

View 2 Replies View Related

Debian :: Some Apps Have Strange Spacing In Options Menus

Oct 14, 2015

URl...how wide are the spaces between these entries. A quick research shows that this affects only certain apps such as gnome-terminal or Anjuta, but doesn't affect for example Synaptic - my first thought was that it's related to these using GTK3, but now I can see it's not that. This is not theme-related as it appears no matter what theme I choose. No results by googling.

View 2 Replies View Related

Ubuntu :: Open/Libre Office And Microsoft Word: Text Spacing And Display

Aug 6, 2011

I have Ubuntu 10.10 and Open Office 3.2.1. I guess that this problem may affect Libre Office too, but I will be happy to be proved wrong about that. I am editing a document that was originally produced in Microsoft Word (the standard .doc format). It is a form produced by a national organisation and it has to be sent back to them, and when submitted it has to be no longer than two A4 pages. It contains a series of headings and (expanding) text boxes for content.

In order to be sure about the length, I did most of the editing with Microsoft Word on my wife's laptop. On that machine, and on a PC that has a different version of Word, the document fits exactly within the two-page limit. But on my laptop, using Open Office, it appears considerably longer, taking up two-and-a-half pages. Why is this, and can anything be done to correct it? Open Office appears to be using the same fonts as Microsoft Word - the font names are the same, anyway - and the font sizes are the same, yet the text appears to take up more of the page display.

View 4 Replies View Related

Ubuntu :: Character Count On Openoffice.org?

Jan 13, 2010

I need a way to count characters without taking into account spaces, on OpenOffice Writer, and a way to do same, plus counting words on OpenOffice Calc. On Calc, it seems impossible to count words, just cels. I need that to help a friend who is a translator and receives per characters like that (without spaces).

She wants to migrate to free software, but she (and I too) couldn't find this tool on OpenOffice. She tells me it's possible to do that on MS Office.

View 5 Replies View Related

Ubuntu :: First Keyboard Character Gets Dropped

May 27, 2010

Have Lucid installed on an Acer laptop. With an external keyboard plugged into a USB hub, then into the laptop, I have been losing the first character typed, sometimes. Most of the time it is OK, but it happens many times in an hour. If I am typing right along, no drops. Only the first character I enter is missing. Most of the time it is firefox I am typing into, but not always. My use of this machine is largely online, so probably that is coincidental.

This problem I have never seen before Lucid - I don't remember it in the beta ether, but I didn't run that too much.Versions 9.04 and before were OK (couldn't use 9.10 for other reasons).

View 3 Replies View Related

Ubuntu :: ESC Character In Dash Shell

Oct 21, 2010

when I try to enter an escape sequence in the interactive mode of dash, it keeps on spewing out the <ESC> character as ^[ displayed in plain text instead of catching it as a control character. I vaguely remember encountering this on some UNIX shell but for the life of me I can't find anything on it. So how do I properly enter escape sequences in dash's interactive mode? (it supposedly supports vi line edit mode but I can't access it at all because of the ESC situation)It's not a make-or-break thing.

View 2 Replies View Related

Ubuntu Servers :: Odd Character Set Behaviour

Feb 24, 2011

I'm running Ubuntu Server 10.04. I run a perl script from the command line to pull a text field from a mysql database which contains some UK pound symbols (�), and it displays the result fine.I have created a web page that pulls the same information from the database and prints the result to a log file. Instead of UK pound symbols I get ax3. This is causing me a lot of grief and am unsure of how to go about fixing it

View 2 Replies View Related

Ubuntu :: Character Map Applet For Unity?

May 13, 2011

I had a nice little applet on the top bar in Gnome with Maverick. But now with Natty, although I can launch the Character Map application, I can't seem to remember how I got that up there and if it's even possible in Unity.

View 1 Replies View Related

Ubuntu Networking :: Edit Proxy Settings Using Terminal / Cronjob Using The Terminal?

Jan 25, 2010

How can I edit the system proxy setting using the terminal? Which file contains this settings? I want to edit this automatically using cronjobs, cause from 8-5 I need to use a proxy, but at home I don't need the proxy. How do I fix this?

View 3 Replies View Related

Ubuntu :: Command For "Open A Terminal Window And Run Application In This Terminal ?

Aug 8, 2010

What is the command for "Open a terminal window and run application in this terminal

View 4 Replies View Related

Ubuntu :: Bash Broken, Lost Functionality In Terminal (gnome-terminal)?

Dec 10, 2010

Linux-goers. I did some research on this, but I am still fairly new to Linux. In Ubuntu 10.10 (Maverick), I accidentally overwrote my "/bin/bash" file. Dude, using "sudo" with a small typo can work disasters. Bash is now broken in the Terminal (gnome-terminal). Terminal itself still works fine, technically, but bash is still hosed/broken. Here is what I did to try to fix it: Booted from Ubuntu 10.10 live CD. Mounted my Ubuntu partition and manually copied the good/fresh "bash" file onto my hard drive. Verified copy was successful. Didn't help, as you see. Reinstalled "gnome-terminal" using synaptic package manager. Tried to reinstall bash via synaptic, it failed with error, "E: /var/cache/apt/archives/bash_4.1-2ubuntu4_i386.deb: subprocess new pre-removal script returned error exit status 2"

In Terminal, all basic commands work as far as I can tell. ("ls", "pwd", navigation, etc.) Here are some problems:My "username@computername" does not display in the prompt; only the $ sign. Bash keyboard shortcuts such as uparrow and tab do not work. Instead, each inserts a key code. I can't even move the cursor left/right. Aliases (a function of bash and .bashrc) are broken, of course. My sanity level decreases when I use Terminal now. For what it's worth, even with "sudo" I get a "permission denied" error when trying to run Google Chrome! I read something about a ".bashrc" file being a possible problem, but I don't know how to make it work, or the file's proper locations in Ubuntu 10.10. Is there something I can do with a "make" or "apt-get install" command or something?? Could this simply be a permissions problem? Is the link to "/bin/bash", "/bin/sh", or a ".bashrc" file broken? Guide me, oh Linux gurus.

P.S. I always wondered what exactly bash was and how it was different from the basic terminal. LoL, this is an excellent way to demonstrate the difference, and I WANT IT BACK!

View 9 Replies View Related

Ubuntu :: Gedit Has Not Been Able To Detect Character Coding?

May 6, 2010

I recently downloaded Metasploit framework for ubuntu but i got an error which says could not open <file location>

Saying gedit has not been able to detect the character coding. Check that you are not trying to open a binary file.Select a character coding from the menu and try again

View 9 Replies View Related

Ubuntu :: Greek Character Not Displaying In Html

May 24, 2010

I have the greek XI character (the 3 bars) in a title in an html file as;<h1>ΞJSFΞ</h1> but when saved by gedit and pulled up in firefox it shows;ΞJSFΞ.Could you offer suggestions as to how to fix this please.I think this is a firefox or Ubuntu problem rather than gedit because when I go into vim it shows ΞJSFΞ.

View 1 Replies View Related

Ubuntu :: Anthy - Japanese Character Key Mapping

May 31, 2010

Using Anthy with IBus I'm having troubles typing the correct characters. I have stickers set on my keys that correspond with the correct keys for Windows/Google IME. Unfortunately Anthy and IBus have my keys mapped differently than this for some reason. If I have "Use System Keyboard Layout" checked in IBus settings the character ろ isn't mapped at all and if I uncheck it, a very large number of characters are mapped to completely different keys. When I look at the keyboard layout for Japanese Kana I've also noticed that ろ is unmapped. If it's not clear, I typically type using 1 keystroke being equal to a single character rather than typing in Romaji.

View 2 Replies View Related

Ubuntu :: Get Gedit To Guess At Character Encoding?

Jun 11, 2010

In W7 and WXP when you tried to open an image or non-text file using notepad, the software would guess at the character encoding and show a bunch of gibberish. this allowed you to edit the image to make it corrupt or (what I am trying to do) hide a message or text within an image file and still have the image display. Is there any way to do this with gedit or another text editor in the repositories? I'd prefer to not use a command line text editor such as vim or emacs.

View 1 Replies View Related







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