Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

execpi does not repeat itself #893

Closed
Microcrap opened this issue Oct 8, 2019 · 6 comments
Closed

execpi does not repeat itself #893

Microcrap opened this issue Oct 8, 2019 · 6 comments
Labels
bug Bug report or bug fix PR Stale Issue that requires attention because it hasn't been updated for over a year

Comments

@Microcrap
Copy link

Hello there.

Issue

Execpi only runs once (same than execp) and not repeat the command after the interval selected.

Informations

conky 1.10.8 on Xubuntu 18.04

@lasers
Copy link
Contributor

lasers commented Oct 8, 2019

Unrelated... I ran into an issue where execpi isn't firing their commands at correct intervals (i.e. commands ran at 1-2s intervals instead of specified 5s, 10s, 15s, 20s intervals). c352069 is the first bad commit.

Can we have a config too? v1.10.8 execs commands repeatedly okay for me here using...

${execpi 5 date}
${execpi 10 date +%T}
${execpi 15 date +%T%}
${execpi 20 date +%T%%%}

@Microcrap
Copy link
Author

Screenshot_2019-10-08_14-06-42

You mean the conkyrc ? If yes :

# http://conky.sourceforge.net/config_settings.html
# Use Xft?
use_xft yes
xftfont Ubuntu Beta:size=8
xftalpha 0.8
text_buffer_size 2048

# Update interval in seconds
update_interval 60

# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0

# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_transparent no
own_window_argb_visual yes
own_window_argb_value 210  # semi-transparent
own_window_type normal
own_window_class conky
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
background no

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Minimum size of text area
minimum_size 257 40
maximum_width 900
maximum_height 1600

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 0

# border margins
border_inner_margin 2

# border width
border_width 1

# Default colors and also border colors
default_color 00c4e7	#DF6D14
default_shade_color black
default_outline_color white
own_window_colour black

# Text alignment, other possible values are commented
#alignment top_left
alignment tl
#alignment bottom_left
#alignment bottom_right

# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x -25
gap_y 300

# Subtract file system buffers from usedmemory?
no_buffers yes

# set to yes if you want all text to be in uppercase
uppercase no

# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes

# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer none


TEXT

${execpi 5 date}
${execpi 10 date +%T}
${execpi 15 date +%T%}
${execpi 20 date +%T%%%}

@plikhari
Copy link

plikhari commented Oct 8, 2019

This is very strange - this bug did not exist in that build in my experience - refer to bug #870 ( execpi interval values are not correct )

All said - this bug exists 👍

@lasers lasers added the bug Bug report or bug fix PR label Oct 8, 2019
@lasers
Copy link
Contributor

lasers commented Oct 8, 2019

I can reproduce this on v1.10.7. Can't compile v1.10.6 or below due to Makefile error.

@github-actions
Copy link

This issue is stale because it has been open 365 days with no activity. Remove stale label or comment, or this issue will be closed in 30 days.

@github-actions github-actions bot added the Stale Issue that requires attention because it hasn't been updated for over a year label May 12, 2023
@github-actions
Copy link

This issue was closed because it has been stalled for 30 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jun 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report or bug fix PR Stale Issue that requires attention because it hasn't been updated for over a year
Projects
None yet
Development

No branches or pull requests

3 participants