b4j4 / indicator-kdeconnect

AppIndicator for KDE Connect
GNU Lesser General Public License v2.1
372 stars 38 forks source link

Extensions create on home folder buildd #6

Closed varlesh closed 7 years ago

varlesh commented 7 years ago

CMake create extensions on /home/buildd/.local/share/ log build and package: https://launchpad.net/~varlesh-l/+archive/ubuntu/test/+build/11239556

varlesh commented 7 years ago

Maybe better use system folders?

b4j4 commented 7 years ago

Thanks for report, i already change it to system folders.

varlesh commented 7 years ago

FIne. But how this worked? It's option for context menu? I'm install fresh version, but Nautilus not seen extension

b4j4 commented 7 years ago

Yes, it's a context menu, to work you have to have the python extension for your file manager, in your case do '''sudo apt install python-nautilus''' to install it, and then '''nautilus -q''' to restart nautilus.

varlesh commented 7 years ago

it's for nautilus only, but this will be not working for caja and nemo... hm. Maybe add recommends depend python-caja, python-nautilus And what package available for nemo?

varlesh commented 7 years ago

I found package name nemo-python, but not available on ubuntu repos for xenial :( I'm add as Suggests packages:

...
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, kdeconnect
Suggests: python-nautilus, python-caja, python-nemo
Description: Indicator for KDE Connect
b4j4 commented 7 years ago

For nemo i think it's python-nemo, Caja on Cinamon have python extensions for Caja installed by default, other distributions without cinnamon I can not find python-caja, or any other reference to install the python caja

varlesh commented 7 years ago

i'm build package for ubuntu 16.04 and available only python-nautilus, python-caja. python-nemo not available on off repos, but exist on webupd8 PPA: https://launchpad.net/~webupd8team/+archive/ubuntu/nemo So, it's not our problem :) because it's optional and added as Suggests packages

b4j4 commented 7 years ago

Exactly, it's not our problem because it's optional

b4j4 commented 7 years ago

@varlesh build the source on the ppa, i will need the deb package for 0.6 release.

varlesh commented 7 years ago

@Bajoja updated: https://launchpad.net/~varlesh-l/+archive/ubuntu/indicator-kdeconnect/+packages

https://launchpad.net/~varlesh-l/+archive/ubuntu/indicator-kdeconnect/+files/indicator-kdeconnect_0.6ubuntu16.04.1_amd64.deb https://launchpad.net/~varlesh-l/+archive/ubuntu/indicator-kdeconnect/+files/indicator-kdeconnect_0.6ubuntu16.04.1_i386.deb

b4j4 commented 7 years ago

@varlesh Thank's