noodlylight / fusilli

X Window Manager (Compiz fork)
Other
25 stars 5 forks source link

add script to start fusilli gtk directly with session or from menu #18

Closed raveit65 closed 9 years ago

raveit65 commented 9 years ago

This makes it possible to start fusilli directly with mate-session using a gsettings key.

org.mate.session.required-components windowmanager 'fusilli-gtk'

raveit65 commented 9 years ago

Only a icon is missing ;) Hope you agree with adding a script folder, if not i can change it.

noodlylight commented 9 years ago

Good :)

I think that fusilli-gtk should be renamed to fusilli-mate-gtk and installed only if mate is found.

Could you change that?

Thanks a lot for the distcheck fixes.

noodlylight commented 9 years ago

The script folder is ok :)

raveit65 commented 9 years ago

Good :) I think that fusilli-gtk should be renamed to fusilli-mate-gtk and installed only if mate is found. Could you change that? Thanks a lot for the distcheck fixes.

Shure, if USE_MARCO should do the trick. .......thinking about to create the tarball with script folder if marco dep isn't use.

Btw, do you agree to switch to tar.xv tarballs with 'make dist' ?

PS: still wondering why some fixes for 'make dist check' is include in the PR, my plan was to add a second PR for this :)

noodlylight commented 9 years ago

Shure, if USE_MARCO should do the trick. .......thinking about to create the tarball with scipt folder if marco dep isn't use.

Sounds reasonable.

Btw. do you agree to switch to tar.xv tarballs with 'make dist' ?

Yes.

raveit65 commented 9 years ago

Now, installing the script + desktop file depends on maco, but 'make dist' creates all files if marco dep isn't installed.

noodlylight commented 9 years ago

Good!

Now, installing the script + desktop file depends on maco, but 'make dist' creates all files if marco dep isn't installed.

I think this is the expected behavior, the tarball should be able to work on all cases.

Merging!