Giter VIP home page Giter VIP logo

arch-tweaks-and-fixes's Introduction

Distro Tweak Scripts

Some tweaks for distros, like resolve emoji problems and distro specific problems

General

Tweaks and fixes for all distros/DE

POP_OS!

  • ArcMenu installation fail:
    POP_OS! is a minimalist distro, it's a good thing, but may cause problems and some installation by lacking of dependencies, in this case, the GObject GnomeMenu library component.

arch-tweaks-and-fixes's People

Contributors

pliavi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

arch-tweaks-and-fixes's Issues

[Manjaro?] KDE not changing default browser

Setting Chromium in default applications for browser keeps opening Firefox for links in other apps like Discord and Konsole.
image

Found that xdg keeps firefox

$ xdg-settings get default-web-browser
firefox

and the BROWSER variable keeps pointing to firefox too:

$ echo $BROWSER
/usr/bin/firefox

Need to change both:

$ xdg-settings set default-web-browser chromium.desktop // the .desktop extension is needed
$ echo "export BROWSER=/usr/bin/chromium" >> .bashrc

Some KDE framedrops and OBS flickering on Nvidia

Problem description

There is two problems that it solve:

  • KDE get some lagging when two graphical things runs at same time, like open menu over a video, you can feel the video frame dropping.
  • OBS flickers, some windows get full transparent for miliseconds, and without the composition full screen vsync it can be worse getting some cuts in windows.

How to fix

Change the composition settings in nvidia-settings may fix the problem
image

Saving settings to X config needs sudo

[General] Keychron keyboard F keys not working

This is caused by keychron is handled by a apple driver in linux, but you can change some settings to make it work, you can follow the tutorial here:
https://mikeshade.com/posts/keychron-linux-function-keys/

# temporary, to test what config you want, change 0, to 1 or 2
echo 2 | sudo tee /sys/module/hid_apple/parameters/fnmode

# to make it persist, change 0, to 1 or 2 here too
echo "options hid_apple fnmode=2" | sudo tee -a /etc/modprobe.d/hid_apple.conf

# for Ubuntu
sudo update-initramfs -u

# for Arch
sudo mkinitcpio -P 

increase inotify file watchers in manjaro

this issues shows there is another file called 50-max_user_watches.conf that overrides the 40-max_user_watches.conf that is in most of docs about increase file watchers
guard/listen#444

so, to fix, just add the same to both files:

echo fs.inotify.max_user_watches=524288 | sudo tee /etc/sysctl.d/40-max-user-watches.conf && echo fs.inotify.max_user_watches=524288 | sudo tee /etc/sysctl.d/50-max_user_watches.conf && sudo sysctl --system

Looks like it a problem in KDE??

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.