You are not logged in.
Pages: 1
I want to run the program Meld with the Adwaita theme, but I don't want to use that theme anywhere else. I've copied meld.desktop to ~/.local/share/application and set
[Desktop Entry]
Name=Meld
...
Exec=sh /home/beardedlinuxgeek/bin/meld-custom.sh
and my script is
#!/bin/bash
GTK_THEME="Adwaita" meld
And this all works perfectly. But is there a way for me to do this up without creating this extra meld-custom.sh script?
Offline
use env as launch cmd:
env GTK_THEME="Adwaita" meld
Offline
Thanks.
Offline
Pages: 1
[ Generated in 0.005 seconds, 7 queries executed - Memory usage: 521.7 KiB (Peak: 528.56 KiB) ]