-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
FvwmPager grid disappears #1014
Comments
The pager is undergoing a lot of work right now, so if I broke something I'd like to fix it. But your description doesn't help me. Do you have a video screen shots of what is happening when the '2nd time desk is changed', also can you share a copy of the configuration you are using for the pager? |
Default config with RightPanel. Click on FvwmPager's lable 0 and another desk number back and forth a few times. No hurry, developments for 1.1.1 look great. |
* Initialize new DeskStyle GC's when they are created. There is a dummy window available at this time for this, no need to wait. * Don't put fonts in DeskStyle GC's, fonts are done with FwinString, which doesn't use these GCs. * Fix a typo in the balloon colorset initialization, which would cause a crash trying to access a non allocated colorset. This fixes #1014.
Thanks for the description, I was able to reproduce this. FvwmPager is crashing, which was due to a minor typo in the code. I have been working on other things, so fixed this on top of that. Give #1015 a test. |
Thanks, works fine. |
* Initialize new DeskStyle GC's when they are created. There is a dummy window available at this time for this, no need to wait. * Don't put fonts in DeskStyle GC's, fonts are done with FwinString, which doesn't use these GCs. * Fix a typo in the balloon colorset initialization, which would cause a crash trying to access a non allocated colorset. This fixes #1014. * Protect against trying to update an invalid desk, causing a crash when changing colorsets.
* Initialize new DeskStyle GC's when they are created. There is a dummy window available at this time for this, no need to wait. * Don't put fonts in DeskStyle GC's, fonts are done with FwinString, which doesn't use these GCs. * Fix a typo in the balloon colorset initialization, which would cause a crash trying to access a non allocated colorset. This fixes #1014. * Protect against trying to update an invalid desk, causing a crash when changing colorsets.
* Initialize new DeskStyle GC's when they are created. There is a dummy window available at this time for this, no need to wait. * Don't put fonts in DeskStyle GC's, fonts are done with FwinString, which doesn't use these GCs. * Fix a typo in the balloon colorset initialization, which would cause a crash trying to access a non allocated colorset. This fixes #1014. * Protect against updating gc's on default desk on colorset change, but colorset Pixels still need updated.
* Initialize new DeskStyle GC's when they are created. There is a dummy window available at this time for this, no need to wait. * Don't put fonts in DeskStyle GC's, fonts are done with FwinString, which doesn't use these GCs. * Fix a typo in the balloon colorset initialization, which would cause a crash trying to access a non allocated colorset. This fixes #1014. * Protect against updating gc's on default desk on colorset change, but colorset Pixels still need updated. * Fix some issues with updating on new_page and new_desk changes.
* Initialize new DeskStyle GC's when they are created. There is a dummy window available at this time for this, no need to wait. * Don't put fonts in DeskStyle GC's, fonts are done with FwinString, which doesn't use these GCs. * Fix a typo in the balloon colorset initialization, which would cause a crash trying to access a non allocated colorset. This fixes #1014. * Protect against updating gc's on default desk on colorset change, but colorset Pixels still need updated. * Fix some issues with updating on new_page and new_desk changes.
fvwm3 --version
)1.1.1 update {17 April) and the latest, miniature view disappears after 2nd time the desk is changed..... Desk 0, Desk 1, Desk 0, Desk 1 (disappears).
10th April update works fine.
The text was updated successfully, but these errors were encountered: