

) would be great as well.
.# Open a terminal. # Download the patch. cd curl -O https://raw.github.com/ruedigergad/SkippingStones/master/meecast_coverpage_dbus.patch # Test if the "patch" tool is installed. patch -v # Install the "patch" tool if needed. pkcon install patch # Please re-check if the install was successful via "patch -v". # I am not that sure if the pkcon command is correct. # Become root. devel-su # Apply the patch. cd /usr/share/harbour-meecast/qml/cover patch < /home/nemo/meecast_coverpage_dbus.patch
) features instead of doing more administrative work like keeping posts or web-pages up to date etc.
# Open a terminal. # Download the patch. cd curl -O https://raw.github.com/ruedigergad/SkippingStones/master/meecast_coverpage_dbus.patch # Test if the "patch" tool is installed. patch -v # Install the "patch" tool if needed. pkcon install patch # Please re-check if the install was successful via "patch -v". # I am not that sure if the pkcon command is correct. # Become root. devel-su # Apply the patch. cd /usr/share/harbour-meecast/qml/cover patch < /home/nemo/meecast_coverpage_dbus.patch

| The Following User Says Thank You to HtheB For This Useful Post: | ||