-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Debian Build Works (with hints for rank amateurs like me) #64
Comments
I can verify it. works like a charm but instead of doing it all as root, it works very well as a regular user:
|
Thanks you two! I'll incorporate that info into the building docs when i find the time :) |
Today I have installed Kristall on Raspberry Pi 400 running Raspbian 10 (buster) Not only qt5 were missing but also libssl-dev This is how I have installed Kristall:
It went well. The only one thing that is not right are missing icons to change colours in Settings ➠ Style (to the right from Background Color, Standard Font etc.). I've got a screenshot. Earlier I tried instructions from Peter, but it was a bit messy (I had to move Kristall.desktop between folders, edit it, then app icon was missing). I hope it helps. :) |
Many icon themes does not have the palette icon, which results in an empty button in the settings. It should fix a bug from one of the comments in #64. (but not the issue itself).
@przsak can you test if the icons are now visible? |
No, it didn't help unfortunately. |
Uh that's not good. What icon theme are you using? |
I use default PiXflat, but changing to other themes doesn't make difference. |
I've looked at the source code of PiXflat a bit and it looks like it has about 60 unique action icons and none of them fits well for those buttons, so I don't think we can do much about it. On the other hand, #215 adds alt texts for the buttons, so you should know what button does what. You can also change the UI Theme in Kristall to Dark or White to use the built-in icons. |
On Debian11/KDE I had to
Icons are shown under Settings->Style (the color-picker on the right of Background Color etc), the application icon is there too (except for the Settings window in KDE's bottom traybar). However there is no icon for application in the .desktop application (e.g. when searching for it or when added to the Favorites panel) even though the .desktop file under /usr/local/share/applications has the icon set. This could be an unrelated problem - something similar (same thing except that the .desktop file also doesn't have an icon) happened with the Nuclear music player (nukeop/nuclear#374) Running
|
Edit: I am going to elevate this to a formal issue: Icons not visible to the left of the URL bar.
On Ubuntu 20.04 using QT + i3 Window Manager, I cloned the current kristall repo from github today and issued a make command as a regular user which created a kristall binary. The missing or not displayed icon issue remains the same with all the icons to the left of the URL bar not being displayed while those on the right side of the URL are displayed. I feel the position of the icons might be relevant to the issue. This same issue persists in an appimage nightly build I found somewhere on the Internet. Could it also be related to a missing icon or system font on the system? |
This probably doesn't belong here, but on the build instructions page, you asked for confirmation of whether the build instructions work on Debian. They do on the current stable (10.6).
"Notes for Ubuntu
Supported Versions: 18.04, 20.04 Unsupported Versions: 16.04
These notes are probably also correct for Debian (someone please verify)"
Verified. Install all of the above packages.
As root:
clone the repo: "git clone https://github.com/MasterQ32/kristall.git"
Enter the directory
Enter the commands "make" and then "make install"
As user:
start the program by typing "kristall"
It does create a .desktop file, but I'm not seeing the item in my menu, so I'll have to have a look at it later.
Edit: move the Kristall.desktop file from /usr/local/share/applications to /home/yourusername/.local/share/applications and as root enter: chown yourusername Kristall.desktop
The text was updated successfully, but these errors were encountered: