Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 604  / 3 Years ago, mon, august 23, 2021, 1:48:02

The subtext here is that i'm trying to see if i can run any gnustep applications in a reasonable way on my ubuntu 12.04 system.



I went to the package list (http://packages.ubuntu.com/precise/allpackages) and sort of chose Cenon at random.



I installed it via
sudo apt-get install cenon.app



Then i attempted to run it from the command line by typing
Cenon
to the command line (bash) prompt.



I immediately got this message in an alert panel saying:
You need to install the Cenon Library!



In short, i have duplicated Jorge Castro's experience under ubuntu 11.10. (He reported it in this forum in https://askubuntu.com/questions/88365/cenon-will-not-open-or-run about 6 months ago.)



I imagine that either the dependencies in the package are not complete, or perhaps the code is misinterpreting some signal it has gotten.



I'd be glad to install some more software to see if that helps (and provides enough information for the package maintainer to fix it).



Thanks in advance for any info!



dan



POSTSCRIPT!



So, i already have egg on my face, i guess.



In fact, the alert panel does come up, but it turns out that i can just close it and proceed.



However, there still seems to be some problem in running the application.



The menus don't show up in the right places, sometimes.



So, for example, if i click to open the files submenu, it may line up with the main menu, but sometimes it doesn't. I also had that experience with another gnustep application i installed this morning, adun.app. (For anybody wishing to try it out, you install it via "sudo apt-get install adun.app" but run it via UL.)



So probably my question should be re-posed to deal with menu/submenu alignment.


More From » libraries

 Answers
6

Have you tried installing the package provided by Cenon's developers? Try uninstalling Cenon, then grabbing the appropriate .deb package from the developer's site and installing it from there.



You can install a .deb package by double-clicking it in Nautilus, which should open up Software Center, or through the terminal, via



sudo dpkg -i [name of package]

[#36831] Tuesday, August 24, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
nerta

Total Points: 414
Total Questions: 103
Total Answers: 97

Location: England
Member since Wed, Apr 19, 2023
1 Year ago
;