Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GnomeRemoteDesktopSupport WIP #60

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export DISPLAY=:0.0
killall io.elementary.switchboard -9
sudo rm -fr build/
sudo meson build --prefix=/usr
cd build/
sudo ninja
sudo ninja install
cd ../
io.elementary.switchboard
Comment on lines +1 to +9
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not think this should be part of the repo. If you need it in your source tree you should not add it to commits and set .gitignore to exclude it.

Personally I set up an alias in ~/.bashrc to do something similar.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not think this should be part of the repo. If you need it in your source tree you should not add it to commits and set .gitignore to exclude it.

Personally I set up an alias in ~/.bashrc to do something similar.

Will do

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not think this should be part of the repo. If you need it in your source tree you should not add it to commits and set .gitignore to exclude it.

Personally I set up an alias in ~/.bashrc to do something similar.

Thanks for reminding me about that, that would save some time.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you need to revert this commit?