Software :: How To Change Default Editor To Use As Root?

Mar 28, 2011

How do I change the EDITOR environment variable so it stays changed? I already put a line

EDITOR=/bin/nano

in /etc/environment, and I also tried

sudo update-alternatives --config editor

to no avail; when I do gksu nautilus in Debian and open a config file I get abiword, and when I run the script "open as administrator" in Ubuntu I open Emacs if it is installed (I'd like to learn Emacs but not use it right away for simple editing tasks). How come? How can I make nano stick in all cases? I'll keep looking but have not yet found anything useful.

View 4 Replies


ADVERTISEMENT

General :: How To Change The Default Text Editor

Jul 28, 2010

How can I change the default text editor for console programs in Ubuntu.When I run mutt and send a message, it currently loads up Joe and I would prefet to load Vim.I know I can change $EDITOR for me only, but would prefe to do it system wide.

View 2 Replies View Related

Ubuntu :: Change The Default Text Editor?

Jun 4, 2010

I'm using Thunar, and I would like to know how to change the default text editor. It's set to emacs (due to a weird install), and I'd like it set to gedit globally.

View 3 Replies View Related

OpenSUSE :: Change Default Command Line Editor?

Mar 1, 2010

I want to change the default command line editor from vim to nano, so for example when I type "visudo", I want it to user nano. In Ubuntu this can be easily done by using "update-alternatives --config editor", but openUSE doesn't have an editor-option

View 4 Replies View Related

Debian Configuration :: Change Default Editor In Live Usb-hdd Creation?

Apr 29, 2011

Howto change default editor by live usb-hdd creation? Normally, I can change from the command line:# update-alternatives --config editorbut howto put it into live config?

View 1 Replies View Related

General :: Default Editor Can Be Changed In Redhat To Different Editor?

Mar 10, 2011

How default editor can be changed in redhat linux to different editor.

View 4 Replies View Related

General :: How To Use Default Text Editor

Jan 25, 2011

Code:export EDITOR="nano" in ".zshrc". How do I use default text editor now?

View 1 Replies View Related

Ubuntu :: Default Editor For Executable Files?

Mar 21, 2010

The default editor for *.sh *.cpp etc has changed to emacs once after the installation of emacs. How can I changed back to gedit?

View 3 Replies View Related

Ubuntu :: Setting Vim As Default Text Editor?

Jul 13, 2010

I'd like to set Vim as my default text editor (so it opens when I click a file). How can I do this?

View 9 Replies View Related

Ubuntu :: Default Text Editor In Gnome?

Jul 29, 2011

when I want to open a document without an extension (e.g. README),and I double click it, it opens by default with kile.How can I change this?

View 2 Replies View Related

Debian Multimedia :: Changing Default Text Editor In Xfce

May 28, 2015

I would like to set the default text editor in Xfce to gedit. The only solution that I found on Google was to right click on a given text file, select 'open with other application', sleect gedit, and make sure that the "use as default kind" button is checked. Unfortunately this only works for text files with the same extension as the original file. Is there a way of setting every text file to open with gedit by default that doesn't involve repeating this exercise for every possible text file extension (.c, .py, .h, .hs, etc.)?

View 3 Replies View Related

OpenSUSE :: 11.4 64bit KDE 4.6.0 Configure Default Text Editor Broken?

Mar 16, 2011

I'm unable to set a default text editor since upgrading to 11.4. Configure Desktop > Default Applications > Text Editor. Only has one option - Embeded Advanced Text Editor It's something named Mousepad 2.16. I wish to use Kate or Gedit instead!

View 4 Replies View Related

Fedora :: Adding To A Rep File With An Editor As Root?

Jun 4, 2010

After installing skype from rpm I wanted to add a skype repo for future updates. As root I did 'touch skype.repo' and tried to open by 'kwrite skype.repo' but get the undermentioned error. As a user I can open the empty file with the command 'kwrite skype repo' but cannot save it as I am informed that I only have read access.

Code:
[root@localhost yum.repos.d]# kwrite skype.repo
kwrite(2391): Session bus not found

[code]...

View 3 Replies View Related

OpenSUSE :: 11.3 Cut And Paste Editor - Launch As Root From The CLI?

Aug 14, 2010

Fresh install of openSUSE 11.3 here and I am used to launching Konqueror as root from the CLI and having a cut and paste editor to use. This doesn't work in KDE 4.4. I can't launch kwrite from the cli as root. What am I supposed to use? I installed midnight commander but it can't cut and paste correctly. I am feeling a bit frustrated with KDE 4.4.

View 9 Replies View Related

Fedora :: Konqueror Default View - Embedded Text Editor Mode

Jan 22, 2010

Everytime I open Konqueror, it opens in "Embedded Text Editor" mode . So if I open it then click on a bookmark, it opens in edit mode. I can select View->View Mode->khtml and then the page displays properly. If I click on a link from that page, it displays properly. If I open a new tab, it is back to edit mode. If I open konqueror from konsole, it has the same behavior. I have removed all files under ~/.kde that mention konqueror, kong_* or kfmclient.

I checked the menu entry for Konqueror, and it is "kfmclient openProfile web browsing". I have set the view mode properly, then manually saved the profile in Konqueror. I have checked the system settings file associations, and the konqueror entry has the same application command (kfmclient) as the kde menu entry. Does anyone know how to make the view mode "stick" for Konqueror such that when clicking on html urls or selecting bookmarks causes Konqueror to display properly?

F12 x86_64, latest updates (4.3.4-1).

View 2 Replies View Related

Red Hat :: Change The Default Text That Is Displayed On The Default BASH Logon (attached)?

Sep 12, 2010

How is it possible to change the default text that is displayed on the default BASH logon (attached)?

View 1 Replies View Related

Ubuntu :: FileZilla Not Opening Remote Files And Not Recognising The Default Editor Gedit?

May 26, 2010

I just started using FireFTP instead of FileZilla because I got fed up with FileZilla not opening remote files and not recognising the default editor Gedit.

I really want to use keyboard shortcuts with FireFTP, which is possible according to the help docs on-line, but there is no option to use shortcuts anywhere even having enabled FireFTP to open in a new window. I tried it in Shiretoko 3.59 and Firefox 3.18 with no luck.

I just tried removing FileZilla and it does not appear in my list of installed apps. It appears in the full list as uninstalled but when ticking the box to install gives this message. FileZilla FTP client cannot be installed on your computer type (i386). Either the application requires special hardware features or the vendor decided to not support your computer type. I already have FileZilla..so how is that?

View 1 Replies View Related

General :: Windows - Change Vi Editor Background?

Jun 24, 2010

I am connecting through putty and i am using vim editor in putty and writing program in perl. I dont have any particular vimrc file. My problem is that in vim comments are rendered in DARK BLUE on BLACK BACKGROUND.How to change that comments into some light color in vim or change some settings in putty?

View 5 Replies View Related

Fedora :: Cheese Not In Gconf-editor / Want To Change Where It Saves

Aug 4, 2011

To change where Cheese stores photos/videos you have to change it in gconf-editor.under /app/cheese...But it's missing. What am I missing?

View 3 Replies View Related

Software :: Permanently Change Background Color Of Vi Editor?

Jul 12, 2010

How can I permanently change the background color of vi editor so that every time I open a document the editor has my default background color?

View 2 Replies View Related

General :: What Config File Do You Change To Change Default Run Level?

Aug 5, 2009

What config file do you change to change default run level???

View 3 Replies View Related

Ubuntu :: Change The Screensaver Idle Time Via Gconf-editor?

Jan 11, 2011

I can use the gconf-editor to disable the screen-saver lock and set it to activate when its idle. But no matter what I change /apps/gnome-screensaver/idle_delay to, the ScreenSaver UI is never updated and stays at the default 5 minutes. There seems to be no link between the slider bar in the ScreenSaver Preferences and the value that lies at /apps/gnome-screensaver/idle_delay...

The reason why I'm doing it through gconf-editor is so a start-up script I have created can use gconftool-2 to alter settings for certain users on login.

Is this broken in Ubunto 10.04 or am I looking in the wrong place.

View 1 Replies View Related

General :: Failed To Change Real Root To Fake Root Using Chroot?

Jun 28, 2011

I created a chroot jail in /SECURITY/Jail. But when I used the command 'sudo chroot /SECURITY/Jail' to enter the fake root, I got an error message likegroups: cannot find name for group ID 105groups: cannot find name for group ID 119.

View 1 Replies View Related

OpenSUSE Install :: Revert The Changes Or Change The Permissions Again To Root:root Or Make Sudo Work

Aug 10, 2011

Accidentally I changed the ownership of all the directories under / to my own instead of root:root. Now I am unable to use sudo and many bad things are happening. Is there a way to revert the changes or change the permissions again to root:root or make sudo work ?

View 3 Replies View Related

Ubuntu :: Change Terminal Colors After A Change Root?

Jan 31, 2011

Now I know that in order to change the colors in your terminal you have to play around with ~/.bashrc But the effects don't stay in place after a change-root is taken affect. It just reverts to black. Is there any way I can change that too in .bashrc?

View 3 Replies View Related

Ubuntu :: Text Editor Column Editor And Regex Search/replace, Incrementing Number Insert?

Jul 25, 2011

On windows I really only used Notepad++ as my text editor, it had two features that I loved.What I need to accomplish is what I would do with Notepad++ column editor.I could have like 100 lines, and place the cursor at a column, and goto edit>column editor, and I could insert an incrementing number. (I could also pad the incrementing number with 0s, this was GREAT for making batch files among other things.)So each line at that column had a number higher than the previous line.The other feature that I used sometimes was a search/replace with regex patterns.Does anyone know of an editor that has those features for linux? I am mostly after the column editor insert feature but if you know of one with both features that would rock.

View 1 Replies View Related

Ubuntu :: Change To Single Mouse Click / Make Icons Tinier Than Default / Change Icons

Mar 12, 2009

In Ubuntu 810.. how do you set the mouse for one click to open an item..?What is that software that sets Trash's empty feature at the bottom of the right click on trash..? I had it, but I can't find it for this new install.Is there a way to default the cursor to half its minimum size, and customize its color to blues..?Is there a way to force the desktop toolbar icons to half of their minimum default size..Is thee a way to change the "Ubuntu Icon + Applications/Place/System" to just three different colored tiny spheres, without the Ubuntu icon..?

View 1 Replies View Related

Ubuntu :: "Check That You ARE NOT Root, Never Run Similar Tools As Root! Just Change File Permissions"

Jul 11, 2011

I'm very new to Linux, i'm running Ubuntu and i'm trying to install a program. In the instructions it says "Check that you ARE NOT root, never run similar tools as root! just change file permissions". How do i check if i'm root or what am I supposed to do here?

View 7 Replies View Related

Fedora :: Cookie Editor / Adder / Remover - Order To Change A Particular Browser's Cookie Values?

Jan 21, 2011

I'm looking for a program that will add cookies to my web browser (firefox or chrome, preferably). The application would ask me for the Cookie's:Name

Content
Domain
Path
Send For (type of connection)
Expiration Date

If no one knows of an application that does this, does anyone know what files i could manually edit in order to change a particular browser's cookie values?

View 4 Replies View Related

Debian :: Can't Change Permissions For The HDD Without Login On Root And Root Login Are Not Allowed?

Jun 16, 2010

How to enable Root login...i cant copy or move something on the HDD...I have administrator rights and password for root but i cant change permissions for the HDD without login on root and root login are not allowed .

View 10 Replies View Related







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