special distro behaviour

Ubuntu

Browser graphic issue:

application shortcut

[Desktop Entry]
Name=Visual Studio Code
Comment=Code Editing. Redefined.
GenericName=Text Editor
Exec=/usr/share/code/code --unity-launch %F
Icon=vscode
Type=Application
StartupNotify=false
StartupWMClass=Code
Categories=TextEditor;Development;IDE;
MimeType=text/plain;inode/directory;application/x-code-workspace;
Actions=new-empty-window;
Keywords=vscode;

[Desktop Action new-empty-window]
Name=New Empty Window
Exec=/usr/share/code/code --new-window %F
Icon=vscode

manjaro

vmware screen resolution bug

sudo sh -c '(crontab -l; echo "@reboot sleep 5 && systemctl restart vmtoolsd") | sort -u | crontab -'

old, not working/necessary

or create autostart desktop entry:

Raspberry pi

configs

mount exfat USB

sudo apt-get update
sudo apt-get upgrade

sudo apt-get install exfat-fuse
sudo apt-get install exfat-utils

Mounting an exFAT Drive Manually from Terminal:

auto mount on boot for exFAT drives

linux mint (cinnemon)

Fedora

Updates

different locale


Created 2022-10-29 22:27:39 UTC by Daniel Raab
Updated 2025-02-04 11:35:38 UTC by Daniel Raab