Danielle Foré
Danielle Foré
As you might have heard, AppCenter is going Flatpak! For elementary OS 6, we will not longer be accepting Debian packaging, so your app will need to be updated. We...
After poking at this a bit, some obvious things that can be done in smaller branches: - [ ] Replace button press events with event controllers - [ ] Replace...
Todo: - [ ] #1354 - [x] #1413 - [x] #1414 - [ ] No right click menu on the desktop - [ ] https://github.com/elementary/icons/pull/1133 for `computer-fail` icon - [...
### Problem If a window has reached its minimum size, there’s no feedback when dragging to try to make it smaller ### Proposal We could do a kind of “rubberband”...
### What Happened? When using multitasking view, clicking an app doesn't bring that app into focus. There's no effect when clicking apps ### Steps to Reproduce 1. Open multitasking view...
### What Happened? When entering multitasking view, none of the windows have previews anymore after changing workspaces ### Steps to Reproduce 1. Open multitasking view 2. scroll to switch workspace...
### Problem For the new Dock, we can't handle any window management functions to be compatible with Wayland. However, in our recent UI study we found that users expect to...
### Problem According to [this post](https://discourse.gnome.org/t/gtk-4-how-to-replace-gtk-window-set-keep-above-and-gtk-window-set-keep-below/3550) there is no replacement for Gtk.Window.keep_above in GTK4 since not all window managers implement this behavior ### Proposal Implement an API in Gala or...
### What Happened? The alt+tab switcher seems to be rendered at 2x size, but 1x scale on HiDPI:  ### Steps to Reproduce 1. Run...
### Problem  ### Proposal  ``` .rich-list.frame { border-radius: 6px; box-shadow: 0 1px 3px alpha(#000, 0.1); margin-bottom: 3px; }...