LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 10-23-2016, 09:57 PM   #16
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled

You haven't done anything with Midori using sudo?
 
Old 10-23-2016, 10:03 PM   #17
llewellen
Member
 
Registered: Oct 2016
Location: Vancouver Island, Canada
Distribution: Crunchbang++ Openbox
Posts: 401

Original Poster
Rep: Reputation: Disabled
Yes I did. On the related thread that I originally started (Software: Midori Won't Start) someone advised me to run the following:

sudo apt-get purge --auto-remove-midori
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get install midori

It didn't fix anything. That's when I decided to move to this thread, thinking that I would have to do an entire fresh install of Mint.
 
Old 10-23-2016, 10:06 PM   #18
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
But you didn't run sudo midori?
 
Old 10-23-2016, 10:12 PM   #19
llewellen
Member
 
Registered: Oct 2016
Location: Vancouver Island, Canada
Distribution: Crunchbang++ Openbox
Posts: 401

Original Poster
Rep: Reputation: Disabled
I messed around today with quite a bit of script suggested by contribuors on this site but I don't recall running anything like simple sudo midori.
 
Old 10-23-2016, 10:26 PM   #20
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Anyhow, try removing that subdirectory as root. Make sure Midori is not running.

Code:
sudo rm -rf ~/.local/midori
 
Old 10-23-2016, 10:36 PM   #21
llewellen
Member
 
Registered: Oct 2016
Location: Vancouver Island, Canada
Distribution: Crunchbang++ Openbox
Posts: 401

Original Poster
Rep: Reputation: Disabled
Ran the script. Terminal prompted for sudo password. Gave it. Script ran and did not return any error or other message. Restarted computer. Midori sub-directory still there. This gets curiouser and curiouser.

I'll do some research overnight and see if I can discover why a sub-directory like that would be persistent.

Thanks for your help thus far.
 
Old 10-23-2016, 10:40 PM   #22
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
The only explanation is an instance of Midori was running when you removed the subdirectory. In Linux you can delete files in use. Only in this case when the application is running it keeps the settings from config file in memory and writes the config file back upon exit.
 
Old 10-23-2016, 10:46 PM   #23
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
OK, as I suspected, .local is not what holds the settings for midori, the settings are in ~/.config/midori. Delete it.
 
1 members found this post helpful.
Old 10-23-2016, 10:53 PM   #24
llewellen
Member
 
Registered: Oct 2016
Location: Vancouver Island, Canada
Distribution: Crunchbang++ Openbox
Posts: 401

Original Poster
Rep: Reputation: Disabled
Success!! I ran sudo rm -rf ~/.config/midori and now it starts with no problem. I am posting this from midori. Thank you, thank you, thank you.

If I ever become competent enough to do so, I will gladly give back to some lost newbie the way you have helped me so generously. I'm grateful. I won't forget.

Ken
 
Old 10-23-2016, 11:29 PM   #25
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
See, Linux (Unix) is well organized multiuser system. User programs are in /usr, which is writable only by root. Meaning users cannot mess up applications. System-wide default settings are in /usr, too. System-wide settings override is in /etc, again not user writable. And finally, user managed settings override is in users home directory. If user screws up anything it will affect only this user, system and applications for other users keep functioning. This is why uninstalling and reinstalling didn't help. You merely removed the program from /usr and installed it back - no fruit, there was nothing wrong with it to begin with. Gotta love Linux, everything is so logical and simple.
 
Old 10-23-2016, 11:53 PM   #26
llewellen
Member
 
Registered: Oct 2016
Location: Vancouver Island, Canada
Distribution: Crunchbang++ Openbox
Posts: 401

Original Poster
Rep: Reputation: Disabled
I had been thinking about moving over to Linux for a few years and then there was one too many screw-overs by MS Win and I took the plunge. I'm extremely glad that I did. There is definitely a learning curve but I like learning. I'm working with an online introductory tutorial on using the command line and when that's done, we'll see what comes next.

It probably seems to you like a lot of aggravation and effort for one little app, but I like Midori. It's clean and fast, and seems to suit the way that I like a browser to work. And I learned a lot from watching how you approached the problem and deduced a solution. Thanks again.

All the best
Ken
 
  


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
First things to do on fresh Linux Mint install are.... anon091 Linux Mint 13 05-13-2016 12:55 AM
fresh install of windows on dual mint Dazhann Linux - Newbie 5 05-15-2015 10:46 PM
Mint 17 fresh install RandyGG Linux - Newbie 8 02-07-2015 12:47 AM
Poor sound quality, fresh Mint install tondalar Linux Mint 6 10-05-2011 04:47 PM
Cannot obtain an IP address - Fresh Mint 8 install with no way to connect! dflo404 Linux - Networking 8 01-22-2011 02:54 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 06:27 PM.

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