Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7f44caa1
authored
Feb 08, 2013
by
tarokkk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
laborgui: Added desktop file
parent
9a77d029
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
miscellaneous/laborclient/cloud.desktop
+9
-0
miscellaneous/laborclient/cloudgui/gui.py
+7
-0
No files found.
miscellaneous/laborclient/cloud.desktop
0 → 100644
View file @
7f44caa1
[Desktop Entry]
Version=0.1
Name=Cloud GUI
Comment=Tool to use IK Cloud
Exec=cloud
Icon=/usr/share/icons/cloud-gui.jpg
Terminal=false
Type=Application
Categories=Utility;Application;
miscellaneous/laborclient/cloudgui/gui.py
View file @
7f44caa1
...
...
@@ -60,6 +60,7 @@ class KeyGen:
class
Browser
:
version
=
"0.1"
mounted
=
False
neptun
=
""
host
=
""
private_key_file
=
""
...
...
@@ -129,6 +130,10 @@ class Browser:
connection
=
rdp
.
RDP
(
uri
)
Process
(
target
=
connection
.
connect
)
.
start
()
return
True
elif
scheme
==
"cloudfile"
:
file_path
=
os
.
path
.
normpath
(
rest
)
subprocess
.
call
([
"xdg-open"
,
"file://"
+
self
.
folder
+
file_path
])
return
True
else
:
return
False
except
:
...
...
@@ -182,6 +187,7 @@ class Browser:
self
.
post_key
(
self
.
public_key_b64
)
### Parse values and do mounting ###
elif
uri
.
startswith
(
"https://cloud.ik.bme.hu/?"
):
if
self
.
mounted
!=
True
:
try
:
uri
,
params
=
uri
.
split
(
'?'
,
1
)
values
=
params
.
split
(
'&'
)
...
...
@@ -192,6 +198,7 @@ class Browser:
self
.
mount_sshfs_folder
()
except
Exception
as
e
:
print
e
self
.
mounted
=
True
except
:
pass
finally
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment