Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xdg_profiles
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vis
xdg_profiles
Commits
99425e6b
Commit
99425e6b
authored
Apr 08, 2016
by
Jens Henrik Goebbert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor changes
parent
ac814dfb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
etc/xdg/profiles/default/data/infoterm-motd-default/infoterm-motd-default.sh
...fault/data/infoterm-motd-default/infoterm-motd-default.sh
+5
-3
etc/xdg/profiles/vis/data/applications/vis-ParaView.desktop
etc/xdg/profiles/vis/data/applications/vis-ParaView.desktop
+1
-1
etc/xdg/profiles/vis/data/applications/vis-VisIt.desktop
etc/xdg/profiles/vis/data/applications/vis-VisIt.desktop
+1
-1
No files found.
etc/xdg/profiles/default/data/infoterm-motd-default/infoterm-motd-default.sh
View file @
99425e6b
# set the XDG_CONFIG_HOME for infoterm to the directory infoterm.sh is stored
# and start terminal with forever-refresh-loop
XDG_CONFIG_HOME
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
\
xfce4-terminal
--disable-server
--title
=
infoterm-motd-default
--hide-menubar
--hide-toolbar
\
-e
'sh -c "cat /etc/motd; read -p \"Press [Enter] key to close...\""'
if
[
-s
/etc/motd
]
;
then
XDG_CONFIG_HOME
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
\
xfce4-terminal
--disable-server
--title
=
infoterm-motd-default
--hide-menubar
--hide-toolbar
\
-e
'sh -c "cat /etc/motd; read -p \"Press [Enter] key to close...\""'
fi
etc/xdg/profiles/vis/data/applications/vis-ParaView.desktop
View file @
99425e6b
...
...
@@ -3,7 +3,7 @@ Version=1.0
Type=Application
Name=ParaView
Comment=
Exec=bash -c 'export TERM=xterm && module purge --force && module load Stages/Current && module load intel-para && module load ParaView
/5.0.1
&& vglrun paraview'
Exec=bash -c 'export TERM=xterm && module purge --force && module load Stages/Current && module load intel-para && module load ParaView
&& module unload Mesa
&& vglrun paraview'
Icon=/homeb/zam/goebbert/workspace/xdg_profiles/etc/xdg/profiles/vis/data/icons/paraview.png
Path=
Terminal=true
...
...
etc/xdg/profiles/vis/data/applications/vis-VisIt.desktop
View file @
99425e6b
...
...
@@ -3,7 +3,7 @@ Version=1.0
Type=Application
Name=VisIt
Comment=
Exec=bash -c 'export TERM=xterm && module purge --force && module load Stages/Devel && module load intel-para && module load VisIt && vglrun visit'
Exec=bash -c 'export TERM=xterm && module purge --force && module load Stages/Devel && module load intel-para && module load VisIt && vglrun visit
-hw-accel
'
Icon=/homeb/zam/goebbert/workspace/xdg_profiles/etc/xdg/profiles/vis/data/icons/visit_90x35.png
Path=
Terminal=true
...
...
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