Author |
Message |
don570

Joined: 10 Mar 2010 Posts: 4989 Location: Ontario
|
Posted: Tue 10 Apr 2012, 14:57 Post subject:
pmusic -s stop |
|
With the Enlightenment window manager it is hard to stop pmusic
when it is playing in the background. For instance in pemasu's
exprimo pmusic plays in a loop as default
I must use the command
If pmusic can't be fixed then maybe pclock should have a
button to run this command.
____________________________________________
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6541 Location: Valåmoen, Norway
|
Posted: Tue 10 Apr 2012, 15:19 Post subject:
|
|
Which version are you using?
From changelog Version 2.5.2 (25.Mar 2012)
- Playmode is set to no-loop by default (thanks to FeodorF)
Sigmund
_________________ Stardust resources
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 4989 Location: Ontario
|
Posted: Tue 10 Apr 2012, 15:20 Post subject:
|
|
Here is how I was able to make pclock compatible with Saluki
1) I checked if pmusic is installed and switched
to defaultaudioplayer if pmusic wasn't installed
2) I changed line 28 to
Code: | let "FONTSIZE=4100/$TMP" |
(Does saluki have a different version of bash??)
3) To get the preference window to open I did the
following change in code. I took the following
Code: | <hbox>
<text><label>Fontsize</label></text>
<entry><variable>FONTSIZE</variable><default>'$FONTSIZE'</default></entry>
</hbox> |
and changed it to
Code: | <hbox>
<text><label>Fontsize</label></text>
<entry><variable>FONTSIZE</variable><default>40</default></entry>
</hbox> |
FONTSIZE doesn't work but at least the app can be used.
_____________________________________________________
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 4989 Location: Ontario
|
Posted: Tue 10 Apr 2012, 15:24 Post subject:
|
|
I was using an older version of pmusic in exprimo which was just before
you changed it not to loop in version 251 I believe.
The new version will sole the problem I hope. I'll try.
______________________________________
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6541 Location: Valåmoen, Norway
|
Posted: Sat 21 Jul 2012, 14:46 Post subject:
|
|
This is a funny experiment
_________________ Stardust resources
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6541 Location: Valåmoen, Norway
|
Posted: Mon 23 Jul 2012, 13:48 Post subject:
|
|
Version 0.3
See main post
Changelog
- Analog clock (also fullscreen)
- Worldclock
- NLS support
- Scalable gui
- link to 'set timezone'
- Close button in fullscreen mode
- Use pmusic -B instead of pmusic -b
- Bugfix: Window header in fullscreen mode showed pTiming
_________________ Stardust resources
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 8670 Location: qld
|
Posted: Mon 23 Jul 2012, 22:05 Post subject:
|
|
line 106 seemed to be trouble, I had no $WORKDIR/end_while_fullscreen and no pretty clock, so removed ! (not) and it worked! But of course that broke everything! So I put it back and it was all good, so something is not generated at first start
_________________ Puppy Linux Blog - contact me for access
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6541 Location: Valåmoen, Norway
|
Posted: Tue 24 Jul 2012, 02:57 Post subject:
|
|
Thank you Mick.
Now fixed
Sigmund
_________________ Stardust resources
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 4989 Location: Ontario
|
Posted: Tue 24 Jul 2012, 11:28 Post subject:
480 pixel height screen |
|
Have you checked that pclock fits in 480 pixel height screen?
It's over 500 dots when I checked.
__________________________________________
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 4989 Location: Ontario
|
Posted: Tue 24 Jul 2012, 11:47 Post subject:
|
|
If you're looking to develop pclock into a more useful app....
What about a database of the world cities. The user chooses a city
and clicks to find weather or news (according to button label)
Instead of doing it in realtime which could overload computer,
I would suggest having a database array . Each city could have a
maximum of 4 input values associated with it.
1) For News ----> English language website
2) For News ----> Foreign language website
3) For Weather ----> English language website
4) For Weather ----> Foreign language website
It wouldn't be too hard to maintain such a database.
For instance New York city has two big all news radio stations
http://www.wabcradio.com/
http://newyork.cbslocal.com/
I could supply you with North American websites (mainly local radio
stations specialising in news). The user could make his own changes
to the database and send the database back to you to look at.
Here's a mock-up.
__________________________
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6541 Location: Valåmoen, Norway
|
Posted: Tue 24 Jul 2012, 13:54 Post subject:
|
|
don570
My intentions with pClock is to offer some basic time-tools.
... and when new ideas stokes my mind, I use them wherever I find it reasonable.
Sigmund
_________________ Stardust resources
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6541 Location: Valåmoen, Norway
|
Posted: Tue 24 Jul 2012, 14:29 Post subject:
|
|
L18L has made a gettext version, and I have uploaded as version 0.4. I don't anything about gettext, but now it might be a perfect opportunity for me to have a look how it works....
Thanks to L18L
Sigmund
_________________ Stardust resources
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6541 Location: Valåmoen, Norway
|
Posted: Wed 25 Jul 2012, 17:09 Post subject:
|
|
Version 0.5
See main post
Changelog
- Reduce cpu-usage when not running stopwatch/countdown (thanks to jasper)
- some minor code cleanup
_________________ Stardust resources
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6541 Location: Valåmoen, Norway
|
Posted: Thu 26 Jul 2012, 07:47 Post subject:
|
|
Version 0.6
See main post
Bugfix: Analog clock in fullscreen (thanks to L18L)
_________________ Stardust resources
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6541 Location: Valåmoen, Norway
|
Posted: Thu 26 Jul 2012, 08:59 Post subject:
|
|
Version 0.6-1
See main post
- Bugfix: More fullscreen issues
_________________ Stardust resources
|
Back to top
|
|
 |
|