Re: Review Request 108682: Plasmate: Remove ruby support from konsolepreviewer

2013-01-31 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108682/#review26466 --- This review has been submitted with commit 12e82aefd1ef8d1de34

Re: Review Request 108679: Plasmate: Make konsolepreview to work even if the plasmatepreviewerlog.txt doesn't exist.

2013-01-31 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108679/#review26464 --- This review has been submitted with commit f2cca0520428f941e02

Re: Review Request 108680: Plasmate: Make plasmaremoteinstaller able to install packages on the different users.

2013-01-31 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108680/#review26465 --- This review has been submitted with commit 5028befc6bba866dbb3

Re: Review Request 108513: Rewrite of KWin's Screen Edge Handling

2013-01-31 Thread Martin Gräßlin
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108513/ --- (Updated Jan. 31, 2013, 5:56 p.m.) Review request for kwin, Plasma and Art

Re: Review Request 108513: Rewrite of KWin's Screen Edge Handling

2013-01-31 Thread Martin Gräßlin
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108513/ --- (Updated Jan. 31, 2013, 5:33 p.m.) Review request for kwin, Plasma and Art

Re: plasma javascripting

2013-01-31 Thread Nowardev-Team
ups too much true in the command line :) print("vlc raw string "+defaultApplication("video/x-ogm+ogg") ) var test=defaultApplication("video/x-ogm+ogg").replace(/.*\//, "") print("removing /usr/bin/ from it : "+test) var test2 = test.split(" ") print ("removing options

Re: Review Request 108513: Rewrite of KWin's Screen Edge Handling

2013-01-31 Thread Martin Gräßlin
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108513/ --- (Updated Jan. 31, 2013, 1:36 p.m.) Review request for kwin, Plasma and Art

Re: plasma javascripting

2013-01-31 Thread Nowardev-Team
thanks , btw with vlc and i guess other non-kde software i managed to fix with this print("vlc raw string "+defaultApplication("video/x-ogm+ogg"), true) var test=defaultApplication("video/x-ogm+ogg").replace(/.*\//, "") print("removing /usr/bin/ from it : "+test) var tes

Re: Review Request 108680: Plasmate: Make plasmaremoteinstaller able to install packages on the different users.

2013-01-31 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108680/#review26452 --- Ship it! Ship It! - Sebastian Kügler On Jan. 31, 2013, 10:3

Re: Review Request 108682: Plasmate: Remove ruby support from konsolepreviewer

2013-01-31 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108682/#review26451 --- Ship it! Ship It! - Aaron J. Seigo On Jan. 31, 2013, 10:45

Review Request 108682: Plasmate: Remove ruby support from konsolepreviewer

2013-01-31 Thread Antonis Tsiapaliokas
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108682/ --- Review request for Plasma. Description --- The ruby bindings doesn't

Review Request 108680: Plasmate: Make plasmaremoteinstaller able to install packages on the different users.

2013-01-31 Thread Antonis Tsiapaliokas
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108680/ --- Review request for Plasma. Description --- Right now the plasmaremote

Re: plasma javascripting

2013-01-31 Thread Aaron J. Seigo
On Wednesday, January 30, 2013 19:25:05 Nowardev-Team wrote: > ok :) i managed to fix that with > > var test = defaultApplication("filemanager").split(" ") > print (test[0]) also fixed properly in master. note that you can also do: defaultApplication("filemanager", true) to get the .desktop fi