cut and paste
Eamonn Sullivan
eamonn.sullivan at gmail.com
Wed Sep 27 16:05:09 UTC 2006
On 9/27/06, User Iam <vramnum10 at gmail.com> wrote:
>
>
>
> On 9/26/06, Eamonn Sullivan <eamonn.sullivan at gmail.com> wrote:
> > On 9/26/06, User Iam <vramnum10 at gmail.com> wrote:
> > > Hi
> > >
> > > My cut and paste is broke....
> > >
> > > About two weeks ago... I installed some utility someone was talking
> about.
> > > <Can't remember what the name was... Seemed like the thing to do at the
> > > time>
> > >
> > >
> > > And now
> > >
> > >
> > > No cut and paste...
> > >
> > > I don't even know where to start looking
> > >
> >
> > One thing to try is to open /var/log/dpkg.log and see what you've
> > recently installed. Then try to uninstall the packages one at a time
> > until you get cut and paste back. What exactly do you mean by no cut
> > and paste? Ctrl-C and Ctrl-X don't work?
> >
> > -Eamonn
>
>
> Yes, Ctrl-c and ctrl-x no longer work...
Type the following in a terminal. That'll show you the last 10 thing
you installed.
tail /var/log/dpkg.log
If that doesn't go back far enough try tail -n 20 or tail -n 40 to see
the last 20 or 40 items you installed. If you spot something that
sounds like it might have to do with the clipboard, uninstall it with
sudo apt-get remove <package-name>
Substituting the name of the package. Good luck!
-Eamonn
More information about the ubuntu-users
mailing list