Bug#975453: mutter: Valve Source engine games no have fullscreen (Counter Strike Global Offensive)

blogdron blogdron at gmail.com
Tue Nov 24 21:39:51 GMT 2020


OHHHHHH SORRRRYYY. I paste broken script

This fixed and tested and works fine now
```sh
#! /bin/bash

sudo apt build-dep mutter  &&
sudo apt install  rpm2cpio &&
mkdir  new-mutter  &&
cd     new-mutter  &&
mkdir  rpm-mutter  &&
cd     rpm-mutter  &&
wget -P ./ "
https://kojipkgs.fedoraproject.org//packages/mutter/3.38.1/3.fc33/src/mutter-3.38.1-3.fc33.src.rpm"
&&
sync  &&
rpm2cpio mutter-3.38.1-3.fc33.src.rpm | cpio -i --make-directories &&
cd ../ &&
apt source mutter  &&
cp ./rpm-mutter/0001-window-props-Also-check-for-actual-values-change.patch
./mutter-3.38.1/debian/patches/  &&
echo "0001-window-props-Also-check-for-actual-values-change.patch" >>
./mutter-3.38.1/debian/patches/series  &&
cd  mutter-3.38.1  &&
debuild -b -uc -us &&
while true; do
    read -p "Do you wish to install new deb package witch fix fullscreen?
[yes/no]" yn
    case $yn in
        [Yy]* ) cd ../ && sudo dpkg -i ./*.deb && echo "NOW NEED RESTART
YOU GNOME SESSION" ; break;;
        [Nn]* ) exit;;
        * ) echo "Please answer yes or no.";;
    esac
done
```

Sorry :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-gnome-maintainers/attachments/20201125/cd22b270/attachment.html>


More information about the pkg-gnome-maintainers mailing list