Code Monkey home page Code Monkey logo

Comments (4)

wahasa avatar wahasa commented on August 14, 2024

Fixes Firefox Crashed Debian Desktop


Screenshot_2022-09-02-11-21-51-695_com realvnc viewer android (1)

Support :
All Desktop Environment


  • Install Firefox-esr
apt install firefox-esr
  • Remove Firefox-esr
apt autoremove firefox-esr

Fixed firefox-esr crash

  • Open Firefox, fill address with :
about:config
  • Click Button :

Accept the Risk and Continue

  • Search in box, fill with :
sandbox.cubeb

Press add (+) on right, press again to change 'true' to 'false'.

  • Search in box again, fill with :
security.sandbox.content.level

Press edit on right, change number '4' to '0' and press again to save.

  • Close and open again Firefox.

from debian.

wahasa avatar wahasa commented on August 14, 2024

Fixes Sound Debian Desktop


Screenshot_2022-09-12-18-07-34-618_com realvnc viewer android

Support :
All Desktop Environment


Sound Fixes Debian

  • Command on Termux :
wget https://raw.githubusercontent.com/wahasa/Ubuntu/main/audiofix.sh && chmod +x audiofix.sh && ./audiofix.sh

rm audiofix.sh

  • On Script (Log in) Debian Termux add :
pulseaudio -k >> /dev/null 2>&1
pulseaudio --start >> /dev/null 2>&1

example :

~ $ cat .debian
#!/data/data/com.termux/files/usr/bin/bash
pulseaudio -k >> /dev/null 2>&1
pulseaudio --start >> /dev/null 2>&1
cd $(dirname $0)
##unset LD_PRELOAD in case termux-exec is installed
unset LD_PRELOAD
command="proot"
command+=" --kill-on-exit"
command+=" --link2symlink"
etc,..

  • On Script Xstartup debian add :
export PULSE_SERVER=127.0.0.1

example :

~ $ debian
root@localhost:~# cat ~/.vnc/xstartup
#!/bin/bash
export PULSE_SERVER=127.0.0.1
xrdb /root/.Xresources
startxfce4

Note :
Sound modiefied timeout to 180 seconds


from debian.

wahasa avatar wahasa commented on August 14, 2024

?

from debian.

wahasa avatar wahasa commented on August 14, 2024

How to remove double localhost


Screenshot_2022-09-02-11-27-48-521_com termux


Remove manual

Command to Debian :

cd /tmp
ls -a
rm -rf .X1-lock .X2-lock

cd /tmp/.X11-unix
ls
rm -rf X1 X2

cd ~/.vnc
ls
rm -rf localhost:5901.pid localhost:5902.pid
cd


Good Luck


from debian.

Related Issues (8)

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.