13:56:16 Nowardev-Team wrote:
> > hello i was using plasma shell interactive console with this code on
> plasma
> > 5.7.5 (qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.
> > showInteractiveConsole
> >
> > )
> >
> > and plasma just crashe
hello i was using plasma shell interactive console with this code on plasma
5.7.5 (qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.
showInteractiveConsole
)
and plasma just crashes can you reproduce this ?
i will paste down here the code :
> var panel = new Panel
> var panelScreen
i guess notmart has changed something on plasma scripting ,
try to read this :
http://mail.kde.org/pipermail/plasma-devel/2014-March/029614.html
2014-05-12 13:20 GMT+02:00 Bhushan Shah :
> Hello,
>
> In a desktop shell package layout.js is not working as it should.
>
> Its failing at this line,
Mah for me an empty panel it's just a no sense in the second monitor.
if it's empty what is its own purpose?
2014-04-20 8:20 GMT+02:00 Martin Gräßlin :
> On Sunday 20 April 2014 02:21:05 David Edmundson wrote:
>> If we do only default to one panel, then the taskmanager should not
>> default to "on
* move the console in another process, but there may be too much that would
have to be exposed trough dbus for that
+1
2014-03-31 12:09 GMT+02:00 Michael Palimaka :
> On 02/27/2014 01:00 AM, Martin Gräßlin wrote:
>> On Wednesday 26 February 2014 12:56:41 Marco Martin wrote:
>>> On Wednesday 26 Fe
i don't get the point of these changes.
i would not spend my time doing this
and as said by kevin desktop and activities are not the same concept
2014-03-28 21:56 GMT+01:00 Kevin Krammer :
> Hi Marco,
>
> On Thursday, 2014-03-27, 21:39:12, Marco Martin wrote:
>> Hi all,
>>
>> we had still a probl
neat.
2013/12/12 Aaron J. Seigo :
> 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
>
hink that you will save your time if you just copy and paste in
00-defaultLayout.js those lines
2013/12/11 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
sday, 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.cu
wrong mail sorry i used
activity.writeConfig("wallpaper", "Horos")
activity.writeConfig("wallpaperposition","2")
2013/12/11 Nowardev-Team :
> ok i tried this again and ti seems that works randomly well,
>
>
> function activitymac(){
> var
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"
t's not good it looks like it picks up low resolution and it scale
and crop it instead to pick up 1920x1080
well there is solution for this i could just remove all the png files
and leave only 2500x* one
2013/12/9 Aaron J. Seigo :
> On Monday, December 9, 2013 14:09:40 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
│ │
Hi i was creating\ testing an activity using desktop console
qdbus org.kde.plasma-desktop /MainApplication showInteractiveConsole
and when i create the new activity it works , but then with right
click on the destkop activities it doesn't list it ,
so i need to close plasma-desktop and load it
i mean qdbus org.kde.klipper /klipper
org.kde.klipper.klipper.setClipboardContents "text to paste"
get the stuff in klipper
qdbus org.kde.klipper /klipper
org.kde.klipper.klipper.getClipboardContents
2013/7/19 Nowardev-Team
> klipper? and qdbus ?
>
>
> 2013/7/19 Bru
klipper? and qdbus ?
2013/7/19 Bruce Ouyang
> i have googled and found no solution. it seems i have to utilize LauchApp
> to call a python script for accessing clipboard
> ps: xclip command is not my solution because it may be absent in some KDE
> distributions.
> __
i wanted to investigate in this annoying bug
http://susepaste.org/98172597
yes i have created a new activity after i started and closed urban terrror
even panels are weird , they are maximized instead to keep their length
this card is an ati
with intel i guess there was no problem
__
i am trying to scripting plasma to be like gnome2 gnome3 chrome os unity ,
i know that this could be sound bad but... i think that plasma can be what
unity is not ... anyway
:) i was trying to write chromeOS activity better
and i tried to do that with Search and Launch "desktop layout"
i
r test2 = test.split(" ")
print ("removing options "+test2[0])
2013/1/31 Nowardev-Team
> thanks , btw with vlc and i guess other non-kde software i managed to fix
> with this
>
> print("vlc raw string "+defaultAppl
bin/vlc %U
removing /usr/bin/ from it : vlc %U
removing options vlc
2013/1/31 Aaron J. Seigo
> On Wednesday, January 30, 2013 19:25:05 Nowardev-Team wrote:
> > ok :) i managed to fix that with
> >
> > var test = defaultApplication("filemanage
ok :) i managed to fix that with
var test = defaultApplication("filemanager").split(" ")
print (test[0])
2013/1/29 Aaron J. Seigo
> On Tuesday, January 29, 2013 16:24:31 Nowardev-Team wrote:
> > and it worked fine but for dolphin you get this
> >
> >
i did this
print (defaultApplication("video/quicktime"))
print (defaultApplication("browser"))
print (defaultApplication("filemanager"))
print (defaultApplication("mailer"))
print (defaultApplication("terminal"))
print (defaultApplication("imClient"))
and it worked fine but for dolphin you get
2011/12/23 Markus Slopianka
> On Donnerstag 22 Dezember 2011 12:54:37 Nowardev-Team wrote:
>
> > > sure i have not problem but how :D right now i have done kde3 panel :P
>
> Please don't call it that way. It should be referred to as Classic panel
> or something l
2011/12/22 Aaron J. Seigo
> On Thursday, December 22, 2011 10:58:41 Nowardev-Team wrote:
> > layout right now,
> >
> > svn export --force
> >
> https://plasma-panels-script.googlecode.com/svn/trunk/usr/share/kde4/apps/pl
> > asma/layout-templates/
>
>
2011/12/22 Marco Martin
> On Thursday 22 December 2011, Nowardev-Team wrote:
>
> > :
> > :) i did a lots of panels btw.. mm i could try to make classic kde3
> >
> > layout right now,
> >
> > svn export --force
> >
> https://plasma-panels-sc
2011/12/22 Martin Gräßlin
> On Wednesday 21 December 2011 18:25:51 Aaron J. Seigo wrote:
> > On Tuesday, December 20, 2011 20:51:32 Martin Graesslin wrote:
> > > My personal favorite is option 3.
> >
> > 3 is a good solution imho ... except that it will break people's
> > installations who have k
> if the plugin name changed, then yes, you need to uninstall the old plugin.
> alternatively, it may just be that kbuidsycoca4 needs to be run. in any
> case,
> take a look at what is in ~/.kde/share/kde4/services. the entries for the
> various items shoudl be there.
>
> thank you :D i felt lost r
Hi ,
i have some strange behavior here installing my panels
svn export
https://plasma-panels-script.googlecode.com/svn/trunk/usr/share/kde4/apps/plasma/layout-templates-test
now with zipping folders and running
plasmapkg -t layout-template -i "$file"
this should do everything
cd layout-te
Ty Ty i did
;( i had not seen that on kde wiki :( blind man
2011/12/16 Aaron J. Seigo
> On Friday, December 16, 2011 07:29:45 Nowardev-Team wrote:
> > var icontasks = panel.addWidget("icontasks")
> > icontasks.writeConfig("groupClick","1&q
Hi there , i did the most of my ideas here
http://www.youtube.com/watch?v=L-Mi3FIS1Ko building this
http://kde-apps.org/content/show.php/Plasma+Panels+Collection+?content=147589
but i have problems configuring :
i can't get how to configure* icontask and launchers* i have asked to craid
why this
:) ty
2011/11/16 Aaron J. Seigo
> **
>
> On Wednesday, November 16, 2011 17:30:41 Nowardev-Team wrote:
>
> > i have 4.7.3 right now
>
>
>
> ok, so the crash is still expected there. i was able to reproduce it here
> as well, but after the fix it doesn't h
i have 4.7.3 right now
2011/11/16 Aaron J. Seigo
> **
>
> On Wednesday, November 16, 2011 11:23:30 Nowardev-Team wrote:
>
> > this is the minimum function i have tested , it removes panels and
>
> > create a new one adding systemtray.
>
> > if you hav
Panel
if (panelIds.length == 1) {
// panel.location = 'bottom'
panel.location = 'top'
}
panel.addWidget("systemtray")
}
gnome2()
2011/10/28 Nowardev-Team
>
>
>
> 2011/10/27 Aaron J. Seigo
>
>> On Thursda
2011/10/27 Aaron J. Seigo
> On Thursday, October 27, 2011 20:15:04 Nowardev-Team wrote:
> > it seems the length of the javascript is the key to get the crash if you
> > have already panels ...
>
> this is they key point, and it is due to having a system tray around and
>
11 20:15:04 Nowardev-Team wrote:
> > i have made some time ago this javascript :
> >
> > http://nowardev.wordpress.com/2011/09/21/gnome2-panel-javascript/
> >
> > now before on the old kde 4.5 4.6 i have get no problem with my script...
> > but now... when i tr
i have made some time ago this javascript :
http://nowardev.wordpress.com/2011/09/21/gnome2-panel-javascript/
now before on the old kde 4.5 4.6 i have get no problem with my script...
but now... when i try to execute the stuff console desktop crash :D
i have tested a little and i found a little
36 matches
Mail list logo