LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-08-2016, 02:56 PM   #1
Squirell_Nutkin
LQ Newbie
 
Registered: Jan 2016
Posts: 5

Rep: Reputation: Disabled
Newbie with erratic touchpad and problems importing passwords into firefox


Hi,
I just made the switch to linux a few weeks ago after reaching my journey's end with windows. I installed Linux Mint 17.3 cinnamon on an ASUS N80V laptop and am delighted with it.

The one small problem I have is with the touch pad. It sort of works but has become wonky and the scrolling doesn't exactly work. The pad itself has two buttons and on the right edge of the pad is an area that, if I scroll on it, with the cursor anywhere on the page, the page will go up or down. This no longer works unless I have the cursor on the slider at the edge of the page or if I left click and use the scroller I am able to put the cursor anywhere. I hope that is clear. I'd like to be able to have he edge scroller enabled so I can keep the cursor anywhere.

I've tried changing the settings in system settings > mouse and touchpad to no avail.

I saw there were some other drivers that I could install and try but this is where I am in over my head; I don't fully understand how to use the terminal commands and this relates to my second problem:

I have been trying to import my passwords from chrome into firefox using this tutorial with varying degrees of success.

The preliminary task is to export the passwords from chromium to a csv file. They say to open a terminal and use this command line:
### Chromium
chromium --user-data-dir=/tmp/chrome-tmp --password-store=basic

when I do that I get: command not found.

I seem to get 'command not found' often when I try to use the terminal doing other tasks. Partly the problem is that I am only following other people's commands because I am not fluent in this language at all.

So my immediate problems are de-wonkifying my touchpad (a minor annoyance) and migrating my passwords (something that was simple 5 years ago and now seems impossible. My longer term problem is becoming conversant in writing commands to the terminal. What would a good, really beginner, resource be? And any ideas what's up with the touchpad?

Thanks in advance, I realize this is a long post.
 
Old 01-08-2016, 06:55 PM   #2
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Can't help with thw touchpad, but regarding the fundamentals of program execution, look up beginner guides to the shell, the Linux interactive command interpreter. The bash links in my signature might help, at least their first few steps (the real purpose of those links is learning shell programming, which is a bit more advanced).

EDIT: Intro to Linux may be a possible start for you: http://tldp.org/LDP/intro-linux/html/.

You get "command not found" because the shell doesn't know where the chromium command is. Actually, "chromium" is just a file at a location that is unknown to the shell. If you figure out this location, you can tell the shell where to find it. While there are better ways, you can figure out the location using this brute force command:
Code:
find / -name chromium
which is likely to hurl a lot of messages into your face, among them the location of the command, something like /usr/local/chromium/chromium perhaps. Then run
Code:
/usr...whatever.../chromium --user-data-dir.... etc ....

Last edited by berndbausch; 01-08-2016 at 07:00 PM.
 
Old 01-10-2016, 09:49 AM   #3
Squirell_Nutkin
LQ Newbie
 
Registered: Jan 2016
Posts: 5

Original Poster
Rep: Reputation: Disabled
Thank you!

I will get right on it. Learning the meaning of the terms will help me immeasurably.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[Solved] Erratic Touchpad purple52 Linux - Hardware 1 11-06-2015 08:48 AM
Synaptics touchpad works in X but pointer is erratic when used in virtual terminal. numbscholar Linux - Hardware 0 10-29-2011 02:14 AM
Importing user accounts/passwords from another linux machine ganesh_k Linux - Newbie 5 06-11-2010 08:11 AM
Erratic Synaptics Touchpad - jumps to I beam position... stardotstar Linux - General 1 11-04-2006 12:54 AM
Erratic Touchpad Behavior usaf_sp SUSE / openSUSE 4 08-16-2006 11:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:58 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration