Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
Printrun
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
machinery
Printrun
Commits
58e29298
Commit
58e29298
authored
Aug 06, 2013
by
Guillaume Seguin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add pronterface.desktop and install it
parent
41513a6b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
pronterface.desktop
pronterface.desktop
+10
-0
setup.py
setup.py
+2
-1
No files found.
pronterface.desktop
0 → 100644
View file @
58e29298
[Desktop Entry]
Type=Application
Name=Pronterface
Comment=Pronterface
Icon=/usr/share/pixmaps/P-face.ico
Exec=/usr/bin/python2 /usr/bin/pronterface.py
Path=/usr/share/pronterface/
StartupNotify=true
Terminal=false
Categories=GNOME;GTK;Utility;
setup.py
View file @
58e29298
...
...
@@ -119,7 +119,8 @@ if sys.argv[1] in("install", "uninstall") and len(prefix):
sys
.
argv
+=
[
"--prefix"
,
prefix
]
target_images_path
=
"share/pronterface/images/"
data_files
=
[(
'share/pixmaps/'
,
[
'P-face.ico'
,
'plater.ico'
,
'pronsole.ico'
])]
data_files
=
[(
'share/pixmaps/'
,
[
'P-face.ico'
,
'plater.ico'
,
'pronsole.ico'
]),
(
'share/applications'
,
[
'pronterface.desktop'
])]
for
basedir
,
subdirs
,
files
in
os
.
walk
(
"images"
):
images
=
[]
...
...
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