Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian Bug Fixes #5

Open
wahasa opened this issue Jul 6, 2022 · 4 comments
Open

Debian Bug Fixes #5

wahasa opened this issue Jul 6, 2022 · 4 comments
Labels
Bugfix Something isn't working

Comments

@wahasa
Copy link
Owner

wahasa commented Jul 6, 2022

debian

@wahasa
Copy link
Owner Author

wahasa commented Jul 6, 2022

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.

@wahasa wahasa changed the title H Debian Bug Fixes Jul 6, 2022
@wahasa
Copy link
Owner Author

wahasa commented Jul 6, 2022

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


@wahasa wahasa added the Bugfix Something isn't working label Jul 6, 2022
@wahasa
Copy link
Owner Author

wahasa commented Jul 6, 2022

?

@wahasa
Copy link
Owner Author

wahasa commented Nov 9, 2022

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


@wahasa wahasa mentioned this issue Dec 1, 2022
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugfix Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant