Feature request : task-lamp and a gui tool to enable services
Feature request : task-lamp and a gui tool to enable services
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
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.
Re: Fearure request : task-lamp and a gui tool to enable services
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.
Re: Fearure request : task-lamp and a gui tool to enable services
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
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing
Re: Fearure request : task-lamp and a gui tool to enable services
There is a program named stacer in the repos, which does have a great gui for service management that I use and like.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
*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!
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!
- FullScale4Me
- Posts: 1118
- Joined: Fri Jan 08, 2021 11:30 pm
Re: Fearure request : task-lamp and a gui tool to enable services
Most of the services shown in your graphic are unique to your distribution and have no equivalent in MX Linux based on Debian.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
During the installation of MX Linux services not needed can be deselected. See below.

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
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
Re: Fearure request : task-lamp and a gui tool to enable services
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.CharlesV wrote: Fri Aug 25, 2023 12:41 amThere is a program named stacer in the repos, which does have a great gui for service management that I use and like.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
If I get bored I might start to work on a service manager... not sure.
Re: Fearure request : task-lamp and a gui tool to enable services
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 viaAdrian 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.
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!
I have a reservation... What do you mean it's not in the COMPUTER!
Re: Feature request : task-lamp and a gui tool to enable services
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
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Re: Fearure request : task-lamp and a gui tool to enable services
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.Adrian wrote: Sat Aug 26, 2023 9:51 amStacer 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.CharlesV wrote: Fri Aug 25, 2023 12:41 amThere is a program named stacer in the repos, which does have a great gui for service management that I use and like.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
If I get bored I might start to work on a service manager... not sure.
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!
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!
Re: Feature request : task-lamp and a gui tool to enable services
VERY interesting thought!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
*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!
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!