General :: Use Above Setxkbmap Command To Enable Multi_key

Apr 12, 2011

I've only recently learned how to use the "Multi_key" function of the X windows system... I learned how to set a compose key from: [URL]... Which I found via google. It gave both directions for defining a compose key in the xorg.conf file. which method did NOT work for me on Arch Linux even after a full reboot. I'm not all that concerned about that however, because I find the temporary setxkbmap method more appealing anyway. A simple ~/bin bash script which if $1 begins with -h will less /usr/share/X11/locale/en_US.UTF-8/Compose and will otherwise run the command

[code]...

IF I use the above setxkbmap command to enable a Multi_key, is there also a setxkbmap command I could issue to disable it?

View 2 Replies


ADVERTISEMENT

General :: Run Setxkbmap At Startup?

Feb 23, 2011

I have a problem with my keyboard on Kubuntu 10.10. The specifics of the problem are not really relevant right now. I can fix it by running 'setxkbmap br' on the command line. It's good for the entire session (KDE). But I often forgot to do that, so I want to have that done automatically. I tried adding it to my .tcshrc file, it didn't work. I tried adding it to /etc/rc.local, it didn't work. Where can I insert that line and have it run automatically? Please note that my login shell is tcsh, not Bash.

View 8 Replies View Related

General :: Setxkbmap Doesn't Update Xkbprint

Mar 22, 2011

When I change my keyboard with setxkbmap I want to see the updated layout via xkbprint, however xkbprint always seems to print the same thing regrdless of any changes i make. Am I missing some option or something?"xkbprint :0" before viewing it?

View 1 Replies View Related

General :: Enable Caps Lock By Using Echo Command?

Dec 23, 2009

How can i enable caps lock by using echo command. I know that by using syntax echo -e "33[3q" this only turns the capslock led to glow. but the capslock is not working i.e. the words are typed in small case only.

Then by using xmodmap command i.e. syntax xmodmap -e "remove lock = Caps_Lock" or xmodmap -e "add lock =Caps_Lock" doesn't work. On running this it shows unable to display.

View 1 Replies View Related

General :: Enable Crontab Command For Normal Users?

Nov 18, 2010

I have install RHEL5 and created normal user as "test". When I login as root user, I can run crontab command but when I login as test user, I can't run crontab command and throws error as "cron/test: Permission denied". how to enable crontab command for test user as well?

View 3 Replies View Related

General :: Enable Capslock By Using Echo Command - Glow The Led ?

Jan 2, 2010

can anyone tell me how can one enable capslock by using echo command. ofcourse we can glow the led by using the echo command.

Its syntax is echo -e "33[3q"

On searching i found that by using $xmodmap -e "add lock=Caps_Lock" we can enable capslock. but its not working.

View 1 Replies View Related

General :: Enable Printer In CUPS Using Command Line?

Oct 22, 2010

How to enable Printer in CUPS using Command Line?

View 3 Replies View Related

General :: Netboot In GRUB - Enable Boot Command ?

Jan 6, 2011

I am trying to use netboot functionality available in GRUB(legacy). I just compiled GRUB with --enable-diskless and --enable-rtl8139 options and installed in USB flash drive. I am getting the grub prompt when tried to boot from that USB. But not getting boot command..what i need to do to enable boot command??

View 5 Replies View Related

General :: Disable Security - Enable Through Command Line?

Dec 27, 2010

I am using Fedora 14. By default Security Enhanced Linux is enabled in Fedora 14. Now is there any way to disable it by command line and then again enable it through command line.

View 3 Replies View Related

General :: What Is The Best Place To Put "setxkbmap" Setting

Jan 5, 2011

To autorun it. Where to put it if I use Gnome?

View 1 Replies View Related

OpenSUSE :: Setxkbmap And Xmodmap Always Conflicting

Jan 26, 2010

To reeanable CTRL-ALT-BKSP (since 11.2), you use:

setxkbmap -option terminate:ctrl_alt_bksp

It works. However if you map keys with xmodmap, it's gone. In whatever order you use them, setxkbmap and xmodmap are always conflicting. Running xmodmap immediately disables CTRL-ALT-BKSP, while running setxbbmap reverses key mappings to their default.

View 3 Replies View Related

Debian Multimedia :: GNOME 3 Startup Setxkbmap

Jul 19, 2015

I'm trying to execute a custom setxkbmap command upon startup so that I have the correcty layout when logging in.

I have tried placing the command in different files after reading through the man pages for Xsession, Xsession.options, xinitrc etc.

~/.gnomerc
~/.xsession
~/.xinitrc

but to no avail.

View 11 Replies View Related

Ubuntu :: Deluge WebUI Enable / Re-enable Subsequently Unable To Re-enable It (doesn't Appear In The Side Panel Again)?

Feb 10, 2010

I recently installed Deluge 1.2.0 from the following PPA:[URL]I using this on two different Linux computers. One is running Linux Mint 8 and the other is running Ubuntu Netbook Remix 9.10. The first time on either computer when I enable WebUI in the Deluge GUI it works fine. However if I ever disable it in plugins section I am subsequently unable to re-enable it (doesn't appear in the side panel again). Rebooting or reinstalling Deluge seems to have no effect.Is this a bug or am I doing something wrong?

View 3 Replies View Related

Debian :: Enable Sudo Command On 8.0

May 23, 2015

[URL] .... On ubuntu sudo command works out of the box. Is above how you make sudo command work on debian 8?

View 6 Replies View Related

Ubuntu Networking :: How To Enable Wireless On Command

Jul 21, 2010

I have a LG S1 PRO, that to activate the wireless is necessary Fn + F6. How do I enable wireless on command? Since you can not activate in ubuntu with these keys.

View 9 Replies View Related

Ubuntu Servers :: Installing File Sharing Using EBox - Failed To Enable: "root Command /usr/share//ebox-samba/ebox-samba-enable Failed"

Sep 27, 2010

Installing file sharing using eBox and get the following error:

[Code]///

View 1 Replies View Related

Fedora :: Enable The Internet Connection In The Command Line?

Mar 17, 2010

I tried:

Quote:

ifconfig dsl up
ifconfig up dsl
ip link set dsl up

But I think I should have typed:

Quote:

ifconfig ppp0 up

Yesterday I was lost, I updated the drivers for the nvidia card and that broke X, since my internet is not up and running when booted I was wandering how to call it from the command line since that was the only thing I could see.

View 10 Replies View Related

Fedora :: Enable Ctrl Alt Backspace Command Line?

Jan 27, 2011

Since I wasn't able to figure out how to enable ctrl alt backspace in kde I thought I would explain how to do it from the command line. Open /etc/X11/xorg.conf as root. Then add this to the file.

Code:
Section "ServerFlags"
Option "DontZap" "false"
EndSection
http://fedoraproject.org/wiki/Fedora..._release_notes

View 3 Replies View Related

Fedora :: Enable / Disable Compiz From Command Line In F14

Feb 23, 2011

Enable:

Code:
gconftool-2 --type string --set /desktop/gnome/session/required_components/windowmanager "compiz-gtk"

Disable:

Code:
gconftool-2 --type string --set /desktop/gnome/session/required_components/windowmanager "metacity"
Log out and log back in

View 2 Replies View Related

Ubuntu :: Cant Remember Sudo Command To Enable Root?

Jul 2, 2010

I have done this before and its driving me insane, i just cant remember what command it was and google isnt revealing anything either.i usually type:"sudo command" and it asks my password which is ok, but i have a bunch of commands to issue as root and dont want to have to type sudo each timethis is what I want to see:

View 3 Replies View Related

Fedora Networking :: Enable Automatic DHCP Through Command Line?

Jul 15, 2011

How to enable automatic DHCP on Fedora15, in network settings, i chose method Automatic DHCP on IPv4 settings and in proxy settings , i chose method as automatic. However, it is not working.

View 1 Replies View Related

Ubuntu Installation :: Enable Nvidia Driver From Command Line?

Mar 22, 2010

I'm having problems with my Nvidia card. X doesn't work after installation (9.10), only command prompt. I've read the instructions at http://www.psychocats.net/ubuntu/nvidia on how to enable Nvidia drivers, but the instructions are only for GUI, which I don't have.
Anyone knows how to enable Nvidia drivers from command line ?

View 2 Replies View Related

Ubuntu :: Enable Remote Desktop By Command Line In 10.4 Lucid

Jun 26, 2010

how to enable remote desktop by command line in 10.4 lucid? The command sudo gconftool-2 -s -t bool/desktop /gnome/remote_access/enabled true doesn't work, because when I open /system/pref/remote desktop, it is still not activated.

View 5 Replies View Related

Software :: Fontforge Install --enable-tilepath: Command Not Found?

May 11, 2011

I'm trying to follow this tutorial to install Fontforge on Ubuntu 11.04. (I did download it from the Ubuntu Software Center but it had some problems) I'm following the section on installing it from source code on GNU/Linux. Everything has been fine up to this point:

"Now configure, compile and install FontForge:
cd ~/src/fontforge/;
./configure --enable-pyextension --enable-type3 --enable-pasteafter

[code]....

View 3 Replies View Related

Ubuntu Networking :: Enable And Connect Mobile Broadband From Command Line Script?

Jul 27, 2010

I have a Sony TZ270N running Ubuntu 10.04 splendidly. The Sprint Mobile Broadband works great, but it's a bit cumbersome to activate. Specifically, to get it to work I need to:

echo 0 > /sys/devices/platform/sony-laptop/wwanpower
sleep 5
echo 1 > /sys/devices/platform/sony-laptop/wwanpower

Then I wait another five seconds, right-click on the networking icon, choose "Enable mobile broadband", then left-click on the networking icon, and choose "Connect to Sprint Connection". I do this multiple times a day, and it's just a bit of a pain, especially when in a hurry. Accordingly, I'd like to script it so I can do the whole thing with a single command.

I've already put the above echo statements into a script and it works great; is there any way to script the actual start of the PPP session itself -- with the caveat that I'd like the networking icon to accurately reflect the latest state?

(In other words, I don't want to bypass the networking icon and just launch the PPP session in the background -- I want it to show that I'm connected, and still let me manage the connection via the icon after connected.)

View 3 Replies View Related

Ubuntu Multimedia :: Command To Enable And Disable A Secondary Monitor Using The Nvidia X Server?

Aug 16, 2010

I need to find out a command to enable and disable a secondary monitor using the Nvidia X Server. I've got a monitor attached to my laptop that I don't use all the time and would like to just have a launcher to switch between "twinview" and "disabled" quickly rather than having to go through the menus. It's physical position is vertically above the primary monitor so I have to put in a custom position every time I enable it.

View 8 Replies View Related

OpenSUSE :: (setxkbmap) Can't Use "ALT_GR"/"left ALT" Button After Using It?

Feb 12, 2011

and my only solution to switch keyboard is to use setxkbmapnow after i define keyboards layouts to switch and chose ALT+Shift to switch it goes "bugged"using the right ALT will switch the layoutsand i'm not able to write the "other" lettersP.S : this is the command i use�setxkbmap -option grp:switch,grp:alt_shift_toggle,grp_led:scroll fr,ar�

View 1 Replies View Related

Fedora :: Recompile Squid To Enable - Enable-storeio - Coss

Aug 11, 2010

How to recompile squid under fedora 13 to insert this arguments ---> --enable-storeio=diskd,coss

View 2 Replies View Related

General :: Ubuntu 10.10 And Command Line Scripts - Error - Android: Command Not Found

Mar 26, 2011

I know my way around MS Windows much better, but I just don't feel right trying to program something for Android on a Microsoft operating system. I am interested in Android programming so I followed the instructions on [URL] to install the environment on my computer...

I just installed the JDK, SDK, Eclipse successfully (or I assume):

* When I get to Step 4 where I'm supposed to run 'android' it will not run. I get the error message "android: command not found" (I am definitely in the right directory).

** When I double-click it in nautilus, it opens up in gedit. I can set the permissions in nautilus (through the properties - Allow executing file as a program) and get it to work,

My system:

Intel i7
Ubuntu 10.10 Maverick Meerkat
android-sdk-linux-x86
eclipse 3.6.2

View 5 Replies View Related

General :: Append Command Output To File By Giving Command In Terminal?

Jul 3, 2009

I am using openSUSE 10.3.When I install software from tarball then to record time required I send output of date to beg.txt(when installation begins) and end.txt (when installation finishes).How can I append output of date to a file so I don't need two files?

View 4 Replies View Related







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