Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: linuxmint/nemo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: linuxmint/nemo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.8-maintenance
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 8 files changed
  • 6 contributors

Commits on Aug 20, 2023

  1. Use activation_uri as a second choice in nemo_file_get_local_uri (#…

    …3269)
    
    Using `activation_uri` can be problematic with links.
    Guldoman authored and mtwebster committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    bfcd819 View commit details
    Browse the repository at this point in the history
  2. search: Relax folder restrictions to allow gvfs locations.

    The real path for gvfs mounts is /run/user/nnnn/gvfs/*, so remove
    the /run path from the skip list - in hindsight there may be more
    users here than assumed (see Warpinator link).
    
    The zero-size file check was originally intended to catch /proc
    files without having to check each folder's filesystem type, but
    since we're skipping /proc explicitly, it's not necessary, and
    smb folders (and probably others) report 0 size.
    
    Fixes #3273
    
    linuxmint/warpinator@1c502dcd0e590953f7
    mtwebster committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    039b333 View commit details
    Browse the repository at this point in the history
  3. nemo-file.c: Update hard-coded value for size of thumbnails. (#3278)

    This reflects a change in nemo-thumbnails.c,
    which now uses GNOME_DESKTOP_THUMBNAIL_SIZE_LARGE
    instead of GNOME_DESKTOP_THUMBNAIL_SIZE_NORMAL,
    and so thumbnails are now 256px, not 128px.
    
    Fixes #3268
    marcus125 authored and mtwebster committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    1507860 View commit details
    Browse the repository at this point in the history
  4. nemo-window-slot.c: Disable drop bar, until circular reference can

    be resolved.
    
    The dnd proxy info won't be destroyed (including an extra ref on
    the target slot) until the slot is destroyed (via set_data_full),
    but the slot will linger and leak because of the extra ref.
    mtwebster committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    82fa60b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87b4a4d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Fix thumbnail creation for local files

    This fixes a regression by 1c526f6 that causes thumbnails for local files to not be created because the thumbnailer didn't get an uri.
    Cobinja authored and mtwebster committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    8439d67 View commit details
    Browse the repository at this point in the history
  2. 5.8.5

    clefebvre committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    a3acf1f View commit details
    Browse the repository at this point in the history
Loading