! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Store icon grid inside xfconf instead of *.rc files
Status:
RESOLVED: MOVED
Product:
Xfdesktop
Component:
General

Comments

Description alexxcons editbugs 2019-04-30 22:25:03 CEST
Like proposed here: https://bugzilla.xfce.org/show_bug.cgi?id=11266#c123
Insideeach *.rc file, one could store the path to the wallpaper, the related icon grid for the screen, the icon-size for the screen and possibly more.

This would have multiple benefits:
- Proper fix for icon reorder problem: Bug #11266
- Fixes "seperate icons for different screens" Bug #9774
- Background image not saved per monitor - Bug #12385

This would be a bigger change and possibly require a separate development branch.
Comment 1 alexxcons editbugs 2019-04-30 23:49:54 CEST
Forget about *.rc files .... there are already per monitor settings of xfdesktop inside xfconf. Just add the grid settings there. Possible to add them even per workspace. E.g:

GridItem_01_01: "/home/schwinn/Desktop/HexChat.desktop"
GridItem_04_05: "/home/schwinn/Desktop/Eclipse.desktop"
...

Or, if semi-generic propery-names should be a problem for xfconf:

GridItem01: [ "1", "1", "/home/schwinn/Desktop/HexChat.desktop" ]
GridItem02: [ "4", "5", "/home/schwinn/Desktop/Eclipse.desktop" ]
...
Comment 2 alexxcons editbugs 2019-05-02 09:45:17 CEST
- As proposed in Bug #11266, as well in xfconf there should be some link to "latest", so that e.g. plugging in a different monitor will still load the latest configuration. Possibly sufficient to always load the config fo "monitor0" in this case.
Comment 3 Git Bot editbugs 2020-05-26 00:32:52 CEST
-- GitLab Migration Automatic Message --

This bug has been migrated to xfce.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.xfce.org/xfce/xfdesktop/-/issues/47.

Please create an account or use an existing account on one of our supported OAuth providers. 

If you want to fork to submit patches and merge requests please continue reading here: https://docs.xfce.org/contribute/dev/git/start#gitlab_forks_and_merge_requests

Also feel free to reach out to us on the mailing list https://mail.xfce.org/mailman/listinfo/xfce4-dev

Bug #15344

Reported by:
alexxcons
Reported on: 2019-04-30
Last modified on: 2020-05-26

People

Assignee:
Xfce Bug Triage
CC List:
1 user

Version

Version:
Unspecified

Attachments

Additional information