You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now zyn-fusion builds in /opt/ but it'd be nice if it used the traditional paths (such as /usr/bin, /usr/lib and /usr/share) instead of /opt/ (which I know is also in the FHS, but is very uncommon outside of nonfree software).
Basically, this concerns the directories created in package/ when make pack is run (except completions), which are:
font
qml
schema
I poked around zest a bit and I noticed that some functions use a search parameter or something along those lines to allow a different path than the current directory, for example,
it'd be nice to be able to pass a variable to make which sets the path to one specified by the user, or to use $XDG_DATA_HOME by default (since all of those are architecture-independent files).
The text was updated successfully, but these errors were encountered:
Right now zyn-fusion builds in /opt/ but it'd be nice if it used the traditional paths (such as
/usr/bin
,/usr/lib
and/usr/share
) instead of/opt/
(which I know is also in the FHS, but is very uncommon outside of nonfree software).Basically, this concerns the directories created in
package/
whenmake pack
is run (exceptcompletions
), which are:font
qml
schema
I poked around zest a bit and I noticed that some functions use a
search
parameter or something along those lines to allow a different path than the current directory, for example,it'd be nice to be able to pass a variable to
make
which sets the path to one specified by the user, or to use$XDG_DATA_HOME
by default (since all of those are architecture-independent files).The text was updated successfully, but these errors were encountered: