Activity for Stefan Schroeder

  • Stefan Schroeder Stefan Schroeder posted a comment on discussion GXSM Installation Knowledge

    Since you seem to be in haste, why not use the pre-built packages as documented above? Or the ISO as documented here: https://github.com/pyzahl/Gxsm3? To install the missing packages on Ubuntu, you can consult the control file: https://raw.githubusercontent.com/pyzahl/Gxsm3/master/debian/control_ubuntu22.04

  • Stefan Schroeder Stefan Schroeder posted a comment on discussion GXSM Installation Knowledge

    Let us know if the instructions by Thorsten did the job for you. I have tried to follow my old recipes for Debian and I found that they no longer work. It seems that quite a few libraries were renamed beyond recognition or version detection does not work properly... I had suggested a few times to migrate to a more mdern build-framework, but @zahl seems to be happy with the autotools. There is a post from 2012, when I had build Gxsm successfully with Cmake, but I never pushed this proof-of-concept...

  • Stefan Schroeder Stefan Schroeder posted a comment on discussion GXSM Installation Knowledge

    i'd recommend ubuntu, as it has the newer libraries usually. @zahl Do you keep the installation instructions in the Manual up to date? If not, I'd volunteer to update them for Bullseye.

  • Stefan Schroeder Stefan Schroeder posted a comment on discussion Open Discussion

    I'll be there if timezone permits.

  • Stefan Schroeder Stefan Schroeder posted a comment on discussion GXSM Installation Knowledge

    Whenever I was having trouble with the dconf configuration, I simply created a new user on the system (e.g. gxsm1, gxsm2, gxsm3, etc) to make sure that there are no side-effects from dconf or any other configuration. Sound brutal, but works. This also allowed me to keep different branches of configurations without much hassle. (of course assuming that you have root).

  • Stefan Schroeder Stefan Schroeder posted a comment on discussion Developers

    I used to have a similar script, located here, but not updated in a while. https://github.com/StefanSchroeder/gxsm-snippets

  • Stefan Schroeder Stefan Schroeder posted a comment on discussion Developers

    Marco, please note that you can also use Vi instead of Emacs for writing your code. See https://en.wikipedia.org/wiki/Editor_war for details.

  • Stefan Schroeder Stefan Schroeder posted a comment on discussion Developers

    Please post the configure/compile logs.

  • Stefan Schroeder Stefan Schroeder modified a comment on discussion Developers

    Hello Marco, thank you for your interest in becoming a Gxsm developer and contributor. It's great to hear that you are interested in expanding Gxsm's capabilities by applying it to new hardware. Well, we are a bit short on design documentation. Have you studied the PDF-manual? It talks about the high-level design and how data acquistion is organized. That's all I can offer you. Keep in mind that Gxsm is a study tool mostly used by researchers, created to do the job that we need. While contributions...

  • Stefan Schroeder Stefan Schroeder posted a comment on discussion Developers

    Hello Marco, thank you for your interest in becoming a Gxsm developer and contributor. It's great to hear that you are interested in expanding Gxsm's capabilities by applying it to new hardware. Well, we are a bit short on design documentation. Have you studied the PDF-manual? It talks about the high-level design and how data acquistion is organized. That's all I can offer you. Keep in mind that Gxsm is a study tool mostly used by researchers, created to do the job that we need. While contributions...

  • Stefan Schroeder Stefan Schroeder posted a comment on discussion Help

    Haha, sorry, that' s a question for Thorsten. He's the export for that release. Most Gxsm developers compile the application from source. As another option, try creating another user and start Gxsm3 using the new user...

  • Stefan Schroeder Stefan Schroeder posted a comment on discussion Help

    It seems, your installation is broken. Please reinstall (make install) and check the output to see if there are any error messsages.

  • Stefan Schroeder Stefan Schroeder posted a comment on discussion General Discussion

    Hi, in addons/cert.py it says: Cppcheck itself handles many CERT rules. I am unable to locate the implementation or a list of these CERT-rules claimed to be implemented. Can somebody point me to it? KR Stefan

  • Stefan Schroeder Stefan Schroeder posted a comment on discussion Help

    For the record: I am running Linux Mint and I successfully compiled and ran Gxsm3 from SVN after I installed the following packages: There are some bad pacakge names in between, but at the end you should be good. CAVEAT: I have no HW. apt install subversion apt install autotools-dev apt install autoconf apt install intltool apt install yelp-tools apt install gtk-doc apt install gtk-doc-tools apt install auto-apt apt install gnome-devel apt install gnome-common apt install libxml-dev apt install libxml2-dev...

  • Stefan Schroeder Stefan Schroeder posted a comment on discussion Help

    In contrast to regular python scripts -- those that you start from the command line -- the python interpreter that is run by Gxsm is not spawned outside of Gxsm. I haven't touched this in a while, but it should work along these lines: You write a Python script that imports the gxsm module. The script has a name which is pre-defined by convention. Perhaps it's now possible to pick the script name somewhere in a dialog or the preferences. Then you select 'Run the Python script' from the Gxsm-UI. Then...

  • Stefan Schroeder Stefan Schroeder posted a comment on discussion Help

    The docs might be outdated. Try import 'gxsm' instead of import 'emb' The module is not physically present, but only virtually when python is run in the context of Gxsm. Might also be gxsm2

  • Stefan Schroeder Stefan Schroeder created ticket #332

    Cannot prevent ligature in Linux Libertine G

  • Stefan Schroeder Stefan Schroeder committed [r4651]

    Added recipe for opensuse.

  • Stefan Schroeder Stefan Schroeder committed [r4642]

    Same as debian.

  • Stefan Schroeder Stefan Schroeder committed [r4636]

    Fix syntax error.

  • Stefan Schroeder Stefan Schroeder committed [r4635]

    New file.

  • Stefan Schroeder Stefan Schroeder committed [r4634]

    Cleanup. Add build-helper-scripts. Improve spel...

  • Stefan Schroeder Stefan Schroeder committed [r4629]

    Converted obsolete font commands tt,sc,sf to te...

  • Stefan Schroeder Stefan Schroeder created ticket #144

    Where did the Git repo go?

  • Stefan Schroeder Stefan Schroeder posted a comment on discussion GXSM Installation Knowledge

    Just for reference I am posting my notes about installing the developer packages...

  • Stefan Schroeder Stefan Schroeder posted a comment on discussion GXSM Installation Knowledge

    Try starting 'gxsm3' in a terminal. What is the output? Use the options '--disable-plugins'...

  • Stefan Schroeder Stefan Schroeder posted a comment on a blog post

    Excellent!

  • Stefan Schroeder Stefan Schroeder modified a comment on discussion Developers

    Instead of reconfiguring (like Percy proposed), you can also just create a new dummy...

  • Stefan Schroeder Stefan Schroeder posted a comment on discussion Developers

    Instead of reconfiguring (like Percy proposed), just create a new dummy user. Since...

  • Stefan Schroeder Stefan Schroeder committed [r3967]

    Typos.

  • Stefan Schroeder Stefan Schroeder committed [r3968]

    Replaced CVS with SVN.

  • Stefan Schroeder Stefan Schroeder committed [r3966]

    Cleanup and moved tex-sources to subdir.

  • Stefan Schroeder Stefan Schroeder committed [r3965]

    Updated hyperlinks.

  • Stefan Schroeder Stefan Schroeder committed [r3964]

    Removed now obsolete images (but kept a copy in...

  • Stefan Schroeder Stefan Schroeder committed [r3963]

    Added more intelligent checks for plugins.

  • Stefan Schroeder Stefan Schroeder committed [r3960]

    Fix of latex syntax errors.

  • Stefan Schroeder Stefan Schroeder posted a comment on ticket #29

    If you start from the console with an increased DEBUG level; what is printed the...

  • Stefan Schroeder Stefan Schroeder posted a comment on discussion Help

    With the help of the Wiki I got it to work, thank you.

  • Stefan Schroeder Stefan Schroeder modified a comment on discussion Help

    I cannot find any help about how to work with Tags. Can you please provide a hint?...

  • Stefan Schroeder Stefan Schroeder modified a comment on discussion Help

    I cannot find any help abut how to work with Tags. Can you please provide a hint?...

  • Stefan Schroeder Stefan Schroeder posted a comment on discussion Help

    i cannot find any help abut how to work with Tags. can you please provide a hint?...

  • Stefan Schroeder Stefan Schroeder posted a comment on discussion Developers

    And 'lpr' surely is not available any more ... I wonder if this printing plugin should...

  • Stefan Schroeder Stefan Schroeder posted a comment on discussion Developers

    gv is the default previewer when selecting File->Print. 00202 previewcmd = xrm.GetStr...

  • Stefan Schroeder Stefan Schroeder posted a comment on discussion Developers

    I think that using 'gv' as the default postscript viewer is obsolete and not very...

  • Stefan Schroeder Stefan Schroeder posted a comment on discussion Help

    Hi Jan, thank you for your observations. I have a few questions: What is your exact...

1 >