elementary / switchboard-plug-sharing

Switchboard Sharing Plug
GNU General Public License v3.0
10 stars 10 forks source link

I made some change to switchboard-plugin-sharing but even after I build my changes still do t show up how can I get my change to show up?? #59

Closed BAProductions closed 1 year ago

BAProductions commented 1 year ago

What Happened?

I made some change to switchboard-plugin-sharing but even after I build my changes still do t show up how can I get my change to show up??

Steps to Reproduce

I made some change to switchboard-plugin-sharing but even after I build my changes still do t show up how can I get my change to show up??

Expected Behavior

I made some change to switchboard-plugin-sharing but even after I build my changes still do t show up how can I get my change to show up??

OS Version

6.x (Odin)

Software Version

Compiled from git

Log Output

NA

Hardware Info

LInux VM/ i510500, 16GB of RAM, 1TB M.2 NVME gen3 SSD, no GPU just iGPU,

lenemter commented 1 year ago

Are you sure you are installing the plug using sudo ninja install after building?

BAProductions commented 1 year ago

using

Yes

lenemter commented 1 year ago

Can you post build and install output from terminal here please?

BAProductions commented 1 year ago

Can you post build and install output from terminal here please?

Sure Hold one

BAProductions commented 1 year ago

Can you post build and install output from terminal here please?

Here my repos & my log

https://github.com/MC-OS/switchboard-plug-sharing

build.log

lenemter commented 1 year ago

I guess the problem is that you are executing meson build and not meson build --prefix=/usr which is a big issue. And please don't execute every command in build instructions with sudo, it can lead to some problems too

BAProductions commented 1 year ago

meson build --prefix=/usr

Bingo please mark as close