[Github-comments] [geany/geany] [session-split] More things to session (Issue #3007)

elextr notifications at xxxxx
Wed Nov 17 21:50:47 UTC 2021


This is what is in session.conf, note `current_page` seems to be in both?

```
[files]
recent_files
recent_projects
current_page
FILE_NAME_0

[project]
session_file
project_file_path

[geany]
treeview_position
msgwindow_position
geometry

[VTE]
last_dir
```
I used a nice fresh clone to build from, scrolling back through terminal history showed I did (in ~)
```
mkdir geany-split
cd geany-split
git clone https://github.com/geany/geany.git
cd geany
git checkout session_split
./autogen.sh --prefix=/home/lex/geany-split
make -j 4 install
cd ../bin
./geany -c ../config
```
change a couple of settings and window size and close geany, read the config and session files.

I havn't yet tried running the branch with an existing config dir, must do that.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3007#issuecomment-972102283
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211117/7588a3f8/attachment.htm>


More information about the Github-comments mailing list