torios-dev team mailing list archive
-
torios-dev team
-
Mailing list archive
-
Message #01494
Re: Menu structure
Hi Paul
(inline below)
On 03/14/2018 04:23 AM, psutton wrote:
> Hi
>
> just a few comments with regard to menu structure.
>
>
> Under network there is access to Links2 and wpa-gui
>
> however
>
> under system there is
>
> fix wireless connection
This I can fix, and will.
I thought of it more in the line of a 'system' utility, but your
comments make me realize it should be a network thing.
> then under settings
>
> network (which is probably to do with jwm settings manager)
Ok, here are the categories for this one:
Categories=GNOME;GTK;Settings;X-GNOME-NetworkSettings;
So I can modify our /etc/xdg/menus/jwm-applications.menu
to include the X-GNOME-NetworkSettings category like this
<!-- Internet -->
<Menu>
<Name>Internet</Name>
<Directory>jwm-network.directory</Directory>
<Include>
<And>
*<Category>X-GNOME-NetworkSettings;</Category>*
<Category>Network</Category>
</And>
</Include>
</Menu>
<!-- End Internet -->
And fix this one (I just tested it and it does indeed work)
> config adsl/ppoe
I can't fix this one, without just manually editing that file. If the
program is ever updated it will revert back.
> should all the network tools come under one place? However I understand
> that were items go, is linked to config system so we may not have much
> control over this.
Yes, and I can fix 2 out of 3
> I now have a new screenshot of the jwm settings manager so can include
> that in the manual along with one for the file manager.
I have screenshots of jwm-settings-manager that you can use from github
https://github.com/Israel-D/jwm-settings-manager/tree/master/screenshots
You can see them by going to:
https://github.com/Israel-D/jwm-settings-manager
And scrolling down to the README section. I tried to include most
screenshots for all the different parts of the settings manager.
> Paul
>
>
--
Regards
References