Implement XFCE support in os_linuxbsd.cpp
Added support for XFCE by executing 'exo-open' alongside 'kde-open'.
https://docs.xfce.org/xfce/exo/preferred-applications
@AThousandShips Hello, may I ask if I need to provide more description for this PR? Also, I would like to know which milestone this PR is going to be merged into. Thank you very much!
It will be merged when it's been approved and ready, not scheduled for any specific milestone (hence the 4.x)
@bruvzg Thank you for your code review. I have corrected the issues mentioned above.
It will be merged when it's been approved and ready, not scheduled for any specific milestone (hence the
4.x)
Thanks!
You didn't push with git push --force so you created a merge commit, fix this by:
git reset --hard 0462402
git push --force
If you don't need a rebase
Though the commit message should be updated to not contain feature it's not necessary, you can do that by adding git commit --amend between the two commands above
I can help if you need help fixing the commits
You didn't push with
git push --forceso you created a merge commit, fix this by:git reset --hard 0462402 git push --forceIf you don't need a rebase
Though the commit message should be updated to not contain
featureit's not necessary, you can do that by addinggit commit --amendbetween the two commands above
Thank you, I am trying to modify git commits
Try the following
git reset --hard 0462402
git commit --amend
git push --force
Did that not work correctly?
Try the following
git reset --hard 0462402 git commit --amend git push --forceDid that not work correctly?
Thank you very much, it has worked.
Thanks! Congratulations on your first merged contribution! 🎉