User Tools

Site Tools


kubuntu

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
kubuntu [2018/11/05 13:44]
mstraub
kubuntu [2019/11/07 09:54] (current)
mstraub
Line 1: Line 1:
 ====== Kubuntu Wrestling ====== ====== Kubuntu Wrestling ======
 +
 +===== Menu =====
 +
 +Instead of using kmenueditor a quick way to add new entries to the start menu is by creating a .desktop file here:
 +
 +<​code>​
 +~/​.local/​share/​applications/​
 +</​code>​
 +
 +E.g.
 +<file text anaconda-navigator.desktop>​
 +[Desktop Entry]
 +Name=Anaconda
 +Comment=anaconda-navigator
 +Exec=/​usr/​bin/​env PATH=/​home/​mstraub/​anaconda3/​bin/:​$PATH /​home/​mstraub/​anaconda3/​bin/​anaconda-navigator
 +Icon=/​home/​mstraub/​anaconda3/​lib/​python3.7/​site-packages/​anaconda_navigator/​static/​images/​logos/​continuum_twitter.jpg
 +Terminal=false
 +Type=Application
 +StartupNotify=true
 +</​file>​
  
  
Line 11: Line 31:
  
 <file bash fix-touchpad.sh>​ <file bash fix-touchpad.sh>​
 +#!/bin/bash
 case "​$1"​ in case "​$1"​ in
     post)     post)
Line 31: Line 52:
 killall kcmshell5 killall kcmshell5
 </​file>​ </​file>​
 +
 +===== Inkscape Tooltips =====
 +
 +To avoid nearly unreadable (white on white) tooltips in Inkscape disable ''​Apply colors to non-Qt applications''​ in the KDE System Settings under Colors.
 +
 +https://​askubuntu.com/​questions/​725642/​inkscape-tooltips-unreadable
  
 ===== Eclipse & SVN ===== ===== Eclipse & SVN =====
kubuntu.1541421890.txt.gz ยท Last modified: 2018/11/05 13:44 by mstraub