Code Monkey home page Code Monkey logo

deepin-blur_image-patch's Introduction

Deepin: Problema con el efecto blur del fondo de pantalla con driver Nvidia

Captura que muestra el error Captura que muestra el error - Screenshot showing error

Captura que muestra el resultado después de aplicar el parche Captura que muestra el resultado después de aplicar el parche - Screenshot showing the result after applying the patch

Español

Este parche es para solucionar un problema en Deepin cuando se usa el driver privativo de Nvidia. El problema es que cuando se establecen fondos de escritorio que no son los fondos por defecto de Deepin, el menú de aplicaciones a pantalla completa se muestra con fondo negro en vez de mostrar un efecto blur (borroso) del fondo de escritorio.

Aplicar parche

  1. Descargue el parche de blur_image

wget https://raw.githubusercontent.com/igatjens/deepin-blur_image-patch/master/blur_image

  1. Agregar permisos de ejecución al parche

chmod +x blur_image

  1. Respaldar blur_image original

sudo mv /usr/bin/blur_image /usr/bin/blur_image-backup

  1. Copiar el parche a /usr/bin

sudo cp blur_image /usr/bin/

  1. Limpiar el caché de wallpapers con blur

sudo rm /var/cache/image-blur/*.jpg

Remover parche

Ejecute los siguientes comandos.

sudo rm /usr/bin/blur_image

sudo mv /usr/bin/blur_image-backup /usr/bin/blur_image

English

This patch is to fix a problem in Deepin when using the proprietary Nvidia driver. The problem is that when setting wallpapers other than Deepin's default backgrounds, the full-screen application menu is shown with a black background instead of showing a blur effect of the desktop background.

Apply patch

  1. Download the blur_image patch

wget https://raw.githubusercontent.com/igatjens/deepin-blur_image-patch/master/blur_image

  1. Add execute permissions to the patch

chmod + x blur_image

  1. Backup original blur_image

sudo mv /usr/bin/blur_image /usr/bin/blur_image-backup

  1. Copy the patch to /usr/bin

sudo cp blur_image /usr/bin/

  1. Clear cache of wallpapers with blur

sudo rm /var/cache/image-blur/*.jpg

Remove patch

Run the following commands.

sudo rm /usr/bin/blur_image

sudo mv /usr/bin/blur_image-backup /usr/bin/blur_image

deepin-blur_image-patch's People

Contributors

igatjens avatar

Stargazers

Alvaro Samudio avatar

Watchers

 avatar

deepin-blur_image-patch's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.