Forum Replies Created
-
AuthorPosts
-
Project_LibreKeymasterCloud it works fine… I assume you are you doing this on the desktop version. The current spreadsheet needs to be replaced. The cut/paste does have that as a known issue.
Project_LibreKeymasterWhen you enter percent complete on a task… you have started the task so it puts an Actual Start on the task. This will anchor the task to start on that date and can alter the schedule for successors (or predecessors)
Project_LibreKeymasterYes both in the Desktop and Cloud versions….. create a new calendar and highlight Saturday and Sunday… with each select “Working Days” not default… then save the calendar. You can apply the Calendars at the Project, Task and Resource…..
Project_LibreKeymasterYes both in the Desktop and Cloud versions….. create a new calendar and highlight Saturday and Sunday… with each select “Working Days” not default… then save the calendar. You can apply the Calendars at the Project, Task and Resource…..
Project_LibreKeymasterYou can search…..There is a search box at the bottom of the page…..
Project_LibreKeymasterThat is always frustrating…. it can be difficult on large projects to detect ‘where’ the circular logic/dependency is…. One note: it is Best Practice not to have a Summary task linked but to inherrit properites from the sub tasks. Maybe try that so it is more clear.
Project_LibreKeymasterIt is a monitor issue… I don;t know in your setup where the disconnect is but to triage… go to one monitor and standard settings… it will work.
February 5, 2026 at 12:11 am in reply to: Can’t open ProjectLibre on SLES 16: X11 connect error #8843
Project_LibreKeymasterIf it’s empty or incorrect, and you are physically at the machine, you can try setting it manually:
Bash
export DISPLAY=:0
./ProjectLibre
3. SSH with X11 Forwarding
If you are connecting to this machine remotely via SSH, you can’t just run a GUI app without “tunneling” the graphics back to your local machine.Reconnect using the -X or -Y flag:
Bash
ssh -X [email protected].x.x
Once connected, the DISPLAY variable is usually set automatically (often to something like localhost:10.0).Why this happens (The “X11 Architecture”)
In the X Window System, the Server is actually the software managing your monitor and keyboard, while the Client is the application (ProjectLibre). Even if they are on the same physical box, they communicate via a protocol. If the “security cookies” (MIT-MAGIC-COOKIE) don’t match or the path is blocked, the Client (Java) panics because it has nowhere to “draw” its buttons and charts.A Quick Note on “Headless”
If you are trying to run ProjectLibre on a server without a monitor just to process files, it won’t work this way. ProjectLibre requires a graphical environment to initialize. You would need a virtual framebuffer like xvfb to trick the app into thinking a screen exists.
Project_LibreKeymasterHi there, if you are logged in the documentation is in the community site under the Community drop down menu on the site. There are many languages
Project_LibreKeymasterThanks for the messsage. There is a video in our Library on adding fields and also filtering/sorting.
Adding a field you go to Configuration (gear icon) Fields and add a field… it is very flexible.
Our spreadsheets are called Field Lists. You can add the new Field to your field list that is disiplaying.
Sort and Filter are 2 options… you pick a field… drag it to the right as the field to use then select either ASC, DSC or =
Project_LibreKeymasterGreat question and there is an option in the Task detail dialog box. In the Advanced tab you can select if Earned Value Method is based on Percent Complete or Physical Percent Complete.
Project_LibreKeymasterThanks for the message…. we do have Undo/Redo as you mention in the desktop version. We actually have it in the Cloud AI version as well but have it hidden at this point. We will release in Q1 on the Cloud as well….. long story.
Your other note: that would be a good idea to have the memory of the last project opened. It has never come up so would not be immediate on our list but it is a great thought for efficiency. In particular, if you have many projects.
Project_LibreKeymasterYou need to just change the resolution and you will see the accept button….. on a Mac it is control – and the resolution will be smaller….
November 10, 2025 at 1:54 am in reply to: No se puede abrir ProjectLibre 1.9.8 en Macbook M4 Pro #5894
Project_LibreKeymasterVoy a https://sourceforge.net/projects/projectlibre/files/ProjectLibre/1.9.3/ es mejor quando una problema de otra version
November 9, 2025 at 3:19 am in reply to: Start to Finish predecessor connection type not honored #5879
Project_LibreKeymasterThe Crititcal Path Methodology is correct. However, if you have a constraint such as “Must start on” or Start No Later Than…. it will over-ride the calculation. Also , if a task is moved …. it creates and Actual Start. A lot of people move a task and the actual start will anchor the task regardless of the precedence relationships.
That is the same on the Cloud AI version but we have re-written the algorithm and it is more efficient but calculates the same…
-
AuthorPosts