- touchpad right click not work
- monitor sysload util
- shutter edit
- modal window detach
- flatpak software manager
- wifi auth error if lid closed
- disable lid sleep
- customize menu
- thunderbird huge font fix
- useful aliases
- add templates to nautilus (right click)
- install nextcloud
- install kdeconnect
- install freecad
- codec to play mp4
- nautilus scripts
- gstreamer plugins
- change default app
- force monitor mode
gsettings set org.gnome.desktop.peripherals.touchpad click-method areas
apt install gnome-shell-extension-system-monitor
- to see changes use
gnome-shell-extension-prefs
/ config then switch off-on
to enable shutter edit follow this instructions ; be careful to execute 32bit or 64bit instruction version depending on your ( uname -i
)
through gnome tweaks search modal then turn off Attach Modal Dialogs
- edit `/etc/systemd/logind.conf'
HandleLidSwitch=ignore
- restart sevice
systemctl restart systemd-logind
apt install alacarte
- copy font and restart thunderbird
/usr/share/fonts/truetype/noto
wget https://github.com/googlei18n/noto-emoji/raw/master/fonts/NotoEmoji-Regular.ttf
in ~/.bashrc
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
alias fs='nautilus'
alias fso='xdg-open'
fs
open nautilus focusing path if specifiedfso
open associated application with given pathfilename specified as argument
add files to ~/Templates
then right click -> New Document -> your template
example touch "~/Templates/Text Document.txt"
- install
libgnome-keyring0
- download appimage into softcollect.public/nextcloud-client and make it executable
- start the first time and ask yes to integration ( this will create startup app entry )
- create a run.sh as follow
#!/bin/bash
~/softcollect.public/nextcloud-client/delayed-startup.sh &
- create a delayed-startup.sh as follow
#!/bin/bash
sleep 60
~/softcollect.public/nextcloud-client/Nextcloud-2.3.3-x86_64.AppImage &
- launch Startup Application Preferences and edit and change Nextcloud command to your home ~/softcollect.public/nextcloud-client/run.sh
- through ubuntu software
- download appimage into softcollect.public/freecad and make it executable
- from ubuntu center install GStreamer Multimedia codecs "good"
- add gnome contextual menu actions
apt install gstreamer1.0-plugins-bad
- right click on file -> properties
- open/with / set as default