Page 3 of 4

Re: Feature request : task-lamp and a gui tool to enable services

Posted: Fri Oct 20, 2023 12:40 pm
by Eadwine Rose
Topic moved to requests area, second topic locked.

Re: Feature request : task-lamp and a gui tool to enable services

Posted: Fri Oct 20, 2023 2:12 pm
by fadi
But I posted a request about mx service manager in my last post . Should I post it somewhere else.

Re: Feature request : task-lamp and a gui tool to enable services

Posted: Fri Oct 20, 2023 2:42 pm
by Adrian
fadi wrote: Fri Oct 20, 2023 11:33 am I love the new mx service manager . However it should show the service description . This can be achieved by showing a tool tip when you hover over the name of the service. Mageia service manager, which inspired this great tool, does this.
That's what it does in the right-side panel. For sysvinit there's not much info, only the stuff I can load from "/etc/init.d/<ServiceName>" for systemd it might have better description. Mageia might use systemd, have no idea, try to boot to systemd and see if the description shown there is what you want.

Re: Feature request : task-lamp and a gui tool to enable services

Posted: Fri Oct 20, 2023 2:51 pm
by fadi
I always boot in systemd and no service description on hover.

Re: Feature request : task-lamp and a gui tool to enable services

Posted: Fri Oct 20, 2023 2:52 pm
by Eadwine Rose
fadi wrote: Fri Oct 20, 2023 2:12 pm But I posted a request about mx service manager in my last post . Should I post it somewhere else.
I closed your task lamp meta package topic. Didn't see an MX service manager request in that.

Re: Feature request : task-lamp and a gui tool to enable services

Posted: Fri Oct 20, 2023 3:00 pm
by fadi
I closed your task lamp meta package topic. Didn't see an MX service manager request in that.
just a misunderstanding Eadwine Rose. There are two topics in the current post task-lamp , and the evolution of mx service manager.

Re: Feature request : task-lamp and a gui tool to enable services

Posted: Sat Oct 21, 2023 11:16 pm
by Adrian
fadi wrote: Fri Oct 20, 2023 2:51 pm I always boot in systemd and no service description on hover.
New update show have a tooltip on hover, it took me a while to add this without impacting the performance (I don't want to read all the descriptions when loading the list of services regardless if users will hover or not over the item, the tooltip is generate each time you hover on an item -- it should be reasonable fast doing that).

I also eliminated some service duplication and some services that were listed even if they were marked as "not-found".

Re: Feature request : task-lamp and a gui tool to enable services

Posted: Mon Oct 23, 2023 12:04 pm
by fadi
Adrian wrote: Sat Oct 21, 2023 11:16 pm
New update show have a tooltip on hover, it took me a while to add this without impacting the performance (I don't want to read all the descriptions when loading the list of services regardless if users will hover or not over the item, the tooltip is generate each time you hover on an item -- it should be reasonable fast doing that).
I also eliminated some service duplication and some services that were listed even if they were marked as "not-found".

Thanks a lot Adrian . However, Services in systemd that are disabled at boot do not show description at all in tooltips . Also if you want to, full description can be put in the right side panel of systemd as well like you did in sysv init.

Re: Feature request : task-lamp and a gui tool to enable services

Posted: Fri Oct 27, 2023 11:35 am
by fadi
Hi Mr Adrian . would you please read my last post :wavehello:

Re: Feature request : task-lamp and a gui tool to enable services

Posted: Fri Oct 27, 2023 3:25 pm
by Adrian
Yeah, I will take a look at the disabled service, unfortunately it doesn't look like there's one reliable method to get a simple service description...