1.7.7: Time Dilation #2073
DaveDavenport
started this conversation in
General
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.
-
1.7.7: Time Dilation
A quick-fix release following reports after releasing the 1.7.6 release.
Issues
Drawing issue
After the previous release some users experienced rofi being rendered to screen
as a black box. The issue seems to be only hit on certain video cards/drivers
see the github issue #2068.It turned out on these systems using
cairo_push/pop_groupresults in a black screen when the backing surface isusing the XCB library. When using other drivers, or rendering to a cairo image
surface.
Hopefully reverting to
cairo_storeandcairo_restorefixes this issue for everybody.Issue #2068
Window mode missing some windows
Because of a wrong check some windows where misidentified as 'skip pager' and
hidden from the view. This should now be resolved.
Issue #2071
'Character' in config file broken
A previous patch to make using strings more easy to use in the configuration
file broke settings that use the 'character' type as setting. Because not a lot
of options use the 'Character' type , this has been 'resolved' by using the
'String' type and picking the first ASCII character.
Issue #2070
improvements
Beside these issues, also some improvements are included in this release.
Resolve 'rasinc' for @imports
When importing a theme file like this:
Rofi would find any file 'mytheme.rasi' in any of the theme paths.
This was missing the new extension for shared include files 'rasinc'.
This is now added when resolving.
Issue #2069
Desktop file DBus activation
Some desktop files did not launch correctly because it did not implement the
DBusActivation feature. While most desktop files did provide a fallback
Execentry, this seems to not always be the case. Rofi should now first try
DBusActivation and fall back to the Exec if it does not succeed.
Issue #1924
Resolve
-configidentical to-themeif you pass an alternative config file, this is now resolved using the same
logic as the
-themeargument. Making it easier to have multiple, alternative,configuration files.
Issue #2040
Changelog
-configpath resolved differently from-themepath #2040)-configpath resolved differently from-themepath #2040)This discussion was created from the release 1.7.7: Time Dilation.
Beta Was this translation helpful? Give feedback.
All reactions