Ubuntu :: Gedit Doesn't Recognize Txt File?
Aug 19, 2010
I typed in a text file (Feb.txt) at work using the basic Microsoft Notepad text editor and emailed it home. When I tried to open it from the email using the default gedit I got an error message - Could not open the file /tmp/Feb.txt gedit has not been able to detect the character encoding. check that you are not trying to open a binary file. Select a character encoding from the menu and try again.The character encoding is set to 'automatically detected'.
How come it can't detect the encoding? I had to manually set the encoding to Western(ISO 8599-15) to load it. I can't remember this happening in the past, and it was OK loading one I sent earlier (Jan.txt) which presumably had the same encoding, as it was written in the same way.
View 3 Replies
ADVERTISEMENT
Oct 8, 2010
What is it gedit uses additional that causes so many problems in root account? When run Code: # gedit /some/file it either doesn't open file at all or opens it with lots of errors...
View 3 Replies
View Related
Aug 10, 2011
my android phone doesn't seem to be recognized by the system and it's file system is vfat how did it occur while i've been using my phone as a storage device it still works yesterday but upon plugging it in the usb port it says "cannot mount volume".....
View 1 Replies
View Related
Jun 3, 2010
When I create on windows a text file in Greek, It doesn't recognize it with Ubuntu... So I created a script:
Code:
#!/bin/bash
fileName="$@"
fileNoExt=$(basename "$fileName")
fileType=$(file "$fileNoExt")
[Code]....
View 1 Replies
View Related
Oct 28, 2010
Is there any gedit plugin, which expands folders of file browser side pane and shows currently editing file, while user switches between tabs?
View 1 Replies
View Related
Mar 12, 2010
I'm a ruby on rails programmer, and I installed a snippet that supports .rhtml or .html.erb code (the rails code) in GEDIT HOwever, everytime I make a new .html.erb file, the snippet doesnt automatically activate the document. I have to manuelly go up to View=> Highlight Mode => Scripts => RHTML How can I set it so that all the files that have an .html.erb or .rhtml extension automatically use that snippet?
View 1 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
Nov 7, 2010
I am trying to edit a postinfo.xsl in my root file dir, and with the command:
frank@linux-avnb:~> sudo gedit
(gedit:14150): Gtk-WARNING **: cannot open display: frank@linux-avnb:~>
I get the following. what am i doing wrong?
View 3 Replies
View Related
Nov 23, 2010
I followed the instructions here:
[URL]
But the checkbox to enable it in gedit becomes grayed out once I click it and it doesn't enable. (note that I used "pip install ElasticTabstops" instead of "easy_install ElasticTabstops", because that's what Arch uses)
View 2 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
Sep 8, 2010
I have an acer aspireone aod250, i putted an external cdrom and downloaded the ubuntu, tried to install it but it didn't recognize the hdd... i though it was the cd, i downloaded ubuntu netbook edition, it did the same. i thought maybe i could try another operative, i downloaded linux mint 9, did the same thing. then ordered a cd from ubuntu.com, got in today, and it doesn't recognize my hdd. btw, the hdd is a seagate momentus 5400.6 with 160gb. i already ran ubuntu with the cd rom and starts the instalation, but when it arrives to the partitioning part of the instalation, it doesn't detect my hdd. but the bios in the pc detects it.
View 9 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
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
May 15, 2010
I created the document in gedit and save button is disabled. It says "Changes to document 'Unsaved Document 1' will be permanently lost. saving has been disabled by system administrator"
View 9 Replies
View Related
Jun 4, 2011
Ok, so I'm trying to do this: [URL]
The problem is, when I get to the part where I have to open the file in gedit, it says it can't open it, file not found, or something or other..So, when I manually browse to the directory '.local/share/..' there is no folder named 'applications,' only a text file. When I open it, it appears to be the home launcher file, but its in the wrong place and has the wrong name. What's going on? Shouldn't there be a folder there with my applications in it?
View 6 Replies
View Related
Jan 13, 2011
I'm new to ubuntu. My kingston 4Gb pen drive doesn't recognize from ubuntu 10.04.
View 8 Replies
View Related
Apr 17, 2010
i want to save my file as gbk encoding with gedit,gedit can't do it, see the attachment
View 1 Replies
View Related
Jun 8, 2010
in shell ,i can usegedit /home/test.txtto open my file /home/test.txti want to know ,in shell how to use command to close the file which gedit edit?
View 2 Replies
View Related
Nov 5, 2010
I've noticed that for files longer than about 8000 lines that gedit has problems opening the file. Was gedit not designed for long files or is there another problem? The same thing also happens on complicated html files. So I hope there is a way to fix this.
View 4 Replies
View Related
Nov 18, 2010
I mounted a remote directory using sshfs and I can't save files using gedit, while saving same file using vi works. Changin permission to o-r (640) allows gedit to save files OK. Is there a way to change sshfs connection to make gedit work without chmodding every file? (I use -o uid=`id -u` -o gid=`id -g`, so that remote files seem to be owned by me)
Code:
$ touch test.txt
[!] test.txt appears
$ vi test.txt
[!] :wq -> saves just FINE
[Code]...
View 4 Replies
View Related
Feb 8, 2010
just installed ubuntu but it doesn't recognise my wireless card. I'm running an emachines g720. Ive tried looking through some previous posts but the terminal thing frightens me to death really.I've tried looking through the idiots guide but i'm afraid i'm a better idiot than that.
View 7 Replies
View Related
Feb 9, 2010
I have a dual boot installation of ubuntu and windows vista. After upgrading to Karmic I haven't been able to access to the CD drive. How can I use it? The following error message is displayed when I click on Places --> cdrom0:"mount: special device /dev/scd0 does not exist"I am about reinstalling the whole OS, but for that I need the CD
View 3 Replies
View Related
Feb 20, 2010
No media player recognizes my Philips MP3 Player as such, I've put all my hopes into Rhythmbox, it seems to be the most likely one to work. Anyway, I have created the empty .is_audio_player file but still the player does not show up in RB. I can access the player just fine through Nautilus, and syncing it actually worked for a while, but now for some reason it has stopped.
View 9 Replies
View Related
May 19, 2010
My computer doesn't recognize when I put in my headphones.
How can I fix this.
View 1 Replies
View Related
May 20, 2010
I'm running Ubuntu 10.04 on my MSI-16362 laptop and it doesn't recognize my built-in webcam. last time I used Ubuntu (9.04 I think) it recognized the LT webcam w/o any problem. Does someone has any idea how to fix it?
View 2 Replies
View Related
Jun 13, 2010
I have an Ubuntu 10.04 installation that I have been using for about a month. However, just recently, at random times for about 5 seconds I can't use my mouse or keyboard.When it does that, the computer isn't frozen, I just can't type.About 5 seconds later, all the text that I was trying to type suddenly appears. I have 4GB or RAM, and even when I barely have any programs running and at 0% of resource usage, the problem still persists. This has just been happening for the past day or so.
View 5 Replies
View Related
Sep 16, 2010
I recently upgraded from karmic to lucid. I am currently having a problem trying to get ubuntu to recognize my LG slim External DVD drive. It was recognized fine in Karmic, but for some reason doesnt work now in Lucid. The device does work as i have tried it on other computers.
View 2 Replies
View Related
Feb 13, 2011
I am trying to make my desktop look like a Mac. I followed the instructions here. Here is exactly what I did:
1. Downloaded the Mac4lin package.
2. Extracted folder in my downloads.
3. Went to System > Preferences > Appearance.
4. Clicked install.
5. Installed Downloads > Mac4Lin_Install_v1.0 > Mac4Lin_Install_v1.0 >b GTK > Mac4Lin_Meta_v1.0.tar.gz.
However, when I do this, it doesn't recognize it, as you can see in the picture. Did I do something wrong when installing it?
View 9 Replies
View Related
Sep 1, 2011
I installed windows 7 after I installed linux. I got grub reinstalled but windows doesnt show up in the grup menu. So I run in linux sudo update-grub, but this doesnt find my windows system.
Here's my fdisk -l
Code:
Device Boot Start End Blocks Id System
/dev/sda1 1 8511 68358144 83 Linux
/dev/sda2 8511 8572 487425 5 Extended
[code]....
View 8 Replies
View Related
May 9, 2010
getting this error when I try to use gedit to open and edit a file through terminal: (gedit:4423): GVFS-RemoteVolumeMonitor-WARNING **: cannot connect to the session bus: org.freedesktop.DBus.Error.NoReply:Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See [URL]... 1: Failed to get connection to session: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.) GConf Error: Failed I'm using ubuntu 10.04.
View 5 Replies
View Related