General :: Gedit Opens On All Workspaces?
May 17, 2010
I'm using Fedora 10 with XFCE. Every time I open Gedit, it opens a instance on every workspace. The circle icon on my window border is selected (meaning, enabled on all workspaces). When I disable it to appear on one workspace, then close and restart(program), Gedit opens normal (current workspace). Question is: How to keep this current configuration? If I restart my system, and start up Gedit, it appears on all workspaces again.
View 1 Replies
ADVERTISEMENT
Nov 25, 2010
Any time I'm following a tutorial or guide on something that involves gedit, the files I'm attempting to edit are opened as blank and I can't save them even if they weren't blank because it strangely thinks they aren't there. (see attachments)
View 2 Replies
View Related
Jan 9, 2010
The default contents for the file that opens when you run gksudo gedit /etc/grub.d/05_debian_theme in terminal.
View 3 Replies
View Related
Feb 8, 2010
I set-up my Sudo it works but when I use Gedit I get the following message
Jean-Luc@localhost:~> sudo gedit /etc/fstab
(gedit:7137): Gtk-WARNING **: cannot open display:
samething with /etc/sudoers
If I use vi it's ok, I can modify and save. In Fedora it run ok, but with opensuse?
View 9 Replies
View Related
Jan 12, 2010
I am trying to make wine work for explorer. I followed some instructions on this link [URL] To follow this link, I am supposed to
cd ~/ies4linux/ie6
cp user.reg ~/user.reg.old
gedit user.reg
1st and 2nd line went well 3rd line when I try to execute the command gedit user.reg (gedit:2573): Gtk-WARNING ** cannot open display I then /ies4linux/ie6# ls dosdevices(in blue) drive_c(in blue) system.reg(in white) userdef.reg(in green) user.reg
View 3 Replies
View Related
Oct 29, 2010
When scrolling down in nano with keyboard (holding "down" key), nano scrolls several lines at once each time. Is there any possibility to configure it so it will scroll one line each time like gedit does when scrolling in gedit?
View 3 Replies
View Related
Feb 27, 2010
As far as i know VLC is the best media player for linux bc it suppurts all file types. But there is one anoying problem - when i want to listen to song it opens VLC, but when i open another song it opens another new VLC window. And this problemug or whatever didnt apear in Windows version VLC player.
View 4 Replies
View Related
Aug 19, 2010
Am new to KDE and have deleted 3 of my 4 desktops and cant figure out how to return the default. It seems like I'm gonna need a Bash command
View 2 Replies
View Related
May 10, 2010
Is there a way to change or even disable the keyboard shortcut switching between workspaces?
(GNOME)
View 3 Replies
View Related
Feb 19, 2011
I have installed Debian from the disk in the Linux bible and the mirrors in the US and Oregon State. The first time was successful but lasted only only a couple of days before it was corrupted. Subsequent installations have all ended with an installation that opens with a text screen login. What should I enter to convert to GUI?
View 14 Replies
View Related
Apr 24, 2011
Evolution was working properly but now whenever I try to open it the program opens, flashes up on the screen then disappears. If I click on the little envelope at the top of the screen I can get both the compose new message screen and also the contacts to open, but not the main mail program. If I open the contacts screen and click on the mail button to switch to it that way, the program instantly disappears again. I have also tried applications/office/evolution but that has the same result.
View 3 Replies
View Related
Jan 5, 2011
i have setup fc14, logged as myuserfor the firsttime and wanted to use su to launch geditafter entering my password,i issue te following command
Code:
gedit /etc/pam.d/gdm
I get the following error
[code]....
View 7 Replies
View Related
Sep 12, 2010
Is it possible to run a java command as soon as the terminal opens and after it displays you have the normal terminal prompt. I have an ascii header i made its a java file and i want it to display every time i open the terminal so it shows as a header.
View 1 Replies
View Related
Apr 22, 2010
CNR is installed with my fresspire, but it never initializes. I can't log in and I'm wondering if this is somehow related to the fact that I have not set up the email application that came with freespire.
View 1 Replies
View Related
Feb 4, 2011
I use a linux machine at work and a mac at home. I can ssh from my machine at home to my work machine. But the only editor that I have access to on the command line then is vi, which I don't like.
Is there a way to use gedit on my mac to edit files remotely over an ssh connection?
This page says that it can be done, but I think that it assumes that you are using gedit on ubuntu. On my mac (os 10.5.8) I don't have the "bookmark" option when I click "connect to server".
[URL]
View 3 Replies
View Related
Jun 29, 2010
I'm trying to set up the Firefox extension 'Web Developer' to view the source of a webpage with gedit.
I've done this previously on Windows with notepad just by adding the command 'notepad %1' to the appropriate entry in 'Web Developer'.
In Firefox under Linux Mint 9, I tried replacing that command with 'gedit %U' but nothing happens. I can launch gedit from a terminal, but how do I get it to run from another application?
View 1 Replies
View Related
Mar 3, 2011
How do I get to insert mode in gedit? Why is there no documentation to do this? My Gedit comes up in overlay mode.
View 5 Replies
View Related
Jul 29, 2010
I am using GEDIT and I would like to have a shortcut key that allows me to tell GEDIT (on Ubuntu) to force reloading from file system the currently opened file.
How can I do that?
View 3 Replies
View Related
Sep 6, 2010
In our college all the systems (running on windows xp) have TURBO C/C++ installed on them which we use for C programming. I recently installed ubuntu 10.04 on me laptop (DELL Inspiron 14R (N4010) with some modifications) i read somewhere on the internet that Gedit can be used for writing a programme in ubuntu which can be compiled using gcc. Well if i use Gedit rather than Turbo c will i experience any differnce?, i mean is there any problem in doing so?? Or i should prefer running turbo c using DOS BOX?
View 7 Replies
View Related
Dec 31, 2010
I am working with scientific linux 4 with specification Linux localhost.localdomain 2.6.9-67.EL.cernsmp #1 SMP Wed Nov 21 16:22:33 CET 2007 i686 i686 i386 GNU/Linux. How can I change my cursor color from black to green in gedit
View 5 Replies
View Related
Feb 15, 2011
I know GEdit has a bug which prevents it from opening a file with null () characters in it. This is a huge inconvenience for me because I frequently have to open big log files with only a couple rogue 's in them.
Sometimes I just run a quick tr -d '' < file.log > file.log.correct and open the correct file. This is a big nuisance. I would like to have maybe an external tool in GEdit that would execute the above command. I tried writing an external tool action (GEdit plugin) using just:
#!/bin/bash
tr -d ''
Input is "current document", output action is "replace current document". But this isn't working. When I open the file, GEdit shows the familiar red warning; activating the external tool with the warning showing apparently has no effect (I think the script is being called but its input/output are not set).
View 1 Replies
View Related
Mar 7, 2011
I want to copy/paste some text to vim from gedit. The original text looks like this:
I start vim, press "i", then right click, paste, and get this:
How could i set vim to not to do this? How can I copy/paste my text so that I don't need to delete those unnecessary tabs?
View 2 Replies
View Related
Dec 18, 2010
I have a file clipboard.txt
I do :
Code:
sleep 10s ; echo "focus on the gedit" ; xclip -o clipboard.txt
is not working.
How to make that possible, how?
View 2 Replies
View Related
Nov 13, 2010
i recently installed Fedora 14 and when i'm trying to open any file i'm getting this error
[root@blitz Documents]# gedit /home/blitz/Desktop/test
**
GLib-GIO:ERROR:gdbusconnection.c:2270:initable_init: assertion failed: (connection-
[code]....
View 2 Replies
View Related
Oct 13, 2010
I've set up a low cost box with Ubuntu Lucid Lynx at home behind a router, and managed to get remote access running. My goal is to be able to host a small website and work on it remotely, so I isntalled ftp (vsftpd). When I tried to edit the vsftpd.conf file in Vinagre from work, I could only open it read-only, no surprise. When I tried 'sudo gedit' or 'sudo gedit /etc/vsftpd.conf' from terminal in Vinagre, I received the prompt for the password to elevate privileges (again, expected); however, after I hit Enter, nothing happens. I've tried a bunch of different things, but I can't get it to work. I can stop & start my ftp service with 'sudo service vsftpd stop/start' and it seems to work fine.
View 2 Replies
View Related
May 9, 2011
Always when i attempt to download any software, an error message opens stating that adobe 8 cannot read it. when saved in downloads clicking open does not function and i cant find an uninstall for the adobe reader 8. I cannot get any anit-virus protection, problem compounded by having no cd input.
View 3 Replies
View Related
Jul 4, 2010
Similar to this question [URL] but I am asking for filezilla in linux. I am using ubuntu lucid 10.0.4. Currently my filezilla opens files using openoffice. I want to change to gedit for all the .log files etc. Some reason, my filezilla has no File Edit and other settings. This is the screenshot [URL].
View 1 Replies
View Related
Jan 23, 2010
I want to be able to remove the first character of a line when I highlight multiple lines in gedit. Example:
%Example is
%Commented Code
%Uncomment using this shortcut
I would then highlight/select these lines, and remove the first character to make it look like this:
Example is
Commented Code
Uncomment using this shortcut
I'm pretty sure there is an actual shortcut for this. If there is another text editor on Linux that it would work in, it would be nice to know how to do it in that editor as well.
View 2 Replies
View Related
Apr 9, 2010
I just started writing bash scripts and have a little question about the text editors. I now use gedit which I really like (don't like emacs for some reason), but I do miss some function for inserting/removing comment signs (in this case # for bash scripts) on a whole block of text. For example in Matlab you can simply mark a whole block and comment/uncomment all of it at once. Is this possible in gedit (via some plug-in or something?), or maybe in some other nice editor you can recommend?
View 7 Replies
View Related
Apr 19, 2011
If a file is opened from the common prompt with something like:
gedit somefile &
Is there a way to close somefile while leaving the instance of gedit still open? My idea is that sometimes I will have more than one file open in gedit. I run a script daily that updates to a log file. The log file is then opened and viewed with gedit.
View 5 Replies
View Related