pop-os / cosmic-comp

Compositor for the COSMIC desktop environment
GNU General Public License v3.0
418 stars 51 forks source link

some "Regressions" from after the keybinding change #600

Open Quackdoc opened 4 days ago

Quackdoc commented 4 days ago

After cosmic removed the static config file, the following things are no longer clear on how to set without looking at the code

wiiznokes commented 4 days ago

I tried to use the data protocol, but my applet is still broken (do not detect new clipboard data)

cat /etc/profile.d/cosmic-ext-applet-clipboard-manager.sh
COSMIC_DATA_CONTROL_ENABLED=1
mmstick commented 4 days ago

Set in https://www.man7.org/linux/man-pages/man5/environment.d.5.html

mmstick commented 4 days ago

The shortcuts config is at ~/.config/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom. The default config file is included with cosmic-comp's packaging at /usr/share/cosmic/com.system76.CosmicSettings.Shortcuts/v1/default

wiiznokes commented 4 days ago

Set in https://www.man7.org/linux/man-pages/man5/environment.d.5.html

It works but it require a reboot ...

Quackdoc commented 3 days ago

the default config file is included with cosmic-comp's packaging at /usr/share/cosmic/com.system76.CosmicSettings.Shortcuts/v1/default

perhaps I packaged it wrong, but I did start cosmic-comp directly and it didn't seem to pick these up, only when I launched with start-cosmic, or it could be a symptom of my cursed system, Ill try and do a clean install and test again