gmusicbrowser rebuild.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
diff --git a/gmusicbrowser_layout.pm b/gmusicbrowser_layout.pm
|
||||
index e3683ab..c556ace 100644
|
||||
--- a/gmusicbrowser_layout.pm
|
||||
+++ b/gmusicbrowser_layout.pm
|
||||
@@ -1823,7 +1823,7 @@ sub SaveWindowOptions
|
||||
$wstate{fullscreen}=1 if $self->{fullscreen};
|
||||
$wstate{ontop}=1 if $self->{ontop};
|
||||
$wstate{below}=1 if $self->{below};
|
||||
- $wstate{nodecoration}=1 unless $self->get_decorated;
|
||||
+ #$wstate{nodecoration}=1 unless $self->get_decorated;
|
||||
$wstate{skippager}=1 if $self->get_skip_pager_hint;
|
||||
if ($self->{saved_position})
|
||||
{ $wstate{pos}=$self->{saved_position};
|
||||
@@ -1852,7 +1852,7 @@ sub SetWindowOptions
|
||||
$self->stick if $opt->{sticky};
|
||||
$self->set_keep_above(1) if $opt->{ontop};
|
||||
$self->set_keep_below(1) if $opt->{below};
|
||||
- $self->set_decorated(0) if $opt->{nodecoration};
|
||||
+ #$self->set_decorated(0) if $opt->{nodecoration};
|
||||
$self->set_skip_pager_hint(1) if $opt->{skippager};
|
||||
$self->set_skip_taskbar_hint(1) if $opt->{skiptaskbar};
|
||||
$self->{opacity}=$opt->{opacity} if defined $opt->{opacity};
|
||||
@@ -23,6 +23,7 @@
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">fix_show_hide_option_of_window_in_pekwm.patch</Patch>
|
||||
<Patch level="1">prevent_writing_nodecoration_parameter.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -55,7 +56,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2023-01-07</Date>
|
||||
<Date>2023-03-25</Date>
|
||||
<Version>1.1.16</Version>
|
||||
<Comment>First build.</Comment>
|
||||
<Name>fury</Name>
|
||||
|
||||
Reference in New Issue
Block a user