Activity for Michael von Glasow

  • Michael von Glasow Michael von Glasow posted a comment on ticket #5571

    I didn’t set any path at all, and would expect that to give me the hardcoded cron default . Instead, this seems to give me the same PATH I would get in a shell environment. That would imply that, if a variable is not set in the crontab, it is still inherited from the shell. For reproducible tests, all environment variables should be unset first, then cron’s hardcoded defaults should be set, and only after that should any settings in crontab be applied. The possibilities of a cron job are almost unlimited,...

  • Michael von Glasow Michael von Glasow modified a comment on ticket #5571

    Case in point, I am seeing this on my system. If I type echo $PATH in bash, I get: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games Doing the same in a cron job (and redirecting output) gives me: /usr/bin:/bin I did not examine the exact PATH I would get when running from webmin. However, I ran a script that called ifconfig and a few other system commands, which on my system reside in /sbin. The script works when run from Webmin, as well as when running from...

  • Michael von Glasow Michael von Glasow posted a comment on ticket #5571

    Case in point, I am seeing this on my system. If I type echo $PATH in bash, I get: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games Doing the same in a cron job (and redirecting output) gives me: /usr/bin:/bin I did not examine the exact PATH I would get when running from webmin. However, I ran a script that called ifconfig and a few other system commands, which on my system reside in /sbin. The script works when run from Webmin, as well as when running from...

  • Michael von Glasow Michael von Glasow posted a comment on ticket #5571

    If the UI advised users that it may take up to a minute for output to appear (plus, depending on the way it is redirected to the user’s browser, the time it takes for the job itself to complete), they would at least know that this is normal, not a malfunction. So we would need to balance between two use cases: * Run the job without even a minute of delay, at the expense of the environment being different from cron and the job potentially behaving differently * Run the job in a true cron environment...

  • Michael von Glasow Michael von Glasow posted a comment on ticket #5571

    The job is a bash script which, among others, runs ifconfig to see if the network interface is up. This works when run from an interactive session, as well as with “Run now”, but fails in cron because the ifconfig binary is not on the PATH. And yes, the difference is definitely due to an environment variable. On my system, PATH is /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games in a shell session but /usr/bin:/bin in a cron job. This is known and documented...

  • Michael von Glasow Michael von Glasow created ticket #5571

    cron job behaves differently when run manually

  • Michael von Glasow Michael von Glasow posted a comment on ticket #375

    Sorry if my frustration came through a bit more than it should have yesterday. I have since found the Advanced Edit plugin on the forum, which alleviates most issues—still not a 100% solution but at least it lets me create a usable floor plan. I can draw a room, adjust the individual points of it (length of walls measured from inside and angles), then add walls around it and adjust them further. While I haven’t read the discussions on the subject, I understand that this subject has come up a few...

  • Michael von Glasow Michael von Glasow posted a comment on ticket #375

    Is this product still under active maintenance? I would assume the ability to draw a wall based on measurements taken inside the room (or outside—but not along the center line of the wall) to be the most fundamental feature of any floor plan software and should have been fixed in significantly less than ten years after being reported. Without that, you can’t even create a scale model of the building other that by manually editing the XML file, which is definitely not good UX. Except for some applications...

  • Michael von Glasow Michael von Glasow posted a comment on ticket #355

    What if it’s an in-memory database? Wouldn’t that cause SqlTool to open a separate in-memory db if we just pass the connection URL (rather than calling one of SqlTool’s classes and passing the connection instance)?

  • Michael von Glasow Michael von Glasow posted a comment on ticket #355

    Nice way of saying “patches welcome” :-> I’ll see what I can do, I have never touched the HSQLDB source code so far. Since sqltool should already have most of the backend code we need, my idea would be to borrow most of that code. Then we would just need to hook it up to the user interface in some way. Unless there is some major obstacle to this that I am unaware of…

  • Michael von Glasow Michael von Glasow created ticket #355

    Add script support to DatabaseManager[Swing]

  • Michael von Glasow Michael von Glasow created ticket #698

    Acoustic timer signal keep re-enabling themselves

  • Michael von Glasow Michael von Glasow posted a comment on ticket #550

    Sorry, I meant Processing options which I can’t get into, More camera controls works fine

  • Michael von Glasow Michael von Glasow posted a comment on ticket #690

    I build straight from the command line, which may explain the different behavior. Haven’t followed up on this, but the same fix you suggested worked in a different project. Any reasons not to add it to the build script? I guess the majority of the folks who build from source don’t want to deal with the build chain complaining about non-critical errors in upstream code, and those who specifically want to fix lint errors hopefully know how to chang this setting…

  • Michael von Glasow Michael von Glasow posted a comment on ticket #550

    Photo stamping is definitely off. HDR is not supported by the device, and as far as I can tell, auto-stabilization is off as well. (Though I can’t get into the More camera controls menu, does that have to do with the old Camera API?) Other camera apps (stock camera, FreeDCam) have EXIF data included.

  • Michael von Glasow Michael von Glasow created ticket #690

    Gradle build fails

  • Michael von Glasow Michael von Glasow posted a comment on ticket #550

    Any news on this? I am on 1.47.3 and am still seeing the same behavior.

  • Michael von Glasow Michael von Glasow created ticket #550

    EXIF image taking conditions are empty

  • Michael von Glasow Michael von Glasow created ticket #190

    Subtle zoom/scaling variations between subsequent images in burst mode

  • Michael von Glasow Michael von Glasow posted a comment on ticket #189

    PS: OpenCamera version 1.32.1, installed via F-Droid.

  • Michael von Glasow Michael von Glasow created ticket #189

    Spontaneous zoom in burst mode

  • Michael von Glasow Michael von Glasow created ticket #181

    Consider shutter lag for burst mode interval

  • Michael von Glasow Michael von Glasow posted a comment on ticket #201

    Amendment: Just realized that the default mode is "automatic", which I've never changed,...

  • Michael von Glasow Michael von Glasow posted a comment on ticket #189

    Probably a duplicate of #201.

  • Michael von Glasow Michael von Glasow posted a comment on ticket #201

    Same here (unfortunately I don't have any non-confidential scans at hand either)....

  • Michael von Glasow Michael von Glasow committed [r6090]

    Add:core:Merge project highfive|Thx jandegr and...

  • Michael von Glasow Michael von Glasow committed [r6088]

    Fix:port_android:Terminate process properly whe...

  • Michael von Glasow Michael von Glasow created ticket #190

    Don't change dimension presets after cropping a page

  • Michael von Glasow Michael von Glasow created ticket #83

    Show preview for Crop operation

  • Michael von Glasow Michael von Glasow created ticket #189

    Lineart PDF files are frequently corrupted

  • Michael von Glasow Michael von Glasow committed [r5959]

    Add:port/android:Change vehicle.position_valid ...

  • Michael von Glasow Michael von Glasow committed [r5958]

    Refactoring:core:document values for attr_posit...

  • Michael von Glasow Michael von Glasow committed [r5957]

    Add:port/android:Make gps_status OSD work on An...

  • Michael von Glasow Michael von Glasow committed [r5956]

    Fix:core:Don't set map to invalid coordinates

  • Michael von Glasow Michael von Glasow committed [r5955]

    Add:osd:Update gps_status when status changes b...

  • Michael von Glasow Michael von Glasow committed [r5954]

    Add:core:Add support for GPS status callbacks i...

  • Michael von Glasow Michael von Glasow committed [r5953]

    Fix:port/maemo:Correct debug output when gettin...

  • Michael von Glasow Michael von Glasow committed [r5952]

    Add:port/android:Support position_valid attribu...

  • Michael von Glasow Michael von Glasow committed [r5951]

    Add:core:Support position_valid attribute for d...

  • Michael von Glasow Michael von Glasow committed [r5950]

    Refactoring:core:documentation update

  • Michael von Glasow Michael von Glasow committed [r5949]

    Fix:core:Obey size argument of strftime_localti...

  • Michael von Glasow Michael von Glasow committed [r5948]

    Refactoring:core:Add some more documentation

  • Michael von Glasow Michael von Glasow committed [r5947]

    Refactoring:dbus:Removed unneeded local variable

  • Michael von Glasow Michael von Glasow committed [r5938]

    Add:dbus:Include maneuver type in GPS export

  • Michael von Glasow Michael von Glasow committed [r5935]

    Fix:core:Improve detection of motorway intercha...

  • Michael von Glasow Michael von Glasow committed [r5934]

    Fix:core:Eliminate more superfluous maneuvers a...

  • Michael von Glasow Michael von Glasow committed [r5933]

    Fix:core:Announce turns when going straight is ...

  • Michael von Glasow Michael von Glasow committed [r5932]

    Fix:core:use curve_limit throughout maneuver_re...

  • Michael von Glasow Michael von Glasow committed [r5931]

    Refactoring:core:Improve documentation in item.c

  • Michael von Glasow Michael von Glasow committed [r5930]

    Refactoring:core:Add doxygen comments

  • Michael von Glasow Michael von Glasow committed [r5929]

    Fix:core:Refine criteria for announcing maneuve...

  • Michael von Glasow Michael von Glasow committed [r5915]

    Fix:port/android:Update bitmap dimensions when ...

  • Michael von Glasow Michael von Glasow posted a comment on ticket #8

    I confirm it doesn't work on Android. There is no way to "unmute all"/"unhide all"...

1