sailfishos / sailfish-office

Sailfish Office
GNU General Public License v2.0
73 stars 26 forks source link

Change bus name to org.sailfishos.Office #168

Closed Tomin1 closed 3 years ago

Tomin1 commented 3 years ago

Rename org.sailfish.office to org.sailfishos.Office.

This is done to unify bus names and make this more compatible with application sandboxing. Also changes sailfish to sailfishos in D-Bus path.

rainemak commented 3 years ago

Whilst not related maybe you could add a commit on top that would fix also:

pdf/pdfjob.cpp:28:Q_LOGGING_CATEGORY(renderTimes, "sailfish.office.pdf.timing", QtWarningMsg)

to "org.sailfishos.office.pdf.timing".

See also https://sailfishos.org/wiki/Sailfish_OS_Cheat_Sheet

At least would be good to write a task about it if not fixing here.

Tomin1 commented 3 years ago

Whilst not related maybe you could add a commit on top that would fix also:

pdf/pdfjob.cpp:28:Q_LOGGING_CATEGORY(renderTimes, "sailfish.office.pdf.timing", QtWarningMsg)

to "org.sailfishos.office.pdf.timing".

I think it's related. Added that here too.