I recently installed gnome 3, using the ppa -> dist-upgrade -> install gnome-shell method. IBus used to work fine with gnome 2.3 and unity, but in gnome 3, the icon is still there, the deamon is still running (I presume) but no matter where i click, it always shows 'no input window'... (for example, i can't type anything other than English here...).
For years I have been using scim-anthy for Japanese input under Linux. However just moving to ubuntu 10.10 I noticed that the development for scim has ceased and lots of people recommend moving to ibus. So I tried: I got ibus and ibus-anthy installed. I choose ibus as keyboard method input system under System->Adminsitration->Language Support ibus is up and running. I can see the icon. In ibus opreferences I added anthy under Input methods. I restarted X resp. the whole computer. I can choose Japanese-Anthy when clicking on the ibus icon. But nothing happens. I am still writing latin characters, no anthy popped up (like it used with scim), nothing.
I have just installed ubuntu 11.04. Now I have installed, from the language support, the bengali language. And now select input method as ibus. Now when I am going to ibus preference to select input method, it is not showing any language, except chinese, which was installed by default. I am using ubuntu 11.04X64 bit version
CJK input via ibus works for Qt4 applications such as Kate and Kwrite.However, CJK input via ibus does not work automatically with Qt5 applications, such as sqlitebrowser. I can get ibus running with Qt5 applications if I launch the application from the console like this:
Code: Select allQT_IM_MODULE=ibus sqlitebrowser
Is there way I can get ibus working with Qt5 applications automically without needing to add "QT_IM_MODULE=ibus" all the time?
I just heard about the newly developed input method IBUS (ibus - Project Hosting on Google Code) the other day. Supposedly, it fixes a number of problems of SCIM (which, unfortunately, is pretty much dead upstream), and both Ubuntu and Fedora are moving toward making IBUS the standard input on their systems.
Interestingly, there's nothing on the openSUSE forums yet, so this thread is supposed to fill the void and become, eventually, a how-to guide for running IBUS on openSUSE 11.2. I've tried to get IBUS running the past few days, but without succcess so far. Perhaps some of you how got it up and running already can help me out?
[Code]...
The IBUS website also mentions the repository Index of /repositories/home:/swyear for openSUSE, but as far as I can see, the IBUS files don't exist there anymore.
how to get IBus input methods to work in Adobe Flash Player? I want to type foreign characters in SharedTalk, a language exchange website which unfortunately runs entirely on Flash, but pressing ctrl-space to activate IBus does nothing and I can only type in Latin characters.
Or if it's possible by using something other than ibus, I'd also be interested.
I did a search but I can only find threads like [URL]this which refer to older Flash versions and claim that it's fixed now.
ibus works in a freshly installed wheezy with gnome, but it doesn't work in another system where I use openbox without desktop environment. The ibus-daemon is running and the icon is shown in the panel but the key sequence Ctrl+Space has no effect.
I want to create a script to send input to an already open window from the command line. The reason that I want to do this is to automatically control a game running on a emulator screen. So, for example, I want to send commands like "up" "up" "w" "s" ..
I currently have a Monitor which accepts VGA, DVI and HDMI input, it is connected to my PC with a VGA Cable and my X-Box with an HDMI Cables, to switch between them all I have to do is click a button on the monitor to switch the input source.I was wondering if it is possible to get the HDMI stream while the VGA is connected and push that to the monitor in the form of a Window on the screen.Does anyone know of an application to do this, or if it is even remotely possible?EDIT: I just noticed VLC Media Player has the option to stream my desktop, would it be possible to use that to stream from the HDMI input too?
I run Natty 64x (new install) and have setup to use two seperate x servers and no xinerama. When I start my computer everything seems fine on both monitors but once desktop is loaded and I start an app in the second monitor, I can't type anything and the window borders are missing. If I type "DISPLAY:=0.1 metacity" the problem gets fixed but I get an error that a window manager is running already.
I installed Fedora 11 on my system (see below) using the i686 DVD. The graphical install worked just fine, and after the system booted back up, the X server was working very well.
There is no boot text. On the other system with Fedora 11, I can see the boot text scroll by in the window and/or a progress bar at the bottom of the monitor during the boot sequence. On this system, the monitor says "No Input", and nothing appears until the login prompt for the X window. I am able to enter the BIOS configuration page and navigate through it without any issues. I can also edit the grub commands before Fedora loads without a problem.
If I boot in text mode, no login prompt appears. If I wait long enough, the monitor enters the power save mode since it is not receiving a signal. I am able to log in to the system with my user name and password, and then start the X server. Once the server starts, the monitor turns back ON and all is well.
From the X window, I use the CTL+ALT+F2 key to enter text mode. The monitor stops responding. If I press the ENTER key a couple of times, then press ALT+F7, I can briefly see the text window with a couple of login prompts before the X window starts responding again.
How can I get the text mode to work? Why is there no input to the monitor when booting?
System: Intel D945GSEJT motherboard with Intel Atom N270 processor 2GB RAM 120GB SATA Hard Drive Fedora 11 i686
I am using a microphone to record a sound with gnome recorder. All I get is noise. If I am yelling at the top of my voice, then I get a feeble sound o/p in mid of a lot of noise. I know my mic is alright. I use skype and during a call, the other person can hear me very well. So the problem is not mic. So I shall have to tweak the gnome recorder to get a better o/p.
I'm running a 13" white Macbook. The keyboard worked fine, until today. I logged in and half the keys didn't work, the other half were numbers not the letters they were supposed to be. This started after log in, meaning I was able to enter my password properly: The problem starts when gnome boots up.
By copy and pasting, I installed Kubuntu, where the keyboard also works properly, so this is clearly a gnome problem. I haven't ruled out malicious software, which seems like the next step: How do I verify and replace all the software (gnome) that might be corrupted?
I want to record a streaming-audio (not capture), to use an alarm sound. I opened up gnome-sound-recorder, but I don't see input drop-down menu. I tried Audacity, but it's missing the menu, too.I saw the specification sheet of my laptop, but it only says Mobile Intel� GS45 Express Chipsets, I'm not sure if it manages sound, too, but the sheet doesn't have any information about sound chip set.dd: It seems like I can't change this to 'solved'. I cannot say it is solved, as I don't yet see the drop-down menu in gnome-sound-recorder, but with PulseAudio I can perform the task, so it can be regarded as solved?
I'm trying to get a script to open a gnome-terminal and input commands into it, just as you would typing them in. That way, I can automate commands using bash, even if the terminal is running a non-bash program like telnet, mysql, vim, etc.
So, for instance..
I would like to open telnet to connect to a mud (I'm aware of the security concerns) and input commands through a script.
This way, I can log in, enter name/password, and do some start-game stuff automatically.
This isn't just for a mud, though. I'd like to be able to script inputs for any terminal application... maybe automate vim, mysql, or whatever.
The whole screen goes dim for any of the below examples. running "compiz --replace" fixes it until any of the below happens again. When the screen is dim, a new window opened (ex: firefox new window or a new gnome terminal) is full brightness while the rest of the screen stays dim.
Following causes the screen to go dim: In the screen saver - hit the delete key to backspace when the password field is empty. in firefox - ^f to find on a page - start typing and as soon as the find field has text that does not exist anywhere on the page "Phrase not found" the screen dims. in gnome terminal - the profile has the terminal bell checkbox ON - hit backspace on a bash input line with no text on it.
While I can find my way around most things, terminals and desktop managers are different than I remember. One of the biggest problems that I am encountering today is that when running a gnome terminal (this is Suse 10.0 enterprise), I'm getting behavior in the window that I don't want. Specifically, when I type, my typing is underlined as if something is trying to spell check my window. Further, it seems as if when running vi or less, my keystrokes are only processed by these apps when I hit 'return'. I.e. if I'm running less and want to go back a page, I'll hit b, but nothing happens until I hit 'return'.
I seem to have tracked this down to the 'input method". Right clicking in the Gnome terminal allows me to set my input method to one of a dozen values. It seems that currently, it's set to "SCIM Input Method". If I then select 'default' or 'X Input Method', apps (i.e. things like less, vi, and even the bash shell) behave as I would expect.
a) what is this SCIM input method
b) how can I make it so that it is not the default?
I've poked around various configuration files in my home directory as well as in /etc, but I can't see to find how this is set.
I installed kubuntu-desktop on ubuntu 10.04 and used 'dpkg-reconfigure gdm' to change it to kdm. Now when I log in application windows are not using default kde decorations, but they use gnome decoration. how do i change it to kde one?
I've installed ubuntu 10.4 and i've got a great wallpaper for a the background durring logon but the logon box (enter username/password) is covering up the focal point of the background.Is there a tool or something that lets me "easily" move the logon window? If not, is there a way to manualy edit a config file or something to move it to... the top left for example ( 0,0 ) or (100,100)?
Does anyone know if it's possible to specify a screen location when opening a window in gnome? I have created a custom launcher on the top panel in gnome. It launches a bash script that I wrote, but the script requires input that can change. The launcher command is like this:
Code: gnome-terminal -x bash -c "buildit"
The functionality of it works great. What I would like to do however, is control where the gnome-terminal window actually opens. It seems be random and based on other windows that are open. So sometimes it opens on the top-left of the screen, other times it's the bottom-left, etc.
I use Compiz as my window manager (e.g. under System > Preferences > Appearance > Visual Effects I have chosen the "Normal") with an Nvidia 8600GT (driver version is 260.19.06).
Is there some way I can control the screen location (maybe specify the x,y coordinate) of where I want this window to open? Ideally it would be great to force the window to open directly below the icon in my panel. Is this even possible?
panels can be made transparent by clicking on preferences/background.
But for some reason there is no obvious way to change the transparency of applets. Their transparency depends on the current theme. For example with the theme "radiance" window-switcher and date are opaque. With "human-clearlooks" both are transparent.
Is there a way change the transparency without changing the theme?
GNOME has a feature where it darkens windows when the program is hung up on a calculation (I think this is the condition under which it darkens anyway.)Not sure what this feature is, but I want to turn it off. Don't know how to go about this, as I don't even know what the feature is called. Anyone know how to turn it off?(It tends to darken a program I use when the program is actually not getting hung up in any appreciable way.)
I recently went through a desktop crisis after removing unity from 11.04, installing openbox, hating it, and then installing Gnome 3. What's weird is certain applications like chrome and some other system things appear to use the theme I have (as in, they look nice) but windows like terminal, file browser, and most other applications including the default log in screen all look like windows 95.
you can see the square unstyled buttons. I'm just wondering how to apply a full on system theme to apply to all windows in gnome 3. tweak-gnome didn't look like it could do it, and after running through the themes (redmond, clearlooks, etc) they didn't have any impact on these windows.
the resize of the window in gnome in 11.3 was by dragging a blue screen indicating the resize area of the window now its by dragging the whole window which results in a very sluggish experience on my intel VGA here how can i change it to the old blue way ?