Ubuntu :: Xvfb And CutyCapt - Chinese Symbols Not Recognized
May 16, 2011
I use Linux * 2.6.18-164.10.1.el5.028stab067.4ent #1 SMP Fri Jan 15 03:06:15 MSK 2010 i686 build to configure xvfb + cutycapt, I need it to convert html to image. The package that I have already installed:
build-essential
xvfb
xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic
libgl1-mesa-dri
libqt4-webkit libqt4-dev g++
x11-xkb-utils
xserver-xorg-core
It seems like it works, but there is one problem. It misses chinese symbols when converts html to image. I thought that it is encoding issue and rechecked all my conf related that and set default encoding up to es_US.UTF8.
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
I'm testing these on the 2 computer. local and my vds. They both have Ubuntu 10.04. On the local machine all works fine, but on the vds it doesn't take chinese symbols. Where can I find the difference between machines configurations? I suspect it depends with X server configuration.
View 1 Replies
ADVERTISEMENT
Apr 5, 2010
By issuing the 'nm' command on shared library (internally using one static library), the functions exposed by static library is also being listed, Which allows to use internal functions which is of course not intended. I have one static library having A(), B() and C() functions. Creating one shared library which has function XYS() that is using A() and B() functions from Static library. While doing 'nm' on shared library, all the static library function are being listed.
Static Lib:
#include<stdio.h>
void A(char *msg)
{
printf("
[code]....
View 4 Replies
View Related
May 26, 2010
we have a vps account with hostgator. we asked them to install the cutycapt for me to be able to convert url to png. but i didn't notice that it needs x server. what options do i have for me to be able to run cutycapt? because i paid $40 to install that into my vps account. it's a waste of money because it's not working.
View 1 Replies
View Related
Sep 23, 2010
I had a CutyCapt package that i download from this link
I follow the instruction on that's page to compile it, but when I try to run the program. It unsuccess. the message is 'permission denied'
This's what I done.
Quote:
View 6 Replies
View Related
Feb 27, 2011
I am thrown in at the deep end and I am trying to get xvfb running but feel like I am doing a driving test blindfolded after a bottle of vodka when I go through the stuff google throws out when I search for help. I get the message when I try xvfb-run xvfb failed to start. I simply don't know where to start trouble shooting as I can't find or create an error log. I am using an aws systen and need it to keep running in the background so that I can use cutycapt, which is the main reason I have to work with it. I am on i386 with ubuntu maverick 10.10. I have installed the fonts and dependent software I think.
View 7 Replies
View Related
Nov 1, 2010
What I have is Xubuntu running as a VM with VirtualBox on my Windows 7 Media Center that is always on. I am trying to be able to remotely access an X display on that box to do network auditing/ various linux stuff from the various places I go. I would like it to be as simple as possible and leave no trace on the remote computer, so what I would like is to use a java-enabled browser to connect to an xvfb on xubuntu with SSL encryption. I almost got it working using cherokee/x11vnc/desktop.cgi but it only works once or twice and I get network errors even on localhost. I would rather just not have X running all the time on the VM and just have an xvfb display waiting/created when I log in remotely from a browser.
View 1 Replies
View Related
Jun 3, 2011
I am using RHN system. Today, I were running Yum, some errors appeared as the below. Before, I had never such problems. I tried to search some solutions in Google, but can not find it.
[root]# Yum install xorg-x11-server-Xvfb
or
[root]# Yum list updates
There was an error communicating with RHN RHN support will be disabled Error communicating with server. The message was: Connection timed out
View 1 Replies
View Related
Jan 4, 2010
I am trying to create a screen capture program with Xvfb server, ImageMagick and Khtml2PNG. I seem to be having some issues and was hoping someone could help me out. I have everything installed and working on a centos WHM/CPanel system and am able to generate the screen shots and save them to root folder from shell with the following commands.
Xvfb :2 -screen 0 1024x768x24&
export DISPLAY=localhost:2.0
khtml2png2 --sw 200 --sh 150 http://www.example.com example.png
It works 100% fine when you run it from shell.
[Code]...
View 4 Replies
View Related
Mar 13, 2010
Where i can get xephyr,xnest, xvfb source tarrballs from particular version?
i want to test something but i haven't found any.
View 7 Replies
View Related
Jun 2, 2010
I just installed Ubuntu 11.04. The drive was formatted when I installed so it's 100% Ubuntu. The only major problem I have encountered is that Ubuntu will not recognize my SD cards. I really need to access these cards, all my film footage is on there. I think the internal SD card reader (If such a thing exists) would have been deleted during the installation process. I am a greenthumb to Ubuntu and have never used it before so I am rather stuck...
View 7 Replies
View Related
Sep 18, 2014
I have a backup HDD with a different distro for my laptop and i can boot into it via external usb or if swapped into the laptop. This HDD/install in question is debian testing and was working fine, the issue arose suddenly. I was first suspecting a failure of hardware somewhere on the motherboard, but the hdd i was using with an external usb adapter also works when installed into the machine. also, the HDD is recognized once i have booted using the external HDD and distro, but it is not recognized by the bios. so i dunno, my first guess is something became corrupt within the testing install, but i guess its also possible that there is some wrong with the HDD but thats not immediately apparent as all the data is still accessible.
Should also note that the HDD with testing on it is also recognized when connected via the external usb adapter, while booted from alternative distro/HDD.
Also. just tried this, but i can get the testing HDD/disto to boot if connected externally. it was going pretty quick, but there i did catch a line about a corrupt filesystem. any commands to run to see what might be going on?? log files to look at?
View 0 Replies
View Related
Jun 9, 2011
I can see and edit chinese file in console by
vi testfile
I also can gedit the testfile and print it in chinese perfectly. But I can't see the chinese by cli to print file , can only see some small rectangles to instead.
lpr testfile
View 1 Replies
View Related
Jan 8, 2010
wanted to remove one of the informative symbols, at the top right of the screen next to the date/time, i right clicked it and went 'remove from panel' and all my symbols including the battery level and network connection indicators. I cant seem to get them back and their not in the 'add to panel' list
View 4 Replies
View Related
Nov 1, 2010
I have searched these forums and the net and for the life of me I cannot find a list of of all the options (ie. -a -b -c) I also have some interest in knowing what certain symbols do such as {};
View 6 Replies
View Related
Sep 11, 2010
display Chinese using gnome terminal I can input Chinese using VI thru gnome terminal but I can not input Chinese(Big 5) correctly on the command line I use scim/bridge as my input method
View 1 Replies
View Related
Nov 30, 2010
Firefox and Epiphany use two different fonts for displaying Chinese characters, one kind of grainy, and the other more smooth, respectively.(I attached a screenshot) Is it possible to make Firefox use the Epiphany font?
View 2 Replies
View Related
Feb 13, 2010
I'm using Kubuntu 9.10 and I have a problem with my screen. I use the nvidia driver downloaded from the website, installed manually as I always do. I wanted to update it, but when I press ctr-alt-F1 to go to the console to stop kdm, I cannot see the usual black screen, but only a very strange blinking screen with lines and colours, strange symbols like $ & %. This happens for every F1 until F6, then F7 luckily brings me again on the graphical desktop.
I tried to install the drivers from the "Hardware drivers" manager in Kubuntu, but nothing changed. I don't know if it's an issue related to the kernel or to the driver. But I don't know how to update it without F1 console, and however it's a serious issue because I cannot do anything in case of desktop failure. The kernel is the last officially released (I don't use the proposed repos), that is 2.6.31-19.
View 1 Replies
View Related
Jun 24, 2010
I'm getting a screen that has what looks a like a keyboard, equal-sign, then a person in a circle. This happens when I go to install it. I have made new discs and everything and nothing but the screen.
View 2 Replies
View Related
Sep 12, 2010
Some fonts cause some greek letters to appear as squares or symbols - while the rest appear correctly.
Is there any way to make all non-latin characters to use a font different than the one the latin characters use?
View 2 Replies
View Related
May 8, 2011
When I press the keyboard button: (- _) I would like to see a '_' on the screen instead of a '-'. How can this be done? {Lucid 10.4}
View 2 Replies
View Related
Aug 31, 2010
I am running Ubuntu 10.4LTS. The network symbol of two monitors shows up consistently up in the right hand corner of my monitor. I look at my network settings and it shows activity on eth1 as "never". But, I am on the internet fine.
View 1 Replies
View Related
Feb 17, 2011
I've been messing with a curses-based disk check tool in Linux called VDT (visual disk test). It puts out a nice little chart on the screen as it's going, but I have no idea what each unit of output on the chart means. I've read the man page several times, but there doesn't seem to be any mention of the visual output.
For instance, right now I have a chart that looks like this during a read test. What do the o's and the Z mean?
View 1 Replies
View Related
Jan 4, 2010
I'm on a project and I need to type Chinese. I'm new to this Linux thing (only a week) and very noobie.
View 2 Replies
View Related
Jan 27, 2010
I'm looking for a current primer on the options for Chinese input available for Karmic (9.10). I'm new to Linux, but have been using Chinese input method editors for Windows and Mac for some time. I found some info in these forums, but most of it is several years old.
Some specific questions:
1) I have enabled Chinese input through system>administration>language support, but it seems there is no option for traditional Chinese input via Pinyin, only through some of the other methods, like ¡.
2) I take is IBus is a general name for Asian language input in Linux, but I don't quite understand if it's the only option out there. Also, did it replace SCIM?
3) This being open source, I'm guessing there are tons of input method editors out there to try. Is there some sort of repository I can search.
View 9 Replies
View Related
Sep 4, 2010
Well, I was randomly taking a look at my vsftpd log today, and came across something unusual to myself. About a week ago a computer tried to connect to my computer repeatedly with bogus default usernames. There were many attempted connections with usernames such as 'user', 'root', 'linux', and 'login'. Probably about 1000 attempts, within about 2 seconds of each other.
View 9 Replies
View Related
Oct 8, 2010
Ive had my server up and running for a few weeks now, everything has been good. My one small hitch is that while in the console I need to be able to see Chinese Simplified characters. I dont really need to type them, but I do need to be able to read them. How do I go about adding support for simplified chinese?
View 2 Replies
View Related
Jan 21, 2011
I hope this is an appropriate place to post this - if not, so sorry & just let me know where I should start the chat: I run a dual booted (Win Vista & Ubuntu Studio Lucid) Dell Inspiron Laptop (2.2 ghz core2duo, 4 gb ram, 256 mb vc, 500 gb hdd).
At random times when I boot into Ubuntu, (right away after grub) I get a black screen with one line of dark red Chinese charachters at the top of the screen and then it just freezes there. Have any of you ever heard of this, and if so, could you enlighten this nOOb? All I do to fix it is reboot, and often this will fix the issue. Is it possible that my system been compromised through installing stuff from medi/univ/multi?
View 8 Replies
View Related
Mar 14, 2011
My system is English edition but for work... I have to input Chinese and be able to read chinese documents
View 1 Replies
View Related
Jun 30, 2010
I have no problems displaying Chinese characters in IE in Windows and I just switched over to Ubuntu.
I have gone to view-> Character Encoding and set it to simpified Chinese but the screenshot still looks like the attachment.
I see only squares. What should I do?
View 8 Replies
View Related
May 16, 2009
I'm a Chinese user and installed ubuntu server. I choosed Chinese when installing and the console could display Chinese, but when finished installation and rebooted, the console couldn't display Chinese filename. Any body knows why and which terminal was used when installing?
View 1 Replies
View Related