Open media file in Nautilus
Hi,
In this Thread on ubuntuusers.de (http://
#!/bin/sh
ps=$(ps x|grep -v "grep"|grep "usr/bin/
l=${#ps} # Die Länge von $ps
if [ $l -eq 0 ]; then
quodlibet& # Startet quodlibet, falls es noch nicht läuft
sleep 5
fi
quodlibet --play-file="$1"
as standard action in the "open with"-dialog.
It would be nice if you could add this (are some similar) solution into the Ubuntu-package.
Regards
bauerj
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Ubuntu quodlibet Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask bauerj for more information if necessary.