equal
deleted
inserted
replaced
425 + &Goldendict%goldendict.png% Exec exec goldendict |
425 + &Goldendict%goldendict.png% Exec exec goldendict |
426 + xkill Exec exec xkill |
426 + xkill Exec exec xkill |
427 |
427 |
428 DestroyMenu MenuMyDev |
428 DestroyMenu MenuMyDev |
429 AddToMenu MenuMyDev "My Dev Menu" Title |
429 AddToMenu MenuMyDev "My Dev Menu" Title |
|
430 + &Firefox%iceweasel.png% Exec exec firefox -no-remote -P test |
430 + &Netbeans%netbeans.png% Exec exec $(ls /opt/*/bin/netbeans 2>/dev/null | tail -n 1; [[ ${PIPESTATUS[0]} -gt 0 ]] && command -v netbeans) |
431 + &Netbeans%netbeans.png% Exec exec $(ls /opt/*/bin/netbeans 2>/dev/null | tail -n 1; [[ ${PIPESTATUS[0]} -gt 0 ]] && command -v netbeans) |
431 + "SQL Developer" Exec exec $(ls /opt/*/sqldeveloper.sh 2>/dev/null | tail -n 1; [[ ${PIPESTATUS[0]} -gt 0 ]] && echo xmessage "Can't find 'SQL Developer' in /opt") |
432 + "SQL Developer" Exec exec $(ls /opt/*/sqldeveloper.sh 2>/dev/null | tail -n 1; [[ ${PIPESTATUS[0]} -gt 0 ]] && echo xmessage "Can't find 'SQL Developer' in /opt") |
432 + "Squirrel" Exec exec $(ls /opt/*/squirrel-sql.sh 2>/dev/null | tail -n 1; [[ ${PIPESTATUS[0]} -gt 0 ]] && echo xmessage "Can't find 'Squirrel' in /opt") |
433 + "Squirrel" Exec exec $(ls /opt/*/squirrel-sql.sh 2>/dev/null | tail -n 1; [[ ${PIPESTATUS[0]} -gt 0 ]] && echo xmessage "Can't find 'Squirrel' in /opt") |
433 |
434 |
434 # Drawback - you can not make it smaller. |
435 # Drawback - you can not make it smaller. |