User Tools

Site Tools


linux:distros:opensuse_tumbleweed_kde

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:distros:opensuse_tumbleweed_kde [2025/09/07 23:38] Sean Rhonelinux:distros:opensuse_tumbleweed_kde [2025/09/11 06:43] (current) – external edit 127.0.0.1
Line 129: Line 129:
  
   * [[#updater|Updater script]]   * [[#updater|Updater script]]
-  * :!: TODO: ''konsole'' 
- 
-  '/usr/bin/kgx' 
  
   '/usr/bin/bash' -c "secret-tool lookup 'keepass' 'default' | keepassxc --pw-stdin ~/'Documents/keepass.kdbx'"   '/usr/bin/bash' -c "secret-tool lookup 'keepass' 'default' | keepassxc --pw-stdin ~/'Documents/keepass.kdbx'"
  
   '/usr/bin/kgx' -T 'openSUSE Updater' -e ~/'.local/scripts/opensuse-updater.sh'   '/usr/bin/kgx' -T 'openSUSE Updater' -e ~/'.local/scripts/opensuse-updater.sh'
 +
 +  '/usr/bin/bash' -c "konsole -p tabtitle='openSUSE Updater' -e ~/'.local/scripts/opensuse-updater.sh'"
  
 ===== Printer ===== ===== Printer =====
Line 197: Line 196:
   * Security -> [x] Use DuckDuckGo service to download website icons   * Security -> [x] Use DuckDuckGo service to download website icons
  
-==== Add Database Password to GNOME Keyring ====+==== Add Database Password to KDE Wallet ====
  
 **** ****
Line 299: Line 298:
  
 <code> <code>
 +
 +# Qt
 +export QSG_RENDER_LOOP='basic'
 +export QSG_USE_SIMPLE_ANIMATION_DRIVER='1'
 +export QSG_NO_VSYNC='1'
 +export QT_QPA_UPDATE_IDLE_TIME='0'
 +export QSG_RHI_BACKEND='vulkan'
 +export QT_LOGGING_RULES='*=false'
 +
 # Mesa # Mesa
 export MESA_NO_ERROR='1' export MESA_NO_ERROR='1'
Line 370: Line 378:
 sync sync
 zypper ps --short zypper ps --short
-echo 'Done.'+ 
 +read -n '1' -s -r -p 'Done. Press any key to exit.' 
 +sleep '3'
  
 # End</code> # End</code>
/srv/www/wiki/data/attic/linux/distros/opensuse_tumbleweed_kde.1757302699.txt.gz · Last modified: by Sean Rhone