Posts

Showing posts from August, 2025

Debian 13

 missing apt list  https://www.server-world.info/en/note?os=Debian_13&p=initial_conf&f=5   system freeze on login sudo systemctl disable bluetooth.service   see all messeges in journalctl log sudo usermod -aG systemd-journal rasitha  

zen browser desktop file

  Create the zen.desktop file sudo mkdir -p /usr/local/share/applications sudo nano /usr/local/share/applications/zen.desktop and put the following text into it: [Desktop Entry] Version=1.0 Name=Zen Browser Comment=Experience tranquillity while browsing the web without people tracking you! GenericName=Web Browser Keywords=Internet;WWW;Browser;Web;Explorer Exec=zen Terminal=false X-MultipleArgs=false Type=Application Icon=/opt/zen/browser/chrome/icons/default/default128.png Categories=GNOME;GTK;Network;WebBrowser; MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;video/webm;application/x-xpinstall; StartupNotify=true     When I click the new tab button, the URL bar opens. How do I disable this? about:config   zen. urlbar. replace-newtab