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

Message
Author
fadi
Posts: 65
Joined: Tue Aug 15, 2023 3:17 pm

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

#1 Post by fadi »

Hello mxlinux team. I come from mageia linux which is famous for having an excellent control center. mx tools is on bar with it , however it lacks a tool to enable and disable services .

https://wiki.mageia.org/mw-en/images/6/ ... ces-en.png

Mageia also makes great use of meta packages , one of them is task-lamp. I know there are tutorials how to install lamp in mx, but meta packages make life much easier and I don't think they require much effort from the developers to create .





Moderator: image changed to link, please read the forum rules
Last edited by fadi on Sat Aug 26, 2023 10:40 am, edited 1 time in total.

User avatar
Adrian
Developer
Posts: 9135
Joined: Wed Jul 12, 2006 1:42 am

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

#2 Post by Adrian »

There's a sysv-rc-conf CLI tool. Frankly, I won't do a GUI for sysV since it doesn't look it has a bright future ahead, more and more apps are systemd only. Yeah, sure, t's possible to do the GUI interface to be agnostic what system is running under it but right now it's not my top priority. I mean there's not something I have to do every day, starting and stopping services and that can be done very well in CLI. Not to mention that you can break stuff if you don't know what you turn off, so dumbing down the interface for potentially dangerous tasks doesn't sound like a winning proposition to me.

User avatar
Stevo
Developer
Posts: 14747
Joined: Fri Dec 15, 2006 7:07 pm

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

#3 Post by Stevo »

As for LAMP, is that different from using MXPI to install a local server setup under Popular Apps?
MXPI = MX Package Installer
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing

User avatar
CharlesV
Global Moderator
Posts: 7744
Joined: Sun Jul 07, 2019 5:11 pm

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

#4 Post by CharlesV »

fadi wrote: Thu Aug 24, 2023 2:34 pm Hello mxlinux team. I come from mageia linux which is famous for having an excellent control center. mx tools is on bar with it , however it lacks a tool to enable and disable services .

https://wiki.mageia.org/mw-en/images/6/ ... ces-en.png

Mageia also makes great use of meta packages , one of them is task-lamp. I know there are tutorials how to install lamp in mx, but meta packages make life much easier and I don't think they require much effort from the developers to create .


Moderator: image changed to link, please read the forum rules
There is a program named stacer in the repos, which does have a great gui for service management that I use and like.
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

User avatar
FullScale4Me
Posts: 1118
Joined: Fri Jan 08, 2021 11:30 pm

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

#5 Post by FullScale4Me »

fadi wrote: Thu Aug 24, 2023 2:34 pm Hello mxlinux team. I come from mageia linux which is famous for having an excellent control center. mx tools is on bar with it , however it lacks a tool to enable and disable services .

https://wiki.mageia.org/mw-en/images/6/ ... ces-en.png
Most of the services shown in your graphic are unique to your distribution and have no equivalent in MX Linux based on Debian.

During the installation of MX Linux services not needed can be deselected. See below.

Image

MX Linux makes EXTENSIVE use of Meta packages. Have a look in all tabs of MX Package Installer.
Michael O'Toole
MX Linux facebook group moderator
Dell OptiPlex 7050 i7-7700, MX Linux 23 Xfce & Win 11 Pro
HP Pavilion P2-1394 i3-2120T, MX Linux 23 Xfce & Win 10 Home
Dell Inspiron N7010 Intel Core i5 M 460, MX Linux 23 Xfce & KDE, Win 10

User avatar
Adrian
Developer
Posts: 9135
Joined: Wed Jul 12, 2006 1:42 am

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

#6 Post by Adrian »

CharlesV wrote: Fri Aug 25, 2023 12:41 am
fadi wrote: Thu Aug 24, 2023 2:34 pm Hello mxlinux team. I come from mageia linux which is famous for having an excellent control center. mx tools is on bar with it , however it lacks a tool to enable and disable services .

https://wiki.mageia.org/mw-en/images/6/ ... ces-en.png

Mageia also makes great use of meta packages , one of them is task-lamp. I know there are tutorials how to install lamp in mx, but meta packages make life much easier and I don't think they require much effort from the developers to create .


Moderator: image changed to link, please read the forum rules
There is a program named stacer in the repos, which does have a great gui for service management that I use and like.
Stacer looks nice, it's actually Qt, I should probably learn a thing or two from it. But unfortunately it seem it was discontinued and the bigger problem is that it actually doesn't support sysvinit, it uses systemd commands. I checked the code: https://github.com/oguzhaninan/Stacer/b ... e_tool.cpp and unfortunately it gives the impression that the command completed successfully when if you run the command "systemctl enable ___" in console you get a message that the system was not booted with systemd.

If I get bored I might start to work on a service manager... not sure.

User avatar
thomasl
Posts: 485
Joined: Sun Feb 04, 2018 9:26 am

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

#7 Post by thomasl »

Adrian wrote: Thu Aug 24, 2023 2:42 pm There's a sysv-rc-conf CLI tool. Frankly, I won't do a GUI for sysV since it doesn't look it has a bright future ahead, more and more apps are systemd only. Yeah, sure, t's possible to do the GUI interface to be agnostic what system is running under it but right now it's not my top priority. I mean there's not something I have to do every day, starting and stopping services and that can be done very well in CLI. Not to mention that you can break stuff if you don't know what you turn off, so dumbing down the interface for potentially dangerous tasks doesn't sound like a winning proposition to me.
I think that makes eminent sense, all the more as sysv-rc-conf, though a text-mode programme, is not a complex CLI app with dozens of difficult-to-remember options, but can be used interactively via

Code: Select all

sudo sysv-rc-conf
Frugal installs on Lenovo ThinkPad L14 Ryzen 5 4650U/24GB * HP Pavilion Ryzen 3 3300U/16GB * Toshiba R950 i5-3340M/12GB
I have a reservation... What do you mean it's not in the COMPUTER!

User avatar
Jerry3904
Administrator
Posts: 23356
Joined: Wed Jul 19, 2006 6:13 am

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

#8 Post by Jerry3904 »

I bet it would be pretty simple to make a yad app from that for at least short-term use
Production: MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
CharlesV
Global Moderator
Posts: 7744
Joined: Sun Jul 07, 2019 5:11 pm

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

#9 Post by CharlesV »

Adrian wrote: Sat Aug 26, 2023 9:51 am
CharlesV wrote: Fri Aug 25, 2023 12:41 am
fadi wrote: Thu Aug 24, 2023 2:34 pm Hello mxlinux team. I come from mageia linux which is famous for having an excellent control center. mx tools is on bar with it , however it lacks a tool to enable and disable services .

https://wiki.mageia.org/mw-en/images/6/ ... ces-en.png

Mageia also makes great use of meta packages , one of them is task-lamp. I know there are tutorials how to install lamp in mx, but meta packages make life much easier and I don't think they require much effort from the developers to create .


Moderator: image changed to link, please read the forum rules
There is a program named stacer in the repos, which does have a great gui for service management that I use and like.
Stacer looks nice, it's actually Qt, I should probably learn a thing or two from it. But unfortunately it seem it was discontinued and the bigger problem is that it actually doesn't support sysvinit, it uses systemd commands. I checked the code: https://github.com/oguzhaninan/Stacer/b ... e_tool.cpp and unfortunately it gives the impression that the command completed successfully when if you run the command "systemctl enable ___" in console you get a message that the system was not booted with systemd.

If I get bored I might start to work on a service manager... not sure.
Thanks for taking a look at it! I really only use it for cleaning and removing things and it seems to work VERY nice there. Interesting, so even though the interface for services *says* its working, it really isnt.

I shall stop recommending it then - sad, I really liked it ;-

If you decide to work on it, or something like that, consider me a test and happy camper for it :-)
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

User avatar
CharlesV
Global Moderator
Posts: 7744
Joined: Sun Jul 07, 2019 5:11 pm

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

#10 Post by CharlesV »

Jerry3904 wrote: Sat Aug 26, 2023 11:29 am I bet it would be pretty simple to make a yad app from that for at least short-term use
VERY interesting thought!
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

Post Reply

Return to “Package Requests - MX-23”