Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arch Linux, no side panel, only main browser window. #4

Closed
mikedebian opened this issue Jan 12, 2023 · 5 comments
Closed

Arch Linux, no side panel, only main browser window. #4

mikedebian opened this issue Jan 12, 2023 · 5 comments

Comments

@mikedebian
Copy link

FSViewer found all libs during compile, no errors, installed succesfully.

Main browser mode window opens. Can click around, launch files, enter folders, drag folders to the top to bookmark.
No side panel, can not manipulate files other than launch.

Based on the screenshot in the README file, that is not the intended way as far as I understand.

-- Checking for modules 'wrlib;wmlib;WUtil;WINGs;xpm;xmu;x11'
-- Found wrlib, version 0.95.9
-- Found wmlib, version 0.95.9
-- Found WUtil, version 0.95.9
-- Found WINGs, version 0.95.9
-- Found xpm, version 3.5.14
-- Found xmu, version 1.1.4
-- Found x11, version 1.8.3

No errors outputted while running application. All files installed where they should be.

Using Windowmaker-crm-git, compiled 12 september 2022.

@roblillack
Copy link
Owner

Hey @mikedebian, this sounds a lot like an issue with WindowMaker's configuration, see for example roblillack/wmaker#4. Can you try adapting your configuration and restart wmaker?

@mikedebian
Copy link
Author

Hello, yes I can try, however to let you know, app menu works in all other gnustep applications I have installed.

@mikedebian
Copy link
Author

I made the change to the source file, installed modified file, did not have any effect, sorry.

@mikedebian
Copy link
Author

Today, it suddenly wanted to work. No changes made in any windowmaker files, no nothing. Very weird. I just opened it up and there the pane was.

@Strahinja
Copy link

Strahinja commented Oct 20, 2023

I'm having this issue on the latest Alpine Linux (3.18), using latest packages, FSViewer built from fresh git clone. Modifying /etc/WindowMaker/WMWindowAttributes doesn't help, menu isn't shown and I can only use the window title context menu item "Kill" to close FSViewer. I have attached the relevant files here:

Contents of /etc/WindowMaker/WMWindowAttributes:

{
  Logo.WMDock = {Icon = GNUstepGlow.tiff;};
  Logo.WMPanel = {Icon = GNUstep.tiff;};
  Logo.WMClip = {Icon = clip.tiff;};
  WMDrawer = {Icon = Drawer.tiff;};
  "*" = {Icon = defaultAppIcon.tiff;};
}

CMakeCache.txt
install_manifest.txt

Update: I figured out what was causing the problem. The local configuration file was overriding the one in /etc. When I also changed the relevant part of $HOME/GNUstep/Defaults/WMWindowAttributes to:

 "*" = {
    Icon = defaultAppIcon.tiff;
  };

the menu was shown.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants