Page 1 of 1

Where is the porteus/modules folder?

Posted: 01 Feb 2017, 13:13
by lailju1979
I installed porteus today for the first time.
And I want to install webbrowser.
From web searching, I knew I have to copy .xzm module to porteus/modules folder.
But I cannot find that folder anywhere.
I expect someone's kind help.
Thank you.

Re: Where is the porteus/modules folder?

Posted: 01 Feb 2017, 13:38
by donald
Hello lailju1979

This folder (modules) is on the device where you have porteus installed.
Physical devices are mounted in /mnt/sdXN
e.g. sda1 , sda2 etc. depending on how much devices and partitions you have.
If you have only one, it would be /mnt/sda1/porteus/modules/ for example.

Re: Where is the porteus/modules folder?

Posted: 01 Feb 2017, 15:53
by lailju1979
Thank you for your reply.

I installed porteus on my notebook SDD.
And I followed that route as your advice.
And I found five folder.
live, sda1, sda5, sdb1, sbc1...
I guess sdb1 is dvd drive and sbc1 is USB memory.

Anyway, I tried to copy and paste my .xzm files to 'live' folder and 'sda1' folder..
But it did not work.

I logged in guest account.

I don't know what is the problem.

Re: Where is the porteus/modules folder?

Posted: 01 Feb 2017, 16:38
by jssouza
The porteus directory can be found using the environment variable $PORTDIR.

Code: Select all

guest@porteus:~$ echo $PORTDIR
So, your modules directory should be $PORTDIR/modules

Re: Where is the porteus/modules folder?

Posted: 01 Feb 2017, 16:39
by Bogomips
In terminal:

Code: Select all

guest@porteus:~$ grep -A1 "# Porteus" /var/log/porteus-livedbg
Will show folder for porteus. Folder you seek will be /mnt/sdXy/porteus/modules. X,y get from output of above command. :)

Re: Where is the porteus/modules folder?

Posted: 02 Feb 2017, 03:46
by lailju1979
Sorry, I mean 'paste' was not work.
TT

As the above command, my porteus is installed sda1 device.

Re: Where is the porteus/modules folder?

Posted: 02 Feb 2017, 03:58
by lailju1979
Oh. I should have to open modules folder as root..
I successed paste the palemoon.xzm file.

And I activated it. (I was happy)

After that, I pressed start button - internet - palemoon program,
But it is not run.

How can I run palemoon?
What I missed?

Re: Where is the porteus/modules folder?

Posted: 02 Feb 2017, 05:04
by Ed_P
lailju1979 wrote:Oh. I should have to open modules folder as root..
I successed paste the palemoon.xzm file.
I've never used root to copy files to my modules folder.
How can I run palemoon?
What I missed?
Sometimes it helps to reboot. Sometimes it helps to add a module using USM because it can resolve dependency conflicts. With 3.2.2 I believe there is an update-palemoon command that can be run.

Lots of options.

Re: Where is the porteus/modules folder?

Posted: 02 Feb 2017, 06:28
by donald
@ lailju1979
Please tell us which Desktop (XFCE,KDE..etc), 32 or 64 Bit you use.
also
palemoon-27.0.3-i686-1.xzm --> 32 Bit
palemoon-27.0.3-x86_64-1.xzm --> 64 Bit
Thanks

Re: Where is the porteus/modules folder?

Posted: 02 Feb 2017, 11:55
by lailju1979
I installed PORTEUS cinnamon v3.2.2-x86_64.
I think I installed cinnamon as desktop. (Cinnamon is a kind of desktop, Right?)

Yesterday, I installed palemoon i686.
So I deleted it and downloaded palemoon for 64 bit and activated again.

Then I looked out whether palemoon is added to start menu,
but I could not find palemoon icon anywhere.

Still I could not find out what is my fault.
I am so sad.

Re: Where is the porteus/modules folder?

Posted: 02 Feb 2017, 12:09
by Bogomips
^ Try Run (F2): palemoon

Re: Where is the porteus/modules folder?

Posted: 02 Feb 2017, 12:14
by lailju1979
I pushed F2 key some times but input box is not popped up.

Re: Where is the porteus/modules folder?

Posted: 02 Feb 2017, 12:57
by Bogomips
^ Try in Menu to run palemoon. If I remember rightly you can also in Menu find entry to run a program. Always should get input box on pressing F2. Otherwise try reloading Cinnamon.

Re: Where is the porteus/modules folder?

Posted: 02 Feb 2017, 18:25
by donald
The problem with cinnamon + palemoon (64 Bit)
Let's say one downloads the palemoon.xzm into the Downloads folder and
activates it, it immediately creates 2 wh files in the changes folder

.wh.browser.desktop and .wh.palemoon.desktop
in
/mnt/sdXN/porteus/changes/usr/share/applications
so palemoon doesn't show up.
(you can start palemoon in terminal)

Code: Select all

guest@porteus:~$ palemoon
Solution
put the palemoon xzm in the modules folder > reboot into always fresh and
(as root) delete this 2 wh files > when done reboot into normal mode...
and you will find palemoon in the menu (internet)

Re: Where is the porteus/modules folder?

Posted: 03 Feb 2017, 08:04
by lailju1979
Thank you donald.
I deleted some files you said, and run palemoon as terminal.
I succeeded to run palemoon finally.

Thank you very much.
Thank you everyone.