Skip to content
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

Varrious fixes for errors found in fvwm3-output.log #922

Merged
merged 4 commits into from
Nov 7, 2023

Commits on Nov 7, 2023

  1. Remove some additional Color commands that are no longer used.

      The color commands have already been removed in favor of colorsets.
      This removes some commands that got missed in the removal.
    somiaj committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    fde3fe4 View commit details
    Browse the repository at this point in the history
  2. Fix issue with fvwm-menu-desktop MiniIcon style.

      Applications with spaces caused a bad style option because
      of missing quotes. This adds quotes around the application name
      to deal with applications with spaces.
    somiaj committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    234964c View commit details
    Browse the repository at this point in the history
  3. Remove pan_frame debugging.

    somiaj committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    0d05f05 View commit details
    Browse the repository at this point in the history
  4. Double check icon exists in fvwm-menu-desktop

      If xdg wasn't able to find a valid icon, the icon would revert
      to a string that is not a valid icon path, causing fvwm to
      return an error.  Add one final check to ensure that the icon
      path exists before using it.
    somiaj committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    722af90 View commit details
    Browse the repository at this point in the history