ductientn97 / gphotoframe

Automatically exported from code.google.com/p/gphotoframe
Other
0 stars 0 forks source link

Option for thickness of the white border and even colour #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
can there be an option so the user can set the width of the white border
from 0px to etc. 
And also set the colour as the white border is not suitable for every
wallpapers

Original issue reported on code.google.com by pari...@gmail.com on 25 Jan 2010 at 7:49

GoogleCodeExporter commented 8 years ago
> can there be an option so the user can set the width of the white border
> from 0px to etc. 

You can set the border width with gconftool-2 except 0:

    gconftool-2 --type int --set /apps/gphotoframe/border_width 20

I fixed the codes.  Users will set the width to 0.
But, the width cannot be adjusted accurately from the limitation of GTK.

Original comment by yendo0206 on 25 Jan 2010 at 8:40

GoogleCodeExporter commented 8 years ago

Original comment by yendo0206 on 25 Jan 2010 at 1:07

GoogleCodeExporter commented 8 years ago
> I fixed the codes.  Users will set the width to 0.

Fixed in revision beaac719dd.
But, sometimes the width cannot be adjusted accurately from the limitation of 
GTK.

>> And also set the colour as the white border is not suitable for every
>> wallpapers

Implemented in revision 42670cab3c.

Original comment by yendo0206 on 25 Jan 2010 at 1:22

GoogleCodeExporter commented 8 years ago
>>> And also set the colour as the white border is not suitable for every
>>> wallpapers
> 
> Implemented in revision 42670cab3c.

You can set the color with gconftool-2:

  gconftool-2 --type str --set /apps/gphotoframe/border_color "red"
  gconftool-2 --type str --set /apps/gphotoframe/border_color "#ccaa33"

Original comment by yendo0206 on 25 Jan 2010 at 1:24

GoogleCodeExporter commented 8 years ago
Thanks, is there a wiki page for the different gconf settings.

When I opened gconf-editor for the 0.5 version some of the settings didn't not 
exist
like 
gconftool-2 --type float --set /apps/gphotoframe/aspect_min 0.5

Original comment by pari...@gmail.com on 25 Jan 2010 at 7:36

GoogleCodeExporter commented 8 years ago
Thanks for your reporting.

> When I opened gconf-editor for the 0.5 version some of the settings didn't 
not exist

Because, there is no GConf schemas file.
I'll prepare the file (issue #38).

Original comment by yendo0206 on 26 Jan 2010 at 2:13

GoogleCodeExporter commented 8 years ago
thanks a well rounded app

Original comment by pari...@gmail.com on 2 Mar 2010 at 10:13

GoogleCodeExporter commented 8 years ago
Issue 58 has been merged into this issue.

Original comment by yendo0206 on 19 Jul 2010 at 6:05

GoogleCodeExporter commented 8 years ago
Issue 75 has been merged into this issue.

Original comment by yendo0206 on 29 Oct 2010 at 12:56