Git Product home page Git Product logo

Comments (9)

rsjudka avatar rsjudka commented on June 30, 2024

that should work... that's primarily how I run dash

I haven't done it though the run script tho, I'll look into that

this is with starting dash on boot?

from dash.

rsjudka avatar rsjudka commented on June 30, 2024

you can also try putting this in your dash config file
~/.config/openDsh/dash.conf

[Window]
pos=@Point(0 50)
size=@Size(1120 480)

from dash.

nullspaceprojects avatar nullspaceprojects commented on June 30, 2024

Thanks for your reply. I did some tests. On rasp Debian 10 and 11 the [Window] field is working fine. On the contrary On debian 12 it is working fine. To get it working I had to disable Wayland and reactivate x11 by means of raspi-config. Might you do some tests in order to confirm what we discovered?Do I have to disable the on board bluetooth when I use the USB bluetooth dongle? Thanks

from dash.

rsjudka avatar rsjudka commented on June 30, 2024

hmm weird... dont think i have a wayland setup but will see what it takes to properly validate that

i think you should be fine leaving the on-board one running (at least in terms of the pi interfacing with both of them) cant guarantee it wont cause any issues wireless AA tho (but also not saying it will)

from dash.

nullspaceprojects avatar nullspaceprojects commented on June 30, 2024

Hi, Digging into the problem of not moving window into a Wayland environment, I found this in the Qt Docs under the function:

bool QWindow::startSystemMove()

"Furthermore, on some platforms such as Wayland, setPosition is not supported, so this is the only way the application can influence its position."

https://doc.qt.io/qt-5/qwindow.html#startSystemMove

Could u provide me a quick fix to the dash.cpp calling this function? It is enough to call window.startSystemMove(); at row 50 of dash.cpp?
I'm making some tests on the "bookworm" debian 12 distro with a raspberry pi 4.

Let me know. Thanks in advance

from dash.

rsjudka avatar rsjudka commented on June 30, 2024

so reading up on it a bit, it might not be possible on wayland

"Wayland does not allow applications the ability to move their windows themselves" - quoting some person on reddit lol

from dash.

nullspaceprojects avatar nullspaceprojects commented on June 30, 2024

It's ok, thanks. The last thing, and then u can close this issues, how i can change icon of widget Page? I loaded Apple car play app , and i Need to change icon, and change text, or make disappared the black line. What kind of SVG i must put in icons folder?
IMG_20240505_080604.jpg

from dash.

rsjudka avatar rsjudka commented on June 30, 2024

if you wanted to override that icon (it looks like youre using the app launcher there?) the easiest is to probably replace this icon
https://github.com/openDsh/dash/blob/develop/assets/icons/widgets.svg

then you just need to rebuild and not worry about updating files anywhere in the code

"make the black line dissapear" you mean hide the thing that says "App" and the cog icon?

from dash.

nullspaceprojects avatar nullspaceprojects commented on June 30, 2024

I tried as you say, I replaced the widgets icon (24x24 svg) and then recompiled, but as you can see there is only one square. then I replaced my icon with the original one, and the square remained, I noticed that only by recompiling a couple of times, the original icon reappeared. I'll do some tests again and then I'll tell you. then I intended to make the top bar with the app text and the gear icon disappear. (like the android auto page).

from dash.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.