Ubuntu :: Switch Language During The Session?

Jun 2, 2010

Is it the way to switch language during the session (probably will reload session)?

View 3 Replies


ADVERTISEMENT

Ubuntu :: Can No Longer Switch OS Language

May 22, 2010

All the installed languages are listed in the pull-down but, except for English. they are all grayed out. I can't switch to anything. I even tried uninstalling the English, leaving only Korean, and rebooted, but it still rebooted to English (and still listed Korean as the only language available). It said the system was incomplete and I needed to download some software, so I did, but that just resulted in English returning to the menu, which was selected and everything else still grayed out.

View 1 Replies View Related

Fedora :: How To Switch System Language?

Jun 17, 2010

how to do i switch my system language?

View 2 Replies View Related

Fedora :: XRDP Server - Use RDP Session With Native Language

Sep 20, 2010

To install XRDP server do

[code]...

To connect server use mstsc.exe in windows, rdesktop in linux - if you do not have it yum install rdesktop. But if you use different from english localasation of fedora, you will see only english Gnome and instead of your local fonts in terminal

[code]...

Now you can use fedora RDP session with your native language.

View 2 Replies View Related

Fedora :: Can't Switch Keyboard Layout To Another Language / Solve This?

Jan 14, 2009

I have installed LXDE recently and I'm very happy with it,but there's one problem,which is that i can't switch the keyboard layout to another language,which in my case is Arabic,how do i solve this problem?

View 6 Replies View Related

OpenSUSE :: Switch Language And Don't Restart Or Logout The System?

Mar 14, 2010

I have a primary language, Italian, and I want also use a secondary language, English. I want to switch language in order to have all the writings and messages in English not to write special characters by keyboard. I switched language in both kde system settings>Regional & language and in yast system>language leaving the keyboard layout Italian, but in the kde menu (the lizard on the left of panel) the groups of applications (multimedia, giochi, sistema) are in Italian and yast too (impostazioni amministratore), instead others are in English.

1)is this a bug or I forgot something?
2)which is the differences switching languages by yast and by kde system settings?
3)Is it possible to switch language and don't restart or logout the system?

View 9 Replies View Related

Ubuntu :: Language Item - Which Enables You To Switch Between Languages - In The Upright-corner Has Disappeared

Mar 7, 2011

The language item (which enables you to switch between languages) in the upright-corner has disappeared. How can I bring it back?

View 1 Replies View Related

Ubuntu :: Can't Switch Session Type

May 12, 2010

So, I thought I'd try Gnome as the default session. Using System...Administration...Login Screen, I selected Gnome as the default session.

When I rebooted, I see an ititial login screen, but when I click on anything, all I get is a black screen and a mouse pointer.

So now I am trying to switch back to the default. So I reboot, hit esc and drop into a root shell, type startx, and I get back to the default environment.

Now, however, When I try to use System...Administration...Login Screen, unlock does not work. I also tried by using su to change from root to my regular ID, but still, when I click on unlock in the login screen settings dialog, nothing happens.

How can I correct this? Is there a text file I can edit as root that will alow me to change things back to default?

View 4 Replies View Related

Debian :: Switch Session Using Xdm?

Jun 8, 2010

I have xdm as my login manager, but I wanted to give some other window managers a try. I currently use Xfce, but I'm wanting to give WindowMaker a try. How would I choose this on login?

View 14 Replies View Related

Ubuntu :: Support For Language While Keeping English As Language Used To Display Desktop?

Mar 5, 2011

I have some music in another language, but when I open the songs in Banshee, their song names just come up as weird characters (like μ).I went to [System --> Administration --> Language Support] and installed support for that language, but the songs still come up like μ. (But in Nautilus, their proper names show).

I know the solution is to change my whole system language to that language, but I don't want to do that, as I am not very fluent in it. Is there any way to enable support for that language while keeping English as the language used to display my desktop?

View 1 Replies View Related

Ubuntu :: Language Support - Each User Can Select Their System Language When Login?

Nov 1, 2010

One computer .... three users .... three languages. How do you make that happen? User A speaks English and is happy with English. No problem. User B needs to use Chinese and would like the full system in Chinese. User C needs to use Thai and Chinese. They would prefer their menus to be in Thai and can use iBus for Chinese entry. How do you set up the system so that each user can select their system language when they login?

View 4 Replies View Related

Ubuntu :: Change Keyboard Language To Specific Language By Hotkey?

Jun 13, 2010

is there some way to change keyboard language to specific language by hotkey?

For example:
Shift+Alt+1 - English
Shift+Alt+2 - Russian
Shift+Alt+3 - Ukrainian

View 2 Replies View Related

Ubuntu :: Keyboard Language Standardized In Wrong Language

Nov 28, 2010

While installing Ubuntu 10.10 I chose the wrong language for my keyboard. I tried to fix this in keyboard preferences and it seemed to work. The correct one I need is USA (and don't know exactly the difference between USA and USA alternative international). But every time I boot my laptop I get the old language back (Dutch) while USA is above the others in my preferences.

View 1 Replies View Related

Fedora :: Language Of Boot Message Change To Other Language?

Jan 7, 2011

When I boot the fedora system,disable the plymouth,the language of booting message showed is english.Can it change to other language,chinese?

View 2 Replies View Related

General :: Can't Differentiate System Language From Keyboard Language?

Apr 14, 2010

i recently got a french msi wind U100x running on linux suse enterprise 10 sp1. (i am french and wanted a light netbook with french keyboard)i am totally new to linux and i believe that msi wind is not helping.because i am more used to english for settings, i set the main language to english, but it seems that it automatically reconfigures my keyboard mapping to english as well, so that azerty becomes qwerty.i reset it back to french, so now my keyboard is french, but so is the system.is there a way to differentiate keyboard from main user setting language?

View 3 Replies View Related

Ubuntu :: Session Manager / Select As A Startup Session?

Nov 1, 2010

Is there a session manager I can use with 10.10? I would like to try Openbox but am not sure how to select it as a startup session. I would like to be able to choose between kde, gnome and openbox.

View 1 Replies View Related

Slackware :: Script - Telnet Session Is Opened And Then Some More Commands Are Forwarded To That Session?

Apr 12, 2010

hypothetically speaking, can i write a script in which a telnet session is opened and then some more commands are forwarded to that session?

View 4 Replies View Related

Programming :: Hashing The Components Of An Tcp Session To Assign/locate The Session In A Hash Table Bucket?

Nov 10, 2010

I have a very bad attempt at hashing the components of an tcp session to assign/locate the session in a hash table bucket. I am pretty sure that it has a very high collision rate and when there are a very large number of tcp sessions my application is having to search a long linked list to find the session within the bucket.

All the hashing functions I have found take a single string input where I need to input several integers and hash them into a single result. My guess is that any real hashing function is going to produce better results than what I am currently doing.

[Code]...

View 2 Replies View Related

Hardware :: Replace Fibre Channel Switch In CentOS5.3 (cluster) For Regular Switch / Hub?

Jul 28, 2009

Can the fibre channel switch in the centOS5.3 cluster edition be switched for a regular router or hub?
If so how would one do this? If not why does the switch have to be fibre channel?

View 1 Replies View Related

CentOS 5 :: Writing 2nd Session Of Multi-session DVD?

Jan 22, 2010

I am putting together some new systems for my customer and I'm having some trouble with a script that we use to back up files to a DVD R. The problem is that I can't write a 2nd session to the DVD unless I eject the disk and reload it. The drives are slimline type drives, Sony BD-5730S and Teac DV-W28S-V93, so they won't reload without human intervention. Opsys is CentOS 5.4 or RHEL 5.4. I've tried both AMD and Intel based mother boards. If i try this on Fedora 11 or 12 it works fine. This works on IDE attached drives but not a SATA attached drives. Fedora appears to use something called genisoimage instead of mkisofs. I can't get genisoimage to run on CentOS or RHEL.

Here's the code to setup the test files:

rm -f /tmp/BDtest/*
mkdir /tmp/BDtest
dd if=/dev/zero of=/tmp/BDtest/blank.iso bs=10M count=1
for NUM in {1..160}

[Code].....

View 2 Replies View Related

Ubuntu Servers :: Restrict User Session Numbers And Allow Resuming Previous User Session?

Jun 30, 2010

I am currently in a project to set up an LTSP server with 10 thin clients. I am using Ubuntu 9.10 (Karmic).

Installing server and booting clients are working fine. Now, according to the need, I have to restrict user session numbers and allow resuming previous user session.

I have achieved to do the first one, but still could not able to setup the second one. As per requirement, if some thin can have power failure, the same session should be restored back. I am confused here, if I need to focus on saving xsessions or saving gnome sessions. I am looking for a concrete solution as I am running out of time.

View 1 Replies View Related

General :: Switch Between Computers Using KVM Switch?

Mar 14, 2011

I am using a Fling KVM switch (by Belkin), to connect 2 computers to my monitor One computer is running XP and the other is running Linux. My wireless switching mechanism has just gone the way of the saints but Belkin has supplied a software solution for this occurrence. There is a small app called Fling (surprising) that allows me to switch from the XP machine to the Linux machine but nothing to switch back to the XP. What I need to know is there a similar app for the Linux computer. (NB I have tried Synergy but have no idea how to set it up - I've been told that synergy might work).

View 1 Replies View Related

OpenSUSE Install :: Cannot Open ConsoleKit Session: Unable To Open Session

Apr 11, 2010

The following message comes up when I boot up: Logging in user Warning: Cannot open ConsoleKit session: Unable to open session: Launch helper exited with unknown return code 0. When I press OK, the system completes the start up and everything looks normal. But when I try to connect to internet, I get the following message:

KNetworkManager cannot start because the installation is misconfigured. System DBUS policy does not allow it to provide user settings; contact your system administrator or distribution. KNetworkManager will not start automatically in future. If I reboot the system, I logg in successfully. So far the problem has appeared approximately upon every second time I boot up. Rebooting the system seems to take care of it.

Don't know what info is of interest. I'm using

Opensuse 11.2
KDE 4.4.2 (Factory)
After upgrade from 4.4.1 to 4.4.2 it worked fine for a week or so.

View 9 Replies View Related

General :: Session Timeout - What Is Considered A Idle "session" ?

May 11, 2010

Info about session timeout.

I use tmout = 15 min in my /etc/profile (along with readonly tmout). i have some issues i need to address, looking for ideas.

1. what is considered a idle "session" ?

2. if i & a process to the background and do nothing is this a idle session?

3. if user uses su to a higher level, are there now two sessions? is the tmout for user suspended until su user time outs or leaves su session?

4. i have some users who will run long sql queries. is there a workaround to have the session remain active until process has finished?

View 3 Replies View Related

Slackware :: 13.1 Beta1 - Cannot Open ConsoleKit Session - Unable To Open Session

May 13, 2010

I do a clean install of slackware64 13.1 beta1 with KDE and switch default runlevel to 4 in /etc/inittab.

I try to login in kdm, I always come back to the login....

I try this with default runlevel 3 and an .xinitrc with "ck-launch-session startkde" .. works without problems, so I switch back to default runlevel 4, now i can login and only get the error "Cannot open ConsoleKit session: Unable to open session..."

Here are some logs

syslog

Code:

Code:

View 2 Replies View Related

OpenSUSE :: Consolekit Session Error "Consolekit Session Error, Unknown Return Code 0"

Apr 6, 2010

when i start my pc i have an error: Consolekit session error, unknown return code 0 when i click Ok it then starts my session

View 7 Replies View Related

Ubuntu :: "Switch From ..." / "Switch User" Does Not Work?

Feb 15, 2011

Whenever I try to "Switch from [username]..." I get locked screen with the options to "Leave Message", "Switch User" or "Unlock".If I click to "Switch User" the password box just disappears (as if one tried to unlock with an incorrect password). The only thing I can do is unlock the screensaver and resume my login session.I can not seem to switch users.Does anyone know why "Switch User" is not working?

View 9 Replies View Related

Ubuntu :: Changing The Language Of OS?

May 21, 2010

Can I change the language of the OS once installed?

View 1 Replies View Related

Ubuntu :: How To Install Go Language

May 30, 2010

I want to install GO distribution in my ubuntu lucid 10.04
I followed installation procedure at http://golang.org/doc/install.html but it was not clearly disclosed!

can any one say the exact procedure for installing GO
( Assume that no additional package was installed before)

View 1 Replies View Related

Ubuntu :: Set The Language Preferences?

Jun 1, 2010

I'm wanting to have both English and Japanese on my system,but I'd like to have all English or all Japanese.I'm getting a mixture of both. What do I need to do to set this correctly?

View 3 Replies View Related







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