-
-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lack of FvwmCommand can break existing configuration #312
Comments
Hi @domichel Indeed. I think it's easier to start a I will close this for now, until that script appears. I might look at it later on. |
Hi I will like to propose solution here, based on my views. FvwmMFL basically replaced FvwmCommandS and it is building more functionality than old message command system has. This is good. I think Dominique has right here. FvwmCommand was compiled binary in FVWM2. Removing it without providing a wrapper can be annoying for users while migrating. By it's nature, FvwmCommand is/was often not called within FVWM_USERDIR, this can be called from scripts run by user in ~/bin, from cron, various launcers ... many possibilities here. I personally, don't have this problem. I have made nscde_fvwmclnt which talks with FvwmMFL and made it retroactive wrapper for FvwmCommand if FVWM2 is detected, so one unified interface is used to send commands to FVWM, regardless of major version. Dominique can build on this too possibly, but I see problems for users who are not using hybrid DEs like NsCE or Crystal, who has scripts which expects that something with name "FvwmCommand" exists. Some wrapper in Python or Perl if Go is not supported (and often it is still problematic) would be nice to make life easier to existing user base. My two cents just .... :-) |
Hi, So why don't I include @NsCDE -- feel free to submit a PR to achieve this if you have the time. I would put this wrapper in |
Ok. I will look at it later and clean it from NsCDE-isms for general use. |
I had originally suggested using;
... but this relies on the version of Happy for this to be in |
Yes, entity "nc" can accept different options depending of it's origin and version. BTW, how do you prefer FvwmMFL client based on nscde_fvwmclnt delivered? As FvwmCommand or as some other name and then symlinked to FvwmCommand? |
Hi @NsCDE You can call the client |
When FvwmCommand was removed in favour of using FvwmPrompt, there was no legacy wrapper for maintaing FvwmCommand. Reintroduce this as a wrapper against FvwmMFL. Fixes fvwmorg#312
When FvwmCommand was removed in favour of using FvwmPrompt, there was no legacy wrapper for maintaing FvwmCommand. Reintroduce this as a wrapper against FvwmMFL. Fixes #312
When FvwmCommand was removed in favour of using FvwmPrompt, there was no legacy wrapper for maintaing FvwmCommand. Reintroduce this as a wrapper against FvwmMFL. Fixes fvwmorg#312
When FvwmCommand was removed in favour of using FvwmPrompt, there was no legacy wrapper for maintaing FvwmCommand. Reintroduce this as a wrapper against FvwmMFL. Fixes #312
FvwmPrompt replace FvwmCommand. Please provide a FvwmCommand wrapper script to keep the compatibility.
The text was updated successfully, but these errors were encountered: