DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2270 Version: 1.3-current BTW it's not anything to do with urxvt (just a wild stab in the dark there). I've managed to autostart xrdb at login in ubuntu now. First I created a script in the /home/username folder. $ gedit initxrdb.sh Then added the text. #!/bin/sh xrdb -merge /home/.Xdefaults Saved it and gave it execute permissions. $ sudo chmod +x initxrdb.sh Then to get it to autostart I opened System > Preferences > Startup Applications. Clicked the Add button, set the Name as initxrdb (it can be anything) and the Command as ./initxrdb.sh then clicked Add and then Close. Link: http://www.fltk.org/str.php?L2270 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
