Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
coherence
compere
Commits
04e30281
Commit
04e30281
authored
Aug 14, 2007
by
Frank Scholz
Browse files
adjusted names of the Hildon helper files
parent
9c21fe52
Changes
7
Hide whitespace changes
Inline
Side-by-side
bin/compere
View file @
04e30281
...
...
@@ -282,10 +282,10 @@ def main():
if
platform
.
uname
()[
1
].
startswith
(
'Nokia'
):
fullscreen
=
FULLSCREEN
import
osso
osso_c
=
osso
.
Context
(
"com.coherence.
mediarend
ere
r
"
,
"0.0.1"
,
False
)
osso_c
=
osso
.
Context
(
"com.coherence.
comp
ere"
,
"0.0.1"
,
False
)
else
:
fullscreen
=
1
os
.
environ
[
"SDL_VIDEO_X11_WMCLASS"
]
=
"
MediaCent
er"
os
.
environ
[
"SDL_VIDEO_X11_WMCLASS"
]
=
"
Comp
er
e
"
MediaRenderer
(
fullscreen
=
fullscreen
)
reactor
.
run
()
...
...
compere/__init__.py
View file @
04e30281
__version_info__
=
(
0
,
0
,
4
)
__version_info__
=
(
0
,
0
,
5
)
__version__
=
'%d.%d.%d'
%
(
__version_info__
[
0
],
__version_info__
[
1
],
__version_info__
[
2
],)
__pgk_name__
=
'compere'
\ No newline at end of file
compere/images.py
View file @
04e30281
...
...
@@ -222,8 +222,8 @@ class Images(object):
return
error
def
wait
(
error
):
print
"proceed_to_next_image got_error, wait and start_loop"
self
.
loop_start
(
None
,
now
=
False
)
print
"proceed_to_next_image got_error, wait
60s
and
re-
start_loop"
reactor
.
callLater
(
60
,
self
.
loop_start
,
now
=
False
)
if
len
(
self
.
images
)
>
0
:
...
...
data/
mediarend
ere
r
.desktop
→
data/
comp
ere.desktop
View file @
04e30281
[Desktop Entry]
Version=0.0.1
Encoding=UTF-8
Name=Co
herenc
e MediaRenderer
Exec=/usr/bin/
mediarend
ere
r
Icon=
mediarend
ere
r
_icon_26x26
Name=Co
mper
e MediaRenderer
Exec=/usr/bin/
comp
ere
Icon=
comp
ere_icon_26x26
Type=Application
StartupWMClass=
MediaRend
ere
r
X-Osso-Service=com.coherence.
mediarend
ere
r
StartupWMClass=
Comp
ere
X-Osso-Service=com.coherence.
comp
ere
X-Osso-Type=application/x-executable
data/compere.service
0 → 100644
View file @
04e30281
[D-BUS Service]
Name
=
com.coherence.compere
Exec
=
/usr/bin/compere
data/
mediarend
ere
r
_icon_26x26.png
→
data/
comp
ere_icon_26x26.png
View file @
04e30281
File moved
data/mediarenderer.service
deleted
100644 → 0
View file @
9c21fe52
[D-BUS Service]
Name
=
com.coherence.mediarenderer
Exec
=
/usr/bin/mediarenderer
Write
Preview
Supports
Markdown
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