Bug 312039

Summary: missing icon on picture button
Product: [Applications] kamoso Reporter: nucleo <nucleo>
Component: generalAssignee: Alex Fiestas <afiestas>
Status: RESOLVED FIXED    
Severity: normal CC: aleixpol, rdieter
Priority: NOR    
Version: 2.0.2   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
URL: https://bugzilla.redhat.com/show_bug.cgi?id=848079
Latest Commit: Version Fixed In:
Attachments: kamoso with missing button icon

Description nucleo 2012-12-21 15:16:02 UTC
Kamoso uses webcamreceive icon from kopete, so it not shown if kopete not installed.

Reproducible: Always
Comment 1 nucleo 2012-12-21 15:17:35 UTC
Created attachment 75960 [details]
kamoso with missing button icon
Comment 2 Rex Dieter 2012-12-21 15:52:38 UTC
confirmed, i'll take the liberty of the taking the path of least resistance here, and patch to use (oxygen's) camera-web instead, even though that one isn't quite as pretty to me.
Comment 3 Rex Dieter 2012-12-21 15:55:31 UTC
Git commit a89b0042f5d7017f747c466679d63c29b9f3b01c by Rex Dieter.
Committed on 21/12/2012 at 16:51.
Pushed by rdieter into branch 'master'.

use camera-web icon instead of webcamreceive

webcamreceive is (only?) provided by kopete, so we can't assume it
is present at runtime, so use camera-web instead.

M  +1    -1    src/photoshootmode.cpp

http://commits.kde.org/kamoso/a89b0042f5d7017f747c466679d63c29b9f3b01c
Comment 4 Aleix Pol 2012-12-22 02:36:33 UTC
Hi Rex! You're totally right :) thanks