The branch, master has been updated via 30ec841f1b9cbabc2c739b93fbc1b99d82679675 (commit) from 87d9c13b8910dc5b4912e19b7316c85c20139a8f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 30ec841f1b9cbabc2c739b93fbc1b99d82679675 Author: Oleksandr Shneyder <oleksandr.shneyder@treuchtlingen.de> Date: Tue Oct 11 09:32:44 2011 +0200 support for new server (not using sudo any more) ----------------------------------------------------------------------- Summary of changes: debian/changelog | 8 ++++++-- plasmax2godialog.cpp | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index b4129e6..faa9bae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ -x2goplasmabindings (3.0.1.2-0~x2go1) UNRELEASED; urgency=low +x2goplasmabindings (3.0.1.2-0~x2go1.1) UNRELEASED; urgency=low + [ Mike Gabriel ] * renaming of source package and binary package - -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sat, 11 Jun 2011 20:02:32 +0200 + [ Oleksandr Shneyder ] + * support for new server (not using sudo any more) + + -- Oleksandr Shneyder <oleksandr.shneyder@treuchtlingen.de> Tue, 11 Oct 2011 09:31:00 +0200 x2goplasmoidbindings (3.0.1.1-0~x2go2) unstable; urgency=low diff --git a/plasmax2godialog.cpp b/plasmax2godialog.cpp index 5393a46..7e85c77 100644 --- a/plasmax2godialog.cpp +++ b/plasmax2godialog.cpp @@ -132,7 +132,7 @@ void PlasmaX2goDialog::slotUpdateItems() updateItemProc=new QProcess(this); connect(updateItemProc,SIGNAL(finished(int,QProcess::ExitStatus)),this, SLOT(slotUpdateItemsProcFinished(int,QProcess::ExitStatus))); - updateItemProc->start("sudo x2gopgwrapper getmounts " +m_applet->getSessionId()); + updateItemProc->start("x2gogetmounts " +m_applet->getSessionId()); } void PlasmaX2goDialog::slotUpdateItemsProcFinished(int, QProcess::ExitStatus exitStatus) @@ -237,7 +237,7 @@ void PlasmaX2goDialog::slotOpenFolder(const QString& folder) void PlasmaX2goDialog::slotEjectFolder(const QString& folder) { QProcess::startDetached("fusermount -u "+folder); - QProcess::startDetached("sudo x2gopgwrapper deletemount "+m_applet->getSessionId()+" "+folder); + QProcess::startDetached("x2godeletemount "+m_applet->getSessionId()+" "+folder); m_applet->hidePopup(); } hooks/post-receive -- x2goplasmabindings.git (Plasma/KDE4 Widget for X2go) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goplasmabindings.git" (Plasma/KDE4 Widget for X2go).