KCron, gnome-schedule, or other cron GUI ? - Printable Version +- Maui Forums (https://forums.mauilinux.org) +-- Forum: Maui Support (https://forums.mauilinux.org/forumdisplay.php?fid=74) +--- Forum: Software & Applications (https://forums.mauilinux.org/forumdisplay.php?fid=77) +--- Thread: KCron, gnome-schedule, or other cron GUI ? (/showthread.php?tid=24294) |
KCron, gnome-schedule, or other cron GUI ? - kdemeoz - 28th February 2017 Hi I learned today of the existence of kcron & gnome-schedule, but... kcron: Code: Z97-HD3:/$ sudo apt-get install kcron Would this imply it's exclusively a KDE4 pgm & incompatible with Plasma5? Any known workarounds pls? gnome-schedule: Code: kdemeoz-VirtualBox:~/Private/Documents/temp$ sudo apt-get update Rats ! Any known alternative suitable cron GUIs pls? RE: KCron, gnome-schedule, or other cron GUI ? - leszek - 28th February 2017 Kcron could be kde4libs still. Have you tried finding it in systemsettings? If it isn't there maybe it appears then in the kcmshell4 list. (just execute the --list and look for kcron) You can then start it with kcmshell4 name_of_the_module. Ideally kcmshell4 kcron RE: KCron, gnome-schedule, or other cron GUI ? - kdemeoz - 28th February 2017 (28th February 2017, 10:29)leszek Wrote: Kcron could be kde4libs still. Have you tried finding it in systemsettings? Sorry, i don't understand. I searched for "kcron" in the Application Menu's search field, & also in KRunner, but they found nothing. Is that what you meant? Anyway, even trying to launch it from Konsole failed. (28th February 2017, 10:29)leszek Wrote: If it isn't there maybe it appears then in the kcmshell4 list. (just execute the --list and look for kcron) Again, sorry but i don't understand. Is this what you meant? Code: Z97-HD3:/$ kcmshell4 --list RE: KCron, gnome-schedule, or other cron GUI ? - leszek - 28th February 2017 I was wrong. Kcron is kf5 based already. And it is a kcm (KDE Control Module) so it should show up in systemsettings. Not sure how it is called though. But maybe the systemsettings search can help you finding it. RE: KCron, gnome-schedule, or other cron GUI ? - kdemeoz - 1st March 2017 I searched in System Settings for kcron, but it found nothing. I repeated yesterday's apt installation attempt, but it told me the latest version is already installed... but again, it is not in the Applications Menu, System Settings, nor will it launch [as user nor sudo] in Konsole [says "No command 'kcron' found," & "command not found" respectively]. RE: KCron, gnome-schedule, or other cron GUI ? - leszek - 1st March 2017 As I said it won't appear in applications or will be able to run as command kcron as it is a kde control module which means it only appears in the systemsettings. I bet it isn't called kcron but something else. Though I am not sure what that is actually. But it must be there RE: KCron, gnome-schedule, or other cron GUI ? - AJSlye - 1st March 2017 It would indeed be in the System Settings, it will be labelled as Task Scheduler.. It will also show up in the search of krunner, system settings and the menu if you type just cron and not kcron, or task, task works too. RE: KCron, gnome-schedule, or other cron GUI ? - kdemeoz - 3rd March 2017 Contrary to the assurance of both of you, & despite your two pics AJ, none of what you said is correct for me. Given per separate thread my Tower remains unavailable at the moment, my remarks just now apply only to my Lappy's Maui 2.1. Searching for "cron" in all those places only finds Startup & Shutdown in System Settings [which does not have a 5th tab for Task Scheduler, unlike your pic]; System Settings - Autostart in KRunner; & Autostart in Application Menu. Searching in those same places for "task" only reveals taskbar, taskbar thumbnails effect, & Task Switcher; System Settings - Task Switcher; & Task Switcher, respectively. Does this imply there's a Plasma5 package missing from my Maui? Furthermore, if you see the various pics here for gnome-schedule https://www.maketecheasier.com/easy-way-to-schedule-and-automate-tasks-in-ubuntu/ , it seems to be quite different to Task Scheduler, at least as far as i can tell given i've only seen your own 2 pics, but so far have not / can not actually try it myself. RE: KCron, gnome-schedule, or other cron GUI ? - leszek - 3rd March 2017 Tested again on a fresh Maui 2.1 install. Installed kcron and found it then under systemsettings -> startup and shutdown -> task scheduler. Can you try reinstalling the kde-config-cron kcron packages. RE: KCron, gnome-schedule, or other cron GUI ? - kdemeoz - 3rd March 2017 Fabulous, that fixed it nicely. FYI, this was not a REinstallation -- neither package was already installed. I wonder why the Installer skipped them back during my Maui installation? Thank you [& btw, yes it does look as powerful a GUI as the gnome one, yay]. |