[go: up one dir, main page]

Activity for xfe

  • Roland Baudin Roland Baudin posted a comment on ticket #306

    Ticket moved from /p/texmaths/bugs/206/

  • Roland Baudin Roland Baudin posted a comment on ticket #261

    You can disable the autosizing feature in a panel (menu Panel, then Auto size). But indeed, there is a bug: clicking between two columns should not autosize. So I move your ticket to the Bugs section.

  • Roland Baudin Roland Baudin posted a comment on ticket #305

    Sorry, I don't understand: what do you mean by click the x button? There is no x button on the toolbar...

  • Roland Baudin Roland Baudin posted a comment on ticket #304

    Sorry, I can't reproduce the issue. Could you try again with a fresh Xfe profile and detailed steps? When opening Xfe, what is the sorted column?

  • Roland Baudin Roland Baudin posted a comment on ticket #303

    If I remember well there is some constraint on Xfe window size related to the toolbar layout. But I'll investigate to see if I can do better.

  • Roland Baudin Roland Baudin modified a comment on ticket #302

    Oh yes, I was able to reproduce the issue. This seems to be related to the Xfe window size. The bug seems to appear when the window size is small, but not always...

  • Roland Baudin Roland Baudin posted a comment on ticket #302

    Oh yes, I was able to reproduce the issue. This seems to be related to the Xfe window size. The bug seems to appear when the window size is small.

  • Roland Baudin Roland Baudin posted a comment on ticket #302

    I can't reproduce the issue. By default, the Address toolbar is below the General toolbar and they are not side by side... Could you try again with a fresh Xfe profile? Do you use Wayland?

  • Roland Baudin Roland Baudin posted a comment on ticket #301

    Yes, you're right. I didn't pay attention to this issue. It is present in some other dialogs. I'll fix that, thanks.

  • beastie beastie created ticket #305

    [Xfe] Crash when closing floating toolbars

  • beastie beastie created ticket #304

    [Xfe] File list order is not honored

  • beastie beastie created ticket #261

    [Xfe] Option to lock the file list columns

  • beastie beastie created ticket #303

    [Xfe] Window width fixed at 652px

  • beastie beastie created ticket #302

    [Xfe] Unable to rearrange toolbars properly

  • beastie beastie created ticket #301

    [Xfe] Keyboard cursor invisible in the Search window

  • Jim Ward Jim Ward created ticket #260

    Make "Size" column show folder files count

  • Roland Baudin Roland Baudin posted a comment on ticket #300

    OK, thanks. Nice news... I'm just curious: what system do you use?

  • Jim Ward Jim Ward posted a comment on ticket #300

    Sorry, please ignore this. It turned out to be an artifact of the menu system of the current OS I'm using.

  • Jim Ward Jim Ward created ticket #300

    Shell window runs when starting Xfe

  • xfe xfe released /2.1.1/xfe-2.1.1.tar.xz

  • xfe xfe released /2.1.1/Bugfix release source code.zip

  • xfe xfe released /2.1.1/README.md

  • xfe xfe released /2.1.1/Bugfix release source code.tar.gz

  • Roland Baudin Roland Baudin modified ticket #298

    Drag and Drop non standard operation

  • Roland Baudin Roland Baudin modified ticket #299

    xfe 2.1 fails to compile on FreeBSD 14.2 due to undefined identifiers

  • xfe xfe released /xfe/2.1.1/xfe-2.1.1-install-linux-amd64.run

  • xfe xfe released /xfe/2.1.1/xfe_2.1.1-1jammy_amd64.deb

  • xfe xfe released /xfe/2.1.1/xfe-2.1.1.tar.xz

  • xfe xfe released /xfe/2.1.1/README.txt

  • Roland Baudin Roland Baudin posted a comment on ticket #299

    Thanks for the explanations, however I didn't succeed :-( But that's not a problem, if you managed to build and run Xfe in FreeBSD, that's OK for me!

  • ehaupt ehaupt modified a comment on ticket #299

    The FreeBSD ports framework applies some additional macros. The entire magic is in: https://cgit.freebsd.org/ports/tree/x11-fm/xfe The patches in files/ have already been reported and incorporated (separate PR). Have a look at the Makefile: https://cgit.freebsd.org/ports/tree/x11-fm/xfe/Makefile The USES macros do some magic. The ones addressing the issues you're seeing are probably: localbase (adding -I${PREFIX}/include) to CFLAGS (3rd party libraries on FreeBSD are per default under /usr/local/include...

  • ehaupt ehaupt modified a comment on ticket #299

    The FreeBSD ports framework applies some additional macros. The entire magic is in: https://cgit.freebsd.org/ports/tree/x11-fm/xfe The patches in files/ have already been reported and incorporated (separate PR). Have a look at the Makefile: https://cgit.freebsd.org/ports/tree/x11-fm/xfe/Makefile The USES macros do some magic. The ones addressing the issues you're seeing are probably: localbase (adding -I${PREFIX}/include) to CFLAGS (3rd party libraries on FreeBSD are per default under /usr/local/include...

  • ehaupt ehaupt posted a comment on ticket #299

    In the FreeBSD ports framework applies some additional macros. The entire magic is in: https://cgit.freebsd.org/ports/tree/x11-fm/xfe The patches in files/ have already been reported and incorporated (separate PR). Have a look at the Makefile: https://cgit.freebsd.org/ports/tree/x11-fm/xfe/Makefile The USES macros do some magic. The ones addressing the issues you're seeing are probably: localbase (adding -I${PREFIX}/include) to CFLAGS (3rd party libraries on FreeBSD are per default under /usr/local/include...

  • Roland Baudin Roland Baudin posted a comment on ticket #299

    OK, thanks. I managed to compile Xfe in FreeBSD but now it crashes at launch and valgrind tells me the error is in PathLinker.cpp at line 30: std::stringstream ss; This works fine (for years) in Linux. Do you have any idea about this error?

  • ehaupt ehaupt modified a comment on ticket #299

    Hello @baudinr, thanks for looking into it. I can confirm that your pre-version 2.1.1 solves the compiler issue. The error in your screenshot comes from the usage of bsd make (make) instead of gmake. The ports framework is taking care of this with the gmake USES macro.

  • ehaupt ehaupt posted a comment on ticket #299

    Hello @baudinr, thanks for looking into it. I can confirm that your pre-version 2.1.1 solves the compiler issue. The error in your screenshot comes from the usage of bsd make (make) instead of gmake. The ports framework is taking care of this with the gmake USES macro.

  • Roland Baudin Roland Baudin modified a comment on ticket #299

    Pre-version of XFe 2.1.1 with FreeBSD compilation issues fixed.

  • Roland Baudin Roland Baudin posted a comment on ticket #299

    Pre-version of XFe 2.1.1 with FreeBSD compilation issues fixed.

  • Roland Baudin Roland Baudin posted a comment on ticket #299

    OK, I fixed these issues. However, I was not able to compile Xfe in a FreeBSD VM. A screenshot of the error is attached. I also attach a pre-version of Xfe 2.1.1, if you want to test.

  • ehaupt ehaupt created ticket #299

    xfe 2.1 fails to compile on FreeBSD 14.2 due to undefined identifiers

  • Roland Baudin Roland Baudin posted a comment on ticket #298

    In Xfe, drag and drop inside a partition or between partitions should display a context menu with the operation choice: move, copy, symlink, cancel. You should see this popup menu, otherwise it's a bug. In the latter case, could you send me a reproducible test case? Thanks.

  • Hassanein Makhlouf Hassanein Makhlouf created ticket #298

    Drag and Drop non standard operation

  • Roland Baudin Roland Baudin modified ticket #258

    Add back old themes

  • Roland Baudin Roland Baudin modified ticket #50

    tracking /etc/fstab

  • Roland Baudin Roland Baudin modified ticket #56

    Folder properties window always calculates the folder size

  • Roland Baudin Roland Baudin modified ticket #80

    Tabbed browsing

  • Roland Baudin Roland Baudin posted a comment on ticket #80

    Tabs have been added to Xfe 2.1. Please look at Edit / Preferences / Settings / Tabs for options.

  • Roland Baudin Roland Baudin modified ticket #123

    Cut/Copy/Paste on Location field

  • Roland Baudin Roland Baudin posted a comment on ticket #123

    A context menu has been added to the address bar in Xfe 2.1.

  • Roland Baudin Roland Baudin modified ticket #124

    Tabs within each panel

  • Roland Baudin Roland Baudin posted a comment on ticket #124

    Tabs have been implemented in Xfe 2.1 Please look at Edit / Preferences / Settings / Tabs for options.

  • Roland Baudin Roland Baudin modified ticket #158

    Toolbar positions not saved

  • Roland Baudin Roland Baudin modified ticket #197

    jar (java) icon

  • Roland Baudin Roland Baudin posted a comment on ticket #197

    OK, there is now a dedicated java icon in Xfe 2.1.

  • Roland Baudin Roland Baudin modified a comment on ticket #200

    Point 1: Tabs are now implemented in Xfe 2.1. You can save tabs between sessions. Please look at tab options in Edit / Preferences / Settings / Tabs. Point2: the shortcut is Ctrl-F6 (see the list of shortcuts here: http://roland65.free.fr/xfe/index.php?page=docs

  • Roland Baudin Roland Baudin modified ticket #209

    Allow customizing toolbar icons

  • Roland Baudin Roland Baudin modified ticket #213

    implement connect to server

  • Roland Baudin Roland Baudin modified ticket #225

    make use of space to right in menu bar

  • Roland Baudin Roland Baudin posted a comment on ticket #225

    In Xfe 2.1 you can now move toolbars, set them vertical or horizontal and save their positions.

  • Roland Baudin Roland Baudin modified ticket #237

    Automount devices in Xfe

  • Roland Baudin Roland Baudin posted a comment on ticket #237

    Xfe now has an (optional, Linux only) automounter. You can configure it in Xfe / Edit / Preferences / Settings.

  • Roland Baudin Roland Baudin modified ticket #243

    Drive mounting

  • Roland Baudin Roland Baudin modified ticket #245

    Icon in Tools toolbar to open same menu as right click, Scripts

  • Roland Baudin Roland Baudin modified ticket #254

    Mount/Unmount External drives and partitions

  • Roland Baudin Roland Baudin modified ticket #255

    Feature Request

  • Roland Baudin Roland Baudin posted a comment on ticket #255

    That's now implemented in Xfe 2.1.

  • Roland Baudin Roland Baudin modified ticket #256

    Feature Request: Multiple tabs in each panel

  • Roland Baudin Roland Baudin posted a comment on ticket #256

    Tabs are implemented in Xfe 2.1. Tabs are global, not panel dependent.

  • Roland Baudin Roland Baudin posted a comment on ticket #257

    Yes, it would be a nice feature. However it would require a deep rewrite of the FileList / IconList widgets. Huge work and quite risky for Xfe stability...

  • Roland Baudin Roland Baudin modified ticket #296

    Fix build of 2.0.1 on FreeBSD

  • Roland Baudin Roland Baudin posted a comment on ticket #296

    Your patch is included in Xfe 2.1.

  • Roland Baudin Roland Baudin modified ticket #293

    Installing on RHEL

  • Roland Baudin Roland Baudin modified ticket #291

    About dialog: Project website missing

  • Roland Baudin Roland Baudin posted a comment on ticket #291

    I added the missing link to the About and Help dialogs.

  • Roland Baudin Roland Baudin modified ticket #290

    Where is the Changelog ?

  • Roland Baudin Roland Baudin modified ticket #289

    Where is the source repo?

  • Roland Baudin Roland Baudin modified ticket #269

    Configuration item `startdir_mode` is ignored

  • Roland Baudin Roland Baudin modified ticket #205

    xfe extremely slow to start up

  • Roland Baudin Roland Baudin posted a comment on ticket #205

    Nothing new on this issue for ten years, so I close it.

  • xfe xfe released /xfe/2.1/README.txt

  • xfe xfe released /xfe/2.1/xfe_2.1-1jammy_amd64.deb

  • xfe xfe released /xfe/2.1/xfe-2.1-install-linux-amd64.run

  • xfe xfe released /xfe/2.1/xfe-2.1.tar.xz

  • LinuxOpa LinuxOpa modified a comment on ticket #213

    howto sftp://user@server:/path in xfe ?

  • LinuxOpa LinuxOpa posted a comment on ticket #213

    howto sftp://user@server/path in xfe ?

  • Roland Baudin Roland Baudin posted a comment on ticket #259

    To me, it works as expected. When the tree list or file list has items whose width is longer than the list width, the horizontal scrollbar appears and you can scroll horizontally with the mouse. See attached screenshot, taken in Ubuntu 24.04.

  • Yurx Yurx modified a comment on ticket #259

    It doesn't appear to be working. I tested in both in Arch Linux (xfe version 2.0.1) and Ubuntu 24.04 (xfe version 1.45). Neither have horizontal scroll working ¯\(ツ)/¯

  • Yurx Yurx posted a comment on ticket #259

    It doesn't appear to be working. I tested in both in Arch Linux (xfe version 2.0.1) and Ubuntu 24.04 (xfe version 1.45). Neither have horizontal scroll working ¯_(ツ)_/¯

  • Pupo Rod Pupo Rod posted a comment on ticket #258

    Hi Roland! right, no worries, totally agree! thanks!

  • Roland Baudin Roland Baudin posted a comment on ticket #41

    I had some time last fall and I worked a bit on Xfe to modernize it...

  • Strategic Strategic posted a comment on ticket #41

    I was very surprised to see the update to the ticket in my email :) Amazing that you've been working on it for so long.

  • Roland Baudin Roland Baudin posted a comment on ticket #259

    Yes I agree and this work as expected in Xfe. If not then it's a bug...

  • Roland Baudin Roland Baudin posted a comment on ticket #41

    Thanks for the feedback. Yes Xfe is now 23 years old and still alive...

  • Yurx Yurx created ticket #259

    Horizontal mouse scroll

  • Strategic Strategic posted a comment on ticket #41

    It's nice to know this thread is now 21 years old. Fortunately, I'm still alive to read the update :)

  • Roland Baudin Roland Baudin posted a comment on ticket #258

    Hi, thanks for the feedback. However, as I said it's too much work to maintain both look and feel. It's not only the buttons that are different, but also the frames, borders, shadows, etc. Since there is no theme engine in FOX, the easiest for me is to have only one look and feel. Sorry about that...

  • Pupo Rod Pupo Rod modified a comment on ticket #258

    Hi @Roland! first of all I really love XFE and all work you've done! thanks a lot! Regarding the controls, I also liked the old style which matches better my current IceWM look and feel of old '95 like stuff. So, is it all removed? could I change some flag and recompile to get the old look? I was looking the moderncontrols.cpp hoping to find some hidden option I could disable/enable :/ Actually I see I was using the "clearlooks" one but in version 2 it's different because there's no border lines...

  • Pupo Rod Pupo Rod modified a comment on ticket #258

    Hi @Roland! first of all I really love XFE and all work you've done! thanks a lot! Regarding the controls, I also liked the old style which matches better my current IceWM look and feel of old '95 like stuff. So, is it all removed? could I change some flag and recompile to get the old look? I was looking the moderncontrols.cpp hoping to find some hidden option I could disable/enable :/ Actually I see I was using the "clearlooks" one but in version 2 it's different because there's no border lines...

  • Pupo Rod Pupo Rod modified a comment on ticket #258

    Hi @Roland! first of all I really love XFE and all work you've done! thanks a lot! Regarding the controls, I also liked the old style which matches better my current IceWM look and feel of old '95 like stuff. So, is it all removed? could I change some flag and recompile to get the old look? I was looking the moderncontrols.cpp hoping to find some hidden option I could disable/enable :/ Actually I see I was using the "clearlooks" one but in version 2 it's different because there's no border lines...

  • Pupo Rod Pupo Rod posted a comment on ticket #258

    Hi @Roland! first of all I really love XFE and all work you've done! thanks a lot! Regarding the controls, I also liked the old style which matches better my current IceWM look and feel of old '95 like stuff. So, is it all removed? could I change some flag and recompile to get the old look? I was looking the moderncontrols.cpp hoping to find some hidden option I could disable/enable :/

1 >