Ubuntu :: Clipboard "broken" - Corrupts Whatever Copy ?
Dec 15, 2010
The clipboard corrupts whatever I copy to - when pasting to anywhere. It could be copying a URL in FIrefox to Gedit or from Gedit to Gedit. Always the same.
But this only happens when I am running Virtualbox - Win XP Pro SP3. I have been running the same VM for years - this is a new problem.
I googled a bit and most stated to upgrade to the latest (which I did) and run the Guest Additions (which I have).
I have allocated 1 GB of memory to the VM (out of 3GB). Memory on Ubuntu side is fine:
Code:
Copying and pasting within the VM works fine. And a lot of the memory is free:
Code:
View 3 Replies
ADVERTISEMENT
Apr 5, 2010
Seems a utility called "xclip" and "xsel" are required, but is there anything simpler, that doesn't require extra utilities, along the lines ofCode:cat foo.txt > clipboardThis would for GNOME.
View 9 Replies
View Related
Jun 30, 2011
I want to copy a highlighted field to the clipboard (not the copy/paste within vim but the clipboard that can be pasted outside of vim). I can do this by using the mouse but using the visual command (v) and then the yank command (y) does not do that.Is there a way to do this without the mouse?
View 10 Replies
View Related
Aug 28, 2010
I having a hard time figuring out why this code works in an interactive ipython shell, but it gives a blank clipboard when run in a bash terminal.
Code:
#! /usr/bin/python2.6
#
[code]...
View 1 Replies
View Related
Apr 8, 2010
I think that the kde4.x clipboard is mishandled. using any method of copy from a kde app causes the data to be cut instead of copied when pasted into another app (even non kde). Non kde apps behave as expected.
open gedit and kwrite.
type K in kwrite.
Type G in gedit
highlight the G in Gedit
(select copy or use primary)
middle click or paste into kwrite.
fine - there's a G in both editors.
Reverse, copy the K from kwrite and copy paste it into gedit. when you go back to kwrite the K is gone! Evil Magic. what's up? Can't wait until kde 5 or 6 when t gets to be usable again.
View 9 Replies
View Related
Oct 19, 2010
Just installed 10.10 32-bit on a Lenovo T61p laptop, and used Remote Desktop Viewer (version 2.3.2) to VNC into another system. I can copy from an application on 10.10 and then paste into a window in the VNC connection (e.g. to xterm or emacs), but I cannot do the reverse. When I try to paste, I get garbage displayed. For example, I selected "ls -l" from an xterm, which should have copied to the clipboard. When I paste this into an e-mail message, I get junk.
Here is what Emacs in hexl-mode says about that text:
7852 3109 05 xR1..
It shows as "xR1" some whitespace and then a tiny graphical box symbol with 00 and 05 in it. I'll try to paste it on the next line: Is this a known bug? Is there a workaround? Another app I can use?
xR1
This same VNC connection works fine, when I use 10.04.
View 1 Replies
View Related
Sep 11, 2010
I would like to set Y and P to copy and paste directly to the system clipboard instead of vim buffer. I don't want any additional commands. Just the normal ones, but they should copy to and paste from the system clipboard and bypass the vim buffer.
View 5 Replies
View Related
Sep 18, 2010
Tried this, but there's no such a command in Arch.And this also doesn't work:Code:find ~ | grep -i pidgin | xclipboard Error: another clipboard is already running
View 5 Replies
View Related
Feb 24, 2010
In windows using remote desktop connection you can press Ctrl+Alt+minus to copy the current window on the remote desktop to the clipboard. How do you do that in Ubuntu's terminal server client? I have not found any key combination that works
View 2 Replies
View Related
Mar 10, 2010
My xfce4-screenshooter GUI has the option Copy to the Clipboard, but I could not find this option in its' cI'm trying to bind printscreen key with this. I know that in order for the option to work I need to have the application always running (in GUI thre is option Close the application after screenshot , again somenthing that I can not find in command line).
View 9 Replies
View Related
Nov 22, 2010
What is everyone's favorite screenshot programs? I really don't like the gnome one. A timer feature is very important to me and the gnome one doesn't have it.
I found the Xfce4 Screenshooter and it has a timer. Are there any other good ones that other people like? If there was a way to copy the picture to your clipboard that would make me even happier. I almost always edit my screenshots after I take them so that would be even more helpful. [url] [url]
View 7 Replies
View Related
Feb 5, 2010
Is it possible to copy the output into the clipboard without using the mouse?
For example, I would like to do something like this:
$ pwd >> clipboard
View 2 Replies
View Related
Jun 24, 2011
I can copy image in Gimp and paste it to OpenOffice document.
How to do it (copy or paste image) from command line?
View 1 Replies
View Related
Jun 21, 2011
I am using XMing+Putty to access a Linux machine from an XP32 machine. I can copy text from windows and paste it to Linux fine, but I can't copy from Linux and paste to Windows consistently. If I try several times (or hold down the paste keystroke) it will eventually paste; sometimes several times!
I would like to improve the consistency of my Linux to Window pastes. I have per-mutated every combo of Clipboard and Clipboard2. I can not edit /etc/gdm/custom.conf like some other fixes suggest. I have been informed the Linux admins will not allocate resources to resolve this problem in the near future so any fixes need to be Windows side or able to be done without root/admin privileges.
View 4 Replies
View Related
Aug 22, 2010
Anyone know how to send output to buffer via putty? Currently I am using vim with windows copy menu, very slow and tedious.
I download xclip but i got the following error:
Quote:cat ../mnt/fs1/tmp/rcentre01.log|xclip
Error: Can't open display: (null)
View 3 Replies
View Related
May 12, 2011
I want to install a clipboard that will copy from the internet and paste in office. I looked in the package manager and saw a plethora of clipboards.
View 7 Replies
View Related
Feb 17, 2011
install imagemagick python, and pygtk.
Code:
sudo apt-get install imagemagick python pygtk
Now save the following script somewhere as imgclip.py. This is a simple python script which takes an image file and puts it in the gnome-clipboard.
Code:
#! /usr/bin/python
import pygtk
pygtk.require('2.0')
[code]...
View 1 Replies
View Related
Jun 15, 2011
How to remove the auto tab ? After i wrote ( { )In the terminal there is auto tab .. this looks handy at first but :When i copy paste from universal clipboard it keeps tabbing making the scripts very long .. Is there a setting how to remove it
View 1 Replies
View Related
Jul 6, 2011
i'm used to using putty on a window's machine.With putty whatever you select is automatically on the clipboard without having to right click and select copy.And right click just pastes.
View 1 Replies
View Related
Mar 18, 2011
I'd like to have a Linux machine run what Windows users typically call a clipboard as a network service on my small LAN (about 10 machines). More specifically I am looking to have Linux run the clipboard service centrally in the LAN with both Windows and *nix machines able to connect to it as opposed to the peer-to-peer sync model that I am seeing in almost all of the applications I've discovered thus far.
View 2 Replies
View Related
Jan 4, 2010
I started having some serious issues with my mouse after running updates yesterday. I am basically unable to copy and paste any text and this is making editing essays a major major major PITA! Basically when I click and drag my mouse to copy, the highlight looks good until I unclick then nothing is highlighted. Even trying to double click on words to highlight single words results in the entire paragraph being hightlighted. For my two laptops running 9.10 I have to disable the touchpad, I prefer a usb mouse, after logging in, but if leave the touchpad enabled the problem still exists.
This problem only showed up yesterday, after the update as best I can tell, and disabling my touchpad for like the past 4 or 5 releases, including 9.10. I run xubu/xfce4, but I have booted into Gnome and its the exact same problem. I have the problem on two laptops, both running 9.10, and both were updated yesterday.This is not one of those childish "that's it I am going back to winblowz, Linux suxorz!" , but I will have to temporarily go back and use MS Office until I can find out what is wrong here, b/c I gotta get essays written and without being able to copy text it is very rudimentary.
View 3 Replies
View Related
Jan 31, 2011
I have added a new sata HDD and this caused my fstab to becoming corrupted. I opened the fstab within a live cd and I changed it to the new setup. But I am still getting an error.
My old setup:
sda on PATA
Windows 7
Linux /root
Linux swap
[Code].....
View 9 Replies
View Related
Jun 7, 2010
I want to install Ubuntu 10.04 on a second HDD than my windows xp installation. The second drive is on the same ide ribbon as the primary HDD (xp) and is set to slave. When i installed ubuntu on the second HDD it corrupted my primary drives MBR. It was an easy fix but every attempt i make ends in the same result. I also have another HDD that is sata and the sata controller is a via pci expansion card. Installation of ubuntu to this drive as well also corrupts my primary HDD MBR. But when I install to the same HDD the dual boot works fine.
I was thinking of unplugging the power cable from the primary HDD, then installing ubuntu to one of the separate HDDs. Would i still be able to dual boot. And which drive would be optimal for a dual boot installation in this configuration.
View 2 Replies
View Related
Jul 14, 2010
This problem started after I moved from ubuntu 9.10 (64bit) dual core to 10.04 (64bit) quad core machine. On both machines, I have svn working directories in an NTFS partition since I dual boot between Vista and Ubuntu - which gives me the opportunity to work on my projects whether I am on vista or ubuntu. My fstab entry is very simple:
UUID=62B81CE6B81CBA8D /media/ntfsdata ntfs-3g defaults 0 0
I use either RapidSVN or RabbitVCS. Whenever I commit those folders to the SVN server(google code), the folders seem to get corrupted. After which a rebuild or a refresh on Eclipse would provoke a 100% use on one of my 4 cpus. It would just hang there and the ntfs partition would not be accessible at all until I killed ntfs-3g process.
Then I would have to boot on vista to repair that partition. The gparted repair utility is USELESS because it cannot spot any partition errors caused by the svn commit. The dual cpu machine had occasional similar trouble but I never needed to repair it. SVN would not kill the ntfs-3g, but eclipse rebuild project after an svn operation would. I could prevent ntfs-3g hangup by checking off build automatically after a svn operation and close all projects and reopen one at a time to refresh.
A refresh would trigger a rebuild. On the phenomenally faster quadcore machine, the speed of operations could be too quick for ntfs-3g to handle (may be??). It looks like ntfs-3g is unable to handle high number of files at high speed operations. I use the same ntfs partition to store high volume bulk copy and bulk downloads with no problems - apparently, it is not the problem with high volume of transfer but the high number of files being thrashed back and forth at high speed by eclipse and svn commit. Does anyone else store their svn working directories on ntfs when developing with Eclipse on ubuntu 10.04?
Further addition: I need to mention that partition is compressed under ntfs. Perhaps, ntfs-3g is not capable of handling compressed ntfs. I uncompressed them - and during uncompress operation, explorer hung at the folder where I had done the svn commit. I rebooted vista and made a fresh uncompressed copy of those svn working folders and deleted the old copy. I'll wait and see what happens on my next commit using rabbitcvs.
View 1 Replies
View Related
Jun 4, 2011
I'm using 10.04.2, and I find that whenever I'm trying update (whether using synaptic, or command-line apt-get), the package download starts off fine, but after downloading a few files (usually only 4 or 5), the next partial (ongoing) downloads become corrupt, all the remaining downloads stay in the partial folder and finally apt-get gives a size mismatch error .I'm forced to watch the update progress the entire time and wait for the downloads to corrupt (at this point the progress bar stops at say, "Downloading file 4 of 70" but the details show subsequent files are being downloaded)the update process and clean the /var/cache/apt/archives/partial folder (NOT the archives folder, or all the packages will have to be downloaded again). Then I restart the update and it picks up after the last successfully downloaded .deb.
Effectively, every such iteration downloads 3-5 .deb files successfully, and corrupts the remaining. Needless to say, if I'm upgrading 50 packages, it gets really frustratingI faced this problem even on new installations on my system as well as a friend's. Lucid, Maverik, Natty all have the same problem. By new installations, I mean on the very first boot, I setup the network (I'm behind a proxy server in a university) and that's it. I tried Linux Mint and it had the same problem.
View 5 Replies
View Related
Aug 7, 2011
After a fresh boot the first few songs I play with Banshee or Rhythmbox (only used for testing if Banshee was the issue) the songs start to be played badly distored. Like the sound is only being played in very short bursts with gaps between them.
If I restart Banshee the music will usually resuming playing fine for a couple of songs and then the issue repeats. If system load is high the number of songs before the issue appears decreases (as low as 0).
I've attached the output of the alsa-info.sh as I see 90+% of audio issue threads ask for that file in the first reply
View 2 Replies
View Related
Jan 6, 2010
Ok, this just started happening with ubuntu 9.10.
When it first happened, I didnt know what to do so i accessed all my data, backed it up in a diff partition, reformated my drives and reinstalled a clean 9.10. But now, every now and then (i think its when i use frostwire and have other programs running) my ubuntu keeps freezing up, it becomes non-responsive to anything i do, so i have to do a hard shutdown, after which, when i reboot, it is not able to mount /home, so i run FSCK and it fixes it, but ive done this about 3 times now, its starting to get a bit annoying, i dont know if anyone else has this problem, or if its a known bug. Here are my specs:
Running: Ubuntu Karmic 9.10 64 bit
3 Sata HDD: 1 TB, 750 GB, 350 GB
4GB Ram
2 Nvidia 7900GS
with a Pentium core 2 duo @ 3.0GHz
View 5 Replies
View Related
Feb 27, 2010
I switchted my windows friend over to kubuntu and I installed the kubuntu-restricted-extras as well as the ubuntu-restricted-extras and at first amarok was flawless. Now, every time I quit amarok and reopen it, my media library is still there but when I try and play anything it just stops and does nothing.
Then I go to my /.kde/share/apps/amarok directory and clear it and it works again if I open it and reimport the music, but this is a bitch to do every time. I briefly tried rhythmbox also and it seemed to be suffering from the same problem although I didn't try deleting the preferences and testing if it worked after, it also refused to work after quitting. Note: it might get corrupted on reboot only or on quitting
View 1 Replies
View Related
Aug 3, 2011
With tar, it is possible to back up your desktop system like so (probably best done from runlevel 1 or a live medium):
# cd / # or wherever your root directory is mounted
# tar --exclude=dev/* --exclude=proc/* --exclude=sys/* --exclude=tmp/* --exclude=backup.tar.gz -czvpf backup.tar.gz .
[code]....
View 4 Replies
View Related
Feb 5, 2010
I convinced my sister into trying linux instead of windows. When she agreed, I messed things up for her in the install and now her files are gone. I was trying to install Kubuntu. I had backed up all of the data into one partition (hda7 ... which is the last partition) and restructured the other partitions. When applying changes, it crashed in the middle so I had to start again and redo things.
Finally when everything was installed, I tried mounting the NTFS hda7 partition but to no success. Upon checking in fdisk, it was listed as ext3 but even could not mount it with ext3. I checked in windows and the partition is marked as "unknown". what has changed is that instead of hda7 being logical, it is now marked as primary. I have checked testdisk and I am not able to recover any files from it. Any ideas?
1. Testdisk ... did not find any files from that partition
2. Partition magic ... got some messages that something wrong with the partition table, it fixed that, but get Error 17 and partition magic cannot start
3. chkdsk ... did not find anything
I read something about DD but I have never tried it and I am worried I might mess up things.
View 2 Replies
View Related