User Feedback :: parted.dsl screen black on black?
Greetings! Running the MyDsl parted app brings up a screen that is dark on dark and is unreadable. Is there a way to change the color scheme to correct this? Haven't found a way so far.
This posted really belongs in the MyDSL section.
The issue is the extension is using -rv flag and that conflicts with aterm transparency.
This is the current menu item from the extension:
sudo rxvt -rv -T "Parted Partitioning Program" -e /sbin/parted
Change it to:
sudo rxvt -T "Parted Partitioning Program" -e /sbin/parted
Or open aterm and type: sudo /sbin/parted
The extension really need to be fixed.
original here.