No support for icons and themes snaps
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
snapd |
Triaged
|
Medium
|
Unassigned |
Bug Description
There's currently no support for windows and icons themes to be shipped as a snap package.
This is because it would require access to hidden user's folders or to /usr/share folders, both of which are not available under confinement. An idea could be to place the theme in the snap package folder and copy/symlink it to the user hidden folder on user's demand (a command like 'enable') to make the copy.
Symlinking could be have the advantage that would not require the user to bother copying the theme again to the theme folders, but I'm not sure it's possible to symlink to the snap package
The access could be provided through an interface that gives rw access to the .icons and .theme folders of the user (allowing to create them if they do not exist). The interface should avoid that the the snap could read other user's files outside the mentioned folders.
tags: | added: interface snapd- |
tags: |
added: snapd-interface removed: interface snapd- |
Changed in snappy: | |
status: | Incomplete → Confirmed |
tags: | added: snap-desktop-issue |
Changed in snappy: | |
importance: | Undecided → Medium |
status: | Confirmed → Triaged |
affects: | snappy → snapd |
Hi
Can you explain a little more how themes and icons would be used?