Ubuntu :: Can't Copy/ Past In Thunderbird?

Jun 17, 2011

I'm running Thunderbird 3.1.10; and, for some reason, can not copy/ paste into the body of the email. This is a real inconvenience and I need to get it sorted out. Does anyone know how to fix this

View 9 Replies


ADVERTISEMENT

Fedora :: Cannot Copy And Past To A Ext4 Disk?

Feb 1, 2011

I have second disk connected internally, and for matted to ext4, though it shows up, I cannot past to it or copy from it, it is full mounted!

View 4 Replies View Related

Ubuntu :: Way To Copy Thunderbird Emails

Oct 2, 2010

Can anyone advise on the best way to copy all my old emails from my old computer to my new one?

I'm using Thunderbird 3.0.8

View 3 Replies View Related

Ubuntu :: Opera Copy And Paste In To Thunderbird?

Aug 20, 2010

Whenever I try to copy and paste something from Opera to Thunderbird (or FireFox) the copied text does not appear when I select paste. (or control V) My work around is to place the copied text into a empty document, re-highlight, copy and then the paste into Thunderbird will work.

Opera Version: 10.61 Build 6430
Thunderbird 3.0.6
System x86_64, 2.6.32-24-generic

View 9 Replies View Related

Software :: Copy More Rows With Y And Past It To :/"here" To Search?

Aug 22, 2010

to copy a couple lines with v and y and try to past the lines :/here! but if I press p :/p will be written cause it is in insert mode.ay be with :s/string-to-search/

View 13 Replies View Related

General :: Copy Thunderbird Accounts And Preferences From Mac / Windows

May 17, 2010

My Linux laptop has recently been hanging for no apparent reason, and so I have been using a Mac OS X laptop in the meantime. I just installed Thunderbird and wanted to copy all my preferences and account settings to the new laptop. All email accounts are IMAP based.Can I simply copy the data, or does Thunderbird for OS X store data in a different format from OS X? What about if I wanted to copy the preferences to Thunderbird under Windows? Finally, what files do I copy? I haven't powered up the Linux laptop yet but I'm guessing there's a ~/.thunderbird/ directory, can I just copy this to the Mac?

View 1 Replies View Related

Ubuntu :: Can't Import Address Book From Thunderbird To Thunderbird

Aug 26, 2010

Thanks to Lucid not working properly on i845, i855 and other 8xx chips, had to re-install Karmic on my mum's computer.I saved all the data from her old install and I ve managed to get all her old emails from thunderbird, but I cant import her address book.In Thunderbird/tools/import/addressbooks it only allows importing of LDIF, .tab, .csv and .txt files, but I cant find any of these files in any of the Thunderbird, .Thunderbird, Mozilla-Thunderbird or Mozilla folders in Home folder or anywhere, all I can find is "abook.mab" which IS supposed to be her address book, but when I try and import it the entries are blank and/or indecipherable (prob cos not a compatible file type).

Its one of those "simple" things to do, thats taken hours and hours of time, but that I cant actually find out how to do.

View 1 Replies View Related

Software :: Importing Thunderbird Settings From Portable Apps Thunderbird

Sep 13, 2010

I had a portable apps version of Thunderbird (windows) that runs off a thumb drive and wanted to take the settings and transfer them to my Thunderbird that's on my Linux computer.

This is what I did:

First, I installed thunderbird on my Ubuntu 10.04 Linux box and opened it, and closed it (so that it would create the /home/<username>/.thunderbird folder in the user account).

Then, I renamed the linux /home/<username>/.thunderbird folder to .thunderbird_ORIGINAL

Then, I created a new /home/<username>/.thunderbird folder

Then, I took the windows e:ThunderbirdPortableDataprofile folder and copied it to the /home/<username>/.thunderbird folder.

Then, I looked into the /home/<username>/.thunderbird_ORIGINAL folder and wrote down the name of the folder with the ".default" extension.

Then, I renamed the profile folder (that came from the windows e:ThunderbirdPortableData folder) "<name-I-wrote-down>.default".

And then, I copied the profiles.ini folder from /home/<username>/.thunderbird_ORIGINAL to the /home/<username>/.thunderbird folder.

I opened up Thunderbird in Linux and everything seems fine! (I'll definitely be keeping a backup just in case)

My question is: is this fine and dandy, or a recipe for disaster?

View 2 Replies View Related

Ubuntu :: (GNOME) Thunderbird For Two Users - "Thunderbird Is Already Running But Is Not Responding"

Sep 9, 2010

I run version 10.04 GNOME. My problem is (after substantial searching) that I need to have both users ('juliusz' and 'sarah') running Thunderbird but with the same profile (settings, email, accounts etc. preferably of 'juliusz'). The only results on the internet are share Thunderbird between Windows and Ubuntu.

I have two users juliusz and sarah. I need either of them to have the same profile, always in synch whenever they logon to own account. When I tried to edit sarah's /home/sarah/.mozilla-thunderbird/profile.ini by inserting: Path=/home/juliusz/.mozilla-thunderbird/xxxxxxx.default after i run Thunderbird for 'sarah' I get message: "Thunderbird is already running, but is not responding. To open a new window, you must first close the existing Thunderbird process, or restart your system." I checked with "ps aux" there is no Thunderbird running in sarah's session. There is no Thunderbird running in juliusz's session when I reloged to juliusz.

View 5 Replies View Related

OpenSUSE :: Thunderbird Icon Jumping / Stops Jumping / Thunderbird Does Not Start

Mar 15, 2011

I have installed 11.4, and it seems (seemed) to work OK so far. I installed Thunderbird via the opensuse "1 click install". the installation ran smoothly, but now a click on the Thunderbird icon does not activate any mail client; the only success is that Thunderbird icon jumps joyfully and then disappears.

View 9 Replies View Related

Ubuntu Networking :: Copy Files From XP Infact Folders Using TERMINAL In Netbook, Not Copy And Paste Using Mouse?

Jul 9, 2010

just installed ubuntu couple of days back on my netbook. I am still a beginner, enjoying my adventure exploring ubuntu. I have another desktop which runs on XP. I am able to access XP shared folders through my netbook(linux). However, i wanted to copy files from XP infact folders using TERMINAL in my netbook, not copy and paste using my mouse. Are there any commands for it?

View 1 Replies View Related

Ubuntu :: Can't Get Past Log In Screen.

Apr 24, 2011

I had uninstalled pulseaudio and it's related libraries, then I rebooted, and now I can't log in.

Also, the log in screen looks different. Where it used to have the ubuntu logo, it now has a computer monitor icon.

Logging in from the command line works.

I tried reinstalling pulseaudio with

Code:
sudo apt-get install libasound2-plugins "pulseaudio-*" paman padevchooser paprefs pavucontrol pavumeter

View 3 Replies View Related

General :: Copy A Read-Only File And Make The Copy Writable With A Single Cp Command?

Mar 1, 2011

How to copy a Read-Only file in Linux and make the copy writable with a single cp command in Linux (Ubuntu 10.04)? The --no-preserve and --preserve seemed to be good candidates, except that they should "and" the mode flags, while what I am looking for is something that will "or" them (add +w mode).

More details: I have to import a repository from GIT to Perforce. I want that all Perforce depot files are Read-Only (that is how Perforce was designed), while all other files that were derived/copied from depot files are writable. Currently if a Makefile tries to copy a Read-Only file then the derived file will also be Read-only. This leads to build-errors when cp tries to overwrite Read-Only file second time. Of course the --force is a workaround here but then the derived file is also Read-Only. Also I do not want to mess with "chmod" after each "cp" command - I will do that only as the last resort.

View 1 Replies View Related

Fedora :: Disk Copy Utility - Should Be Able To Not Only Copy Files But Boot Sector And Everything

Sep 1, 2010

I have a 160GB harddrive which I installed a F12, would like to upgrade to a bigger drive, but I hate to have to re-install everything.

Recommend a good disk copy utility? The utility should be able to not only copy files, but boot sector and everything. So I just need to make a copy, change my BIOS to boot from the new drive and run everything as before.

View 11 Replies View Related

Ubuntu :: Can't Get Past The Second(?) GRUB Screen

Jan 10, 2010

I installed Ubuntu 9.10 recently using the installer (which was awesome, I've wanted to install Ubuntu again for awhile now but I didn't have any usable CDs and that wasn't available before or I was blind). I'm dual-booting with Vista 32 bit and it was working fine as far as I could tell for a week or two... but I noticed a few days ago, when I would try to boot into Ubuntu, once I selected 'Ubuntu' and then got to the screen where I'd normally ENTER on the 'linux-blahblahblah' thing, it's a command line. I can't get much out of it because half of the first word or so is too far to the left of the screen, I'm unable to read it.

I don't have the time to figure out what I'd search for for a fix for this. I'm only just now getting around to seeing if it would do it again today.

View 2 Replies View Related

Ubuntu :: Can't Get Past Login Screen

Mar 8, 2010

I have been using Ubuntu 9.10 for about two months now and it became my primary OS. I was in a hurry last night so I powered off laptop in a "bad way" - pressing the off button while the computer was running wipe. Today I tried to start Ubuntu but I can't get past the login screen which, also, looks like it switched to a "simple" theme - like in Windows xp when you turn off theme and GUI switches to "simple" theme. On this same screen there is a message saying something like "Configuration error! Power manager configuration isn't configured correctly." in the upper right corner. f I enter my username and pass it just resets to login screen again after a few seconds.

View 1 Replies View Related

Ubuntu :: Won't Get Past Splash Screen

Sep 3, 2010

I just used the update manager to update to the latest kernel. There were other updates there, but I can't remember what all they were.

Now the computer won't get beyond the splash screen. I waited about 15 minutes the first time for it to load. When I hit esc during the splash screen, I got this warning

Code:
GLib-WARNING **: getpwuid-r(): failed due to unknown user id (0

After that I think there is more, but my screen runs out of room, but I have this sense that there is more.

Anyway, that might have nothing to do with the problem. When I boot to recovery mode it finds all the stuff plugged in to the motherboard and USB drives then just stops.

Booting to the old kernel works just fine.

View 9 Replies View Related

Ubuntu :: Can't Get Past Login Screen In 10.04

Sep 9, 2010

I am trying to get Kubuntu 10.04 to work. When I install it on this PC, it works up to the login screen. When I login, it acts as if it were logging in. But then it takes me back to the login screen. Ubuntu 10.04 works fine on this PC, but I prefer KDE. Could this be a problem with the graphics card?I can't even use the basic desktop effects in Ubuntu (gnome)

View 4 Replies View Related

Ubuntu :: Can't Get Past The Boot Screen?

Sep 30, 2010

I'm running Ubuntu on my desktop. I have a dual-boot option between Ubuntu and Windows Vista. When I woke up this morning, my Ubuntu screen was frozen so I attempted to reboot...but I couldn't get past the boot screen. I can get into Windows just fine, but selecting Ubuntu just keeps cycling me through the initial boot screens over and overI am a still a beginner so please talk to me as though I were a child. Otherwise I'm sure I'll be confused.

View 3 Replies View Related

Ubuntu :: Can't Get Past Plymouth Screen

Nov 21, 2010

I am trying to boot in to ubuntu 10.10 from a usb on my desktop but i can't seem to get past the purple screen with "ubuntu" and the flashing dots. The purple dots scroll for a bit but then all turn purple. I'm trying to do this on a hp compaq with a pentium 4 and from what i can tell nothing is wrong with it.

View 1 Replies View Related

Ubuntu :: Can't Login - Can't Get Past Name Selection

Jun 6, 2011

I can't seem to login into ubuntu this morning. I'm using 11.04 64 bit. It's been working fine for a few weeks, but this morning I select my name with the mouse and it just returns to the same initial screen after a millisecond. The password box does not come up.

The last thing I did yesterday was add another user - would that have caused any issues (or a red herring)?

I went to a terminal and deleted that user (sudo userdel -r <username>) but that hasn't helped.

View 9 Replies View Related

Ubuntu Installation :: Can't Get Past Grub?

Jul 12, 2011

Recently I did a clean install of Windows 7 on my HP Desktop because of registry issues, and wanting to clear the XP partition I was no longer using. I also had Ubuntu 10.04 as a 3rd partition which worked fine.

After the clean install of Win7, it is working perfect, I decided to put 11.04 as a second partition. I gave it 200gb of the 750gb HDD. It said it installed, but after Grub, it would just show a jumbled screen and freeze. So I figured maybe a video card issue, so I tried to install 10.10, when I would select it in Grub, my monitor would go to sleep as if it is no longer receiving a signal.

So I go back to 10.04 since it worked on the same machine before. I did everything as before, did it manually by setting EXT4, checking to format the partition, and mount point. It seemed to install just fine, but now when I select Ubuntu in Grub, it just goes to a black screen with the cursor blinking in the top left corner. I left it like that for a while too, just to see if it would eventually get there, but never did. Tried a couple more times and still the same.

View 9 Replies View Related

Ubuntu :: Installed 11 - Can't Get Past User Log In

Jul 12, 2011

After choosing Ubuntu over Windows XP, I get an error:

Quote:

There is a problem with the configuration server. (/usr/lib/libconf2-4/gconf-sanity-check-2 exited with status 256)

I click close and get the sign in prompt. I click my user name and put in my password. I hit enter and I get another message:

Quote:

Install problem! The configuration defaults for GNOME Power Manager have not been installed correctly. Please contact your computer administrator.

That goes away, and then the first error comes up again. Then, I'm sent back to the sign in screen.

View 9 Replies View Related

Ubuntu :: 11.04/unity Won't Go Past Desktop?

Jul 25, 2011

install, updated my graphics card (nvidia) rebooted, now get desktop with left side unity quick icons, menu button only and no bottom panel. Unable to do a logout Ctrl-backspace, or Ctrl-delete. Tried safe boot, and reconfigure of graphics + fstab, but remains same.

View 1 Replies View Related

Ubuntu Installation :: Kubuntu Can't Get Past The Menu?

Feb 10, 2010

I am a n00b to Ubuntu, been using it under dual boot with Windoze for about a year, and have found this forum to be a great help - so I am hoping someone can help me out with this "mystery".I wanted to try out the Kubuntu live CD in order to see if I'd like KDE interface better (I used some SuSE 11.2 lately and liked it).I did whatever I do with Ubuntu (under my Win7 environment) - downloaded the iso (x64)- burned it to a CD usinf imgBurner- checked the CD - seemed active enough, Windows installer popped up- rebooted the computerI got the usual language menu, chose English, got the usual "Try kubuntu without...", "install kubuntu"... menu and hit enter to Try and... nothing!? Every option I clicked responded with "nothing" except F keys, and "Boot from first hard disk".I tried a bunch of things - burning with CDBurnerXP, using it on another computer, downloading an iso from a different mirror

View 6 Replies View Related

Ubuntu :: Computer Will Not Go Past Motherboard Screen

Mar 30, 2010

I'm running a dual-boot with Win7 64-bit and ubuntu 9.10 64-bit. I installed Win7 quite a while ago and ubuntu was installed this last weekend. It's been running happily and until now I have been very impressed, in fact I've only booted win7 once after installing ubuntu and that was just to make sure it was still working after resizing the partition.

I'm now running ubuntu from my installation cd in "run ubuntu without making any changes". Because when I turn-on my computer it simply will not go past the "motherboard-screen", if you know what I mean. It's a HP so I had some kind of "pc doctor" or something in the motherboard-screen. I was able to run that and it passed everything; cpu, ram, HD... So it seem like the hard drive is fine. Any thing that can make my computer working or allow me to back-up my files.

View 4 Replies View Related

Ubuntu One :: Installing From USB Does Not Get Past Loading Screen

Jun 11, 2010

I got a usb with ubuntu 10.04 on it. Was messing around with this ubuntu last nite and really borked up my system. :S so decided on a fresh install (since ubuntu doesn't really have a system restore as far as i know)I originally installed Ubuntu on this machine with usb(EEE pc 1001p) but when i'm trying to do it now, after i click "DEFAULT" from the menu and goes to loading screen, it loads forever... i waited for about an hour and still loading (not frozen since the loading bar is still moving)

View 1 Replies View Related

Ubuntu Installation :: 10.04 Will Not Install: Cannot Get Past Five Red Dots?

Jun 12, 2010

I cannot install the newest Ubuntu, 64 or 32-bit. On the amd release, the intro with the five red dots appears, then it goes into a white background with multiple light-purple random lines, and quits there. On the 32-bit release, the purple screen appears with no menu, with an error message.My system has an AMD64 processor, two hard disks: one for Windows, one for Linux. I used to have Ubuntu Hardy Heron on it (not the LTS version), so I erased the drive.

View 2 Replies View Related

Ubuntu Multimedia :: Get Past 60 Hz With ATI & Lucid Lynx?

Sep 19, 2010

I've recently built a half-new computer and installed Lucid Lynx on it.I managed to get everything else working and even got the ATI drivers installed. However, I can't get above 60 Hz on my old CRT monitor - the ATI driver controls have 60 as the highest selectable refresh rate. The preferred 1152x864 screenmode works fine otherwise.

Here are the known specifications:

Monitor horizontal refresh: 30-86 kHz
Monitor vertical refresh: 50-150 Hz
Known working display mode on earlier graphics card: 1152x864, 85 Hz.

My motherboard (with integrated graphics) is the Asus M4A88TD-V EVO/USB3 AMD 880G AM3. The GPU is Radeon HD 4250.The ATI drivers seem to have "taken over" the xorg.conf, so I don't know where to input any values.

View 9 Replies View Related

Ubuntu Multimedia :: Some DVDs Don't Get Past Menu

Feb 6, 2011

I have a new computer running Ubuntu 10.10. I have VLC and Totem installed. I am finding that a few DVDs, which played perfectly well on my old machine (running 9.10 most recently) now only show a first menu (language choice) but won't go on to show anything else. Yet the majority of DVDs I have tried seem to be OK.

It isn't a region thing, because all of my DVDs except one are Region2 (or whatever the UK comes under), and the one exception is an American one, which also works fine.

View 4 Replies View Related







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