Let's resurrect the MOTD (Message Of The Day)! #978
Qwinn1
started this conversation in
Pull requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
So at least one function that is default enabled in Linux Mint, fwdupdmgr, communicates to the user that a firmware update is available via setting the MOTD. As it stands, you will never see this until you log in via console or ssh. I think the majority of LM users can go months without doing either of those things. Plus, aside from fwupdmgr, it's sad to me as an old school sysdev that a system administrator can no longer really provide a system message to all users connecting via GUI. Basically, the Linux GUI has killed the MOTD.
Let's bring it back!
All you need is a file - I named mine "notifymotd.desktop" - to /etc/xdg/autostart:
It works great! This will trigger a notification in the GUI with any message of the day in /etc/motd for all users 10 seconds after they log in, assuming /etc/motd isn't blank (which will be the default on a new install). It will show up in Startup Applications as "NotifyMOTD", and can be turned on and off per individual user.
I would submit a pull request myself, except for the translation issue. I suspect there's probably some automated tool that the LM devs have access to that can generate all the different language translations for a given application that we'd want to translate "Message Of The Day" and the Comment to. If you guys like the idea and there is no automated tool and each of those translations has to be set up manually with some Google Translate work, or there is such a tool that is publicly accessible and I can just run it, let me know what it is and I'll do the translation work either way myself and submit the PR.
Hope you guys like the idea. I searched around and for some odd reason it hasn't seemed to occur to anyone else? If this is a duplicate idea, sorry I missed it.
Beta Was this translation helpful? Give feedback.
All reactions