


Dolphin Service Menus by geobarrod 162 comments

Dolphin Service Menus by alex-l 6 comments
do
contacts+="$i ";
done;
dest=$(kdialog --combobox Contact: $contacts;)
telegram-cli -W -e "send_file $dest '$1'"
kdialog --passivepopup "File sent to $dest";
exit 0;
--
Shows more chats and autofills the kdialog combobox with only one variable.
Hope it helps. - Mar 24 2017

Dolphin Service Menus by geobarrod 162 comments
"*.desktop" and "*.sh" files in "applications" and "ServiceMenus" still need the kdialog parameter "--caption" be updated to "--title" for them to work on newer KDE versions. - Dec 16 2016

Dolphin Service Menus by geobarrod 162 comments
kdialog parameter "--caption=" must be replaced with "--title=" or some things won't work on newer KDE versions. - Dec 13 2016