#Post OpenSUSE / Gnome Install List
- add keys
- Setup proxy if necessary
- Add packman repo
- Remove OO, Music and Music from Favorites
- Add Yast and Terminal to Favorites
- Dash to Dock https://extensions.gnome.org/extension/307/dash-to-dock/ -or
- Dash to Panel
- Tweaks and Extensions in system menu
Use TweakUI to:
- Windows: add back minimize and maximize buttons
- Ctrl-D to create your first bookmark, after that you can d-n-d.
- Change the Nautilus location bar to show location instead of buttons:
gsettings set org.gnome.nautilus.preferences always-use-location-entry true
- Add back new document menu from Terminal:
touch Templates/text.txt
- In app menu, file/preferences/default view 'list view'
- Install SimpleWhite Theme for Gnome Light,FT Deep Dark for Gnome Dark Colorzilla, Firebug
- about:config change close browser on last tab to false browser.tabs.closeWindowWithLastTab false
- Install Chromium , Gnome Web (for an impression of Safari/Tablet rendering).
- Install Edge, Brave, Vivaldi if desired
- Install Geany and plugins Great all-purpose code editor with symbol browser
- Editor: Features:80, Indentation Spaces
- Display: White Space, Column at 80, show line numbers
- Files: Ensure new line, consistent line endings, replace tabs by space
- Restore Settings from Backup
- Add WebDAV Addresses http://www.webdavsystem.com/server/access/carddav/evolution-on-linux/
- CalDAV Calendar and Tasks
https://www.simplified.guide/suse/snapper-disable-snapshots sudo zypper remove --no-confirm snapper-zypp-plugin
sudo vi /etc/sysconfig/yast2 USE_SNAPPER=no
- Make sure to add php extensions: phar, mcrypt, openSSL, zlib, imap
- Go to yast/http server to configure/start server.
- DBVis http://www.dbvis.com/
- Geany
- Editor->Indentation: Tabs or Spaces
- Editor->Display: show white space
- Editor->Files:
- Ensure new line at file end
- ensure consistent line endings
- strip trailing space/tabs
- replace tabs with space.