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

Missing IceWM-Components to use the full ‘ice-session’-funktions #11533

Closed
sass432 opened this issue May 6, 2019 · 6 comments
Closed

Missing IceWM-Components to use the full ‘ice-session’-funktions #11533

sass432 opened this issue May 6, 2019 · 6 comments
Assignees

Comments

@sass432
Copy link

sass432 commented May 6, 2019

Since the new revice of the icewm-development there are no systray-funktions in the taskbar, configured over ‘startup-shell’ in ./home/USER/.icewm-directory to open gui's like wicd-client, redshift-gtk, volumeicon, ....
The usual void-repository-installation of ‘icewm’ seems to be incomplete.
There are no icetray, icesound or iceicons components in /usr/bin/.

@pullmoll pullmoll self-assigned this May 7, 2019
@pullmoll
Copy link
Member

pullmoll commented May 7, 2019

I'm updating to version 1.5.4 and AFAICT there is no iceicons binary. It seems as if icetray is actually icewmtray. This one is built but not installed by make install. I'll add it to the install using xbps-src vbin ... command.
For icesound there were dependencies missing: libao-devel, libsndfile-devel and, as a dependecy of this, alsa-lib-devel. We don't have esound or esd packaged. I'll also add a dependency on librsvg-devel to make icewm support SVG icons.

Once the update is there, please report whether it works for you.

@sass432
Copy link
Author

sass432 commented May 7, 2019

Thank you, very much,

But now I have the problem:

(==) Using system config directory "usr/share/X11/xorg.conf.d"
icewmbg: Can’t open display:
:0. X must be running and $DISPLAY set.ng.40.373: redshift-gtk: Fatal IO error 2
(Datei oder Verzeichnis nicht gefunden) on X server
:0. Gdk-Message: 19:55:16.916: volumeicon: Fatal IO error 2 (Datei oder Verzeichnis nicht gefunden) on X server
:0. spacefm: Fatal IO error 2 (Die Ressource ist zur Zeit nicht verfügbar) on X server
:0. (II) Server terminated successfully (0). Closing log file.

@sass432 sass432 closed this as completed May 7, 2019
@sass432 sass432 reopened this May 7, 2019
@sass432 sass432 closed this as completed May 7, 2019
@sass432
Copy link
Author

sass432 commented May 7, 2019

Thank you, very much,

But now I have the problem in my boot-report:

(==) Using system config directory "usr/share/X11/xorg.conf.d"
icewmbg: Can’t open display:
:0. X must be running and $DISPLAY set.ng.40.373: redshift-gtk: Fatal IO error 2
(Datei oder Verzeichnis nicht gefunden) on X server
:0. Gdk-Message: 19:55:16.916: volumeicon: Fatal IO error 2 (Datei oder Verzeichnis nicht gefunden) on X server
:0. spacefm: Fatal IO error 2 (Die Ressource ist zur Zeit nicht verfügbar) on X server
:0. (II) Server terminated successfully (0). Closing log file.
@sass432

Tray tries to start but I only see black squares instead of tray-icons.

@sass432 sass432 reopened this May 7, 2019
@pullmoll
Copy link
Member

pullmoll commented May 8, 2019

When quoting console output please use a triple backtick before and after the output.
I don't know what else may be wrong with your system. I tried icewm here and it seems to work when launched from lxdm. Do you use a display manager? Which one? If you use startx instead, are you sure your $HOME/.xinitrc is correct?
Please elaborate on the details of your configuration.
And in any case it seems more of a problem with your setup rather than the package, but I cannot really judge on this because of my lack of experience with window managers like icewm.

@sass432
Copy link
Author

sass432 commented May 8, 2019

I try to keep my void-system so simple and light as possible. To better get to know how it functions I try to use not to much managers or helper-tools. So I don’t have a display-manager.
I only work with void-base-system, xorg-minimal, icewm, spacefm, udevil and alsa, without any use of systemd, consolekit, policykit, dbus, udisks, gvfs, fuse & pulseaudio.
For me my system was the best great functionable system I ever had and without any problems ‘til the march-updates this year. I didn’t change my configurations of icewm and .xinitrc and always updated my system.
My executable startup-Konfiguration looks like this:
#!/bin/bash sleep 1 && spacefm --desktop & sleep 3 && volumeicon & sleep 4 && redshift-gtk &

and my .xinitrc:
#!/bin/sh . $HOME/.bash_profile xset m 7 2 xinput set-ptr-feedback 0 7 1.9 1 setxkbmap de exec icewm-session

I hope you can help me. I still don’t know what I did wrong!

@sass432
Copy link
Author

sass432 commented May 8, 2019

Sorry, but in my last comment the configurations of startup and .xinitrc were not correctly send.
Naturally they are not in one line - they are among themselves

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

2 participants