← Back to team overview

torios-dev team mailing list archive

Re: feedback for ToriOS-i386-beta2.iso

 

On 02/24/2015 11:21 AM, Nio Wiklund wrote:
> Den 2015-02-24 18:09, Nio Wiklund skrev:
>>>> nm-applet
>>>>
>>>> (I know it can be started with a menu option too.)
>>> There is some issue with no icon being in the tray right now on my
>>> machine for nm-applet... so if you have any ideas let me know :)
>> After starting Network manager, nm-applet could be started manually via
>>
>> System -- JWM Settings Manager -- Panel -- Apps
>>
>> Select Network applet
>>
>> but not now (in the current installed system (tarball)). It still works
>> when started from the command line (but only once). Something has gone
>> wrong :-(
>>
>>
> Hi again,
>
> Something is weird.
>
> I rebooted and
>
> 1. set the nm-applet via the menu,
>
> 2. then started it via the command line
>
> nm-applet  # do not use sudo
>
> and I got the icon at the right corner (even right of the Shutdown applet).
>
> Best regards
> Nio
>
Hi Nio, I am forwarding this to the dev list as well...

Ok,
The fix for the nm-applet in the installed system is:
sudo pico /etc/network/interfaces

*ever**thing* should be commented out EXCEPT
auto lo
iface lo inet loopback

I did this in the first build... I just got busy and forgot it this
time.  There is a lot to remember.
I have an icon, and everything is working!  The next build will have
this for sure!


The other thing of note...
in partition-help  I think we should use
ram=$(free *-m*|grep "Mem:"|tr -s ' ' '\t'|cut -f 2)

This lists RAM as MB
I think it would be helpful to list the options for swap, and the
reasons why.
To suspend we need twice the swap as RAM.  So we should note that.
However if we are not going to suspend, then
IF RAM >= 2 GIG
THEN
SWAP = RAM/2
ELSE
SWAP = RAM

I know there are lots of theories about swap space, etc..
but for a laptop that wants to suspend we need double swap space as RAM,
right?
This system is sooo light we probably only really need 512MB for swap...
for all circumstances (except heavy duty users with lots of RAM and lots
of things going on)

 let me know your thoughts on this... anyone else feel free to chime in
on the swap issue (or anything else)


-- 
Regards

-Israel
ToriOS Team


Follow ups