Re: imqur-digikam-kqoauth

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: imqur-digikam-kqoauth

Saurabh Patel
Hi,
   I recently installed kqoauth and successfully got an example of twitter which comes with it running but when I use digikam there is no option for authentication in imgur-digikam.While using cmake it shows in dependencies list that:QtKOAuth not found.

Can you tell me what's the problem so I can get it working.

I installed kqoauth by qmake,make,sudo make install as told kqoauth developers but it is not being detected by digikam

Thanks
 


On Mon, Jun 3, 2013 at 3:49 PM, Marius <[hidden email]> wrote:
Hi Saurabh,

Yes, if kqoauth is present on your machine, and cmake detects it at
compile time it should compile the imgur plugin with authentication
support. (You'll have an Authenticate button in the Imgur Upload
interface). At least that's how it should work.

When using the anonymous upload, you'll see the URL of the image in
the interface.

If you have any other questions, please mail me.

/Marius


On Mon, Jun 3, 2013 at 12:01 PM, Saurabh Patel
<[hidden email]> wrote:
> Hi,
>    I am contributing to digikam this GSOC in making export plugins to
> google-drive and dropbox.I am planning to use kqoauth for authentication in
> google drive.kqoauth is listed as dependency for imgur which you coded but
> today when I tried to upload images in digikam3.3.0 beta it directly uploads
> images to imgur without authentication to somewhere in imgur not in my
> account.So is kqoauth still used which seems by seeing code and can you
> guide me how to use kqoauth in digikam since you have already use it in
> digikam in past.
>
> Thanks
> Saurabh Patel


_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: imqur-digikam-kqoauth

Martin Klapetek
On Tue, Jun 4, 2013 at 11:03 AM, Saurabh Patel <[hidden email]> wrote:
Hi,
   I recently installed kqoauth and successfully got an example of twitter which comes with it running but when I use digikam there is no option for authentication in imgur-digikam.While using cmake it shows in dependencies list that:QtKOAuth not found.

Can you tell me what's the problem so I can get it working.

If you don't use special environment with correctly set paths, you need to tell qmake the correct path, which in your case is /usr I guess.

qmake PREFIX=/usr

Cheers
--
Martin Klapetek | KDE Developer

_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: imqur-digikam-kqoauth

Saurabh Patel
Hi,
I tried with qmake PREFIX=/usr,make,sudo make install but it didin't work.I also had set LD_LIBRARY_PATH=/home/saurabh/Downloads/kQOAuth/lib during installation but still not getting detected by digikam

Thanks
 


On Tue, Jun 4, 2013 at 4:38 PM, Martin Klapetek <[hidden email]> wrote:
On Tue, Jun 4, 2013 at 11:03 AM, Saurabh Patel <[hidden email]> wrote:
Hi,
   I recently installed kqoauth and successfully got an example of twitter which comes with it running but when I use digikam there is no option for authentication in imgur-digikam.While using cmake it shows in dependencies list that:QtKOAuth not found.

Can you tell me what's the problem so I can get it working.

If you don't use special environment with correctly set paths, you need to tell qmake the correct path, which in your case is /usr I guess.

qmake PREFIX=/usr

Cheers
--
Martin Klapetek | KDE Developer

_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel



_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: imqur-digikam-kqoauth

Martin Klapetek
On Tue, Jun 4, 2013 at 2:59 PM, Saurabh Patel <[hidden email]> wrote:
Hi,
I tried with qmake PREFIX=/usr,make,sudo make install but it didin't work.I also had set LD_LIBRARY_PATH=/home/saurabh/Downloads/kQOAuth/lib during installation but still not getting detected by digikam

LD_LIBRARY_PATH is for when you are executing an application using that library, not trying to install one, also it needs to point to your installed .so file, not the source code directory.

Cheers
--
Martin Klapetek | KDE Developer

_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: imqur-digikam-kqoauth

Marius Orcsik
In reply to this post by Saurabh Patel
Hi Sulabh, I'm not anywhere near a computer I'm afraid. I'll be able
to help starting with the 17th of this month. Cheers,

--
/mariusOn 04.06.2013 14:59 Saurabh Patel wrote:
Hi,
I tried with qmake PREFIX=/usr,make,sudo make install but it didin't
work.I also had set
LD_LIBRARY_PATH=/home/saurabh/Downloads/kQOAuth/lib during
installation but still not getting detected by digikam


Thanks





On Tue, Jun 4, 2013 at 4:38 PM, Martin Klapetek
<[hidden email]> wrote:

On Tue, Jun 4, 2013 at 11:03 AM, Saurabh Patel
<[hidden email]> wrote:

Hi,

   I recently installed kqoauth and successfully got an example of
twitter which comes with it running but when I use digikam there is no
option for authentication in imgur-digikam.While using cmake it shows
in dependencies list that:QtKOAuth not found.


Can you tell me what's the problem so I can get it working.



If you don't use special environment with correctly set paths, you
need to tell qmake the correct path, which in your case is /usr I
guess.
qmake PREFIX=/usr


Cheers--

Martin Klapetek | KDE Developer
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel