seb3773 / actioncenter-kicker-applet

attempt to create a windows 10 'notifications center' like pannel with quick actions configurables. - *standby status*
GNU General Public License v2.0
0 stars 1 forks source link

to blu256 - trinity install paths #5

Open seb3773 opened 5 months ago

seb3773 commented 5 months ago

It seems on Q4OS install paths are a bit differents (not sure but I think there are some modifications to Trinity to ease it's co-existence with plasma de... Maybe Q4OSTEAM can explain better than me)

when doing sudo make -C build install ; the paths echoed are: /usr/local/lib/trinity/ /usr/local/share/apps/kicker/applets/ /usr/local/share/apps/actioncenter_applet/

But on my Q4OS install, the paths used are: /opt/trinity/lib/trinity /opt/trinity/share/apps/kicker/applets /opt/trinity/share/apps/actioncenter_applet/

(so the install process doesn't work, but I managed to test your modifications by manually copying files) for info, export give me that: .... declare -x TDEDIR="/opt/trinity" ....

is this env variable different on your trinity installation ?

blu256 commented 5 months ago

I forgot to mention that you have to specify the TDE root as a parameter to cmake... Sorry about that.

cmake -B build -DCMAKE_INSTALL_PREFIX=/opt/trinity
sudo make -C build install

Q4OS paths are not terribly different compared to most TDE installations. I installed Q4OS just to be certain and the changes are tested on that.