Re: activities and scripting

2013-12-13 Thread Nowardev-Team
neat. 2013/12/12 Aaron J. Seigo ase...@kde.org: On Monday, December 9, 2013 14:09:40 Nowardev-Team wrote: and when you get the whole desktop filled by the png file you get a wrong resolution in a series of commits today, all the issues noted are resolve in the KDE/4.11 branch of

Re: activities and scripting

2013-12-11 Thread Aaron J. Seigo
On Tuesday, December 10, 2013 10:59:08 Nowardev-Team wrote: i have 1920x 1080 resolution ,if i chose the same wallpaper on =right click on the destkop=desktop settings = it says correctly 1920x1080 which is my own resolution and if i select it it looks good here it is

Re: activities and scripting

2013-12-11 Thread Nowardev-Team
ok i tried this again and ti seems that works randomly well, function activitymac(){ var activity = new Activity(folderview) activity.name = i18n(Mac Activity) activity.wallpaperPlugin = image activity.wallpaperMode = SingleImage activity.currentConfigGroup = Array(Wallpaper, image)

Re: activities and scripting

2013-12-11 Thread Nowardev-Team
wrong mail sorry i used activity.writeConfig(wallpaper, Horos) activity.writeConfig(wallpaperposition,2) 2013/12/11 Nowardev-Team nowar...@gmail.com: ok i tried this again and ti seems that works randomly well, function activitymac(){ var activity = new Activity(folderview)

Re: activities and scripting

2013-12-11 Thread Aaron J. Seigo
On Wednesday, December 11, 2013 15:57:28 Nowardev-Team wrote: var activity = new Activity(folderview) activity.name = i18n(Mac Activity”) activity.wallpaperPlugin = image activity.wallpaperMode = SingleImage activity.currentConfigGroup = Array(Wallpaper, image) hm.. does the attached patch

Re: activities and scripting

2013-12-11 Thread Nowardev-Team
i tried it and the resolution issue seems to be gone https://drive.google.com/file/d/0Bxy7Wd7ZYDezdlRBS18yelJlck0/edit?usp=sharing but ... selecting a new wallpaper from right click =desktop setttings = wallapper it just goes crazy: if i select wallpaper A it just doesn't take it , i need to

Re: activities and scripting

2013-12-11 Thread Aaron J. Seigo
On Wednesday, December 11, 2013 21:28:21 Nowardev-Team wrote: i tried it and the resolution issue seems to be gone great; i’ll test the other use cases and get it functioning before commit. cheers. -- Aaron J. Seigo ___ Plasma-devel mailing list

Re: activities and scripting

2013-12-11 Thread Aaron J. Seigo
On Wednesday, December 11, 2013 21:28:21 Nowardev-Team wrote: i tried it and the resolution issue seems to be gone https://drive.google.com/file/d/0Bxy7Wd7ZYDezdlRBS18yelJlck0/edit?usp=sharin g but ... selecting a new wallpaper from right click =desktop setttings = wallapper it just goes

Re: activities and scripting

2013-12-11 Thread Nowardev-Team
first of all i am using kde 4.11.2 , maybe this could be important second i tested the photo activity and it seems to work fine here , but like you can see from this http://paste.kde.org/p43dbe6d0 it doesn't touch wallpapers so i have just added those lines to 00-defaultLayout.js

Re: activities and scripting

2013-12-10 Thread Nowardev-Team
i have 1920x 1080 resolution ,if i chose the same wallpaper on =right click on the destkop=desktop settings = it says correctly 1920x1080 which is my own resolution and if i select it it looks good here it is http://wstaw.org/m/2013/12/10/codegnome4.jpeg i have managed to remove this behavior

activities and scripting

2013-12-09 Thread Nowardev-Team
hi , i have an issue with plasma and it's this : i have created some wallpapers with different resolution made in this way : usr/share/wallpapers ── fabric-gnome │ ├── contents │ │ └── images │ │ ├── 1024x600.png │ │ ├── 1024x768.png │ │ ├── 1152x864.png │ │

Re: activities and scripting

2013-12-09 Thread Aaron J. Seigo
On Monday, December 9, 2013 14:09:40 Nowardev-Team wrote: http://wstaw.org/m/2013/12/09/plasma-desktopA27453.png aside from picking the wrong resolution, it isn’t resizing it. you may want to include the appropriate resize option for the wallpaper for that, though by default it is supposed to