Questions tagged [kdialog]
2 questions
1
vote
1 answer
Adjust content of yad script for kdialog or other better KDE solution (python etc)
I use this script to cut media files at selected time:
#!/bin/bash
INPUT=$(yad --width=600 --height=400 --file-selection --file-filter='*.m4a *.ogg *.mp3 *.mp4 *.avi *.aac *.flac *.avi *.mkv *.mp4')
eval $(yad --width=400 --form --field=start…
cipricus
- 1,386
- 13
- 42
0
votes
0 answers
How to increase the font size in kdialog?
How to increase the font size in kdialog ? I saw a mention of a kdialogrc file on a webpage but I could not find it in my file system.
userrandrand
- 101
- 2