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 [2019/03/04 11:49]
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)
kubuntu.1551696579.txt.gz ยท Last modified: 2019/03/04 11:49 by mstraub