Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpenBoard
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lifo
Nicolas Ollinger
OpenBoard
Commits
85d5d6c3
Commit
85d5d6c3
authored
Apr 19, 2016
by
Craig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
corrected ubz association on linux
parent
e5445f2b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
postinst
release_scripts/linux/debian_package_files/postinst
+1
-1
package.sh
release_scripts/linux/package.sh
+3
-2
No files found.
release_scripts/linux/debian_package_files/postinst
View file @
85d5d6c3
...
...
@@ -14,8 +14,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------------------------------------------
xdg-mime
install
--mode
system /opt/openboard/etc/openboard-ubz.xml
xdg-desktop-menu
install
--novendor
/usr/share/applications/openboard.desktop
xdg-mime
install
/opt/openboard/etc/openboard-ubz.xml
xdg-mime default /usr/share/applications/openboard.desktop application/ubz
ln
-s
/opt/openboard/run.sh /usr/bin/openboard
...
...
release_scripts/linux/package.sh
View file @
85d5d6c3
...
...
@@ -31,7 +31,7 @@
# | | openboard <-- actually a symlink to run.sh
# | share/
# | | applications/
# | | |
OpenB
oard.desktop
# | | |
openb
oard.desktop
# opt/
# | openboard/
# | | importer/
...
...
@@ -175,6 +175,7 @@ chmod a+x $PACKAGE_DIRECTORY/run.sh
cp
-R
resources/customizations
$PACKAGE_DIRECTORY
/
cp
-R
resources/linux/qtlinux/
*
$PACKAGE_DIRECTORY
/
cp
resources/linux/openboard-ubz.xml
$PACKAGE_DIRECTORY
/etc/
notifyProgress
"Copying importer"
mkdir
-p
$PACKAGE_DIRECTORY
/importer
...
...
@@ -297,7 +298,7 @@ echo "Icon=/$APPLICATION_PATH/$APPLICATION_CODE/${APPLICATION_NAME}.png" >> $APP
echo
"StartupNotify=true"
>>
$APPLICATION_SHORTCUT
echo
"Terminal=false"
>>
$APPLICATION_SHORTCUT
echo
"Type=Application"
>>
$APPLICATION_SHORTCUT
echo
"MimeType=application/ubz
"
echo
"MimeType=application/ubz
;"
>>
$APPLICATION_SHORTCUT
echo
"Categories=Education;"
>>
$APPLICATION_SHORTCUT
cp
"resources/images/
${
APPLICATION_NAME
}
.png"
"
$PACKAGE_DIRECTORY
/
${
APPLICATION_NAME
}
.png"
...
...
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